@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, ../scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, ../scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../scss/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../scss/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../scss/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, ../scss/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../scss/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, ../scss/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, ../scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, ../scss/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../scss/vendor/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../scss/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, ../scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, ../scss/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, ../scss/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, ../scss/vendor/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, ../scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../scss/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, ../scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, ../scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 43, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 49, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 58, ../scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 68, ../scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 77, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 81, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 87, ../scss/core/_reset.scss */
img {
  display: block;
}

/* line 91, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 96, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 102, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

/* line 108, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 45, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 50, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
  font-family: Verdana, Geneva, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

/* line 62, ../scss/core/_common.scss */
a {
  color: #3399CC;
  text-decoration: none;
}

/* line 67, ../scss/core/_common.scss */
a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

/* line 72, ../scss/core/_common.scss */
a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

/* line 77, ../scss/core/_common.scss */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 88, ../scss/core/_common.scss */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 90, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 92, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 94, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 96, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 98, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 104, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 108, ../scss/core/_common.scss */
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 114, ../scss/core/_common.scss */
.availability .label {
  display: none;
}

/* line 118, ../scss/core/_common.scss */
.availability.in-stock {
  color: #a0b540;
}

/* line 122, ../scss/core/_common.scss */
.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

/* line 127, ../scss/core/_common.scss */
.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 136, ../scss/core/_common.scss */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
/* line 147, ../scss/core/_common.scss */
.block,
.col-left-first {
  margin-bottom: 20px;
}

/* line 152, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

/* line 156, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
/* line 162, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399CC;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 171, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

/* line 179, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 184, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

/* line 189, ../scss/core/_common.scss */
.block-content {
  margin-top: 5px;
}

/* line 193, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0;
}

/* line 197, ../scss/core/_common.scss */
.block-content li.item {
  margin: 0 0 10px 9px;
}

/* line 201, ../scss/core/_common.scss */
.block-content li.item:last-child {
  margin-bottom: 0;
}

/* line 205, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 208, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 212, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 215, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 223, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 235, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
/* line 240, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
/* line 245, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399CC;
}
/* line 250, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
/* line 253, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399CC;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 265, ../scss/core/_common.scss */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #636363;
  padding: 7px 15px;
}
/* line 273, ../scss/core/_common.scss */
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
/* line 278, ../scss/core/_common.scss */
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
/* line 283, ../scss/core/_common.scss */
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

/* line 290, ../scss/core/_common.scss */
.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
/* line 296, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #3399CC;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 314, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
/* line 318, ../scss/core/_common.scss */
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
/* line 322, ../scss/core/_common.scss */
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

/* line 329, ../scss/core/_common.scss */
a.button {
  text-decoration: none;
}

/* line 333, ../scss/core/_common.scss */
a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
/* line 338, ../scss/core/_common.scss */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
/* line 346, ../scss/core/_common.scss */
.button + .button {
  margin-left: 5px;
}

/* line 360, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* line 369, ../scss/core/_common.scss */
.button2:focus {
  outline: none;
}

/* line 373, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 383, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

/* -------------------------------------------- *
 * Paypal Button
 */
/* line 393, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 397, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 401, ../scss/core/_common.scss */
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

/* line 406, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 410, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px;
}

/* line 414, ../scss/core/_common.scss */
.paypal-button img {
  display: inline;
}

/* -------------------------------------------- *
 * Button Sets
 */
/* line 422, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
/* line 429, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 435, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 440, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 445, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 451, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 460, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 467, ../scss/core/_common.scss */
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 477, ../scss/core/_common.scss */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

/* line 482, ../scss/core/_common.scss */
.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 489, ../scss/core/_common.scss */
.breadcrumbs a {
  float: left;
  color: #636363;
}

/* line 494, ../scss/core/_common.scss */
.breadcrumbs a:hover {
  color: #3399CC;
}

/* line 498, ../scss/core/_common.scss */
.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

/* line 503, ../scss/core/_common.scss */
.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 512, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
/* line 525, ../scss/core/_common.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399CC;
  border-color: #3399CC;
}

/* line 532, ../scss/core/_common.scss */
.btn-remove:after {
  content: 'X';
  color: #3399CC;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
}
/* line 542, ../scss/core/_common.scss */
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 548, ../scss/core/_common.scss */
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
/* line 555, ../scss/core/_common.scss */
.btn-remove2:after {
  display: none;
}
/* line 558, ../scss/core/_common.scss */
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 565, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399CC;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 573, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* line 582, ../scss/core/_common.scss */
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 593, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 597, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 611, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 621, ../scss/core/_common.scss */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
/* line 628, ../scss/core/_common.scss */
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 634, ../scss/core/_common.scss */
.main-container,
.footer-container {
  padding: 30px;
}

/* line 639, ../scss/core/_common.scss */
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 647, ../scss/core/_common.scss */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 652, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

/* line 658, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
/* line 664, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%;
}

/* line 669, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
/* line 674, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%;
}

/* line 679, ../scss/core/_common.scss */
.col-main {
  float: left;
  width: 75%;
}

/* line 685, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

/* line 693, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

/* line 700, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

/* line 706, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 710, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 714, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 719, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

/* Content Columns */
/* line 727, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 730, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
/* line 736, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 741, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
/* line 745, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 749, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 753, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
/* line 762, ../scss/core/_common.scss */
.top-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 773, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
/* line 778, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
/* line 793, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 802, ../scss/core/_common.scss */
.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 814, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 821, ../scss/core/_common.scss */
.success {
  color: #a0b540;
}

/* line 825, ../scss/core/_common.scss */
.error {
  color: #DF280A;
  font-weight: bold;
}

/* line 830, ../scss/core/_common.scss */
.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 839, ../scss/core/_common.scss */
.messages {
  margin-bottom: 10px;
}

/* line 843, ../scss/core/_common.scss */
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px;
}

/* line 851, ../scss/core/_common.scss */
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

/* line 857, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

/* line 863, ../scss/core/_common.scss */
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

/* line 867, ../scss/core/_common.scss */
.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

/* line 873, ../scss/core/_common.scss */
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

/* line 877, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #a0b540;
  background-color: #EFF5EA;
}

/* line 883, ../scss/core/_common.scss */
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a0b540;
  border-right: none;
}

/* line 889, ../scss/core/_common.scss */
.order-list-grid .col-1 {
  width: 30%;
}

/* line 893, ../scss/core/_common.scss */
.order-list-grid .col-2 {
  width: 50%;
  padding-right: 20px;
}

/* line 898, ../scss/core/_common.scss */
.order-list-grid .col-3 {
  clear: none;
  width: 20%;
  padding-top: 0;
}

/* -------------------------------------------- *
 * Page Popup
 */
/* line 908, ../scss/core/_common.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 914, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 923, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 927, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 931, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 935, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* line 945, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 951, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 957, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 965, ../scss/core/_common.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
/* line 973, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 984, ../scss/core/_common.scss */
.price-box {
  margin: 7px 0;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 989, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 993, ../scss/core/_common.scss */
.price-notice {
  color: #A0A0A0;
}

/* line 997, ../scss/core/_common.scss */
.price-box .price {
  color: #3399CC;
  font-size: 18px;
}

/* line 1002, ../scss/core/_common.scss */
.price-box .price,
.price {
  font-family: Verdana, Geneva, sans-serif;
}

/* line 1007, ../scss/core/_common.scss */
.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 1013, ../scss/core/_common.scss */
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399CC;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
/* line 1018, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1027, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
/* line 1031, ../scss/core/_common.scss */
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
/* line 1035, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

/* line 1041, ../scss/core/_common.scss */
.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through;
}

/* line 1047, ../scss/core/_common.scss */
.price-box .special-price {
  color: #3399CC;
  padding-left: 1em;
}
/* line 1051, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1060, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* line 1065, ../scss/core/_common.scss */
span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1073, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
/* line 1082, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
/* line 1085, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1088, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1097, ../scss/core/_common.scss */
.item-options {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1101, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1105, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
/* line 1112, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1117, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

/* line 1124, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1129, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
/* line 1134, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1139, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1144, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399CC;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1155, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1162, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1168, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block;
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1176, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1186, ../scss/core/_common.scss */
.add-to-links {
  margin: 7px 0;
}
/* line 1189, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

/* line 1195, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1203, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #EDEDED;
}

/* line 1210, ../scss/core/_common.scss */
.no-touch .product-image:hover {
  border-color: #3399CC;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1218, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1221, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
/* line 1226, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
/* line 1234, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
/* line 1241, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1247, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1257, ../scss/core/_common.scss */
.std p {
  margin: 0 0 1.5em;
}

/* line 1261, ../scss/core/_common.scss */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

/* line 1266, ../scss/core/_common.scss */
.std ol li {
  margin-left: 2em;
}

/* line 1270, ../scss/core/_common.scss */
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

/* line 1275, ../scss/core/_common.scss */
.std ul li {
  margin-left: 2em;
}

/* line 1279, ../scss/core/_common.scss */
.std .note {
  color: #A0A0A0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 1288, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1297, ../scss/core/_common.scss */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}
/* line 1305, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1310, ../scss/core/_common.scss */
.pager-no-toolbar {
  margin-bottom: 10px;
}

/* line 1315, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/* line 1319, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

/* line 1327, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1335, ../scss/core/_common.scss */
.sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 1339, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1343, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}

/* line 1349, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
/* line 1354, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* line 1360, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
/* line 1362, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
/* line 1366, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
/* line 1368, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

/* line 1374, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
}
/* line 1377, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
/* line 1384, ../scss/core/_common.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
/* line 1388, ../scss/core/_common.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
/* line 1392, ../scss/core/_common.scss */
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
/* line 1396, ../scss/core/_common.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

/* line 1402, ../scss/core/_common.scss */
.pager {
  float: right;
  overflow: hidden;
}
/* line 1406, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 1410, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
/* line 1417, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
/* line 1422, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 1425, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}
/* line 1431, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

/* line 1439, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 1444, ../scss/core/_common.scss */
.pages strong {
  display: none;
}

/* line 1449, ../scss/core/_common.scss */
.pages li {
  float: left;
}

/* line 1453, ../scss/core/_common.scss */
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #3399CC;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 1470, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

/* line 1479, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
/* line 1488, ../scss/core/_common.scss */
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #3399CC;
}

/* line 1494, ../scss/core/_common.scss */
.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3399CC;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1501, ../scss/core/_common.scss */
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

/* line 1507, ../scss/core/_common.scss */
.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399CC;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1514, ../scss/core/_common.scss */
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 1525, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
/* line 1529, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1535, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1545, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1551, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1563, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 1573, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

/* line 1577, ../scss/core/_common.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 1582, ../scss/core/_common.scss */
.no-display {
  display: none !important;
}

/* line 1586, ../scss/core/_common.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 1591, ../scss/core/_common.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 1599, ../scss/core/_common.scss */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 1607, ../scss/core/_common.scss */
.page-print .print-head {
  margin: 0 0 15px;
}

/* line 1611, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 36, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px;
}
/* line 40, ../scss/core/_form.scss */
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

/* line 48, ../scss/core/_form.scss */
.fieldset + .fieldset {
  margin-top: 5px;
}

/* line 52, ../scss/core/_form.scss */
form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 63, ../scss/core/_form.scss */
.input-box {
  padding-top: 2px;
}
/* line 66, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 72, ../scss/core/_form.scss */
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 81, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 91, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 99, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

/* line 108, ../scss/core/_form.scss */
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 117, ../scss/core/_form.scss */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 126, ../scss/core/_form.scss */
select {
  font-size: 14px;
}

/* line 130, ../scss/core/_form.scss */
select + select {
  margin-left: 5px;
}

/* line 134, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 145, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 156, ../scss/core/_form.scss */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}
/* line 163, ../scss/core/_form.scss */
.input-text:focus {
  border: 1px solid #3399CC;
}

/* line 168, ../scss/core/_form.scss */
.input-text.validation-failed {
  border-color: #DF280A;
}

/* line 173, ../scss/core/_form.scss */
.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

/* line 177, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

/* line 187, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* line 197, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 205, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 216, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

/* line 220, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 228, ../scss/core/_form.scss */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* line 235, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 249, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 262, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 265, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 271, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 275, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 283, ../scss/core/_form.scss */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
/* line 289, ../scss/core/_form.scss */
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
/* line 293, ../scss/core/_form.scss */
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
/* line 298, ../scss/core/_form.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
/* line 306, ../scss/core/_form.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
/* line 315, ../scss/core/_form.scss */
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}
/* line 321, ../scss/core/_form.scss */
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
/* line 325, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

/* line 332, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

/* line 340, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 347, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px;
}
/* line 350, ../scss/core/_form.scss */
.form-list .control label {
  float: none;
}
/* line 353, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
/* line 357, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 366, ../scss/core/_form.scss */
form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #A0A0A0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 30, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 38, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}

/* line 42, ../scss/core/_table.scss */
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

/* line 48, ../scss/core/_table.scss */
.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 56, ../scss/core/_table.scss */
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

/* line 61, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 66, ../scss/core/_table.scss */
.data-table tfoot tr {
  background: #F4F4F4;
}

/* line 70, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
/* line 74, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/* line 83, ../scss/core/_table.scss */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
/* line 88, ../scss/core/_table.scss */
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

/* line 94, ../scss/core/_table.scss */
.info-table th,
.info-table td {
  vertical-align: top;
}

/* line 99, ../scss/core/_table.scss */
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

/* line 104, ../scss/core/_table.scss */
.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 113, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
/* line 118, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
/* line 125, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED;
}
/* line 129, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
/* line 238, ../scss/core/_table.scss */
.linearize-table .linearize-collapse {
  display: none;
}

/* ============================================ *
 * Global
 * ============================================ */
/* line 30, ../scss/layout/_global.scss */
html,
body {
  height: 100%;
}

/* line 35, ../scss/layout/_global.scss */
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

/* line 42, ../scss/layout/_global.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
/* line 30, ../scss/layout/_header.scss */
.page-header {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

/* line 36, ../scss/layout/_header.scss */
.page-header-container {
  position: relative;
}

/* line 40, ../scss/layout/_header.scss */
.header-language-container,
.page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 49, ../scss/layout/_header.scss */
.header-language-background {
  padding: 10px;
  background-color: #3399CC;
  text-transform: uppercase;
}
/* line 54, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 60, ../scss/layout/_header.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
/* line 64, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
/* line 70, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right;
}

/* line 75, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
/* line 80, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none;
}
/* line 83, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}

/* line 88, ../scss/layout/_header.scss */
.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

/* ============================================ *
 * Logo
 * ============================================ */
/* line 97, ../scss/layout/_header.scss */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
/* line 106, ../scss/layout/_header.scss */
.logo img {
  max-width: 100%;
}
/* line 110, ../scss/layout/_header.scss */
.logo .small {
  display: block;
}
/* line 113, ../scss/layout/_header.scss */
.logo .large {
  display: none;
}

/* line 118, ../scss/layout/_header.scss */
.logo:hover {
  opacity: 0.8;
}

/* line 124, ../scss/layout/_header.scss */
.logo {
  max-width: 300px;
  min-height: 90px;
}
/* line 128, ../scss/layout/_header.scss */
.logo .small {
  display: none;
}
/* line 131, ../scss/layout/_header.scss */
.logo .large {
  display: block;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 140, ../scss/layout/_header.scss */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

/* line 149, ../scss/layout/_header.scss */
.skip-links {
  border: 0;
}

/* -------------------------------------------- *
 * Skip - Link
 */
/* line 157, ../scss/layout/_header.scss */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

/* line 168, ../scss/layout/_header.scss */
a.skip-link {
  text-decoration: none;
}

/* line 172, ../scss/layout/_header.scss */
.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

/* line 178, ../scss/layout/_header.scss */
.skip-link {
  width: 25%;
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 186, ../scss/layout/_header.scss */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 193, ../scss/layout/_header.scss */
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

/* line 197, ../scss/layout/_header.scss */
.skip-link .icon {
  margin-right: 3px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 205, ../scss/layout/_header.scss */
.skip-link .label {
  display: none;
}

/* line 211, ../scss/layout/_header.scss */
.skip-link .label {
  display: inline;
}

/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 219, ../scss/layout/_header.scss */
.skip-content {
  display: none;
}

/* line 223, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* line 228, ../scss/layout/_header.scss */
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 30, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 40%;
}
/* line 33, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
/* line 36, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

/* line 42, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: inline;
}

/* line 46, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  background-position: 4px 4px;
}

/* line 52, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 25%;
}

/* line 58, ../scss/layout/_header-nav.scss */
.skip-nav {
  display: none;
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
/* line 68, ../scss/layout/_header-nav.scss */
#header-nav {
  display: block;
  /* Force visibility */
  border-bottom: 1px solid #EDEDED;
}

/* ============================================ *
 * Nav Primary
 * ============================================ */
/* line 77, ../scss/layout/_header-nav.scss */
.nav-primary {
  display: block;
  margin-top: 15px;
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 89, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 98, ../scss/layout/_header-nav.scss */
.nav-primary li {
  position: relative;
}
/* line 102, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

/* line 108, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

/* line 113, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
/* line 124, ../scss/layout/_header-nav.scss */
.nav-primary {
  /* Default styles for 1+ drop-down menus */
  /* Level 2+ */
  /* Class for js to add briefly to evaluate element positioning. */
  /* Correct menus that will hang off the page (class added by js) */
  /* Level 1+ */
}
/* line 126, ../scss/layout/_header-nav.scss */
.nav-primary a.level0 {
  padding: 0 25px;
}
/* line 130, ../scss/layout/_header-nav.scss */
.nav-primary li.level0,
.nav-primary a.level0 {
  display: inline-block;
}
/* line 135, ../scss/layout/_header-nav.scss */
.nav-primary li:last-child > a {
  border-bottom: none;
}
/* line 139, ../scss/layout/_header-nav.scss */
.nav-primary a:hover,
.nav-primary li:hover > a {
  color: #3399CC;
}
/* line 144, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active {
  z-index: 200;
}
/* line 149, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul {
  background: #FBFBFB;
  border: solid 1px #CCCCCC;
  position: absolute;
  left: 0;
  top: 30px;
  /* Height of ".nav-primary a.level0" */
  z-index: 10;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  /* Hide until displayed. */
}
/* line 162, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 ul {
  left: 60px;
  top: 15px;
}
/* line 168, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul.level0.position-test {
  display: block;
}
/* line 173, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul.level0.spill {
  right: 0;
  left: auto;
}
/* line 178, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul.level0.spill li.level1 ul {
  left: auto;
  right: 50px;
  top: 20px;
}
/* line 186, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 li.parent > a {
  position: relative;
}
/* line 189, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 li.parent > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ccc;
  border-right: none;
  right: 5px;
  top: 50%;
  margin-top: -3px;
}

/* line 199, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* line 33, ../scss/layout/_header-search.scss */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
/* line 38, ../scss/layout/_header-search.scss */
.skip-search .icon {
  background-position: 4px -146px;
}

/* line 46, ../scss/layout/_header-search.scss */
.skip-search {
  display: none;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* line 54, ../scss/layout/_header-search.scss */
#header-search {
  padding: 20px;
}

/* line 60, ../scss/layout/_header-search.scss */
#header-search {
  display: block;
  position: absolute;
  top: 55px;
  right: 0;
  width: 25%;
  height: 50px;
  padding: 0;
}

/* ============================================ *
 * Search Input
 * ============================================ */
/* line 74, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

/* line 79, ../scss/layout/_header-search.scss */
#search_mini_form label {
  display: none;
}

/* line 83, ../scss/layout/_header-search.scss */
#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 90, ../scss/layout/_header-search.scss */
#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

/* line 101, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

/* line 114, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

/* line 118, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 37, ../scss/layout/_header-account.scss */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
/* line 42, ../scss/layout/_header-account.scss */
.skip-account .icon {
  background-position: 4px -44px;
}

/* line 50, ../scss/layout/_header-account.scss */
.skip-account {
  float: none;
  width: auto;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}

/* line 62, ../scss/layout/_header-account.scss */
#header-account.skip-active {
  background: #FBFBFB;
  border: solid 1px #CCCCCC;
  display: block;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: 115px;
  width: 200px;
}

/* line 72, ../scss/layout/_header-account.scss */
#header-account a {
  display: block;
  padding: 5px 10px;
  color: #636363;
  line-height: 2;
}

/* line 79, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #3399CC;
}

/* -------------------------------------------- *
 * Account Links
 */
/* line 87, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
}

/* line 91, ../scss/layout/_header-account.scss */
#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

/* line 99, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #3399CC;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 36, ../scss/layout/_header-cart.scss */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
/* line 41, ../scss/layout/_header-cart.scss */
.skip-cart .icon {
  background-position: 0px -95px;
}

/* line 49, ../scss/layout/_header-cart.scss */
.skip-cart {
  width: auto;
  padding: 0 10px;
}

/* line 57, ../scss/layout/_header-cart.scss */
#header-cart.skip-active {
  background: #FBFBFB;
  border: solid 1px #CCCCCC;
  display: block;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: 0;
  width: 320px;
  background: white;
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 72, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 87, ../scss/layout/_header-cart.scss */
.skip-link.skip-active .count {
  color: white;
}

/* line 95, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count {
  display: none;
}

/* line 99, ../scss/layout/_header-cart.scss */
.skip-cart {
  color: #3399CC;
  text-transform: uppercase;
}
/* line 103, ../scss/layout/_header-cart.scss */
.skip-cart:hover {
  text-decoration: none;
}
/* line 107, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: static;
  background: none;
  margin-left: 0px;
  font-size: 14px;
  width: auto;
}
/* line 115, ../scss/layout/_header-cart.scss */
.skip-cart .count:before {
  content: '(';
}
/* line 118, ../scss/layout/_header-cart.scss */
.skip-cart .count:after {
  content: ')';
}

/* line 123, ../scss/layout/_header-cart.scss */
.skip-cart .count,
.skip-link.skip-active .count {
  color: #3399CC;
}

/* line 129, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
/* line 137, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
/* line 148, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

/* line 153, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
  float: left;
  width: 48%;
}

/* line 158, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
/* line 164, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
/* line 173, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px;
}

/* line 177, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

/* line 186, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block;
}

/* line 190, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* line 196, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

/* line 203, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
/* line 210, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 34, ../scss/layout/_footer.scss */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 39, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
/* line 44, ../scss/layout/_footer.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
/* line 49, ../scss/layout/_footer.scss */
.footer .block-title strong {
  font-weight: normal;
}
/* line 53, ../scss/layout/_footer.scss */
.footer .block-title,
.footer address {
  color: #3399CC;
}
/* line 58, ../scss/layout/_footer.scss */
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
/* line 64, ../scss/layout/_footer.scss */
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
/* line 70, ../scss/layout/_footer.scss */
.footer .links a {
  color: #636363;
}
/* line 72, ../scss/layout/_footer.scss */
.footer .links a:hover {
  color: #3399CC;
}
/* line 78, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
/* line 84, ../scss/layout/_footer.scss */
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 90, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 98, ../scss/layout/_footer.scss */
.footer .links.social-media em {
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 108, ../scss/layout/_footer.scss */
  .footer .links.social-media em {
    background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
/* line 115, ../scss/layout/_footer.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
/* line 120, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
/* line 115, ../scss/layout/_footer.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
/* line 120, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
/* line 115, ../scss/layout/_footer.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
/* line 120, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
/* line 115, ../scss/layout/_footer.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
/* line 120, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
/* line 115, ../scss/layout/_footer.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
/* line 120, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
/* line 133, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
/* line 139, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 145, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
/* line 148, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 153, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
/* line 159, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
/* line 165, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
  clear: both;
}
/* line 170, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 174, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 181, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
/* line 186, ../scss/layout/_footer.scss */
.footer address {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 34, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* line 39, ../scss/module/_product-list.scss */
.category-image {
  margin-bottom: 1.5em;
}

/* line 44, ../scss/module/_product-list.scss */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
/* line 53, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
/* line 64, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
/* line 66, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3399CC;
  text-decoration: none;
}

/* line 73, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 80, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 91, ../scss/module/_product-list.scss */
.products-grid {
  position: relative;
}

/* line 95, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

/* line 99, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
/* line 104, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 109, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

/* line 114, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
/* line 118, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none;
}

/* line 124, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* line 134, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

/* line 139, ../scss/module/_product-list.scss */
.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

/* line 147, ../scss/module/_product-list.scss */
.products-grid .ratings .rating-box {
  margin: 0 auto;
}

/* line 151, ../scss/module/_product-list.scss */
.products-grid .ratings .amount {
  display: none;
}

/* line 155, ../scss/module/_product-list.scss */
.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0 0 5px;
}

/* line 161, ../scss/module/_product-list.scss */
.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
/* line 172, ../scss/module/_product-list.scss */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

/* line 178, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: left;
}

/* line 182, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
  margin-right: 0;
}

/* line 186, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

/* Config: Three columns + flexible gutter */
/* line 202, ../scss/module/_product-list.scss */
.products-grid {
  /* Undo two-column config */
  /* Set three-column config */
}
/* line 204, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: none;
}
/* line 207, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
  margin-right: 3.7037%;
}
/* line 212, ../scss/module/_product-list.scss */
.products-grid > li {
  width: 30.8642%;
  margin-right: 3.7037%;
}
/* line 216, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(3n+1) {
  clear: left;
}
/* line 219, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(3n) {
  margin-right: 0;
}

/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* line 238, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li:nth-child(odd) {
  clear: none;
}

/* line 241, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li:nth-child(3n+1) {
  clear: none;
}

/* line 244, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li:nth-child(even),
.products-grid--max-4-col > li:nth-child(3n) {
  margin-right: 2.22222%;
}

/* Set column config */
/* line 250, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li {
  margin-right: 2.22222%;
}

/* line 253, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li {
  width: 23.33333%;
  margin-right: 2.22222%;
}

/* line 257, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li:nth-child(4n+1) {
  clear: left;
}

/* line 260, ../scss/module/_product-list.scss */
.products-grid--max-4-col > li:nth-child(4n) {
  margin-right: 0;
}

/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* line 238, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li:nth-child(odd) {
  clear: none;
}

/* line 241, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li:nth-child(3n+1) {
  clear: none;
}

/* line 244, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li:nth-child(even),
.products-grid--max-5-col > li:nth-child(3n) {
  margin-right: 2.22222%;
}

/* Set column config */
/* line 250, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li {
  margin-right: 2.22222%;
}

/* line 253, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li {
  width: 18.22222%;
  margin-right: 2.22222%;
}

/* line 257, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li:nth-child(5n+1) {
  clear: left;
}

/* line 260, ../scss/module/_product-list.scss */
.products-grid--max-5-col > li:nth-child(5n) {
  margin-right: 0;
}

/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* line 238, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li:nth-child(odd) {
  clear: none;
}

/* line 241, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li:nth-child(3n+1) {
  clear: none;
}

/* line 244, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li:nth-child(even),
.products-grid--max-6-col > li:nth-child(3n) {
  margin-right: 2.22222%;
}

/* Set column config */
/* line 250, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li {
  margin-right: 2.22222%;
}

/* line 253, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li {
  width: 14.81481%;
  margin-right: 2.22222%;
}

/* line 257, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li:nth-child(6n+1) {
  clear: left;
}

/* line 260, ../scss/module/_product-list.scss */
.products-grid--max-6-col > li:nth-child(6n) {
  margin-right: 0;
}

/* ============================================ *
 * Product List
 * ============================================ */
/* line 275, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 279, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
/* line 284, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 287, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
/* line 291, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
/* line 297, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 303, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
/* line 308, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 311, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
}
/* line 314, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
/* line 319, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 323, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  margin-top: 0;
}
/* line 326, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 24px;
}
/* line 329, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 7px 0;
}
/* line 332, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 336, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
/* line 342, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

/* line 350, ../scss/module/_product-list.scss */
.products-list .product-name a {
  font-size: 24px;
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 360, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
/* line 364, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 60px;
}
/* line 369, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
/* line 373, ../scss/module/_product-list.scss */
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
/* line 377, ../scss/module/_product-list.scss */
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 385, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 389, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
/* line 395, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
/* line 400, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}
/* line 403, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 418, ../scss/module/_product-list.scss */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
/* line 422, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}
/* line 426, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 34, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
/* line 39, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 44, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
/* line 50, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
/* line 55, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3399CC;
  margin-bottom: 10px;
  border: 0;
}
/* line 62, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  width: 50%;
  float: right;
}
/* line 66, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
/* line 70, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
/* line 75, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
/* line 82, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
/* line 88, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
/* line 94, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
/* line 99, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
/* line 103, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability {
  font-size: 18px;
}
/* line 107, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box {
  margin-top: 0;
}
/* line 110, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
/* line 117, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #3399CC;
  font-size: 24px;
}
/* line 126, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 131, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}
/* line 134, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 18px;
}
/* line 140, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
/* line 146, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 18px;
  font-weight: 300;
}
/* line 151, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
/* line 159, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-img-box.product-img-box-discontinued {
  width: 20%;
}
/* line 163, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop {
  width: 80%;
  border-radius: 4px;
  background-color: #f8f7f5;
  padding: 16px 30px;
}
/* line 169, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .first-line, .product-view .product-essential .product-shop.discontinued-product-shop .bottom-first-line {
  font-size: 24px;
  text-align: center;
  color: #636363;
  font-weight: 600;
  line-height: normal;
}
/* line 176, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .second-line {
  font-size: 48px;
  text-align: center;
  color: #a0b540;
  font-weight: bold;
  line-height: normal;
  padding-top: 15px;
}
/* line 184, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .third-line {
  font-size: 18px;
  text-align: center;
  color: #636363;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
}
/* line 192, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper {
  padding: 20px;
}
/* line 194, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item {
  background-color: #ffffff;
}
/* line 196, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item .product-image {
  float: left;
}
/* line 199, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item::after {
  content: '';
  display: table;
  clear: both;
}
/* line 204, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item .product-shop {
  margin-bottom: 0px;
}
/* line 206, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item .product-shop .product-shop-left {
  min-height: 160px;
}
/* line 209, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item .product-shop .product-name {
  display: block;
  padding: 0px;
  float: none;
}
/* line 216, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item .product-shop .product-secondary .price-box .special-price, .product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .item .product-shop .product-secondary .price-box .old-price {
  display: block;
}
/* line 223, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-prev,
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-next {
  position: absolute;
  top: 45%;
  max-width: 80px;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-indent: -9999px;
}
/* line 237, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-prev {
  left: -23px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat !important;
  background-position: -107px -1548px !important;
  width: 25px;
  height: 51px;
}
/* line 243, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-prev:before {
  display: none;
}
/* line 246, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-prev.disabled {
  cursor: default;
  pointer-events: none;
}
/* line 251, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-next {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat !important;
  background-position: -123px -1637px !important;
  width: 25px;
  height: 51px;
  right: -23px;
}
/* line 257, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-next:before {
  display: none;
}
/* line 260, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .product-shop-carousel-wrapper .owl-next.disabled {
  cursor: default;
  pointer-events: none;
}
/* line 266, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .bottom-content-wrapper {
  text-align: center;
}
/* line 268, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .bottom-content-wrapper .bottom-button {
  margin: 10px 0;
  background-color: #f8b537;
  font-size: 14px;
  line-height: normal;
}
/* line 273, ../scss/module/_catalog-product.scss */
.product-view .product-essential .product-shop.discontinued-product-shop .bottom-content-wrapper .bottom-button span {
  font-size: 16px;
}
/* line 280, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
  display: inherit;
}
/* line 285, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
  display: none;
}
/* line 290, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

/* line 299, ../scss/module/_catalog-product.scss */
.product-img-box {
  width: 50%;
  float: left;
}
/* line 304, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0;
}
/* line 309, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  margin-bottom: 10px;
}
/* line 313, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

/* line 327, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 330, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 333, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 336, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 346, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: inline-block;
}
/* line 349, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 352, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

/* line 359, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

/* line 364, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

/* line 370, ../scss/module/_catalog-product.scss */
.product-img-box {
  padding-right: 15px;
}

/* line 374, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

/* line 382, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 384, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 389, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
/* line 396, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
/* line 402, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
/* line 409, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
/* line 415, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
/* line 419, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
/* line 424, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
/* line 429, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 433, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
/* line 439, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
/* line 444, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 449, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
/* line 460, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
/* line 471, ../scss/module/_catalog-product.scss */
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 478, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 482, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
/* line 488, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 492, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  float: left;
}
/* line 496, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC;
}
/* line 502, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
/* line 506, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

/* line 511, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  float: left;
}
/* line 514, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 518, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
/* line 523, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
/* line 530, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
/* line 533, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
/* line 536, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
/* line 539, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
/* line 542, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
/* line 545, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

/* line 550, ../scss/module/_catalog-product.scss */
.product-collateral {
  clear: both;
}

/* line 556, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none;
}

/* line 562, ../scss/module/_catalog-product.scss */
.box-collateral {
  clear: both;
}

/* line 27, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #CCCCCC;
  background-color: #F4F4F4;
}
/* line 34, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li {
  float: left;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
/* line 39, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li > span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  bottom: -1px;
}
/* line 53, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li.current {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
/* line 57, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li.current > span {
  background-color: #FFFFFF;
  z-index: 5;
}
/* line 63, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li.current span,
.product-collateral .toggle-tabs li:hover span {
  color: #3399CC;
}
/* line 68, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li:first-child {
  border-left: none;
}
/* line 72, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs:after {
  content: '';
  display: table;
  clear: both;
}
/* line 77, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl {
  width: 100%;
}
/* line 80, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt {
  display: none;
}
/* line 84, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd {
  width: 100%;
  display: none;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-top: 0;
}
/* line 92, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd.current {
  display: block;
}

/* line 570, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: block;
}

/* line 573, ../scss/module/_catalog-product.scss */
.product-img-box .product-name {
  display: none;
}

/* line 578, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 585, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
/* line 589, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 599, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 605, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

/* line 611, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 616, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 620, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 625, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 4px;
}
/* line 628, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
/* line 633, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 642, ../scss/module/_catalog-product.scss */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #CCCCCC;
  clear: both;
  position: relative;
}

/* line 651, ../scss/module/_catalog-product.scss */
.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

/* line 658, ../scss/module/_catalog-product.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

/* line 663, ../scss/module/_catalog-product.scss */
.product-options dt:first-child {
  margin-top: 0;
}

/* line 667, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

/* line 672, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}

/* line 676, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}

/* line 680, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

/* line 686, ../scss/module/_catalog-product.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED;
}

/* line 692, ../scss/module/_catalog-product.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 698, ../scss/module/_catalog-product.scss */
.product-options dd .input-text {
  width: 98%;
}

/* line 702, ../scss/module/_catalog-product.scss */
.product-options dd .input-box {
  padding-top: 0;
}

/* line 706, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}

/* line 710, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

/* line 716, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}

/* line 721, ../scss/module/_catalog-product.scss */
.product-options dd select {
  width: 330px;
  max-width: 100%;
}

/* line 726, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
  margin-right: 5px;
}

/* line 730, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* line 735, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

/* line 739, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

/* line 745, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
  display: block;
}

/* line 749, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
  font-weight: normal;
}

/* line 753, ../scss/module/_catalog-product.scss */
.product-options p.note {
  margin: 0;
  font-size: 11px;
}

/* line 758, ../scss/module/_catalog-product.scss */
.product-options-bottom {
  background-color: #F4F4F4;
  padding: 15px 20px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin-bottom: 10px;
}

/* line 766, ../scss/module/_catalog-product.scss */
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

/* line 770, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}

/* line 780, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 785, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 792, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

/* line 799, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 811, ../scss/module/_catalog-product.scss */
.block-related li {
  margin-bottom: 7px;
}
/* line 815, ../scss/module/_catalog-product.scss */
.block-related .block-title {
  border-bottom: none;
}
/* line 818, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 824, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
  margin-bottom: 7px;
}
/* line 828, ../scss/module/_catalog-product.scss */
.block-related .product {
  margin-left: 20px;
  position: relative;
}
/* line 832, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
/* line 837, ../scss/module/_catalog-product.scss */
.block-related .product-details {
  margin-left: 90px;
}
/* line 841, ../scss/module/_catalog-product.scss */
.block-related .product-name {
  margin-bottom: 3px;
}
/* line 845, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 848, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
/* line 854, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 861, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 865, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
/* line 874, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 877, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 40, ../scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 49, ../scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
/* line 57, ../scss/module/_catalog-msrp.scss */
.map-popup.map-popup-right {
  left: 10px !important;
}
/* line 61, ../scss/module/_catalog-msrp.scss */
.map-popup.map-popup-left {
  left: auto !important;
  right: 10px !important;
}
/* line 65, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 70, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
/* line 81, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
/* line 93, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
/* line 101, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 104, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 108, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 112, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 118, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 122, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 127, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 130, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 136, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
/* line 143, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 148, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
/* line 154, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 159, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
/* line 162, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 169, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
/* line 174, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 180, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 190, ../scss/module/_catalog-msrp.scss */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 30, ../scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 40, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 45, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart.scss */
.cart-table {
  float: left;
  width: 60%;
}

/* line 35, ../scss/module/_checkout-cart.scss */
.cart .button {
  white-space: normal;
}

/* line 39, ../scss/module/_checkout-cart.scss */
.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

/* line 48, ../scss/module/_checkout-cart.scss */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}

/* line 57, ../scss/module/_checkout-cart.scss */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

/* line 66, ../scss/module/_checkout-cart.scss */
.checkout-cart-index #postcode {
  width: 100%;
}

/* line 72, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
/* line 77, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
/* line 83, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
/* line 88, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
/* line 94, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

/* line 105, ../scss/module/_checkout-cart.scss */
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 113, ../scss/module/_checkout-cart.scss */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
/* line 117, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 120, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

/* line 128, ../scss/module/_checkout-cart.scss */
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
/* line 133, ../scss/module/_checkout-cart.scss */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
/* line 134, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 140, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
/* line 145, ../scss/module/_checkout-cart.scss */
.checkout-types li:first-child {
  margin-left: 0;
}
/* line 149, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
/* line 154, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
  display: inline-block;
}
/* line 158, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
/* line 162, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
  display: block;
}
/* line 167, ../scss/module/_checkout-cart.scss */
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
/* line 175, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
/* line 179, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

/* line 188, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or {
  text-align: right;
  padding-right: 70px;
}

/* line 194, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

/* line 198, ../scss/module/_checkout-cart.scss */
.cart-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 201, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
/* line 209, ../scss/module/_checkout-cart.scss */
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 216, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 223, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
/* line 228, ../scss/module/_checkout-cart.scss */
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
/* line 233, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
  background: none;
}
/* line 237, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
/* line 242, ../scss/module/_checkout-cart.scss */
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 249, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
/* line 255, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
/* line 259, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
/* line 264, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 269, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
/* line 275, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
/* line 280, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
  float: left;
}
/* line 284, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
/* line 289, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
/* line 293, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399CC;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
/* line 301, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
/* line 309, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
/* line 316, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
  display: block;
}
/* line 320, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
/* line 325, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
/* line 329, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #C0C0C0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
/* line 338, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
/* line 343, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  padding-left: 15px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 354, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* line 360, ../scss/module/_checkout-cart.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0;
}
/* line 367, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #DF280A;
}
/* line 371, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none;
}
/* line 375, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 382, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 385, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
/* line 390, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}
/* line 394, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 41%;
}
/* line 398, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
/* line 402, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
/* line 407, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}
/* line 411, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
/* line 416, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 425, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
/* line 429, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
/* line 433, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
/* line 439, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 447, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
/* line 451, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #ededed;
  min-width: 220px;
}
/* line 456, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

/* line 466, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
}
/* line 469, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
/* line 473, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
/* line 480, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
  padding: 2px 0px;
}
/* line 483, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
/* line 488, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
/* line 493, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
/* line 496, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
/* line 502, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 508, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

/* line 519, ../scss/module/_checkout-cart.scss */
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 524, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
/* line 528, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
/* line 532, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
/* line 543, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
/* line 547, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
/* line 551, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
/* line 555, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
/* line 560, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

/* line 568, ../scss/module/_checkout-cart.scss */
.cart .giftcard p {
  margin-bottom: 7px;
}

/* line 572, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
/* line 576, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 587, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
  color: #3399CC;
}
/* line 591, ../scss/module/_checkout-cart.scss */
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 30, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

/* line 35, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

/* line 41, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
  float: left;
  width: 68.75%;
  padding-right: 20px;
}
/* line 47, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  width: 31.25%;
  display: block;
}
/* line 53, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right {
  padding-left: 0;
}

/* line 59, ../scss/module/_checkout-onepage.scss */
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* line 68, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 74, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

/* line 79, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
/* line 84, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

/* line 88, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

/* line 92, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title a {
  display: none;
}

/* line 96, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

/* line 104, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

/* line 108, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399CC;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

/* line 124, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title .number {
  background-color: #99cce6;
}

/* line 128, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title h2 {
  color: #A0A0A0;
}

/* line 132, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399CC;
}

/* line 137, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

/* line 146, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  padding: 20px;
}
/* line 149, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

/* line 154, ../scss/module/_checkout-onepage.scss */
.opc select {
  max-width: 365px;
  width: 100%;
}

/* line 159, ../scss/module/_checkout-onepage.scss */
.opc h3 {
  font-weight: 500;
}

/* line 163, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
  text-align: left;
}
/* line 166, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 172, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 177, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
/* line 181, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

/* line 189, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .step {
  padding: 0px;
}
/* line 193, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

/* line 199, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 210, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

/* line 215, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

/* line 219, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 226, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* line 231, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

/* line 236, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 244, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 247, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
/* line 251, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
/* line 255, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 258, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: left;
}
/* line 261, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
/* line 266, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 269, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 272, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 276, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 280, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 283, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 286, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
/* line 291, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 295, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 301, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
/* line 306, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 309, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 316, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
/* line 322, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 13px;
}
/* line 325, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
/* line 334, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  color: #636363;
}
/* line 337, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 343, ../scss/module/_checkout-onepage.scss */
.block-progress dd address {
  font-style: italic;
}
/* line 348, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
/* line 354, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
/* line 365, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}
/* line 370, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
/* line 376, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
/* line 386, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* line 392, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  clear: both;
}

/* line 396, ../scss/module/_checkout-onepage.scss */
#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 401, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
/* line 404, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
/* line 408, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .f-left {
  float: right;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 415, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 420, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 426, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
/* line 430, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
/* line 433, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
/* line 438, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
/* line 442, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

/* line 449, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 453, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
/* line 461, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
/* line 465, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}
/* line 469, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
/* line 475, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 483, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
/* line 490, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 498, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 502, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 506, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 509, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 513, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 519, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
/* line 524, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 528, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 531, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 537, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 542, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 31, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
/* line 36, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
/* line 40, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 34, ../scss/module/_configurableswatches.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
/* line 40, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 51, ../scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
/* line 55, ../scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 2px;
}
/* line 59, ../scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 64, ../scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
/* line 77, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}
/* line 81, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

/* line 96, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
/* line 102, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
/* line 108, ../scss/module/_configurableswatches.scss */
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
/* line 116, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}
/* line 120, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
/* line 124, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 130, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
/* line 136, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
/* line 140, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

/* line 146, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
/* line 151, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
/* line 157, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
/* line 161, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
/* line 166, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
/* line 177, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
/* line 184, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

/* line 190, ../scss/module/_configurableswatches.scss */
.currently .swatch-current {
  position: relative;
}
/* line 193, ../scss/module/_configurableswatches.scss */
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* line 200, ../scss/module/_configurableswatches.scss */
.currently .swatch-current span {
  display: block;
  float: left;
}
/* line 206, ../scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
/* line 210, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
/* line 218, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}

/* line 224, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important;
}
/* line 227, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}
/* line 231, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 244, ../scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #A0A0A0;
}

/* line 250, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
/* line 256, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
/* line 261, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
/* line 266, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399CC;
  padding-left: 5px;
}
/* line 274, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
/* line 279, ../scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
  display: none;
}
/* line 284, ../scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
/* line 32, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
/* line 38, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
/* line 42, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
/* line 51, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
/* line 61, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1,
.customer-account-login .col2-set .col-2 {
  padding-top: 0;
  margin-top: 20px;
}
/* line 67, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 {
  padding-right: 20px;
}
/* line 71, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
  padding-left: 20px;
  border-left: 1px solid #EDEDED;
}
/* line 78, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 {
  padding-right: 0;
}
/* line 82, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
  padding-left: 60px;
  border-left: 1px solid #EDEDED;
}

/* line 91, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

/* line 97, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #A0A0A0;
}

/* line 105, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none;
}
/* line 108, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

/* line 114, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
/* line 120, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 124, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 128, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
/* line 136, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 142, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  max-width: 455px;
}
/* line 146, ../scss/module/_customer.scss */
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
/* line 151, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
  display: none;
}
/* line 155, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

/* line 161, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
/* line 167, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 178, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
/* line 184, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
/* line 188, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
/* line 192, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 198, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
/* line 205, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
/* line 212, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
/* line 217, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 223, ../scss/module/_customer.scss */
body.customer-account .data-table {
  margin-top: 5px;
}
/* line 227, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
/* line 235, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr {
  white-space: normal;
}
/* line 238, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
/* line 244, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
  display: block;
}
/* line 249, ../scss/module/_customer.scss */
body.customer-account .data-table .separator {
  display: none;
}
/* line 257, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 263, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 267, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 274, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 279, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 286, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 293, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 297, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 302, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

/* line 313, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 320, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 332, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}
/* line 337, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
/* line 344, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 10px;
}
/* line 351, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 357, ../scss/module/_customer.scss */
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
/* line 362, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 370, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 375, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 379, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
/* line 386, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
/* line 394, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 398, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
/* line 402, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 406, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
/* line 413, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 416, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 420, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
/* line 427, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 442, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* line 445, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
/* line 450, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
/* line 453, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 10px;
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 464, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
/* line 470, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 477, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 481, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 484, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 488, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 494, ../scss/module/_customer.scss */
.order-date {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 499, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 503, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
/* line 508, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
/* line 513, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%;
}
/* line 517, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 524, ../scss/module/_customer.scss */
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
/* line 529, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
/* line 535, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ':';
}
/* line 541, ../scss/module/_customer.scss */
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* line 545, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
/* line 551, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}
/* line 555, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}
/* line 559, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 568, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 574, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 578, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 585, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 589, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 594, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

/* line 599, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

/* line 604, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 614, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
/* line 618, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
/* line 622, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
/* line 35, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left;
}

/* ============================================ *
 * PayPal
 * ============================================ */
/* line 31, ../scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
/* line 37, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 42, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}

/* line 49, ../scss/module/_paypal.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
/* line 54, ../scss/module/_paypal.scss */
.top-container .bml-ad span {
  display: inline-block;
}
/* line 57, ../scss/module/_paypal.scss */
.top-container .bml-ad span a {
  display: block;
}

/* line 63, ../scss/module/_paypal.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
/* line 68, ../scss/module/_paypal.scss */
.bml-ad span {
  display: block;
  line-height: 0;
}
/* line 72, ../scss/module/_paypal.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
/* line 76, ../scss/module/_paypal.scss */
.bml-ad a:hover {
  opacity: 0.7;
}
/* line 79, ../scss/module/_paypal.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

/* line 86, ../scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

/* line 91, ../scss/module/_paypal.scss */
.bml-ad.large {
  display: block;
}

/* line 95, ../scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 100, ../scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 104, ../scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 108, ../scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 114, ../scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 120, ../scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 125, ../scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* line 130, ../scss/module/_paypal.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
/* line 134, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
/* line 138, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
/* line 141, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
  display: block;
}
/* line 145, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
/* line 147, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 30, ../scss/module/_review.scss */
#customer-reviews {
  width: auto;
  float: none;
}
/* line 34, ../scss/module/_review.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
/* line 39, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 43, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 48, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 54, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 57, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 65, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 71, ../scss/module/_review.scss */
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 76, ../scss/module/_review.scss */
#customer-reviews h2 span {
  color: #636363;
}
/* line 81, ../scss/module/_review.scss */
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 87, ../scss/module/_review.scss */
#customer-reviews h3 span {
  color: #3399CC;
}
/* line 92, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
/* line 96, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 104, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}
/* line 109, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
/* line 124, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 129, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
/* line 134, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 141, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
/* line 145, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 152, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 158, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 164, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 169, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
/* line 174, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
/* line 179, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
/* line 183, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
/* line 189, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 193, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 204, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
/* line 208, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 211, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 219, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
/* line 223, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 228, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 237, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 240, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 260, ../scss/module/_review.scss */
.ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 265, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px;
}
/* line 269, ../scss/module/_review.scss */
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
/* line 278, ../scss/module/_review.scss */
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 295, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 300, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 304, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 308, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
/* line 37, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 43, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 53, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 58, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 66, ../scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 76, ../scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 85, ../scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 99, ../scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
/* line 103, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
/* line 108, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 113, ../scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 125, ../scss/module/_slideshow.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 137, ../scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 141, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 147, ../scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 150, ../scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
/* line 157, ../scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

/* line 162, ../scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 165, ../scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
/* line 172, ../scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

/* line 177, ../scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 185, ../scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 31, ../scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
}
/* line 35, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
/* line 41, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
/* line 45, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
/* line 50, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 57, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 18px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
}
/* line 63, ../scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: #3399CC;
}
/* line 68, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
/* line 74, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 81, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 84, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
/* line 87, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
/* line 90, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 94, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}
/* line 99, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 104, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
/* line 110, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center;
}
/* line 115, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
/* line 119, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
/* line 123, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
/* line 128, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
/* line 131, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
/* line 138, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 142, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 146, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 150, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 155, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
/* line 159, ../scss/module/_wishlist.scss */
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
/* line 166, ../scss/module/_wishlist.scss */
#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* line 170, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #636363;
}
/* line 175, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 178, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 182, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399CC;
  margin-bottom: 3px;
}
/* line 190, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #3399CC;
}
/* line 196, ../scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 207, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 211, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 216, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 221, ../scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
/* line 227, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
  display: inline-block;
}
/* line 33, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
/* line 38, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
/* line 43, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:after {
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
/* line 49, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  display: none;
}
/* line 52, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 63, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
/* line 76, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
/* line 80, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
/* line 85, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li.last {
  border: none;
}
/* line 89, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
/* line 96, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
/* line 100, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name a {
  color: #3399CC;
}
/* line 106, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
/* line 109, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
/* line 113, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper td {
  color: #3399CC;
  clear: right;
}
/* line 119, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
/* line 125, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
/* line 134, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
/* line 140, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
/* line 144, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
/* line 150, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
/* line 155, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
/* line 159, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
  color: #3399CC;
}
/* line 164, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 171, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
/* line 175, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 183, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
/* line 189, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
/* line 195, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
/* line 202, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

/* line 208, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

/* line 213, ../scss/module/_checkout-cart-minicart.scss */
.checkout-types.minicart {
  float: none;
  text-align: center;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/*.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200;

    ul {
        @include border-radius(2px);
        background-color: #FFFFFF;
        border: 1px solid $c-module-border-highlight;
        left: 0;
        padding-left: 0;
        position: absolute;
        top: 0;
        width: 100%;

        li {
            border-bottom: 1px solid $c-module-background;
            color: $c-link;
            cursor: pointer;
            font-size: $f-size-xs;
            padding: 4px 6px;
            text-align: left;

            &:hover {
                color: $c-link-hover;
            }

            &.selected {
                background-color: $c-action;
                color: white;
            }

            .amount {
                float: right;
                font-weight: bold;
            }

            &:last-child {
                border-bottom: none;
            }
        }
    }

    &:before {
        @include triangle(up, 7px, $c-action);
        left: 50%;
        top: -7px;
    }
}*/
/* ============================================ *
 * Search - Advanced
 * ============================================ */
/*.advanced-search {
    background: $c-module-background;
    border: 1px solid $c-module-border-light;
    padding: $trim;

    select.multiselect {
        option {
            border-bottom: 1px solid $c-module-border-light;
            padding: 2px 5px;
        }
    }
}*/
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 32, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 41, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 47, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
/* line 57, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 60, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}
/* line 64, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 73, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 83, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

/* line 95, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: none;
}

/* line 105, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  margin-right: 15px;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 37, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
/* line 45, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
/* line 49, ../scss/module/_cms.scss */
.cms-page-view .std p,
.cms-no-route .std p {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
/* line 57, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #3399CC;
}
/* line 61, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #3399CC;
}
/* line 65, ../scss/module/_cms.scss */
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
/* line 75, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 93, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 96, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
/* line 100, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 123, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 128, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
/* line 110, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399CC;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 117, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:hover {
  background-color: #ededed;
}
/* line 133, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
/* line 115, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 119, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 129, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 134, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 137, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
/* line 142, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 152, ../scss/module/_cms.scss */
.contacts-index-index h1 {
  border: none;
}

/* line 157, ../scss/module/_cms.scss */
#contactForm {
  padding-left: 40px;
}
/* line 160, ../scss/module/_cms.scss */
#contactForm h2 {
  display: none;
}
/* line 164, ../scss/module/_cms.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
/* line 168, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
  margin: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #ff0000;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 41, ../scss/module/_pricing_conditions.scss */
.map-info {
  white-space: nowrap;
}

/* line 46, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
  white-space: normal;
}
/* line 48, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
/* line 52, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
/* line 34, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 39, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
/* line 45, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
/* line 51, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

/* ============================================ *
 * Tags
 * ============================================ */
/* line 30, ../scss/module/_tags.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 34, ../scss/module/_tags.scss */
#addTagForm .form-add {
  margin-top: 10px;
}

/* line 37, ../scss/module/_tags.scss */
.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

/* line 45, ../scss/module/_tags.scss */
.product-tags li {
  float: left;
  margin-right: 15px;
}

/* line 49, ../scss/module/_tags.scss */
.product-tags li.last {
  margin-right: 0px;
}

/* line 52, ../scss/module/_tags.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 57, ../scss/module/_tags.scss */
.tags-list > li {
  float: left;
  margin-right: 10px;
}

/* line 61, ../scss/module/_tags.scss */
.block-tags .actions > a {
  font-size: 12px;
}

/* line 65, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
  padding: 0;
}
/* line 68, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
  color: white;
}

/* ============================================ *
 * Captcha
 * ============================================ */
/* line 29, ../scss/module/_captcha.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 33, ../scss/module/_captcha.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

/* line 41, ../scss/module/_captcha.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 46, ../scss/module/_captcha.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 47, ../scss/module/_captcha.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 53, ../scss/module/_captcha.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* line 58, ../scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

/* line 59, ../scss/module/_captcha.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 64, ../scss/module/_captcha.scss */
.captcha-img {
  border: 20px solid #bbb;
}

/* line 65, ../scss/module/_captcha.scss */
.captcha-input-container {
  margin-bottom: 10px;
}

/* line 66, ../scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
/* line 70, ../scss/module/_captcha.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
/* line 78, ../scss/module/_captcha.scss */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Recurring Profiles
 * ============================================ */
/* line 32, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
  white-space: normal;
}
/* line 35, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
  white-space: inherit;
}

/* line 42, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
  float: left;
}
/* line 45, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

/* line 50, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
/* line 54, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

/* line 60, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 65, ../scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 31, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
/* line 34, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 38, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
/* line 43, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
/* line 48, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
/* line 54, ../scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 62, ../scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

/* line 68, ../scss/module/_billing-agreements.scss */
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
/* line 30, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

/* line 34, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
/* line 37, ../scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
  max-width: 100px;
}

/* line 45, ../scss/module/_widget.scss */
.widget {
  clear: both;
}

/* line 49, ../scss/module/_widget.scss */
.widget .pager {
  float: none;
  width: 100%;
}

/* line 59, ../scss/module/_widget.scss */
.col2-left-layout .col-main .widget,
.col2-right-layout .col-main .widget,
.col3-layout .col-main .widget {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* Set column config */
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* Set column config */
}
/* line 238, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
  clear: none;
}
/* line 241, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
  clear: none;
}
/* line 244, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
  margin-right: 2.22222%;
}
/* line 250, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
  margin-right: 2.22222%;
}
/* line 253, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
  width: 23.33333%;
  margin-right: 2.22222%;
}
/* line 257, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
  clear: left;
}
/* line 260, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
  margin-right: 0;
}
/* line 238, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
  clear: none;
}
/* line 241, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
  clear: none;
}
/* line 244, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
  margin-right: 2.22222%;
}
/* line 250, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
  margin-right: 2.22222%;
}
/* line 253, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
  width: 18.22222%;
  margin-right: 2.22222%;
}
/* line 257, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
  clear: left;
}
/* line 260, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
  margin-right: 0;
}

/* line 66, ../scss/module/_widget.scss */
.col1-layout .col-main .widget {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* Set column config */
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* Set column config */
}
/* line 238, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
  clear: none;
}
/* line 241, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
  clear: none;
}
/* line 244, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
  margin-right: 2.22222%;
}
/* line 250, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
  margin-right: 2.22222%;
}
/* line 253, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
  width: 23.33333%;
  margin-right: 2.22222%;
}
/* line 257, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
  clear: left;
}
/* line 260, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
  margin-right: 0;
}
/* line 238, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
  clear: none;
}
/* line 241, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
  clear: none;
}
/* line 244, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
  margin-right: 2.22222%;
}
/* line 250, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
  margin-right: 2.22222%;
}
/* line 253, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
  width: 18.22222%;
  margin-right: 2.22222%;
}
/* line 257, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
  clear: left;
}
/* line 260, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
  margin-right: 0;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 31, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/* line 35, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 46, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
/* line 49, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
/* line 54, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 58, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
/* line 64, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
/* line 68, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 73, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
/* line 77, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
/* line 80, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
/* line 83, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
/* line 87, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
/* line 93, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
/* line 97, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

/* line 104, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 113, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
/* line 116, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
/* line 118, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
/* line 122, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 126, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

/* line 137, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
/* line 146, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
/* line 154, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

/* line 163, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

/* line 169, ../scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

/* line 173, ../scss/module/_checkout-multi-address.scss */
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 30, ../scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 33, ../scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* line 1, ../scss/module/_nn-default.scss */
body {
  font-size: 12px;
  line-height: 14px;
  color: #636363;
  font-family: Verdana, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, ../scss/module/_nn-default.scss */
a {
  color: #636363;
}
/* line 11, ../scss/module/_nn-default.scss */
a:hover, a:focus {
  color: #636363;
}

/* line 16, ../scss/module/_nn-default.scss */
img {
  max-width: 100%;
}

/* line 19, ../scss/module/_nn-default.scss */
select {
  background: #ffffff;
}
/* line 21, ../scss/module/_nn-default.scss */
select option {
  padding: 2px 8px;
}
/* line 23, ../scss/module/_nn-default.scss */
select option:checked, select option:hover {
  box-shadow: 0 0 10px 100px #a0b540 inset;
}

/* line 29, ../scss/module/_nn-default.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 33, ../scss/module/_nn-default.scss */
:focus {
  outline: none !important;
}

/* line 42, ../scss/module/_nn-default.scss */
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus {
  box-shadow: 2px 0px 10px 2px #a0b540;
}

/* line 46, ../scss/module/_nn-default.scss */
.header-language-container,
.page-header,
label {
  font-family: Verdana, Geneva, sans-serif;
}

/* line 51, ../scss/module/_nn-default.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  text-transform: none;
}

/* line 56, ../scss/module/_nn-default.scss */
.button, .cart-table
.product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button, .disc-button {
  background: #a0b540;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
}
/* line 74, ../scss/module/_nn-default.scss */
.button:hover, .button:active, .button:focus, .cart-table
.product-cart-actions .button:hover, .cart-table
.product-cart-actions .button:active, .cart-table
.product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:hover,
#co-shipping-method-form .buttons-set .button:active,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:hover,
.footer .button:active,
.footer .button:focus, .disc-button:hover, .disc-button:active, .disc-button:focus {
  background: #a0b540;
  text-decoration: none;
  color: #ffffff;
}

/* line 84, ../scss/module/_nn-default.scss */
.custom-toplinks ul {
  float: right;
  margin-top: 15px;
}
/* line 88, ../scss/module/_nn-default.scss */
.custom-toplinks li {
  float: left;
  line-height: 18px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #bdbec0;
}
/* line 94, ../scss/module/_nn-default.scss */
.custom-toplinks li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
/* line 100, ../scss/module/_nn-default.scss */
.custom-toplinks #header-account {
  padding: 0;
}
/* line 102, ../scss/module/_nn-default.scss */
.custom-toplinks #header-account a {
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}
/* line 106, ../scss/module/_nn-default.scss */
.custom-toplinks #header-account a:hover {
  color: #636363;
}
/* line 111, ../scss/module/_nn-default.scss */
.custom-toplinks .login-first-name {
  text-transform: capitalize;
}
/* line 113, ../scss/module/_nn-default.scss */
.custom-toplinks .login-first-name span {
  max-width: 60px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 124, ../scss/module/_nn-default.scss */
.header-top {
  margin-bottom: 7px;
}
/* line 126, ../scss/module/_nn-default.scss */
.header-top .header-logo {
  float: left;
  margin-top: -7px;
}
/* line 129, ../scss/module/_nn-default.scss */
.header-top .header-logo .logo {
  width: 100%;
  max-width: 100%;
  min-height: inherit;
  padding: 0;
}
/* line 134, ../scss/module/_nn-default.scss */
.header-top .header-logo .logo:hover {
  opacity: 1;
}
/* line 139, ../scss/module/_nn-default.scss */
.header-top #header-search {
  width: 100%;
  float: left;
  position: static;
  height: auto;
}
/* line 145, ../scss/module/_nn-default.scss */
.header-top #search_mini_form {
  position: relative;
}
/* line 147, ../scss/module/_nn-default.scss */
.header-top #search_mini_form .reset-button {
  display: none !important;
}
/* line 150, ../scss/module/_nn-default.scss */
.header-top #search_mini_form .input-text {
  width: 100% !important;
  height: 40px;
  border: 2px solid #a0b540;
  border-radius: 5px;
  font-size: 14px;
  color: #636363;
  padding: 0 25px 0 8px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 159, ../scss/module/_nn-default.scss */
.header-top #search_mini_form .input-text.spinner {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/loader.gif") no-repeat right 40px center !important;
  background-size: 20px 32px !important;
}
/* line 164, ../scss/module/_nn-default.scss */
.header-top #search_mini_form .search-button {
  width: 16px;
  height: 17px;
  display: block;
  border: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px 0;
  position: absolute;
  right: 6px;
  top: 12px;
  box-shadow: none;
  text-indent: -9999px;
}
/* line 175, ../scss/module/_nn-default.scss */
.header-top #search_mini_form .search-button:before {
  content: none;
}
/* line 180, ../scss/module/_nn-default.scss */
.header-top .header-phone {
  float: left;
  margin-top: 19px;
  text-align: right;
}
/* line 184, ../scss/module/_nn-default.scss */
.header-top .header-phone img {
  width: 185px;
  height: 21px;
  display: inline-block;
}
/* line 190, ../scss/module/_nn-default.scss */
.header-top .header-cart {
  float: left;
  clear: none;
  overflow: visible;
  margin: 13px 0 0 25px;
}
/* line 195, ../scss/module/_nn-default.scss */
.header-top .header-cart .account-cart-wrapper {
  position: static;
}
/* line 198, ../scss/module/_nn-default.scss */
.header-top .header-cart .skip-cart {
  padding: 0;
}
/* line 200, ../scss/module/_nn-default.scss */
.header-top .header-cart .skip-cart:hover .icon {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -273px;
}
/* line 204, ../scss/module/_nn-default.scss */
.header-top .header-cart .icon {
  width: 48px;
  height: 37px;
  display: inline-block;
  margin-top: 1px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -273px;
}
/* line 211, ../scss/module/_nn-default.scss */
.header-top .header-cart .skip-link:hover:not(.skip-active) {
  opacity: 1;
}
/* line 214, ../scss/module/_nn-default.scss */
.header-top .header-cart .total-wrapper {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}
/* line 218, ../scss/module/_nn-default.scss */
.header-top .header-cart .total-wrapper .label,
.header-top .header-cart .total-wrapper .total {
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #636363;
  line-height: 14px;
  text-align: left;
}
/* line 229, ../scss/module/_nn-default.scss */
.header-top .header-cart .total-wrapper .total {
  width: 100%;
  font-weight: bold;
}
/* line 234, ../scss/module/_nn-default.scss */
.header-top .header-cart .count {
  min-width: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: 2px;
  right: 67px;
  color: #ffffff;
  text-align: center;
  display: block;
  background: #f8b537;
  border-radius: 50%;
  padding: 0 2px;
  font-weight: bold;
}
/* line 248, ../scss/module/_nn-default.scss */
.header-top .header-cart .count:before, .header-top .header-cart .count:after {
  content: none;
}
/* line 254, ../scss/module/_nn-default.scss */
.header-top .store-language-container {
  float: right;
  padding: 0;
  margin-top: 20px;
}
/* line 258, ../scss/module/_nn-default.scss */
.header-top .store-language-container .langs-wrapper {
  display: inline-block;
}
/* line 261, ../scss/module/_nn-default.scss */
.header-top .store-language-container .lang-flag {
  width: 35px;
  float: left;
  text-align: center;
}
/* line 265, ../scss/module/_nn-default.scss */
.header-top .store-language-container .lang-flag .flag-img {
  width: 35px;
  height: 21px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  background-position: -143px -336px;
}
/* line 272, ../scss/module/_nn-default.scss */
.header-top .store-language-container .lang-flag.French {
  margin-left: 12px;
}
/* line 274, ../scss/module/_nn-default.scss */
.header-top .store-language-container .lang-flag.French .flag-img {
  background-position: -183px -336px;
}

/* line 283, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu {
  width: 100%;
  display: table;
  position: relative;
  border-bottom: 3px solid #a0b540;
}
/* line 288, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .ms-level0 {
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  border-top: 2px solid #ededed;
}
/* line 293, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .ms-level0.active, .ms-megamenu .ms-topmenu .ms-level0:hover, .ms-megamenu .ms-topmenu .ms-level0:active, .ms-megamenu .ms-topmenu .ms-level0:focus {
  border-color: #a0b540;
}
/* line 298, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .ms-level0.active .ms-label, .ms-megamenu .ms-topmenu .ms-level0:hover .ms-label, .ms-megamenu .ms-topmenu .ms-level0:active .ms-label, .ms-megamenu .ms-topmenu .ms-level0:focus .ms-label {
  background: none;
  color: #636363;
}
/* line 303, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .ms-level0:last-child .ms-label {
  border-right: none;
}
/* line 307, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .ms-label {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 30px;
  display: block;
  padding: 0 17px;
  border-right: 2px solid #ededed;
  cursor: pointer;
  text-decoration: none;
}
/* line 320, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .nav-1 .ms-label,
.ms-megamenu .ms-topmenu .nav-3 .ms-label,
.ms-megamenu .ms-topmenu .nav-4 .ms-label {
  color: #f8b537;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  padding: 0 27px;
}
/* line 332, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .nav-1.active .ms-label, .ms-megamenu .ms-topmenu .nav-1:hover .ms-label, .ms-megamenu .ms-topmenu .nav-1:active .ms-label, .ms-megamenu .ms-topmenu .nav-1:focus .ms-label,
.ms-megamenu .ms-topmenu .nav-3.active .ms-label,
.ms-megamenu .ms-topmenu .nav-3:hover .ms-label,
.ms-megamenu .ms-topmenu .nav-3:active .ms-label,
.ms-megamenu .ms-topmenu .nav-3:focus .ms-label,
.ms-megamenu .ms-topmenu .nav-4.active .ms-label,
.ms-megamenu .ms-topmenu .nav-4:hover .ms-label,
.ms-megamenu .ms-topmenu .nav-4:active .ms-label,
.ms-megamenu .ms-topmenu .nav-4:focus .ms-label {
  background: none;
  color: #f8b537;
}
/* line 338, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .nav-1 .ms-label {
  text-decoration: underline;
}
/* line 341, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-topmenu .mb-label,
.ms-megamenu .ms-topmenu .mb-submenu {
  display: none;
}
/* line 346, ../scss/module/_nn-default.scss */
.ms-megamenu .ms-submenu {
  width: 100%;
  position: absolute;
  top: 42px !important;
  z-index: 999;
  padding-top: 3px;
  display: none;
}
/* line 354, ../scss/module/_nn-default.scss */
.ms-megamenu .anchor_mbmenu {
  display: none;
}

/* line 359, ../scss/module/_nn-default.scss */
.ms-submenu .cus-nav-dropdown {
  width: 1100px;
  box-shadow: 0 4px 5px 0 #7c7c7c;
  height: 430px;
  background: #ffffff;
  border-radius: 0 0 7px 7px;
}
/* line 365, ../scss/module/_nn-default.scss */
.ms-submenu .cus-nav-dropdown .nav-header-link {
  width: 20%;
  float: right;
  text-align: right;
  margin-top: 8px;
}
/* line 370, ../scss/module/_nn-default.scss */
.ms-submenu .cus-nav-dropdown .nav-header-link a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #f8b537;
  text-transform: none;
  padding: 0;
}

/* line 380, ../scss/module/_nn-default.scss */
.cus-nav-header {
  padding: 0 20px 0 15px;
  margin-bottom: 12px;
}
/* line 383, ../scss/module/_nn-default.scss */
.cus-nav-header h2 {
  width: 80%;
  float: left;
  color: #a0b540;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}

/* line 394, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown {
  padding: 8px 0;
}
/* line 397, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .cus-nav-header h2 {
  width: 85%;
}
/* line 400, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .cus-nav-header .nav-header-link {
  width: 15%;
}
/* line 404, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option {
  height: 325px;
  float: left;
  padding-bottom: 35px;
  position: relative;
  text-align: center;
  border-right: 1px solid #cccccc;
}
/* line 411, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option h2 {
  margin-top: 8px;
  color: #f8b537;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 419, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option p {
  margin: 7px 0 15px;
}
/* line 422, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option img {
  max-width: 100%;
  max-height: 228px;
  display: inline-block;
}
/* line 427, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option .view-all-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
/* line 432, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option .view-all-link a {
  color: #636363;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
}
/* line 438, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-option .view-all-link a:hover {
  color: #636363;
}
/* line 444, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-onsale {
  width: 22%;
}
/* line 447, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-bogo {
  width: 18.5%;
}
/* line 450, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-twodeals,
.bonus-cus-dropdown .bonus-coupons {
  width: 20%;
}
/* line 454, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-sizes {
  border: none;
}
/* line 457, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop {
  display: table;
  margin: 10px auto 0;
}
/* line 460, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop > span {
  color: #a0b540;
  font-size: 12px;
  text-decoration: underline;
}
/* line 465, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
}
/* line 469, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe form {
  width: 100%;
  float: left;
}
/* line 473, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe .block-content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 478, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe .block-content > div {
  float: left;
  margin: 0;
}
/* line 483, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe input {
  width: 395px !important;
  height: 31px;
  border: 1px solid #a0b540;
  border-radius: 3px;
  margin-right: 8px;
}
/* line 490, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe label.an-data {
  display: none;
}
/* line 493, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .an-subscribe .button {
  text-transform: none;
}
/* line 497, ../scss/module/_nn-default.scss */
.bonus-cus-dropdown .bonus-subscribe-drop .earn-reward-points {
  text-decoration: none;
}

/* line 502, ../scss/module/_nn-default.scss */
.ms-megamenu .bonus-cus-dropdown .bonus-option .view-all-link a,
.ms-megamenu .shop-by-dept .dept-column .dept-list a {
  color: #636363;
}

/* line 506, ../scss/module/_nn-default.scss */
.new-cus-dropdown {
  padding: 15px 0;
}
/* line 509, ../scss/module/_nn-default.scss */
.new-cus-dropdown .cus-nav-header h2 {
  width: 80%;
}
/* line 512, ../scss/module/_nn-default.scss */
.new-cus-dropdown .cus-nav-header .nav-header-link {
  width: 20%;
}
/* line 516, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option {
  width: 24%;
  float: left;
  height: 345px;
  padding: 3px 5px 25px;
  text-align: center;
  position: relative;
  border-right: 1px solid #cccccc;
}
/* line 524, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option h2 {
  font-size: 18px;
  color: #f8b537;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 530, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option h2 p {
  text-decoration: underline;
}
/* line 534, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option .new-option-title {
  margin: 11px 0 4px;
  font-size: 13px;
  color: #f8b537;
  font-weight: bold;
}
/* line 540, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option .new-option-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  text-decoration: underline;
}
/* line 547, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option img {
  display: inline-block;
}
/* line 551, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option-last {
  width: 28%;
  float: left;
  height: 345px;
  padding: 0 20px;
}
/* line 556, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option-last h2 {
  text-align: left;
  font-size: 18px;
  color: #f8b537;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 563, ../scss/module/_nn-default.scss */
.new-cus-dropdown .new-option-last img {
  position: absolute;
  bottom: -17px;
  right: 37px;
}
/* line 569, ../scss/module/_nn-default.scss */
.new-cus-dropdown .brand-added-wrapper {
  margin-top: 20px;
}
/* line 571, ../scss/module/_nn-default.scss */
.new-cus-dropdown .brand-added-wrapper li {
  margin-bottom: 23px;
}

/* line 577, ../scss/module/_nn-default.scss */
.ms-submenu .shop-by-dept {
  width: 1110px;
  height: 426px;
}

/* line 582, ../scss/module/_nn-default.scss */
.shop-by-dept .shop-dept-left {
  width: 455px;
  float: left;
  padding: 9px 0 0 23px;
  position: relative;
  z-index: 9;
}
/* line 589, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-column {
  width: 127px;
  float: left;
}
/* line 592, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-column:nth-child(2) {
  width: 162px;
}
/* line 596, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-heading {
  font-size: 14px;
  line-height: 20px;
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 14px;
}
/* line 605, ../scss/module/_nn-default.scss */
.shop-by-dept .more-dept-heading {
  text-transform: none;
}
/* line 609, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-list a {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: -0.3px;
}
/* line 614, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-list .active-category {
  font-weight: bold;
}
/* line 616, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-list .active-category:after {
  content: " >";
}
/* line 621, ../scss/module/_nn-default.scss */
.shop-by-dept .more-dept {
  width: 142px;
  margin-top: 34px;
}
/* line 625, ../scss/module/_nn-default.scss */
.shop-by-dept .all-dept-link {
  width: 100%;
  float: left;
  text-align: right;
}
/* line 629, ../scss/module/_nn-default.scss */
.shop-by-dept .all-dept-link a {
  font-size: 14px;
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  right: 35px;
  top: -17px;
}
/* line 640, ../scss/module/_nn-default.scss */
.shop-by-dept .shop-dept-right {
  width: 655px;
  min-height: 426px;
  float: left;
  position: relative;
  border-left: 1px solid #ccc;
}
/* line 647, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-default-img {
  position: absolute;
  left: -44px;
  top: 0;
}
/* line 651, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-default-img img {
  max-width: 775px;
}
/* line 655, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-default-content {
  position: relative;
  z-index: 9;
  min-height: 426px;
}
/* line 659, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-default-content h3 {
  width: 100%;
  float: left;
  font-size: 23px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
  padding: 30px 0 0 32px;
  letter-spacing: -0.8px;
}
/* line 668, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-default-content .dept-link-all {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
/* line 672, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-default-content .dept-link-all .button {
  background: #f8b537;
  text-transform: capitalize;
  box-shadow: 0px 4px 10px #333;
}
/* line 679, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content {
  position: relative;
}
/* line 681, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content > div {
  display: none;
  min-height: 426px;
  padding: 17px 0 0 38px;
}
/* line 686, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content h3 {
  font-size: 29px;
  font-weight: bold;
  color: #a0b540;
  margin-bottom: 14px;
  position: relative;
  z-index: 99;
}
/* line 694, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-list {
  position: relative;
  z-index: 99;
}
/* line 698, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-column {
  float: left;
}
/* line 700, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-column h4 {
  margin-bottom: 3px;
}
/* line 702, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-column h4 a {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #f8b537;
  text-decoration: underline;
}
/* line 710, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-column a {
  font-size: 11px;
  line-height: 16px;
}
/* line 715, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-column-last {
  float: left;
}
/* line 717, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-column-last h5 {
  font-size: 13px;
  line-height: 16px;
}
/* line 722, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .shop-now-link {
  margin-top: 13px;
}
/* line 724, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .shop-now-link a {
  font-size: 14px;
  font-weight: bold;
  color: #a0b540;
  text-transform: uppercase;
}
/* line 731, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-img {
  position: absolute;
  z-index: 9;
}
/* line 735, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-note {
  position: absolute;
  z-index: 9;
  font-size: 10px;
  letter-spacing: -0.3px;
}
/* line 741, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content .dept-child-link a {
  position: absolute;
  display: block;
  z-index: 99;
}
/* line 747, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-a-child h3 {
  margin-bottom: 4px;
}
/* line 750, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-a-child .dept-child-column {
  margin-right: 30px;
}
/* line 753, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-a-child .dept-column-last {
  width: 155px;
  margin-left: 8px;
}
/* line 757, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-a-child .dept-child-img {
  right: -28px;
  bottom: -35px;
}
/* line 763, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-b-child h3 {
  margin-bottom: 4px;
}
/* line 767, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-b-child .dept-child-column:first-child {
  margin-right: 37px;
}
/* line 770, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-b-child .dept-child-column ul {
  margin-bottom: 15px;
}
/* line 774, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-b-child .dept-column-last {
  width: 155px;
  margin-left: 17px;
}
/* line 778, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-b-child .dept-child-img {
  bottom: -21px;
  right: -139px;
}
/* line 784, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-c-child .dept-column-last {
  margin: -15px 0 0 48px;
}
/* line 787, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-c-child .dept-child-img {
  bottom: -38px;
  right: -72px;
}
/* line 793, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-d-child h4 {
  text-transform: uppercase;
}
/* line 796, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-d-child .dept-column-last {
  margin-left: 55px;
}
/* line 799, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-d-child .dept-child-img {
  bottom: -15px;
  right: -38px;
}
/* line 805, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-e-child h4 {
  text-transform: uppercase;
}
/* line 808, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-e-child .dept-column-last {
  margin-left: 30px;
}
/* line 811, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-e-child .dept-child-img {
  bottom: -20px;
  right: -22px;
}
/* line 817, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-k-child h4 {
  text-transform: uppercase;
}
/* line 820, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-k-child .dept-child-column {
  width: 100%;
}
/* line 823, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-k-child .dept-column-last {
  width: 140px;
  margin-top: 38px;
}
/* line 827, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #vitamin-k-child .dept-child-img {
  bottom: -22px;
  right: -29px;
}
/* line 833, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #multi-vitamins-child .dept-column-last {
  width: 170px;
  margin-left: 57px;
}
/* line 837, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #multi-vitamins-child .dept-child-img {
  bottom: -29px;
  right: -6px;
}
/* line 844, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #amino-acids-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 846, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #amino-acids-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 850, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #amino-acids-child .dept-child-column:nth-child(2) {
  margin: 20px 20px 0 27px;
}
/* line 854, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #amino-acids-child .dept-column-last {
  width: 250px;
}
/* line 857, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #amino-acids-child .dept-child-img {
  bottom: -33px;
  right: -12px;
}
/* line 867, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-child-column:first-child h4:first-child,
.shop-by-dept .dept-child-content #aromatherapy-child .dept-child-column:first-child h4:first-child {
  margin-top: 0;
}
/* line 872, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-child-column h4,
.shop-by-dept .dept-child-content #aromatherapy-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 875, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-child-column:nth-child(2),
.shop-by-dept .dept-child-content #aromatherapy-child .dept-child-column:nth-child(2) {
  margin: 0 35px 0 40px;
}
/* line 879, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-column-last,
.shop-by-dept .dept-child-content #aromatherapy-child .dept-column-last {
  position: absolute;
  right: 15px;
  top: -48px;
}
/* line 883, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-column-last h5,
.shop-by-dept .dept-child-content #aromatherapy-child .dept-column-last h5 {
  width: 235px;
  display: inline-block;
}
/* line 887, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-column-last .shop-now-link,
.shop-by-dept .dept-child-content #aromatherapy-child .dept-column-last .shop-now-link {
  display: inline-block;
}
/* line 891, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #antioxidants-child .dept-child-img,
.shop-by-dept .dept-child-content #aromatherapy-child .dept-child-img {
  bottom: -24px;
  right: -68px;
}
/* line 898, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #aromatherapy-child .dept-child-column:nth-child(2) {
  margin: 0 30px;
}
/* line 902, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #aromatherapy-child .dept-column-last {
  right: 32px;
}
/* line 904, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #aromatherapy-child .dept-column-last h5 {
  width: 210px;
}
/* line 909, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #aromatherapy-child .dept-child-img {
  bottom: -85px;
  right: -110px;
}
/* line 915, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #enzymes-child .dept-column-last {
  width: 215px;
  margin: -12px 0 0 103px;
}
/* line 919, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #enzymes-child .dept-child-img {
  bottom: -46px;
  right: -58px;
}
/* line 925, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #greens-child .dept-column-last {
  width: 215px;
  margin: -12px 0 0 55px;
}
/* line 929, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #greens-child .dept-child-img {
  bottom: -33px;
  right: -71px;
}
/* line 936, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #herbs-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 938, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #herbs-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 942, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #herbs-child .dept-child-column:nth-child(2) {
  margin: 0 60px 0 35px;
}
/* line 946, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #herbs-child .dept-column-last {
  width: 155px;
  margin: -12px 0 0 15px;
}
/* line 951, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #herbs-child .dept-child-img {
  bottom: -49px;
  right: -35px;
}
/* line 958, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #minerals-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 960, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #minerals-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 964, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #minerals-child .dept-child-column:nth-child(2) {
  margin: 0 -6px 0 38px;
}
/* line 968, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #minerals-child .dept-column-last {
  width: 150px;
  margin: -12px 0 0 32px;
}
/* line 973, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #minerals-child .dept-child-img {
  bottom: -38px;
  right: -68px;
}
/* line 980, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #body-care-child .dept-child-column:nth-child(2) {
  margin: 0 33px 0 36px;
  padding-top: 17px;
}
/* line 983, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #body-care-child .dept-child-column:nth-child(2) h4 {
  margin-top: 15px;
}
/* line 988, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #body-care-child .dept-column-last {
  width: 150px;
  margin-top: -12px;
}
/* line 993, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #body-care-child .dept-child-img {
  bottom: -6px;
  right: -51px;
}
/* line 1000, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #omega-oils-child .dept-child-column:nth-child(2) {
  margin: 0 26px 0 24px;
}
/* line 1005, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #omega-oils-child .dept-column-last {
  width: 220px;
  margin-top: -12px;
}
/* line 1010, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #omega-oils-child .dept-child-img {
  bottom: -40px;
  right: -57px;
}
/* line 1016, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #probiotics-child .dept-column-last {
  margin-left: 67px;
}
/* line 1019, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #probiotics-child .dept-child-img {
  bottom: -21px;
  right: -28px;
}
/* line 1026, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #protein-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 1028, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #protein-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 1032, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #protein-child .dept-child-column:nth-child(2) {
  margin-left: 35px;
}
/* line 1036, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #protein-child .dept-column-last {
  width: 220px;
  clear: left;
  margin-top: 42px;
}
/* line 1042, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #protein-child .dept-child-img {
  bottom: -26px;
  right: -70px;
}
/* line 1048, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-column-last {
  float: left;
}
/* line 1050, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-column-last h5 {
  float: left;
}
/* line 1053, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-column-last .shop-now-link {
  float: left;
  margin: 17px 0 0 30px;
}
/* line 1058, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-child-img {
  bottom: 0;
  right: -74px;
}
/* line 1061, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-child-img img {
  max-width: inherit;
}
/* line 1065, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-child-note {
  right: 12px;
  bottom: 27px;
}
/* line 1069, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-item-child .dept-child-link a {
  width: 230px;
  height: 70px;
  right: 17px;
  top: 17px;
}
/* line 1077, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #for-deals-child .dept-column-last {
  width: 150px;
  clear: left;
  margin-top: 25px;
}
/* line 1082, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #for-deals-child .dept-child-img {
  bottom: -23px;
  right: -41px;
}
/* line 1085, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #for-deals-child .dept-child-img img {
  max-width: inherit;
}
/* line 1089, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #for-deals-child .dept-child-note {
  left: 23px;
  bottom: 18px;
}
/* line 1093, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #for-deals-child .dept-child-link a {
  width: 170px;
  height: 75px;
  right: 45px;
  top: 25px;
}
/* line 1101, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-column-last {
  float: left;
}
/* line 1103, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-column-last h5 {
  float: left;
}
/* line 1106, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-column-last .shop-now-link {
  float: left;
  margin: 17px 0 0 30px;
}
/* line 1111, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-child-img {
  bottom: 0;
  right: -55px;
}
/* line 1114, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-child-img img {
  max-width: inherit;
}
/* line 1118, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-child-note {
  right: 10px;
  bottom: 45px;
}
/* line 1122, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .dept-child-link a {
  width: 200px;
  height: 95px;
  right: 54px;
  top: 16px;
}
/* line 1128, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .shop-now-bottom {
  position: absolute;
  right: 29px;
  bottom: 13px;
  z-index: 9;
}
/* line 1133, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bonus-sizes-child .shop-now-bottom a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 1142, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #alternative-sweeteners-child .dept-column-last {
  margin-left: 92px;
}
/* line 1145, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #alternative-sweeteners-child .dept-child-img {
  right: -42px;
  bottom: -12px;
}
/* line 1151, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bars-child .dept-column-last {
  margin-left: 136px;
}
/* line 1154, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bars-child .dept-child-img {
  right: -32px;
  bottom: -42px;
}
/* line 1160, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bee-supplements-child .dept-column-last {
  width: 200px;
  margin-left: 150px;
}
/* line 1164, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bee-supplements-child .dept-child-img {
  right: -40px;
  bottom: -27px;
}
/* line 1170, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #blood-sugar-child .dept-column-last {
  width: 310px;
  margin: 15px 0 0 82px;
}
/* line 1174, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #blood-sugar-child .dept-child-img {
  right: -27px;
  bottom: -35px;
}
/* line 1181, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bone-health-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 1183, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bone-health-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 1187, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bone-health-child .dept-child-column:nth-child(2) {
  padding-top: 20px;
  margin: 0 22px 0 24px;
}
/* line 1191, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bone-health-child .dept-child-column:nth-child(3) {
  padding-top: 17px;
}
/* line 1195, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bone-health-child .dept-column-last {
  position: absolute;
  right: 13px;
  top: -36px;
}
/* line 1200, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bone-health-child .dept-child-img {
  right: -72px;
  bottom: -30px;
}
/* line 1206, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #brain-health-child .dept-column-last {
  width: 170px;
  margin: -15px 0 0 90px;
}
/* line 1210, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #brain-health-child .dept-child-img {
  bottom: -31px;
  right: -30px;
}
/* line 1216, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bogo-child .dept-column-last {
  width: 140px;
  margin: -5px 0 0 68px;
}
/* line 1220, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bogo-child .dept-child-img {
  bottom: -31px;
  right: -29px;
}
/* line 1224, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bogo-child .dept-child-note {
  top: 135px;
  right: 10px;
}
/* line 1228, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #bogo-child .dept-child-link a {
  width: 225px;
  height: 65px;
  right: 23px;
  top: 56px;
}
/* line 1237, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #cal-mag-child .dept-child-column:nth-child(2) {
  margin: 0 39px 0 13px;
}
/* line 1241, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #cal-mag-child .dept-column-last {
  width: 225px;
  margin-top: -28px;
}
/* line 1245, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #cal-mag-child .dept-child-img {
  bottom: -32px;
  right: -72px;
}
/* line 1252, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #coq-child .dept-child-column:nth-child(2) {
  margin: 0 102px 0 45px;
}
/* line 1256, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #coq-child .dept-column-last {
  width: 130px;
  margin-top: -17px;
}
/* line 1260, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #coq-child .dept-child-img {
  bottom: -25px;
  right: -27px;
}
/* line 1266, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #curcumin-child .dept-column-last {
  width: 240px;
  margin: -28px 0 0 48px;
}
/* line 1270, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #curcumin-child .dept-child-img {
  bottom: -38px;
  right: -82px;
}
/* line 1276, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #children-supplements-child .dept-column-last {
  clear: left;
  width: 160px;
  margin-top: 28px;
}
/* line 1281, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #children-supplements-child .dept-child-img {
  bottom: -33px;
  right: -28px;
}
/* line 1287, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #dental-mouth-child .dept-column-last {
  margin-left: 42px;
}
/* line 1290, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #dental-mouth-child .dept-child-img {
  bottom: -34px;
  right: -97px;
}
/* line 1296, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #detox-supplements-child .dept-column-last {
  width: 140px;
  margin: 69px 0 0 257px;
}
/* line 1300, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #detox-supplements-child .dept-child-img {
  bottom: -30px;
  right: -53px;
}
/* line 1307, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #digestive-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 1309, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #digestive-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 1313, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #digestive-child .dept-child-column:nth-child(2) {
  margin: 0 58px 0 29px;
}
/* line 1315, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #digestive-child .dept-child-column:nth-child(2) h4 {
  width: 108px;
}
/* line 1320, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #digestive-child .dept-column-last {
  width: 180px;
  margin-top: 12px;
}
/* line 1324, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #digestive-child .dept-child-img {
  bottom: -33px;
  right: -33px;
}
/* line 1330, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #eye-health-child .dept-column-last {
  clear: left;
  margin-top: 32px;
}
/* line 1334, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #eye-health-child .dept-child-img {
  bottom: -35px;
  right: -35px;
}
/* line 1340, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #fruit-supplements-child .dept-column-last {
  width: 190px;
  margin: -14px 0 0 150px;
}
/* line 1344, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #fruit-supplements-child .dept-child-img {
  bottom: -32px;
  right: -59px;
}
/* line 1350, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #garlic-child .dept-column-last {
  margin-left: 116px;
}
/* line 1353, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #garlic-child .dept-child-img {
  bottom: -17px;
  right: -42px;
}
/* line 1360, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #ginseng-child .dept-child-column:nth-child(2) {
  padding-top: 20px;
  margin-left: 60px;
}
/* line 1365, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #ginseng-child .dept-column-last {
  width: 180px;
  clear: left;
  margin-top: 47px;
}
/* line 1370, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #ginseng-child .dept-child-img {
  bottom: -33px;
  right: -34px;
}
/* line 1376, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #hair-skin-child .dept-column-last {
  width: 150px;
  margin: 33px 0 0 13px;
}
/* line 1380, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #hair-skin-child .dept-child-img {
  bottom: -15px;
  right: -90px;
}
/* line 1386, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #hormone-support-child .dept-column-last {
  clear: left;
  width: 240px;
  margin-top: 12px;
}
/* line 1391, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #hormone-support-child .dept-child-img {
  bottom: -26px;
  right: -33px;
}
/* line 1398, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #heart-health-child .dept-child-column:nth-child(2) {
  margin: 0 48px 0 45px;
}
/* line 1402, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #heart-health-child .dept-column-last {
  width: 170px;
  margin-top: -15px;
}
/* line 1406, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #heart-health-child .dept-child-img {
  bottom: -20px;
  right: -27px;
}
/* line 1412, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #homeopathics-child .dept-column-last {
  width: 140px;
  margin: -15px 0 0 123px;
}
/* line 1416, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #homeopathics-child .dept-child-img {
  bottom: -55px;
  right: -55px;
}
/* line 1422, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #immune-child .dept-column-last {
  width: 220px;
  margin: -15px 0 0 142px;
}
/* line 1426, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #immune-child .dept-child-img {
  bottom: -62px;
  right: -52px;
}
/* line 1433, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #joint-supplements-child .dept-child-column:nth-child(2) {
  margin: 0 15px 0 -6px;
}
/* line 1437, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #joint-supplements-child .dept-column-last {
  margin-top: -57px;
}
/* line 1440, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #joint-supplements-child .dept-child-img {
  bottom: -23px;
  right: -118px;
}
/* line 1446, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #men-health-child .dept-column-last {
  clear: left;
  width: 240px;
  margin-top: 28px;
}
/* line 1451, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #men-health-child .dept-child-img {
  bottom: -26px;
  right: -123px;
}
/* line 1457, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #mood-sleep-child .dept-column-last {
  clear: left;
  width: 165px;
  margin-top: 37px;
}
/* line 1462, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #mood-sleep-child .dept-child-img {
  bottom: -36px;
  right: -51px;
}
/* line 1468, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #mushroom-extracts-child .dept-column-last {
  clear: left;
  width: 165px;
  margin: 28px 0 0 26px;
}
/* line 1473, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #mushroom-extracts-child .dept-child-img {
  bottom: -40px;
  right: -40px;
}
/* line 1480, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #natural-hair-child .dept-child-column h4 {
  margin-top: 15px;
}
/* line 1482, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #natural-hair-child .dept-child-column h4:first-child {
  margin-top: 0;
}
/* line 1486, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #natural-hair-child .dept-child-column:nth-child(2) {
  margin: 20px 68px 0 56px;
}
/* line 1490, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #natural-hair-child .dept-column-last {
  width: 285px;
  margin-top: -17px;
}
/* line 1494, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #natural-hair-child .dept-child-img {
  bottom: -41px;
  right: -70px;
}
/* line 1500, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #pet-supplements-child .dept-column-last {
  clear: left;
  width: 140px;
  margin-top: 32px;
}
/* line 1505, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #pet-supplements-child .dept-child-img {
  bottom: -30px;
  right: -33px;
}
/* line 1513, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #sports-nutrition-child .dept-child-column h4:first-child {
  width: 130px;
}
/* line 1517, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #sports-nutrition-child .dept-child-column:nth-child(2) {
  margin: 150px 0 0 -12px;
}
/* line 1521, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #sports-nutrition-child .dept-column-last {
  width: 180px;
  margin: -40px 0 0 45px;
}
/* line 1525, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #sports-nutrition-child .dept-child-img {
  bottom: -29px;
  right: -43px;
}
/* line 1531, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #stress-child .dept-column-last {
  margin: 12px 0 0 45px;
}
/* line 1534, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #stress-child .dept-child-img {
  bottom: -26px;
  right: -93px;
}
/* line 1541, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #tea-coffee-child .dept-child-column:nth-child(2) {
  margin: 0 58px 0 76px;
}
/* line 1545, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #tea-coffee-child .dept-column-last {
  width: 180px;
  margin-top: -16px;
}
/* line 1549, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #tea-coffee-child .dept-child-img {
  bottom: -12px;
  right: -23px;
}
/* line 1557, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #weight-loss-child .dept-child-column h4:first-child {
  width: 110px;
}
/* line 1561, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #weight-loss-child .dept-child-column:nth-child(2) {
  margin: 34px 28px 0 48px;
}
/* line 1565, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #weight-loss-child .dept-column-last {
  width: 190px;
  margin-top: -16px;
}
/* line 1569, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #weight-loss-child .dept-child-img {
  bottom: -33px;
  right: -88px;
}
/* line 1575, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #women-health-child .dept-column-last {
  clear: left;
  width: 240px;
  margin-top: 18px;
}
/* line 1580, ../scss/module/_nn-default.scss */
.shop-by-dept .dept-child-content #women-health-child .dept-child-img {
  bottom: -26px;
  right: -44px;
}

/*.category-dropdown-wrapper {
	width: 600px; 
	margin: 0 auto;
	position: relative;
	.category-dropdown-select {
		width: 100%;
		height: 35px;
		border: 2px solid $c-green;
        border-radius: 5px;
        padding: 8px;
        font-size: $f-size-l + 1;
        color: $c-gray-twelve;
        margin-top: 17px;
		cursor: pointer;
		position: relative;
		&:after {
			width: 0; 
			height: 0; 
			display: inline-block;
			content: "";
			border-left: 14px solid transparent;
			border-right: 14px solid transparent;
			border-top: 14px solid $c-gray-twelve;
			position: absolute;
			right: 7px;
			top: 9px;
		}
	}
	.category-dropdown-list {
		width: 97%;
		padding: 10px 10px 10px 20px;
		background: $c-white;
		border: 1px solid $c-gray-twelve;
		border-radius: 5px;
		position: absolute;
		bottom: -15px;
		left: 0;
	}
	.cat-list {
		max-height: 350px;
		overflow: auto;
		a {
			font-size: $f-size-xxs;
			line-height: $f-size-s;

		}
		.child-category {
			a {
				&:before {
					content: "......";
				}
			}
		}
	}	
} */
/* line 1644, ../scss/module/_nn-default.scss */
.learn-cus-dropdown {
  padding: 15px 0 18px;
  background: #ffffff;
}
/* line 1647, ../scss/module/_nn-default.scss */
.learn-cus-dropdown h2 {
  font-size: 24px;
  color: #f8b537;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 10px;
}
/* line 1654, ../scss/module/_nn-default.scss */
.learn-cus-dropdown h3 {
  font-size: 18px;
  line-height: 20px;
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1660, ../scss/module/_nn-default.scss */
.learn-cus-dropdown h3 span {
  text-decoration: underline;
}
/* line 1664, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column,
.learn-cus-dropdown .learn-column-last {
  text-align: center;
  width: 25%;
  float: left;
  min-height: 305px;
  position: relative;
  padding: 0 14px;
  border-right: 1px solid #cccccc;
}
/* line 1673, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column p,
.learn-cus-dropdown .learn-column-last p {
  line-height: 16px;
  margin: 2px 0;
}
/* line 1676, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column p:last-child,
.learn-cus-dropdown .learn-column-last p:last-child {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  padding: 0 10px;
}
/* line 1682, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column p:last-child a,
.learn-cus-dropdown .learn-column-last p:last-child a {
  text-decoration: underline;
}
/* line 1687, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column .article-title,
.learn-cus-dropdown .learn-column-last .article-title {
  padding: 10px 0 4px;
  color: #f8b537;
  font-weight: bold;
}
/* line 1692, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column .article-desc,
.learn-cus-dropdown .learn-column-last .article-desc {
  min-height: 68px;
}
/* line 1696, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column p img,
.learn-cus-dropdown .learn-column-last p img {
  display: inline-block;
}
/* line 1701, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column-last {
  text-align: left;
  border: none;
}
/* line 1704, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column-last h3 {
  text-transform: none;
  margin-bottom: 10px;
}
/* line 1709, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column-last p:last-child {
  text-align: center;
}
/* line 1713, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column-last .article-big-img {
  position: absolute;
  left: 25px;
  top: 15px;
}
/* line 1717, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .learn-column-last .article-big-img img {
  max-width: inherit;
}
/* line 1722, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper {
  display: table;
  margin: 23px auto 0;
}
/* line 1725, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper span {
  color: #a0b540;
  text-decoration: underline;
}
/* line 1729, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 1733, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe .block-title {
  display: none;
}
/* line 1736, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe .block-content {
  float: left;
  margin: 0 11px;
  padding: 0;
}
/* line 1741, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe .newsletter-email {
  width: 340px;
  float: left;
  margin-right: 8px;
}
/* line 1746, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe .an-buttons {
  float: left;
  margin-top: 0;
}
/* line 1749, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe .an-buttons span {
  color: #ffffff;
  text-decoration: none;
}
/* line 1754, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .an-subscribe label.an-data {
  display: none;
}
/* line 1758, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #a0b540;
  border-radius: 4px;
}
/* line 1765, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper button {
  font-size: 12px;
  padding: 6px 15px;
  font-weight: bold;
  background: #a0b540;
  border: none;
  color: #ffffff;
  text-transform: none;
}
/* line 1774, ../scss/module/_nn-default.scss */
.learn-cus-dropdown .article-subscribe-wrapper .earn-reward-points {
  text-decoration: none;
}

/* line 1780, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown {
  padding: 15px 0;
}
/* line 1782, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .cus-nav-header {
  padding: 0 10px;
  margin: 0 0 15px;
}
/* line 1785, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .cus-nav-header h2 {
  width: 83%;
  line-height: 40px;
  padding-left: 140px;
  position: relative;
}
/* line 1790, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .cus-nav-header h2:before {
  width: 135px;
  height: 36px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat 0 -336px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1801, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .cus-nav-header .nav-header-link {
  width: 17%;
  margin-top: 14px;
}
/* line 1806, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents {
  width: 25%;
  min-height: 345px;
  float: left;
  position: relative;
  padding: 0 10px 20px;
  border-right: 1px solid #cccccc;
  line-height: 16px;
  text-align: center;
}
/* line 1815, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents h3 {
  color: #f8b537;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 1823, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents .order-free-shiping {
  width: 145px;
  margin: 0 auto 7px;
}
/* line 1826, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents .order-free-shiping span {
  text-decoration: underline;
}
/* line 1830, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents #US-postal {
  padding-top: 35px;
}
/* line 1833, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents img {
  display: inline-block;
}
/* line 1836, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents .view-all-info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 9;
}
/* line 1842, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .ordering-drop-contents .view-all-info a {
  text-decoration: underline;
}
/* line 1850, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents ul p {
  line-height: 16px;
}
/* line 1854, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .sprites-flag-English {
  display: inline-block;
}
/* line 1856, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .sprites-flag-English p {
  padding-left: 50px;
  position: relative;
}
/* line 1859, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .sprites-flag-English p span {
  text-decoration: underline;
}
/* line 1862, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .sprites-flag-English p:before {
  width: 42px;
  height: 21px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -183px 0;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1874, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-1 {
  margin: 5px 0;
}
/* line 1876, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-1 li {
  width: 43%;
  float: left;
  text-align: left;
}
/* line 1880, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-1 li:nth-child(odd) {
  width: 57%;
  padding-right: 22px;
}
/* line 1884, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-1 li span {
  font-weight: bold;
  float: right;
  letter-spacing: -0.8px;
}
/* line 1891, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-2 {
  margin: 20px 0 12px;
}
/* line 1893, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-2 .sprites-flag-usa {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 1896, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-2 .sprites-flag-usa p {
  padding-left: 44px;
  position: relative;
}
/* line 1899, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-2 .sprites-flag-usa p span {
  text-decoration: underline;
}
/* line 1902, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-2 .sprites-flag-usa p:before {
  width: 34px;
  height: 18px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -183px -26px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1916, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .sprites-flag-international {
  width: 130px;
  margin: 0 auto;
  padding-left: 35px;
  position: relative;
}
/* line 1921, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .sprites-flag-international:before {
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -183px -53px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1931, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .sprites-flag-international .international-time {
  font-weight: bold;
}
/* line 1934, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .sprites-flag-international p {
  text-align: left;
}
/* line 1936, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .sprites-flag-international p span {
  text-decoration: underline;
}
/* line 1941, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .delivery-int-bottom {
  margin-top: 20px;
}
/* line 1943, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .delivery-contents .delivery-list-3 .delivery-int-bottom p {
  margin-bottom: 5px;
}
/* line 1950, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .standards-contents li {
  margin: 0 0 10px;
  padding: 0;
}
/* line 1953, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .standards-contents li span {
  text-decoration: underline;
  float: none;
}
/* line 1958, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .standards-contents .recycle-logo-img {
  margin-top: 32px;
}
/* line 1963, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .payment-contents img {
  margin-top: 22px;
}
/* line 1967, ../scss/module/_nn-default.scss */
.ordering-cus-dropdown .payment-contents .payment-comodo img {
  margin-top: 10px;
}

/* line 1974, ../scss/module/_nn-default.scss */
.contact-cus-dropdown {
  padding: 15px 0;
}
/* line 1976, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .cus-nav-header {
  margin-bottom: 17px;
}
/* line 1979, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .cus-nav-dropdown {
  margin-bottom: 17px;
  position: relative;
}
/* line 1982, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .cus-nav-dropdown h2 {
  color: #a0b540;
  font-weight: bold;
}
/* line 1987, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-header {
  color: #f8b537;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 1996, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-wrapper {
  position: relative;
}
/* line 1999, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column {
  float: left;
  height: 345px;
  border-right: 1px solid #cccccc;
  position: relative;
}
/* line 2005, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .view-all-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: center;
  z-index: 9;
}
/* line 2012, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .view-all-link a {
  text-decoration: underline;
}
/* line 2016, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .icon {
  position: relative;
  margin: 12px 0;
  padding-left: 45px;
  min-height: 33px;
}
/* line 2021, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .icon:before {
  width: 40px;
  height: 33px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
/* line 2033, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 {
  width: 20%;
  padding: 5px 10px 20px;
}
/* line 2036, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 .icon-phone {
  margin-top: 28px;
  padding-top: 0;
}
/* line 2039, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 .icon-phone:before {
  background-position: -183px -94px;
  top: 6px;
}
/* line 2044, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 .icon-canusa:before {
  background-position: -183px -134px;
}
/* line 2047, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 .icon-international:before {
  background-position: -183px -53px;
}
/* line 2050, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 .icon-fax:before {
  background-position: -183px -174px;
}
/* line 2053, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-1 .flag-French:before {
  background-position: -183px -330px;
}
/* line 2057, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 {
  width: 23%;
  padding: 5px 10px 20px;
}
/* line 2060, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-live-chat {
  margin: 30px 0 20px;
  line-height: 32px;
  padding-top: 0;
}
/* line 2064, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-live-chat h3 {
  font-size: 12px;
  line-height: 33px;
  text-transform: uppercase;
}
/* line 2068, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-live-chat h3 a {
  color: #f8b537;
}
/* line 2072, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-live-chat:before {
  background-position: -183px -214px;
  top: 0;
}
/* line 2078, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-email:before {
  background-position: -183px -252px;
}
/* line 2081, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-email h3 {
  font-size: 12px;
  color: #f8b537;
  text-transform: uppercase;
}
/* line 2087, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-orders {
  margin: 15px 0;
}
/* line 2089, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-orders:before {
  background-position: -183px -291px;
}
/* line 2092, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .icon-orders a {
  text-decoration: underline;
}
/* line 2097, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .flag-French:before {
  background-position: -183px -328px;
}
/* line 2100, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .flag-French a {
  text-decoration: underline;
}
/* line 2104, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-2 .contact-drop-time {
  padding: 17px 15px 0;
  text-align: center;
}
/* line 2109, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-3 {
  width: 25.1%;
  padding: 5px 0 20px;
}
/* line 2112, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-3 .contact-drop-address {
  margin: 15px 0 5px;
  text-align: center;
}
/* line 2116, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-3 .embedded-map-dropdown {
  position: relative;
  z-index: 9;
  margin-bottom: 8px;
  padding: 0 10px;
}
/* line 2121, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-3 .embedded-map-dropdown a {
  width: 252px;
  height: 157px;
  display: block;
  margin: 0 auto;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/contact-map.jpg") no-repeat;
}
/* line 2129, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-3 .contact-drop-time {
  padding: 0 15px;
  text-align: center;
}
/* line 2134, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-4 {
  width: 31.9%;
  padding: 5px 20px;
  border-right: none;
}
/* line 2138, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-4 .contact-header {
  text-decoration: none;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px;
}
/* line 2144, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-4 .helpdesk-drop {
  width: 100%;
  position: relative;
}
/* line 2148, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-4 .helpdesk-drop .helpdesk-link-dropdown a {
  background: #a0b540;
  border-radius: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
/* line 2162, ../scss/module/_nn-default.scss */
.contact-cus-dropdown .contact-column-4 .need-help-img {
  width: 485px;
  position: absolute;
  right: -1px;
  bottom: -25px;
  border-radius: 0 0 7px 0;
  overflow: hidden;
}

/* line 2173, ../scss/module/_nn-default.scss */
.shop-by-brand {
  padding: 10px 20px;
}
/* line 2175, ../scss/module/_nn-default.scss */
.shop-by-brand .brand-header {
  margin-bottom: 7px;
}
/* line 2177, ../scss/module/_nn-default.scss */
.shop-by-brand .brand-header h2 {
  width: 80%;
  float: left;
  font-size: 24px;
  color: #f8b537;
  font-weight: bold;
  text-transform: capitalize;
}
/* line 2185, ../scss/module/_nn-default.scss */
.shop-by-brand .brand-header .nav-header-link {
  width: 20%;
}
/* line 2189, ../scss/module/_nn-default.scss */
.shop-by-brand .brands-list {
  padding: 0;
  height: 303px;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
/* line 2195, ../scss/module/_nn-default.scss */
.shop-by-brand .brands-list li {
  padding-right: 10px;
}
/* line 2197, ../scss/module/_nn-default.scss */
.shop-by-brand .brands-list li a {
  font-size: 11px;
  line-height: 13px;
}
/* line 2202, ../scss/module/_nn-default.scss */
.shop-by-brand .brands-list .bold-brand-title {
  font-weight: bold;
}
/* line 2205, ../scss/module/_nn-default.scss */
.shop-by-brand .brands-list .view-brands-button {
  margin-top: 30px;
  padding-right: 0;
}
/* line 2208, ../scss/module/_nn-default.scss */
.shop-by-brand .brands-list .view-brands-button .button {
  font-size: 12px;
  text-transform: capitalize;
  background: #f8b537;
}

/* line 2216, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel {
  position: relative;
  padding: 3px 45px;
  margin-top: 10px;
  border-top: 1px solid #a7a7a7;
}
/* line 2221, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .owl-item {
  text-align: center;
}
/* line 2224, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel a {
  width: 104px;
  height: 56px;
  display: inline-block;
  text-decoration: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/megamenu-brand-sprite.png");
}
/* line 2231, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-1 {
  background-position: 0 0;
}
/* line 2234, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-2 {
  background-position: 0 -64px;
}
/* line 2237, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-3 {
  background-position: 0 -129px;
}
/* line 2240, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-4 {
  background-position: 0 -193px;
}
/* line 2243, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-5 {
  background-position: 0 -257px;
}
/* line 2246, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-6 {
  background-position: 0 -322px;
}
/* line 2249, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-7 {
  background-position: 0 -386px;
}
/* line 2252, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-8 {
  background-position: 0 -452px;
}
/* line 2255, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-9 {
  background-position: 0 -516px;
}
/* line 2258, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-10 {
  background-position: 0 -581px;
}
/* line 2261, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-11 {
  background-position: 0 -644px;
}
/* line 2264, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-12 {
  background-position: 0 -709px;
}
/* line 2267, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-13 {
  background-position: 0 -775px;
}
/* line 2270, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-14 {
  background-position: 0 -839px;
}
/* line 2273, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-15 {
  background-position: -122px 0;
}
/* line 2276, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-16 {
  background-position: -113px -64px;
}
/* line 2279, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-17 {
  background-position: -113px -129px;
}
/* line 2282, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-18 {
  background-position: -113px -193px;
}
/* line 2285, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-19 {
  background-position: -113px -257px;
}
/* line 2288, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-20 {
  background-position: -113px -322px;
}
/* line 2291, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-21 {
  background-position: -113px -386px;
}
/* line 2294, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-22 {
  background-position: -113px -452px;
}
/* line 2297, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-23 {
  background-position: -113px -516px;
}
/* line 2300, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-24 {
  background-position: -113px -581px;
}
/* line 2303, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-25 {
  background-position: -113px -644px;
}
/* line 2306, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-26 {
  background-position: -113px -709px;
}
/* line 2309, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-27 {
  background-position: -113px -775px;
}
/* line 2312, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .brand-img-28 {
  background-position: -113px -839px;
}
/* line 2315, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .owl-nav {
  margin-top: 0;
}
/* line 2317, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .owl-nav .owl-prev,
.megamenu-brand-carousel .owl-nav .owl-next {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 14px solid #818281;
  text-indent: -99999px;
  position: absolute;
  left: -45px;
  top: 50%;
  background: none;
  margin: -9px 0 0;
  padding: 0;
  border-radius: 0;
}
/* line 2332, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .owl-nav .owl-prev:hover,
.megamenu-brand-carousel .owl-nav .owl-next:hover {
  background: none;
}
/* line 2336, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .owl-nav .owl-next {
  border-left: 14px solid #818281;
  border-right: none;
  left: auto;
  right: -45px;
}
/* line 2343, ../scss/module/_nn-default.scss */
.megamenu-brand-carousel .owl-dots {
  display: none;
}

/* line 2348, ../scss/module/_nn-default.scss */
#header-nav {
  border: none;
  height: 45px;
}

/* line 2352, ../scss/module/_nn-default.scss */
.breadcrumbs {
  margin-top: -20px;
}
/* line 2354, ../scss/module/_nn-default.scss */
.breadcrumbs li {
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
}

/* line 2363, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-head-text,
.awshopbybrand-index-allbrandsview .dept-head-text, .discontinued-products-listing .dept-head-text {
  color: #f8b537;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}
/* line 2371, ../scss/module/_nn-default.scss */
.shopbydept-index-index .brands-select,
.awshopbybrand-index-allbrandsview .brands-select, .discontinued-products-listing .brands-select {
  width: 280px;
  height: 30px;
  text-align: center;
  padding: 0 30px 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #bdbec0;
  border-radius: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/brand-select.png") no-repeat right 5px center;
  position: relative;
  top: -3px;
}
/* line 2384, ../scss/module/_nn-default.scss */
.shopbydept-index-index .brands-select option,
.awshopbybrand-index-allbrandsview .brands-select option, .discontinued-products-listing .brands-select option {
  text-align: left;
  padding: 2px 25px;
}
/* line 2389, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list,
.awshopbybrand-index-allbrandsview .dept-anchor-list, .discontinued-products-listing .dept-anchor-list {
  margin: 35px 0 35px;
  text-align: center;
}
/* line 2392, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list li,
.awshopbybrand-index-allbrandsview .dept-anchor-list li, .discontinued-products-listing .dept-anchor-list li {
  display: inline-block;
  padding: 0 12px 0 10px;
  margin-bottom: 20px;
  border-right: 1px solid #a0b540;
}
/* line 2397, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list li:first-child,
.awshopbybrand-index-allbrandsview .dept-anchor-list li:first-child, .discontinued-products-listing .dept-anchor-list li:first-child {
  padding-left: 0;
}
/* line 2400, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list li:last-child,
.awshopbybrand-index-allbrandsview .dept-anchor-list li:last-child, .discontinued-products-listing .dept-anchor-list li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 2404, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list li:nth-child(14),
.awshopbybrand-index-allbrandsview .dept-anchor-list li:nth-child(14), .discontinued-products-listing .dept-anchor-list li:nth-child(14) {
  border-right: none;
}
/* line 2409, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list li.inactive a,
.awshopbybrand-index-allbrandsview .dept-anchor-list li.inactive a, .discontinued-products-listing .dept-anchor-list li.inactive a {
  pointer-events: none;
}
/* line 2414, ../scss/module/_nn-default.scss */
.shopbydept-index-index .dept-anchor-list a,
.awshopbybrand-index-allbrandsview .dept-anchor-list a, .discontinued-products-listing .dept-anchor-list a {
  color: #a0b540;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
/* line 2423, ../scss/module/_nn-default.scss */
.shopbydept-index-index .popular-category,
.awshopbybrand-index-allbrandsview .popular-category, .discontinued-products-listing .popular-category {
  margin: 0 -6px;
}
/* line 2425, ../scss/module/_nn-default.scss */
.shopbydept-index-index .popular-category .popular-name,
.awshopbybrand-index-allbrandsview .popular-category .popular-name, .discontinued-products-listing .popular-category .popular-name {
  width: 25%;
  float: left;
  padding: 6px;
}
/* line 2429, ../scss/module/_nn-default.scss */
.shopbydept-index-index .popular-category .popular-name a,
.awshopbybrand-index-allbrandsview .popular-category .popular-name a, .discontinued-products-listing .popular-category .popular-name a {
  display: block;
  font-size: 14px;
  line-height: 31px;
  font-weight: bold;
  border: 1px solid #a0b540;
  border-radius: 7px;
  text-align: center;
  text-decoration: none;
}
/* line 2441, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter,
.awshopbybrand-index-allbrandsview .item-cat-letter, .discontinued-products-listing .item-cat-letter {
  padding: 7px;
  border-bottom: 1px solid #a0b540;
}
/* line 2444, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter:last-child,
.awshopbybrand-index-allbrandsview .item-cat-letter:last-child, .discontinued-products-listing .item-cat-letter:last-child {
  border: none;
}
/* line 2447, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .first-letter span,
.awshopbybrand-index-allbrandsview .item-cat-letter .first-letter span, .discontinued-products-listing .item-cat-letter .first-letter span {
  color: #a0b540;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}
/* line 2455, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .wp-list-cat,
.awshopbybrand-index-allbrandsview .item-cat-letter .wp-list-cat, .discontinued-products-listing .item-cat-letter .wp-list-cat {
  padding-left: 35px;
}
/* line 2457, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .wp-list-cat .column-left,
.shopbydept-index-index .item-cat-letter .wp-list-cat .column-center,
.awshopbybrand-index-allbrandsview .item-cat-letter .wp-list-cat .column-left,
.awshopbybrand-index-allbrandsview .item-cat-letter .wp-list-cat .column-center, .discontinued-products-listing .item-cat-letter .wp-list-cat .column-left,
.discontinued-products-listing .item-cat-letter .wp-list-cat .column-center {
  width: 34%;
  float: left;
  padding-right: 1%;
}
/* line 2463, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .wp-list-cat .column-right,
.awshopbybrand-index-allbrandsview .item-cat-letter .wp-list-cat .column-right, .discontinued-products-listing .item-cat-letter .wp-list-cat .column-right {
  width: 32%;
  float: right;
}
/* line 2468, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .list-cat,
.awshopbybrand-index-allbrandsview .item-cat-letter .list-cat, .discontinued-products-listing .item-cat-letter .list-cat {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
/* line 2474, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .list-cat-child a,
.awshopbybrand-index-allbrandsview .item-cat-letter .list-cat-child a, .discontinued-products-listing .item-cat-letter .list-cat-child a {
  line-height: 18px;
}
/* line 2478, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .cat-parent a, .shopbydept-index-index .item-cat-letter .cat-parent h2,
.awshopbybrand-index-allbrandsview .item-cat-letter .cat-parent a,
.awshopbybrand-index-allbrandsview .item-cat-letter .cat-parent h2, .discontinued-products-listing .item-cat-letter .cat-parent a, .discontinued-products-listing .item-cat-letter .cat-parent h2 {
  font-size: 15px;
  line-height: 1.5;
  color: #a0b540;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 2485, ../scss/module/_nn-default.scss */
.shopbydept-index-index .item-cat-letter .cat-parent h2,
.awshopbybrand-index-allbrandsview .item-cat-letter .cat-parent h2, .discontinued-products-listing .item-cat-letter .cat-parent h2 {
  padding: 3px;
}

/* line 2491, ../scss/module/_nn-default.scss */
.all-brand-carousel {
  position: relative;
  border: 1px solid #bfc0bf;
  border-radius: 5px;
  padding: 30px 45px;
  margin-bottom: 32px;
}
/* line 2497, ../scss/module/_nn-default.scss */
.all-brand-carousel .owl-item {
  text-align: center;
}
/* line 2500, ../scss/module/_nn-default.scss */
.all-brand-carousel .owl-stage-outer {
  height: 87px;
}
/* line 2503, ../scss/module/_nn-default.scss */
.all-brand-carousel a {
  width: 127px;
  height: 87px;
  display: inline-block;
  text-decoration: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/brand-sprite.png");
}
/* line 2510, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-1 {
  background-position: 0 0;
}
/* line 2513, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-2 {
  background-position: 0 -91px;
}
/* line 2516, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-3 {
  background-position: 0 -183px;
}
/* line 2519, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-4 {
  background-position: 0 -275px;
}
/* line 2522, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-5 {
  background-position: 0 -367px;
}
/* line 2525, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-6 {
  background-position: 0 -459px;
}
/* line 2528, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-7 {
  background-position: 0 -551px;
}
/* line 2531, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-8 {
  background-position: 0 -643px;
}
/* line 2534, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-9 {
  background-position: -134px 0;
}
/* line 2537, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-10 {
  background-position: -134px -91px;
}
/* line 2540, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-11 {
  background-position: -134px -183px;
}
/* line 2543, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-12 {
  background-position: -134px -275px;
}
/* line 2546, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-13 {
  background-position: -134px -367px;
}
/* line 2549, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-14 {
  background-position: -134px -459px;
}
/* line 2552, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-15 {
  background-position: -134px -551px;
}
/* line 2555, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-16 {
  background-position: -134px -643px;
}
/* line 2558, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-17 {
  background-position: 0 -735px;
}
/* line 2561, ../scss/module/_nn-default.scss */
.all-brand-carousel .brand-img-18 {
  background-position: -134px -735px;
}
/* line 2565, ../scss/module/_nn-default.scss */
.all-brand-carousel .owl-nav .owl-prev,
.all-brand-carousel .owl-nav .owl-next {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 24px solid #c8c8c8;
  text-indent: -99999px;
  position: absolute;
  left: -26px;
  top: 50%;
  z-index: 100;
  background: none;
  margin: -14px 0 0;
  padding: 0;
  border-radius: 0;
}
/* line 2581, ../scss/module/_nn-default.scss */
.all-brand-carousel .owl-nav .owl-prev:hover,
.all-brand-carousel .owl-nav .owl-next:hover {
  background: none;
}
/* line 2585, ../scss/module/_nn-default.scss */
.all-brand-carousel .owl-nav .owl-next {
  border-left: 24px solid #c8c8c8;
  border-right: none;
  left: auto;
  right: -26px;
}
/* line 2592, ../scss/module/_nn-default.scss */
.all-brand-carousel .owl-dots {
  display: none;
}

/* line 2598, ../scss/module/_nn-default.scss */
.brands-data .brand-list-wrapper, .discontinued-products-listing .brand-list-wrapper {
  padding: 7px 7px 70px;
  border-bottom: 1px solid #a0b540;
}
/* line 2601, ../scss/module/_nn-default.scss */
.brands-data .brand-list-wrapper .first-letter span, .discontinued-products-listing .brand-list-wrapper .first-letter span {
  font-size: 34px;
  font-weight: bold;
  color: #a0b540;
  margin-bottom: 4px;
  line-height: 1.4;
}
/* line 2608, ../scss/module/_nn-default.scss */
.brands-data .brand-list-wrapper:last-child, .discontinued-products-listing .brand-list-wrapper:last-child {
  border: none;
}
/* line 2612, ../scss/module/_nn-default.scss */
.brands-data .brands-grid, .discontinued-products-listing .brands-grid {
  padding-left: 25px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
/* line 2617, ../scss/module/_nn-default.scss */
.brands-data .brands-grid li, .discontinued-products-listing .brands-grid li {
  padding-left: 10px;
  font-weight: bold;
}
/* line 2620, ../scss/module/_nn-default.scss */
.brands-data .brands-grid li h2, .discontinued-products-listing .brands-grid li h2 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px;
  position: relative;
}
/* line 2626, ../scss/module/_nn-default.scss */
.brands-data .brands-grid li h2:before, .discontinued-products-listing .brands-grid li h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: -8px;
  width: 4px;
  height: 4px;
  background-color: #636363;
  border-radius: 100%;
}

/* line 2641, ../scss/module/_nn-default.scss */
.footer {
  font-family: Verdana, Geneva, sans-serif;
  border: none;
}
/* line 2644, ../scss/module/_nn-default.scss */
.footer .footer-middle {
  padding-top: 25px;
}
/* line 2646, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-list-wrapper {
  width: 20%;
  float: left;
  padding-left: 60px;
}
/* line 2650, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-list-wrapper:nth-child(2) {
  padding-left: 40px;
}
/* line 2654, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-list-inner {
  margin-bottom: 25px;
}
/* line 2656, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-list-inner li {
  line-height: 17px;
}
/* line 2660, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-subscribe {
  width: 40%;
  padding-left: 50px;
}
/* line 2664, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-list-title {
  line-height: 18px;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #b1b3b6;
  margin-bottom: 5px;
  padding-right: 10px;
}
/* line 2672, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-address-wrapper {
  margin-top: 40px;
}
/* line 2674, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-address-wrapper .footer-address-left {
  float: left;
}
/* line 2677, ../scss/module/_nn-default.scss */
.footer .footer-middle .footer-address-wrapper .footer-address-right {
  float: right;
  margin-right: 40px;
}
/* line 2682, ../scss/module/_nn-default.scss */
.footer .footer-middle .subscibe-title-top {
  font-weight: bold;
  margin-top: 2px;
}
/* line 2685, ../scss/module/_nn-default.scss */
.footer .footer-middle .subscibe-title-top span {
  font-weight: normal;
}
/* line 2689, ../scss/module/_nn-default.scss */
.footer .footer-middle .subscibe-title-bottom {
  font-size: 11px;
}
/* line 2694, ../scss/module/_nn-default.scss */
.footer .footer-bottom li {
  float: left;
  height: 38px;
  line-height: 38px;
  margin-left: 62px;
}
/* line 2699, ../scss/module/_nn-default.scss */
.footer .footer-bottom li:first-child {
  margin-left: 40px;
}
/* line 2703, ../scss/module/_nn-default.scss */
.footer .footer-bottom a {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
}
/* line 2709, ../scss/module/_nn-default.scss */
.footer .footer-bottom .footer-brand1 a {
  width: 267px;
  height: 33px;
  background-position: 0 -381px;
}
/* line 2714, ../scss/module/_nn-default.scss */
.footer .footer-bottom .footer-brand2 a {
  width: 184px;
  height: 37px;
  background-position: -296px -381px;
}
/* line 2719, ../scss/module/_nn-default.scss */
.footer .footer-bottom .footer-brand3 a {
  width: 214px;
  height: 31px;
  background-position: 0 -443px;
}
/* line 2724, ../scss/module/_nn-default.scss */
.footer .footer-bottom .footer-brand4 a {
  width: 268px;
  height: 38px;
  background-position: -231px -453px;
}
/* line 2730, ../scss/module/_nn-default.scss */
.footer .copyright {
  border-top: 4px solid #a0b540;
  color: #636363;
  margin: 20px 0 0;
  padding: 9px 0;
  font-size: 11px;
  line-height: 14px;
}
/* line 2737, ../scss/module/_nn-default.scss */
.footer .copyright .legal-link {
  color: #a0b540;
}
/* line 2741, ../scss/module/_nn-default.scss */
.footer .an-subscribe {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
/* line 2746, ../scss/module/_nn-default.scss */
.footer .an-subscribe form {
  width: 100%;
  float: left;
}
/* line 2750, ../scss/module/_nn-default.scss */
.footer .an-subscribe .block-content {
  width: 100%;
  float: left;
  margin: 8px 0 6px;
  padding: 0;
}
/* line 2755, ../scss/module/_nn-default.scss */
.footer .an-subscribe .block-content .newsletter-email {
  width: 316px;
  float: left;
  position: relative;
  margin-right: 5px;
}
/* line 2760, ../scss/module/_nn-default.scss */
.footer .an-subscribe .block-content .newsletter-email:after {
  width: 16px;
  height: 17px;
  content: "";
  display: block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px 0;
  position: absolute;
  top: 12px;
  right: 7px;
}
/* line 2770, ../scss/module/_nn-default.scss */
.footer .an-subscribe .block-content .newsletter-email label.an-data {
  display: none;
}
/* line 2775, ../scss/module/_nn-default.scss */
.footer .an-subscribe input {
  width: 100%;
  height: 40px;
  border: 2px solid #a0b540;
  border-radius: 5px;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 2785, ../scss/module/_nn-default.scss */
.footer .an-buttons {
  margin-top: 4px;
  float: left;
}
/* line 2788, ../scss/module/_nn-default.scss */
.footer .an-buttons .button {
  text-decoration: capitalize;
}
/* line 2792, ../scss/module/_nn-default.scss */
.footer .footer-list-img {
  width: 115px;
  height: 125px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat 0 -503px;
  margin: 5px 0 0 -15px;
}

/* line 2799, ../scss/module/_nn-default.scss */
.footer-top {
  padding-bottom: 8px;
  border-bottom: 4px solid #a0b540;
}
/* line 2802, ../scss/module/_nn-default.scss */
.footer-top .footer-logo {
  float: left;
}
/* line 2804, ../scss/module/_nn-default.scss */
.footer-top .footer-logo a {
  width: 230px;
  display: block;
  text-decoration: none;
}
/* line 2810, ../scss/module/_nn-default.scss */
.footer-top .social-share {
  float: right;
}
/* line 2812, ../scss/module/_nn-default.scss */
.footer-top .social-share ul {
  float: left;
}
/* line 2815, ../scss/module/_nn-default.scss */
.footer-top .social-share li {
  float: left;
  margin-left: 10px;
}
/* line 2819, ../scss/module/_nn-default.scss */
.footer-top .social-share a {
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
}
/* line 2826, ../scss/module/_nn-default.scss */
.footer-top .social-share .facebook {
  background-position: 0 0;
  /*&:hover {
  	background-position: -42px 0;
  }*/
}
/* line 2832, ../scss/module/_nn-default.scss */
.footer-top .social-share .twitter {
  background-position: 0 -42px;
  /*&:hover {
  	background-position: -42px -42px;
  }*/
}
/* line 2838, ../scss/module/_nn-default.scss */
.footer-top .social-share .youtube {
  background-position: 0 -84px;
  /*&:hover {
  	background-position: -42px -84px;
  }*/
}
/* line 2844, ../scss/module/_nn-default.scss */
.footer-top .social-share .instagram {
  background-position: 0 -126px;
  /*&:hover {
  	background-position: -42px -126px;
  }*/
}
/* line 2850, ../scss/module/_nn-default.scss */
.footer-top .social-share .pinterest {
  background-position: 0 -168px;
  /*&:hover {
  	background-position: -42px -168px;
  }*/
}
/* line 2856, ../scss/module/_nn-default.scss */
.footer-top .social-share .gplus {
  background-position: 0 -210px;
  /*&:hover {
  	background-position: -42px -210px;
  }*/
}
/* line 2862, ../scss/module/_nn-default.scss */
.footer-top .social-share .linkedin {
  background-position: 0 -252px;
  /*&:hover {
  	background-position: -42px -252px;
  }*/
}
/* line 2868, ../scss/module/_nn-default.scss */
.footer-top .social-share .wordpress {
  background-position: 0 -294px;
  /*&:hover {
  	background-position: -42px -294px;
  }*/
}

/* line 2878, ../scss/module/_nn-default.scss */
.cms-page-view .std p,
.cms-no-route .std p,
.cms-page-view .std li,
.cms-no-route .std li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}

/* line 2888, ../scss/module/_nn-default.scss */
.empty-route-wrapper {
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #bdbec0;
}
/* line 2892, ../scss/module/_nn-default.scss */
.empty-route-wrapper .page-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #f8b537;
  margin-bottom: 12px;
}
/* line 2898, ../scss/module/_nn-default.scss */
.empty-route-wrapper .route-tiny {
  margin-bottom: 0;
}
/* line 2901, ../scss/module/_nn-default.scss */
.empty-route-wrapper .smiley-icon {
  width: 125px;
  height: 88px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -143px -561px;
  margin: 23px auto;
}
/* line 2907, ../scss/module/_nn-default.scss */
.empty-route-wrapper .empty-route-buttons {
  margin-top: 40px;
}
/* line 2909, ../scss/module/_nn-default.scss */
.empty-route-wrapper .empty-route-buttons .button {
  width: 150px;
  font-weight: normal;
  padding: 7px 5px;
  font-size: 13px;
  line-height: 19px;
  text-transform: none;
  margin: 0 3px;
}

/* line 2921, ../scss/module/_nn-default.scss */
.contact-list-wrapper {
  padding-top: 12px;
}
/* line 2923, ../scss/module/_nn-default.scss */
.contact-list-wrapper ul li {
  width: 287px;
  float: left;
  margin: 0;
  list-style: none;
  padding-left: 36px;
  position: relative;
}
/* line 2930, ../scss/module/_nn-default.scss */
.contact-list-wrapper ul li:nth-child(3) {
  width: 272px;
}
/* line 2933, ../scss/module/_nn-default.scss */
.contact-list-wrapper ul li:last-child {
  width: 353px;
}
/* line 2937, ../scss/module/_nn-default.scss */
.contact-list-wrapper h3 {
  color: #f8b537;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
/* line 2944, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-content p {
  margin: 0;
  line-height: 16px;
}
/* line 2947, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-content p.contact-number {
  font-weight: bold;
}
/* line 2951, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-content .live-chat {
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
/* line 2956, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-content .live-chat a {
  font-size: 14px;
}
/* line 2960, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-content h4 {
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 13px;
}
/* line 2966, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-content a {
  color: #f8b537;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
/* line 2973, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-inner {
  position: relative;
}
/* line 2975, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-list-inner:before {
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  position: absolute;
}
/* line 2983, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-phone h3 {
  padding-left: 33px;
  margin-bottom: 8px;
}
/* line 2987, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-phone:before {
  width: 28px;
  height: 28px;
  background-position: -231px 0;
  left: -7px;
  top: 3px;
}
/* line 2996, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-chat h3 {
  padding-left: 37px;
  margin-bottom: 5px;
}
/* line 3000, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-chat:before {
  width: 30px;
  height: 26px;
  background-position: -231px -38px;
  position: absolute;
  left: -1px;
  top: 0;
}
/* line 3010, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-store h3 {
  padding-left: 28px;
  margin-bottom: 1px;
}
/* line 3014, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-store p {
  line-height: 14px;
}
/* line 3017, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-store:before {
  width: 30px;
  height: 28px;
  background-position: -120px 0;
  position: absolute;
  left: -7px;
  top: 0px;
}
/* line 3027, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-helpdesk h3 {
  padding-left: 22px;
  margin-bottom: 3px;
}
/* line 3031, ../scss/module/_nn-default.scss */
.contact-list-wrapper .contact-helpdesk:before {
  width: 23px;
  height: 23px;
  background-position: -120px -37px;
  position: absolute;
  left: -9px;
  top: 2px;
}

/* line 3043, ../scss/module/_nn-default.scss */
.checkout-onepage-index .main-container {
  padding-top: 16px;
}

/* line 3047, ../scss/module/_nn-default.scss */
.title-steps-checkout {
  padding-bottom: 10px;
}
/* line 3049, ../scss/module/_nn-default.scss */
.title-steps-checkout h3 {
  width: 25%;
  float: left;
  font-size: 28px;
  line-height: 48px;
  position: relative;
  padding: 0 0 0 35px;
  color: #f8b537;
}
/* line 3057, ../scss/module/_nn-default.scss */
.title-steps-checkout h3:before {
  width: 28px;
  height: 36px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -74px;
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 3068, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step {
  width: 75%;
  float: left;
}
/* line 3071, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step li {
  float: left;
}
/* line 3075, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-cart-summary a {
  width: 177px;
  border-radius: 4px 0 0 4px;
  padding-left: 7px;
  margin-left: 0;
}
/* line 3080, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-cart-summary a:before {
  content: none;
}
/* line 3086, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-shipping-info a {
  width: 202px;
}
/* line 3091, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-payment-method a {
  width: 215px;
}
/* line 3096, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-review-complete a {
  width: 262px;
  border-radius: 0 4px 4px 0;
  margin: 0;
}
/* line 3100, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-review-complete a:after {
  width: 26px;
  height: 19px;
  top: 8px;
  right: 3px;
  background-position: -231px -217px;
  border: none;
}
/* line 3110, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-review-complete.open a {
  width: 268px;
}
/* line 3112, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step #opc-checkout-review-complete.open a:after {
  top: 15px;
}
/* line 3118, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step .step-title {
  line-height: 52px;
}
/* line 3121, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding-left: 7px;
  text-transform: uppercase;
  position: relative;
}
/* line 3132, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step a:before, .title-steps-checkout .checkout-step a:after {
  position: absolute;
  top: 0;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  display: inline-block;
  content: "";
}
/* line 3140, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step a:after {
  z-index: 1;
}
/* line 3144, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step .step-count {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-right: 3px;
  text-align: center;
}
/* line 3155, ../scss/module/_nn-default.scss */
.title-steps-checkout .checkout-step .step-title-text {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
/* line 3162, ../scss/module/_nn-default.scss */
.title-steps-checkout .success a {
  height: 40px;
  line-height: 36px;
  background: #b1b3b6;
  margin: 0 3px 0 5px;
  padding-left: 27px;
}
/* line 3168, ../scss/module/_nn-default.scss */
.title-steps-checkout .success a:before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffffff;
  left: 0;
}
/* line 3176, ../scss/module/_nn-default.scss */
.title-steps-checkout .success a:after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #b1b3b6;
  right: -20px;
}
/* line 3187, ../scss/module/_nn-default.scss */
.title-steps-checkout .open a {
  width: 202px;
  height: 52px;
  line-height: 48px;
  background: #a0b540;
  margin-right: 15px;
  padding-left: 33px;
}
/* line 3194, ../scss/module/_nn-default.scss */
.title-steps-checkout .open a:before {
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #ffffff;
  left: 0;
}
/* line 3202, ../scss/module/_nn-default.scss */
.title-steps-checkout .open a:after {
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #a0b540;
  right: -26px;
}
/* line 3212, ../scss/module/_nn-default.scss */
.title-steps-checkout .lock {
  pointer-events: none;
}
/* line 3214, ../scss/module/_nn-default.scss */
.title-steps-checkout .lock a {
  height: 39px;
  line-height: 36px;
  background: #c4d38e;
  margin-right: 34px;
  margin-right: 8px;
  padding-left: 27px;
}
/* line 3221, ../scss/module/_nn-default.scss */
.title-steps-checkout .lock a:before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffffff;
  left: 0;
}
/* line 3229, ../scss/module/_nn-default.scss */
.title-steps-checkout .lock a:after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #c4d38e;
  right: -20px;
}

/* line 3240, ../scss/module/_nn-default.scss */
.checkout-onepage-index .col-main {
  width: 100%;
  padding: 0;
}

/* line 3245, ../scss/module/_nn-default.scss */
.custom-checkbox input[type=checkbox] {
  display: none;
}
/* line 3247, ../scss/module/_nn-default.scss */
.custom-checkbox input[type=checkbox] + label {
  max-width: 100%;
  padding: 0 0 0 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
}
/* line 3255, ../scss/module/_nn-default.scss */
.custom-checkbox input[type=checkbox] + label:before {
  width: 15px;
  height: 16px;
  display: inline-block;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  background-position: -84px -26px;
}
/* line 3268, ../scss/module/_nn-default.scss */
.custom-checkbox input[type=checkbox]:checked + label:before {
  width: 19px;
  height: 16px;
  top: 0;
  background-position: -84px -50px;
}

/* line 3277, ../scss/module/_nn-default.scss */
.custom-selectbox {
  position: relative;
}
/* line 3279, ../scss/module/_nn-default.scss */
.custom-selectbox select {
  width: 100%;
  height: 30px;
  border: 1px solid #a0b540;
  border-radius: 4px;
  margin: 0;
  padding: 0 32px 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 3290, ../scss/module/_nn-default.scss */
.custom-selectbox:after {
  width: 18px;
  height: 9px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -119px;
  position: absolute;
  right: 11px;
  top: 11px;
  pointer-events: none;
}

/* line 3303, ../scss/module/_nn-default.scss */
.opc-firststep-login,
.opc-firststep-login h3,
.opc-firststep-login h2,
.opc-firststep-login a {
  color: #4f4f51;
}

/* line 3312, ../scss/module/_nn-default.scss */
#opc-login .checkout-login-wrapper .buttons-set {
  padding-top: 0;
}
/* line 3314, ../scss/module/_nn-default.scss */
#opc-login .checkout-login-wrapper .buttons-set .button {
  margin-right: 0;
}
/* line 3318, ../scss/module/_nn-default.scss */
#opc-login .checkout-login-wrapper .guest-account p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4f4f51;
  font-style: normal;
}

/* line 3327, ../scss/module/_nn-default.scss */
.checkout-login-wrapper {
  padding: 35px 0 72px;
}
/* line 3329, ../scss/module/_nn-default.scss */
.checkout-login-wrapper h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
/* line 3334, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .input-text {
  width: 100%;
  border-color: #a0b540;
}
/* line 3338, ../scss/module/_nn-default.scss */
.checkout-login-wrapper label {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
/* line 3343, ../scss/module/_nn-default.scss */
.checkout-login-wrapper label.required:after {
  color: #4f4f51;
  font-size: 14px;
  content: "*";
}
/* line 3352, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .highlight label.required {
  color: #4f4f51;
}
/* line 3358, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .form-list li:last-child {
  margin-bottom: 0;
}
/* line 3363, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .buttons-set {
  margin: 10px 0 0;
}
/* line 3365, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .buttons-set .button {
  font-size: 13px;
  padding: 6px;
  min-width: 90px;
  margin-right: 0;
  text-transform: none;
}
/* line 3373, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .custom-checkbox label {
  line-height: 16px;
}
/* line 3376, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .existing-account {
  width: 383px;
  float: left;
  padding-right: 52px;
}
/* line 3381, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .existing-acc-forgot {
  margin: 6px 0 26px;
}
/* line 3383, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .existing-acc-forgot a {
  font-weight: bold;
  text-decoration: underline;
  color: #4f4f51;
}
/* line 3390, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .existing-acc-bottom .custom-checkbox {
  margin-top: 5px;
}
/* line 3393, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .existing-acc-bottom .buttons-set {
  margin-top: 33px;
}
/* line 3397, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .new-account {
  width: 434px;
  float: left;
  padding: 0 52px;
  border-left: 1px solid #d9dada;
  border-right: 1px solid #d9dada;
}
/* line 3405, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .new-account .customer-name .field,
.checkout-login-wrapper .new-account .new-acc-password .field {
  margin-bottom: 0;
  width: 47%;
  float: left;
}
/* line 3410, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .new-account .customer-name .name-lastname,
.checkout-login-wrapper .new-account .customer-name .confirm-password,
.checkout-login-wrapper .new-account .new-acc-password .name-lastname,
.checkout-login-wrapper .new-account .new-acc-password .confirm-password {
  float: right;
}
/* line 3415, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .new-account .register-blurbs {
  width: 200px;
}
/* line 3418, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .new-account .register-blurbs label span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
}
/* line 3425, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .new-account .new-acc-bottom {
  margin-top: 15px;
}
/* line 3429, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .guest-account {
  width: 383px;
  float: left;
  padding-left: 52px;
}
/* line 3433, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .guest-account h3 {
  margin-bottom: 40px;
}
/* line 3436, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .guest-account .buttons-set {
  margin-top: 159px;
}
/* line 3440, ../scss/module/_nn-default.scss */
.checkout-login-wrapper .youama-ajaxlogin-error {
  color: #ff0000;
  margin: 5px 0 0;
}

/* line 3446, ../scss/module/_nn-default.scss */
p.required,
.validation-advice {
  color: #ff0000;
  font-weight: normal;
}

/* line 3452, ../scss/module/_nn-default.scss */
.bx-checkout-btn {
  width: 100%;
  display: inline-block;
}
/* line 3455, ../scss/module/_nn-default.scss */
.bx-checkout-btn .btn {
  min-width: 148px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  background: #f8b537;
  color: #ffffff;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
}
/* line 3467, ../scss/module/_nn-default.scss */
.bx-checkout-btn .btn-arrow-left {
  float: left;
}
/* line 3470, ../scss/module/_nn-default.scss */
.bx-checkout-btn .btn-arrow-right {
  float: right;
}
/* line 3473, ../scss/module/_nn-default.scss */
.bx-checkout-btn .btn-arrow-right span:after {
  content: " >";
}

/* line 3480, ../scss/module/_nn-default.scss */
.opc .section .step {
  padding: 0;
}
/* line 3482, ../scss/module/_nn-default.scss */
.opc .section .step .title-section {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #a0a1a3;
  position: relative;
}
/* line 3490, ../scss/module/_nn-default.scss */
.opc .section .step .title-section:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  content: "";
  text-align: center;
  line-height: 32px;
  border: 3px solid #4f4f51;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
/* line 3503, ../scss/module/_nn-default.scss */
.opc .section .step .title-section .symbol_address {
  cursor: pointer;
}

/* line 3511, ../scss/module/_nn-default.scss */
#checkout-step-shipping .title-section:before {
  content: "2";
}

/* line 3516, ../scss/module/_nn-default.scss */
#co-shipping-form {
  margin-bottom: 72px;
}
/* line 3519, ../scss/module/_nn-default.scss */
#co-shipping-form .field-1col-wp .lb-field {
  font-size: 14px;
  font-weight: normal;
}
/* line 3523, ../scss/module/_nn-default.scss */
#co-shipping-form .field-1col-wp .custom-selectbox {
  width: 708px;
  margin: 20px 0;
}
/* line 3526, ../scss/module/_nn-default.scss */
#co-shipping-form .field-1col-wp .custom-selectbox select {
  max-width: 100%;
  height: 35px;
}
/* line 3530, ../scss/module/_nn-default.scss */
#co-shipping-form .field-1col-wp .custom-selectbox:after {
  top: 15px;
}
/* line 3535, ../scss/module/_nn-default.scss */
#co-shipping-form #shipping-buttons-container {
  width: 708px;
}
/* line 3537, ../scss/module/_nn-default.scss */
#co-shipping-form #shipping-buttons-container .bx-subscribe {
  width: auto;
}
/* line 3539, ../scss/module/_nn-default.scss */
#co-shipping-form #shipping-buttons-container .bx-subscribe .field {
  width: 400px;
}
/* line 3543, ../scss/module/_nn-default.scss */
#co-shipping-form #shipping-buttons-container .bx-checkout-btn {
  width: auto;
  margin-top: 0;
}
/* line 3549, ../scss/module/_nn-default.scss */
#co-shipping-form .input-checkbox .checkbox {
  display: none;
}
/* line 3551, ../scss/module/_nn-default.scss */
#co-shipping-form .input-checkbox .checkbox + label {
  max-width: 100%;
  padding-left: 45px;
  line-height: 16px;
  position: relative;
}
/* line 3556, ../scss/module/_nn-default.scss */
#co-shipping-form .input-checkbox .checkbox + label:before {
  width: 37px;
  height: 30px;
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  background-position: -231px -137px;
}
/* line 3570, ../scss/module/_nn-default.scss */
#co-shipping-form .input-checkbox .checkbox:checked + label:before {
  background-position: -231px -177px;
}
/* line 3578, ../scss/module/_nn-default.scss */
#co-shipping-form .address-form-left .input-checkbox {
  padding-left: 98px;
}
/* line 3581, ../scss/module/_nn-default.scss */
#co-shipping-form .address-form-left .input-checkbox .checkbox + label {
  min-width: auto;
  width: auto;
  line-height: 30px;
  padding: 0 0 0 45px;
  background: none;
}

/* line 3593, ../scss/module/_nn-default.scss */
.shipping-address-form .address-form-left {
  width: 48%;
  float: left;
}
/* line 3596, ../scss/module/_nn-default.scss */
.shipping-address-form .address-form-left label {
  width: 90px;
}
/* line 3600, ../scss/module/_nn-default.scss */
.shipping-address-form .address-form-right {
  width: 52%;
  float: left;
}
/* line 3604, ../scss/module/_nn-default.scss */
.shipping-address-form .field {
  margin-bottom: 22px;
}
/* line 3607, ../scss/module/_nn-default.scss */
.shipping-address-form label {
  width: 139px;
  text-align: right;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
/* line 3617, ../scss/module/_nn-default.scss */
.shipping-address-form label.required:before {
  content: "*";
}
/* line 3620, ../scss/module/_nn-default.scss */
.shipping-address-form label.required:after {
  content: none;
}
/* line 3626, ../scss/module/_nn-default.scss */
.shipping-address-form .input-box {
  width: 476px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0;
}
/* line 3632, ../scss/module/_nn-default.scss */
.shipping-address-form .input-box .input-text {
  width: 100%;
  border-color: #a0b540;
  border-radius: 5px;
}
/* line 3637, ../scss/module/_nn-default.scss */
.shipping-address-form .input-box select {
  max-width: 100%;
}
/* line 3642, ../scss/module/_nn-default.scss */
.shipping-address-form .two-fields .field-1 {
  width: 54%;
  float: left;
}
/* line 3647, ../scss/module/_nn-default.scss */
.shipping-address-form .two-fields .field-2 {
  width: 46%;
  float: left;
  padding-left: 5px;
  position: relative;
}
/* line 3652, ../scss/module/_nn-default.scss */
.shipping-address-form .two-fields .field-2 label {
  width: 92px;
}
/* line 3655, ../scss/module/_nn-default.scss */
.shipping-address-form .two-fields .field-2 .invalid-zip {
  position: absolute;
  left: 7px;
  top: 31px;
  color: #ff0000;
}
/* line 3662, ../scss/module/_nn-default.scss */
.shipping-address-form .two-fields .input-box {
  width: 181px;
}
/* line 3667, ../scss/module/_nn-default.scss */
.shipping-address-form .state-selectbox select {
  width: 100%;
  height: 30px;
  border: 1px solid #a0b540;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 32px 0 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/arrow-select.png") no-repeat right center;
}

/* line 3681, ../scss/module/_nn-default.scss */
#shipping-buttons-container {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 3685, ../scss/module/_nn-default.scss */
#shipping-buttons-container .bx-subscribe {
  width: 50%;
  float: left;
}
/* line 3689, ../scss/module/_nn-default.scss */
#shipping-buttons-container .bx-checkout-btn {
  width: 50%;
  float: right;
  margin-top: 15px;
}
/* line 3694, ../scss/module/_nn-default.scss */
#shipping-buttons-container .lb-field {
  width: 90px;
  text-align: right;
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
/* line 3703, ../scss/module/_nn-default.scss */
#shipping-buttons-container .field {
  width: 477px;
  display: inline-block;
  vertical-align: top;
}

/* line 3710, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method {
  margin-bottom: 7px;
  position: relative;
}
/* line 3713, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .ship-title {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding: 10px 0;
  border-bottom: 1px solid #a0a1a3;
}
/* line 3720, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .ship-title .symbol {
  cursor: pointer;
}
/* line 3725, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-options-left {
  width: 64%;
  float: left;
  padding-right: 22px;
}
/* line 3729, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-options-left > label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 22px;
}
/* line 3735, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-options-right {
  width: 36%;
  float: left;
}
/* line 3739, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-service {
  margin-bottom: 11px;
}
/* line 3741, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-service .label-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  margin-right: 15px;
}
/* line 3748, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-service .list-value {
  float: left;
  margin-top: -10px;
}
/* line 3751, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-service .list-value span {
  display: inline-block;
  vertical-align: middle;
}
/* line 3755, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-service .list-value .bx-img {
  width: 42px;
}
/* line 3759, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-options .shipping-service .bx-name {
  font-size: 16px;
  line-height: 22px;
  margin: 0 11px;
}
/* line 3767, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-radio {
  margin-bottom: 10px;
}
/* line 3769, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-radio .lb-radio {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 10px 10px 10px 75px;
  position: relative;
}
/* line 3780, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-radio input.radio {
  display: none;
}
/* line 3783, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-radio input.radio + label.lb-radio:before {
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  border: 1px solid #a0b540;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 18px;
}
/* line 3797, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-radio input.radio:checked + label.lb-radio:after {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  background: #a0b540;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 23px;
}
/* line 3812, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-notes {
  margin-top: 20px;
}
/* line 3814, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-notes .label-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 4px 0 10px;
}
/* line 3819, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-notes .label-title span {
  font-size: 14px;
}
/* line 3823, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-notes textarea {
  max-width: 100%;
  min-height: 120px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  resize: none;
}
/* line 3832, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-options .label-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 4px 0 10px;
}
/* line 3837, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-options .label-title span {
  font-size: 14px;
}
/* line 3841, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-options .bx-delivery-item {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 23px 35px 3px;
}
/* line 3846, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .delivery-options #cp_office_address {
  margin: 5px 0 20px;
}
/* line 3850, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-checkbox-delivery {
  margin-bottom: 20px;
}
/* line 3852, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-checkbox-delivery .lb-checkbox {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 21px;
  padding-left: 40px;
  position: relative;
}
/* line 3860, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-checkbox-delivery input.checkbox {
  display: none;
}
/* line 3863, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-checkbox-delivery input.checkbox + label.lb-checkbox:before {
  width: 21px;
  height: 21px;
  display: inline-block;
  content: "";
  border: 1px solid #a0b540;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3877, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-checkbox-delivery input.checkbox:checked + label.lb-checkbox:after {
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  background: #a0b540;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
/* line 3891, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-checkbox-delivery input.checkbox:disabled + label.lb-checkbox {
  opacity: 0.6;
}
/* line 3897, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 3906, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-total-content {
  width: 52%;
  float: left;
}
/* line 3910, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .table-total {
  width: 48%;
  float: right;
  margin-top: 19px;
  text-align: right;
  padding-left: 10px;
}
/* line 3916, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .table-total .tr-grand-total .price:after {
  width: 340px;
}
/* line 3921, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .shipping-address p {
  width: 1200px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 30px 0 8px;
  text-transform: capitalize;
}
/* line 3930, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-total {
  width: 746px;
}
/* line 3932, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-total .info-total {
  width: 98%;
  float: left;
}
/* line 3935, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .bx-total .info-total p {
  font-size: 10px;
  line-height: 12px;
  margin: 20px 0 5px;
}
/* line 3942, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method #checkout-cart-totals {
  width: 34%;
  float: right;
}
/* line 3946, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method #shipping-method-buttons-container {
  width: 746px;
  margin-top: 25px;
}
/* line 3950, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local {
  margin-top: 45px;
}
/* line 3953, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio .lb-radio {
  padding: 8px 10px 7px 75px;
}
/* line 3956, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio input.radio + label.lb-radio::before {
  top: 11px;
}
/* line 3959, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio input.radio:checked + label.lb-radio:after {
  top: 16px;
}
/* line 3962, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio sup {
  top: 0px;
}
/* line 3965, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio .delivery-address {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: #636363;
  font-weight: normal;
}
/* line 3972, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio.disabled .lb-radio {
  color: #ccc;
  cursor: not-allowed;
}
/* line 3975, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local .bx-radio.disabled .lb-radio .delivery-address {
  color: #ccc !important;
}
/* line 3980, ../scss/module/_nn-default.scss */
#checkout-step-shipping_method .service-type-local p {
  line-height: 16px;
}

/* line 3985, ../scss/module/_nn-default.scss */
#checkout-shipping-method-blank p {
  font-size: 14px;
}

/* line 3988, ../scss/module/_nn-default.scss */
#shipping-method-back {
  text-decoration: none;
}
/* line 3991, ../scss/module/_nn-default.scss */
#shipping-method-back span:before {
  content: "< ";
}

/* line 3997, ../scss/module/_nn-default.scss */
#checkout-shipping-method-load > .shipping-options-list {
  width: 64%;
  padding-right: 22px;
}

/* line 4002, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
/* line 4007, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table td {
  padding-left: 10px;
}
/* line 4011, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-product-total td {
  padding-bottom: 3px;
}
/* line 4015, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-discount {
  color: #d02027;
  line-height: 18px;
}
/* line 4020, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-sub-total td {
  font-size: 18px;
  padding: 4px 0 7px 10px;
}
/* line 4025, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-grand-total,
#shopping-cart-totals-table .tr-balance-total {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
/* line 4030, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-grand-total td,
#shopping-cart-totals-table .tr-balance-total td {
  padding: 14px 0 5px 10px;
}
/* line 4033, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-grand-total .price,
#shopping-cart-totals-table .tr-balance-total .price {
  position: relative;
}
/* line 4035, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-grand-total .price:after,
#shopping-cart-totals-table .tr-balance-total .price:after {
  width: 360px;
  content: "";
  border-top: 1px solid #a0a1a3;
  position: absolute;
  right: 0;
  top: -3px;
}
/* line 4047, ../scss/module/_nn-default.scss */
#shopping-cart-totals-table .tr-balance-total .price:after {
  width: 240px;
}

/* line 4056, ../scss/module/_nn-default.scss */
#checkout-step-billing .title-section:before {
  content: "3";
}
/* line 4061, ../scss/module/_nn-default.scss */
#checkout-step-billing .content-step3 .content-step3-left {
  width: 82%;
  float: left;
  padding-right: 20px;
}
/* line 4066, ../scss/module/_nn-default.scss */
#checkout-step-billing .content-step3 .shop-secure {
  width: 18%;
  float: right;
}
/* line 4071, ../scss/module/_nn-default.scss */
#checkout-step-billing .shop-secure-logo {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  overflow: hidden;
}
/* line 4076, ../scss/module/_nn-default.scss */
#checkout-step-billing .bx-content-tabs {
  margin-bottom: 13px;
}
/* line 4080, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options .tab-title-method {
  min-width: 165px;
  min-height: 31px;
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-right: 3px;
  text-align: center;
  position: relative;
}
/* line 4090, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options .tab-title-method.active {
  background: #a0b540;
  float: left;
}
/* line 4094, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options .tab-title-method input.radio {
  display: none;
}
/* line 4097, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options .tab-title-method label {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  padding: 0 20px;
  line-height: 29px;
  font-weight: bold;
  cursor: pointer;
}
/* line 4107, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options .tab-title-method.active label {
  background: #a0b540;
  border: #a0b540;
  color: #ffffff;
}
/* line 4116, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options #dt_method_paypal_express label:after {
  width: 77px;
  height: 20px;
  display: inline-block;
  content: "";
  position: relative;
  top: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  background-position: -277px 0;
}
/* line 4126, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options #dt_method_paypal_express label a, #checkout-step-billing .tab-payment-options #dt_method_paypal_express label img {
  display: none;
}
/* line 4132, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options #dt_method_paypal_express.active label:after {
  width: 79px;
  height: 21px;
  background-position: -277px -30px;
}
/* line 4140, ../scss/module/_nn-default.scss */
#checkout-step-billing .tab-payment-options .bx-col-right {
  width: auto;
  float: right;
  margin-top: -6px;
}
/* line 4146, ../scss/module/_nn-default.scss */
#checkout-step-billing .content-tabs-pament-inner {
  border: 7px solid #a0b540;
  border-radius: 0 5px 5px 5px;
  padding: 18px 15px 0;
  background: #f3f8e8;
}
/* line 4151, ../scss/module/_nn-default.scss */
#checkout-step-billing .content-tabs-pament-inner .title-content-tab {
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
  color: #f8b537;
  padding-left: 40px;
  position: relative;
}
/* line 4158, ../scss/module/_nn-default.scss */
#checkout-step-billing .content-tabs-pament-inner .title-content-tab:before {
  width: 28px;
  height: 36px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -74px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 4171, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave li {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
/* line 4176, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .field {
  width: 605px;
  float: left;
  margin-bottom: 20px;
}
/* line 4180, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .field .field {
  margin: 0;
}
/* line 4184, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .lb-field,
#checkout-step-billing .payment-with-ccsave .name-firstname label,
#checkout-step-billing .payment-with-ccsave .name-lastname label {
  width: 140px;
  line-height: 35px;
  float: left;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
/* line 4195, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .lb-field.required:after,
#checkout-step-billing .payment-with-ccsave .name-firstname label.required:after,
#checkout-step-billing .payment-with-ccsave .name-lastname label.required:after {
  content: none;
}
/* line 4198, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .lb-field.required:before,
#checkout-step-billing .payment-with-ccsave .name-firstname label.required:before,
#checkout-step-billing .payment-with-ccsave .name-lastname label.required:before {
  content: "* ";
}
/* line 4203, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .input-box {
  width: 465px;
  float: left;
  padding: 0;
}
/* line 4208, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .input-text {
  width: 100%;
  height: 35px;
  float: left;
  border-radius: 5px;
  border: 1px solid #a0b540;
  font-size: 14px;
  background: none;
}
/* line 4217, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .validation-advice {
  width: 100%;
  float: left;
}
/* line 4221, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .credit-card-type {
  float: left;
  margin-left: 15px;
}
/* line 4224, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .credit-card-type .bx-img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
}
/* line 4228, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .credit-card-type .bx-img.active {
  opacity: 1;
}
/* line 4234, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .v-fix {
  width: 155px;
  float: left;
  margin-right: 15px;
}
/* line 4239, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave select {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #a0b540;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 32px 0 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/arrow-select.png") no-repeat right center;
}
/* line 4252, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .note-field {
  width: 100%;
  float: left;
  font-size: 10px;
  margin-top: 5px;
}
/* line 4258, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave #ccsave_cc_cid {
  width: 72px;
}
/* line 4261, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave .new-card-info {
  padding-left: 140px;
  font-size: 14px;
  font-weight: bold;
}
/* line 4266, ../scss/module/_nn-default.scss */
#checkout-step-billing .payment-with-ccsave #saved-cccard-text {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
/* line 4272, ../scss/module/_nn-default.scss */
#checkout-step-billing #info-ship-address {
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #a0b540;
  border-radius: 5px;
  padding: 16px 25px;
  margin: -15px 0 0;
}
/* line 4280, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-form-address {
  position: relative;
}
/* line 4282, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-form-address .credit-card-type {
  position: absolute;
  bottom: 19px;
  right: 120px;
}
/* line 4288, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info {
  width: 605px;
  margin: 5px 0 20px;
}
/* line 4291, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .action {
  float: right;
}
/* line 4293, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .action .btn-edit {
  min-width: 65px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background: #f8b537;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}
/* line 4302, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .action .btn-edit:before {
  content: "< ";
  font-weight: bold;
}
/* line 4308, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .content-cc-info {
  float: left;
  padding-left: 140px;
}
/* line 4311, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .content-cc-info span {
  float: left;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
}
/* line 4317, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .content-cc-info .cc-number {
  margin-right: 40px;
}
/* line 4320, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .content-cc-info .bx-img {
  display: none;
}
/* line 4322, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-credit-card-info .content-cc-info .bx-img.active {
  display: block;
  margin-right: 20px;
}
/* line 4330, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-form-address .street-address-2 {
  margin-left: 140px;
}
/* line 4333, ../scss/module/_nn-default.scss */
#checkout-step-billing .block-form-address select {
  max-width: 100%;
}
/* line 4338, ../scss/module/_nn-default.scss */
#checkout-step-billing .state-with-postal .field {
  width: 318px;
  float: left;
}
/* line 4341, ../scss/module/_nn-default.scss */
#checkout-step-billing .state-with-postal .field.postal-code {
  position: relative;
}
/* line 4343, ../scss/module/_nn-default.scss */
#checkout-step-billing .state-with-postal .field.postal-code .invalid-zip {
  color: red;
  font-size: 10px;
  position: absolute;
  right: 32px;
  bottom: -15px;
}
/* line 4352, ../scss/module/_nn-default.scss */
#checkout-step-billing .state-with-postal .input-box {
  width: 175px;
}
/* line 4355, ../scss/module/_nn-default.scss */
#checkout-step-billing .state-with-postal .postal-code label {
  width: 112px;
}
/* line 4359, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info {
  font-size: 14px;
  line-height: 16px;
}
/* line 4362, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .find-more-paypal {
  position: relative;
  margin: 20px 0 5px;
  padding-left: 165px;
}
/* line 4366, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .find-more-paypal:before {
  width: 145px;
  height: 39px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -61px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 4377, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .what-is-paypal {
  color: #3196d3;
  text-decoration: underline;
  line-height: 46px;
}
/* line 4382, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .bx-checkout-btn {
  text-align: right;
  margin: 20px 0 27px;
}
/* line 4386, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .btn-checkout-with-paypal {
  min-width: 265px;
  height: 44px;
  background: #f8b537;
  border-radius: 10px;
  padding: 0 7px 0 12px;
  text-align: left;
  position: relative;
  color: #ffffff;
  border: none;
  font-size: 15px;
  line-height: 44px;
}
/* line 4398, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .btn-checkout-with-paypal:before {
  width: 124px;
  height: 34px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -110px;
  position: absolute;
  right: 17px;
  top: 6px;
}
/* line 4408, ../scss/module/_nn-default.scss */
#checkout-step-billing .paypal-info .btn-checkout-with-paypal:after {
  content: " >";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 7px;
}

/* line 4419, ../scss/module/_nn-default.scss */
.bx-checkbox {
  margin-top: 3px;
}
/* line 4421, ../scss/module/_nn-default.scss */
.bx-checkbox .checkbox {
  display: none;
}
/* line 4423, ../scss/module/_nn-default.scss */
.bx-checkbox .checkbox + label {
  max-width: 100%;
  padding-left: 45px;
  line-height: 30px;
  position: relative;
}
/* line 4428, ../scss/module/_nn-default.scss */
.bx-checkbox .checkbox + label:before {
  width: 37px;
  height: 30px;
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  background-position: -231px -137px;
}
/* line 4442, ../scss/module/_nn-default.scss */
.bx-checkbox .checkbox:checked + label:before {
  background-position: -231px -177px;
}

/* line 4449, ../scss/module/_nn-default.scss */
.cart-empty-wrapper {
  text-align: center;
  padding: 6px 0 36px;
}
/* line 4453, ../scss/module/_nn-default.scss */
.cart-empty-wrapper .page-title h1 {
  font-size: 30px;
  line-height: 34px;
  border: none;
}
/* line 4457, ../scss/module/_nn-default.scss */
.cart-empty-wrapper .page-title h1:after {
  width: 69px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 10px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -344px -320px;
}
/* line 4468, ../scss/module/_nn-default.scss */
.cart-empty-wrapper .messages {
  margin: 0;
}
/* line 4471, ../scss/module/_nn-default.scss */
.cart-empty-wrapper .cart-empty {
  margin: 12px 0 23px;
}
/* line 4473, ../scss/module/_nn-default.scss */
.cart-empty-wrapper .cart-empty p {
  font-size: 14px;
  line-height: 16px;
}
/* line 4479, ../scss/module/_nn-default.scss */
.cart-empty-wrapper .cart-empty-btns .button {
  font-size: 13px;
  font-weight: normal;
  margin: 0 9px;
  min-width: 151px;
  text-transform: none;
  padding: 7px;
}

/* line 4491, ../scss/module/_nn-default.scss */
.product-view .prod-info-popup {
  width: 325px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 9;
  padding: 10px 13px;
  position: absolute;
  top: 0;
  left: -104px;
  margin: 0;
}

/* line 4505, ../scss/module/_nn-default.scss */
.brand-img-wrapper {
  position: relative;
  display: inline-block;
}
/* line 4508, ../scss/module/_nn-default.scss */
.brand-img-wrapper .brand-pop-container {
  font-size: 14px;
  line-height: 16px;
}
/* line 4512, ../scss/module/_nn-default.scss */
.brand-img-wrapper .brand-popup-img {
  margin-right: 10px;
}
/* line 4515, ../scss/module/_nn-default.scss */
.brand-img-wrapper .brand-popup-img {
  float: left;
}
/* line 4518, ../scss/module/_nn-default.scss */
.brand-img-wrapper .brand-popup-link {
  text-align: right;
  font-weight: bold;
}

/* line 4524, ../scss/module/_nn-default.scss */
.free-shipping-container {
  position: relative;
}
/* line 4526, ../scss/module/_nn-default.scss */
.free-shipping-container .prod-info-popup {
  width: 300px;
  top: auto;
  left: auto;
  right: -36px;
  bottom: 0;
  display: none;
}
/* line 4535, ../scss/module/_nn-default.scss */
.free-shipping-container:hover .prod-info-popup {
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  display: block;
}

/* line 4545, ../scss/module/_nn-default.scss */
.prod-points-detail > span {
  position: relative;
  display: inline-block;
}
/* line 4549, ../scss/module/_nn-default.scss */
.prod-points-detail .prod-info-popup {
  width: 475px;
  bottom: -135px;
  top: auto;
  display: none;
}

/* line 4559, ../scss/module/_nn-default.scss */
#header-account .yoama-password-wrapper .input-fly,
#header-account .youama-window-box.first .input-fly {
  margin-bottom: 0;
}

/* line 4565, ../scss/module/_nn-default.scss */
#checkout-step-review {
  font-size: 14px;
  line-height: 16px;
}
/* line 4569, ../scss/module/_nn-default.scss */
#checkout-step-review .title-section:before {
  content: "4";
}
/* line 4573, ../scss/module/_nn-default.scss */
#checkout-step-review .order-review-wrapper {
  width: 62.5%;
  float: left;
  padding-right: 20px;
  position: relative;
}
/* line 4579, ../scss/module/_nn-default.scss */
#checkout-step-review .opc-block-progress {
  border: 1px solid #c8c8c8;
  padding: 10px 20px 15px;
}
/* line 4583, ../scss/module/_nn-default.scss */
#checkout-step-review .shipping_method-process-review dd {
  font-size: 14px;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
  padding: 0;
}

/* line 4591, ../scss/module/_nn-default.scss */
#review-buttons-container {
  width: auto;
  margin: 0;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: -60px;
}
/* line 4598, ../scss/module/_nn-default.scss */
#review-buttons-container .btn-confirm {
  min-width: 235px;
  font-size: 14px;
  font-weight: bold;
}
/* line 4602, ../scss/module/_nn-default.scss */
#review-buttons-container .btn-confirm span {
  position: relative;
  /*top: -2px;*/
}

/* line 4609, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 3px 78px 10px 14px;
  margin-bottom: 20px;
  position: relative;
}
/* line 4615, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .edit-cart {
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 18px;
  border-bottom: 1px solid #c8c8c8;
  text-decoration: none;
}
/* line 4623, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .edit-cart .icon-arrow-left:before {
  content: none;
}
/* line 4629, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper tbody tr {
  border-bottom: 1px solid #d9dada;
}
/* line 4631, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper tbody tr:last-child {
  border: none;
}
/* line 4637, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper tr th {
  background: none;
  border: none;
  padding: 5px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 4642, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper tr th.order-sumary {
  font-size: 20px;
  font-weight: bold;
}
/* line 4647, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper tr td {
  padding: 5px;
  border: none;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 4653, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .product-image {
  border: none;
}
/* line 4656, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .data-table tbody td .item-options {
  margin-left: 0;
  line-height: 18px;
}
/* line 4661, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .item-options dt {
  font-style: normal;
  padding: 0;
  float: none;
}
/* line 4666, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .item-options dd {
  margin: 0;
  padding: 0;
  float: none;
}
/* line 4672, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .bonus-items-heading {
  border-bottom: 1px dashed #ededed;
}
/* line 4674, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .bonus-items-heading td {
  font-size: 20px;
  font-weight: bold;
  color: #f8b537;
  padding: 15px 5px 8px;
}
/* line 4680, ../scss/module/_nn-default.scss */
.checkout-review-table-wrapper .bonus-items-heading + tr td {
  padding-top: 15px;
}

/* line 4686, ../scss/module/_nn-default.scss */
.process-checkout-info {
  width: 37.5%;
  float: left;
}
/* line 4689, ../scss/module/_nn-default.scss */
.process-checkout-info .opc-block-progress {
  border-radius: 5px;
  min-height: 416px;
  position: relative;
}
/* line 4694, ../scss/module/_nn-default.scss */
.process-checkout-info .change-address {
  position: absolute;
  top: 15px;
  right: 18px;
  line-height: 18px;
  border-bottom: 1px solid #c8c8c8;
  text-decoration: none;
}
/* line 4702, ../scss/module/_nn-default.scss */
.process-checkout-info .title,
.process-checkout-info .title-form-list {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  text-transform: uppercase;
}

/* line 4711, ../scss/module/_nn-default.scss */
.shipping_method-process-review {
  margin: 18px 0 52px;
}

/* line 4717, ../scss/module/_nn-default.scss */
.process-content .field,
#co-review-payment .field {
  margin-bottom: 8px;
  padding: 0 0 0 85px;
  position: relative;
}
/* line 4721, ../scss/module/_nn-default.scss */
.process-content .field .lb-field,
#co-review-payment .field .lb-field {
  width: 85px;
  height: 35px;
  line-height: 35px;
  text-align: right;
  border-right: 1px solid #a0b540;
  padding: 0 8px 0 5px;
  font-size: 9px;
  color: #8f9194;
  border: 1px solid #a0b540;
  border-right: none;
  border-radius: 5px 0 0 5px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 4736, ../scss/module/_nn-default.scss */
.process-content .field .lb-field.required:after,
#co-review-payment .field .lb-field.required:after {
  content: none;
}
/* line 4740, ../scss/module/_nn-default.scss */
.process-content .field .input-box,
#co-review-payment .field .input-box {
  padding: 0;
}
/* line 4743, ../scss/module/_nn-default.scss */
.process-content .field .input-text,
#co-review-payment .field .input-text {
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border: none;
  border: 1px solid #a0b540;
  border-radius: 0 5px 5px 0;
}
/* line 4752, ../scss/module/_nn-default.scss */
.process-content .field .custom-selectbox:after,
#co-review-payment .field .custom-selectbox:after {
  top: 14px;
}
/* line 4756, ../scss/module/_nn-default.scss */
.process-content .field select,
#co-review-payment .field select {
  max-width: 100%;
  border: none;
  height: 35px;
  padding: 0 8px;
  border: 1px solid #a0b540;
  border-radius: 0 5px 5px 0;
}
/* line 4765, ../scss/module/_nn-default.scss */
.process-content .field-control,
#co-review-payment .field-control {
  margin-bottom: 25px;
}
/* line 4767, ../scss/module/_nn-default.scss */
.process-content .field-control .field,
#co-review-payment .field-control .field {
  padding: 0;
}
/* line 4772, ../scss/module/_nn-default.scss */
.process-content .select-shipping-method .field,
#co-review-payment .select-shipping-method .field {
  padding: 0;
}
/* line 4775, ../scss/module/_nn-default.scss */
.process-content .select-shipping-method select,
#co-review-payment .select-shipping-method select {
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 32px 0 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/arrow-select.png") no-repeat right center;
}
/* line 4784, ../scss/module/_nn-default.scss */
.process-content .bx-checkout-btn,
#co-review-payment .bx-checkout-btn {
  text-align: right;
}
/* line 4786, ../scss/module/_nn-default.scss */
.process-content .bx-checkout-btn .btn,
#co-review-payment .bx-checkout-btn .btn {
  min-width: auto;
  padding: 0 15px;
}

/* line 4792, ../scss/module/_nn-default.scss */
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-transform: none;
}
/* line 4796, ../scss/module/_nn-default.scss */
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
  color: #636363;
}

/* line 4802, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block {
  width: 332px;
  float: left;
  padding: 10px 20px 15px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  position: relative;
}
/* line 4809, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  text-transform: uppercase;
}
/* line 4816, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .change-address {
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  border-radius: 5px;
  border-bottom: 1px solid #c8c8c8;
  background: #c8c8c8;
  padding: 0 10px;
  position: absolute;
  top: 13px;
  right: 20px;
}
/* line 4827, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .change-address:before {
  content: "< ";
  font-weight: bold;
}
/* line 4833, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .payment-info label {
  display: none;
}
/* line 4836, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .payment-info .item {
  margin: 0 0 15px;
}
/* line 4840, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block #dt_method_ccsave {
  display: none;
}
/* line 4843, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .payment-info-content {
  margin-top: 25px;
}
/* line 4846, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .credit-card-type {
  margin-bottom: 7px;
}
/* line 4848, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .credit-card-type .bx-img {
  display: inline-block;
  opacity: 0.5;
}
/* line 4851, ../scss/module/_nn-default.scss */
.payment-info-total .payment-coupon-block .credit-card-type .bx-img.active {
  opacity: 1;
}
/* line 4858, ../scss/module/_nn-default.scss */
.payment-info-total .checkout-with-paypal .or {
  text-align: center;
  position: relative;
}
/* line 4861, ../scss/module/_nn-default.scss */
.payment-info-total .checkout-with-paypal .or:after {
  width: 100%;
  display: inline-block;
  content: "";
  border-top: 1px solid #c8c8c8;
  position: absolute;
  left: 0;
  top: 8px;
}
/* line 4870, ../scss/module/_nn-default.scss */
.payment-info-total .checkout-with-paypal .or span {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 0 8px;
  background: #ffffff;
}
/* line 4880, ../scss/module/_nn-default.scss */
.payment-info-total .paypal-button {
  text-align: center;
  margin: 10px 0;
}
/* line 4884, ../scss/module/_nn-default.scss */
.payment-info-total .btn-paypal {
  min-width: 184px;
  height: 30px;
  background: #f8b537;
  border-radius: 5px;
  padding: 0 4px 0 8px;
  text-align: left;
  position: relative;
  color: #ffffff;
  border: none;
  font-size: 10px;
  line-height: 30px;
}
/* line 4896, ../scss/module/_nn-default.scss */
.payment-info-total .btn-paypal:before {
  width: 87px;
  height: 23px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -154px;
  position: absolute;
  right: 5px;
  top: 5px;
}
/* line 4906, ../scss/module/_nn-default.scss */
.payment-info-total .btn-paypal:after {
  content: " >";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 2px;
}
/* line 4915, ../scss/module/_nn-default.scss */
.payment-info-total .bx-checkout-btn .btn-confirm {
  min-width: 235px;
  font-size: 14px;
  font-weight: bold;
}
/* line 4919, ../scss/module/_nn-default.scss */
.payment-info-total .bx-checkout-btn .btn-confirm span {
  position: relative;
  /*top: -2px;*/
}
/* line 4925, ../scss/module/_nn-default.scss */
.payment-info-total .totals-cart {
  width: 380px;
  float: right;
  text-align: right;
}

/* line 4932, ../scss/module/_nn-default.scss */
#wrong-postal-review {
  margin-bottom: 10px;
  color: #ff0000;
}

/* line 4937, ../scss/module/_nn-default.scss */
#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(160, 181, 64, 0.7);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 4949, ../scss/module/_nn-default.scss */
#scroll-to-top:after {
  width: 18px;
  height: 11px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -187px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 11px;
  top: 14px;
}
/* line 4960, ../scss/module/_nn-default.scss */
#scroll-to-top:hover {
  background: #a0b540;
}
/* line 4962, ../scss/module/_nn-default.scss */
#scroll-to-top:hover:after {
  top: 8px;
}

/* line 4968, ../scss/module/_nn-default.scss */
.subscribe-content-wrapper .block-subscribe {
  margin-bottom: 0;
}
/* line 4971, ../scss/module/_nn-default.scss */
.subscribe-content-wrapper .an-buttons {
  margin-bottom: 20px;
}

/* line 4975, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper {
  text-align: center;
}
/* line 4977, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper h2 {
  font-size: 30px;
  line-height: 36px;
  color: #f8b537;
  font-weight: bold;
  margin: 0 auto 13px;
  position: relative;
}
/* line 4984, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper h2:before {
  width: 53px;
  height: 53px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -209px;
}
/* line 4994, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper h2 span {
  display: inline-block;
  vertical-align: middle;
}
/* line 4999, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper h2.subscribed-heading:before {
  margin-top: 8px;
}
/* line 5002, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper h2.subscribed-heading span {
  width: 250px;
}
/* line 5007, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper #newsleter-static-mssg,
.newsletter-success-wrapper p {
  line-height: 16px;
}
/* line 5011, ../scss/module/_nn-default.scss */
.newsletter-success-wrapper .short {
  padding-top: 10px;
  border-top: 2px solid #a0b540;
}

/* line 5017, ../scss/module/_nn-default.scss */
.please-wait {
  height: auto;
  line-height: inherit;
  margin: 0;
}

/* line 5023, ../scss/module/_nn-default.scss */
.loader-image {
  width: 66px;
  height: 107px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/loader.gif") no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  margin: -54px 0 0 -33px;
}

/* line 5035, ../scss/module/_nn-default.scss */
div#ajaxcart {
  width: 430px;
  display: none;
  z-index: 9999;
  left: auto !important;
  right: 81px !important;
  top: 57px !important;
  padding: 15px !important;
}

/* line 5044, ../scss/module/_nn-default.scss */
#header-cart {
  display: none !important;
}

/* line 5047, ../scss/module/_nn-default.scss */
.minicart-header {
  width: 100%;
  text-align: center;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 10px 20px #000000;
  border: none;
  border-radius: 7px;
  padding: 6px 20px 10px;
  position: relative;
}
/* line 5057, ../scss/module/_nn-default.scss */
.minicart-header .block-title {
  border: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #f8b537;
  padding: 0 0 5px;
  margin-bottom: 12px;
  border-bottom: 3px solid #a0b540;
}
/* line 5066, ../scss/module/_nn-default.scss */
.minicart-header .block-title:after {
  width: 45px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -273px;
}
/* line 5077, ../scss/module/_nn-default.scss */
.minicart-header .block-content .fill-me {
  font-size: 18px;
  line-height: 43px;
  font-weight: bold;
  color: #f8b537;
  margin: 5px 0 10px;
}
/* line 5083, ../scss/module/_nn-default.scss */
.minicart-header .block-content .fill-me:after {
  width: 62px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -320px;
}
/* line 5094, ../scss/module/_nn-default.scss */
.minicart-header .healthy-stuff {
  margin-bottom: 18px;
}
/* line 5097, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list {
  padding: 0 10px;
  max-height: 280px;
  overflow: auto;
}
/* line 5101, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 8px 0;
  text-align: left;
}
/* line 5106, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list li:first-child {
  border-top: 1px solid #cccccc;
}
/* line 5110, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list .product-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  float: none;
  border: none;
}
/* line 5117, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list .product-details {
  width: 185px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
/* line 5126, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list .product-name {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 4px;
}
/* line 5133, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list .qtyinput {
  width: 100%;
  display: inline-block;
}
/* line 5136, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list .qtyinput .price {
  float: left;
}
/* line 5139, ../scss/module/_nn-default.scss */
.minicart-header .mini-products-list .qtyinput .sqty {
  float: right;
}
/* line 5144, ../scss/module/_nn-default.scss */
.minicart-header .mini-cart-actions {
  padding-top: 15px;
}
/* line 5146, ../scss/module/_nn-default.scss */
.minicart-header .mini-cart-actions .subtotal {
  float: left;
  line-height: 43px;
}
/* line 5149, ../scss/module/_nn-default.scss */
.minicart-header .mini-cart-actions .subtotal .price {
  font-weight: bold;
}
/* line 5153, ../scss/module/_nn-default.scss */
.minicart-header .mini-cart-actions .view-cart-btn {
  float: right;
}
/* line 5155, ../scss/module/_nn-default.scss */
.minicart-header .mini-cart-actions .view-cart-btn:before {
  width: 62px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -320px;
}
/* line 5166, ../scss/module/_nn-default.scss */
.minicart-header .button {
  text-transform: none;
  font-weight: normal;
}

/* line 5172, ../scss/module/_nn-default.scss */
#subscribe-please-wait {
  background: none;
  border: none;
}

/* line 5176, ../scss/module/_nn-default.scss */
.youama-ajaxlogin-loader {
  background: none;
}

/* line 5179, ../scss/module/_nn-default.scss */
#advancednewsletter-overlay {
  display: none;
}

/* line 5183, ../scss/module/_nn-default.scss */
.order-success-wrapper {
  text-align: left;
}
/* line 5185, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner {
  text-align: center;
}
/* line 5188, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner .page-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #f8b537;
  border: none;
}
/* line 5193, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner .page-title h1:after {
  width: 69px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -344px -320px;
}
/* line 5204, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner .sub-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 20px 0 18px;
}
/* line 5210, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner p {
  font-size: 14px;
  line-height: 16px;
}
/* line 5213, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner p span,
.order-success-wrapper .order-success-inner p a {
  color: #a0b540;
}
/* line 5218, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner .buttons-set {
  border: none;
  padding: 0;
  margin-top: 28px;
}
/* line 5222, ../scss/module/_nn-default.scss */
.order-success-wrapper .order-success-inner .buttons-set .button {
  min-width: 175px;
  margin: 0 7px;
  padding: 7px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

/* line 5234, ../scss/module/_nn-default.scss */
.needhelp-bottom-wrapper {
  border-top: 1px solid #c8c8c8;
  margin-top: 40px;
  padding-top: 12px;
}
/* line 5238, ../scss/module/_nn-default.scss */
.needhelp-bottom-wrapper .need-help-section {
  margin-top: 10px;
}
/* line 5241, ../scss/module/_nn-default.scss */
.needhelp-bottom-wrapper .need-help-heading {
  font-size: 14px;
  line-height: 16px;
}

/* line 5248, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-inner {
  text-align: center;
}
/* line 5250, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-inner p {
  font-size: 14px;
  line-height: 16px;
}
/* line 5256, ../scss/module/_nn-default.scss */
.logout-wrapper .page-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #f8b537;
  border: none;
  margin-bottom: 13px;
}
/* line 5264, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-content {
  margin-top: 56px;
}
/* line 5266, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #f8b537;
}
/* line 5270, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-content h2:after {
  width: 69px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -344px -320px;
}
/* line 5281, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-btns {
  margin-top: 22px;
}
/* line 5283, ../scss/module/_nn-default.scss */
.logout-wrapper .logout-btns a {
  font-size: 13px;
  font-weight: normal;
  margin: 0 9px;
  min-width: 151px;
  text-transform: none;
  padding: 7px;
}

/* line 5296, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .page-title h1 {
  font-weight: bold;
  border: none;
  margin-bottom: 17px;
}
/* line 5303, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .forgot-password-content h2 {
  font-size: 30px;
  text-transform: uppercase;
}
/* line 5306, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .forgot-password-content h2:before {
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -344px -255px;
}
/* line 5316, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .forgot-password-content .form-desc {
  font-size: 14px;
  margin: 8px 0 48px;
}
/* line 5320, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .forgot-password-content label {
  font-size: 14px;
  line-height: 34px;
  float: left;
  margin-right: 8px;
  font-weight: normal;
}
/* line 5327, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .forgot-password-content .input-box {
  width: 486px;
  float: left;
  padding: 0;
}
/* line 5331, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .forgot-password-content .input-box input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  border-color: #a0b540;
}
/* line 5340, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .buttons-set {
  max-width: 602px;
  margin: 0;
  border: none;
}
/* line 5344, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .buttons-set .button {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
/* line 5350, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .pass-email-error {
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #ff0000;
  padding-left: 116px;
}
/* line 5357, ../scss/module/_nn-default.scss */
.forgot-password-wrapper .error-forget-msg {
  display: none;
}

/* line 5363, ../scss/module/_nn-default.scss */
.forgot-account-login .account-login {
  padding: 0;
  border: none;
}
/* line 5367, ../scss/module/_nn-default.scss */
.forgot-account-login h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #636363;
  margin-bottom: 30px;
}
/* line 5372, ../scss/module/_nn-default.scss */
.forgot-account-login h1:before {
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -530px 0;
}
/* line 5382, ../scss/module/_nn-default.scss */
.forgot-account-login h3 {
  font-weight: bold;
}
/* line 5387, ../scss/module/_nn-default.scss */
.forgot-account-login .messages .success-msg li {
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #636363;
}
/* line 5395, ../scss/module/_nn-default.scss */
.forgot-account-login .messages .success-msg li:before {
  content: none;
}
/* line 5398, ../scss/module/_nn-default.scss */
.forgot-account-login .messages .success-msg li .forget-email {
  color: #f8b537;
}
/* line 5404, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout {
  width: 49%;
  position: relative;
  margin-right: 37px;
  float: left;
}
/* line 5409, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout:after {
  height: 190px;
  content: "";
  display: inline-block;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 5419, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .form-desc {
  font-size: 14px;
  margin-top: 5px;
}
/* line 5424, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .fieldset .form-list li {
  width: 100%;
  float: left;
  margin-top: 17px;
}
/* line 5429, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .fieldset .form-list label {
  width: 101px;
  float: left;
  text-align: right;
  margin-right: 8px;
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
}
/* line 5437, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .fieldset .form-list label:after {
  content: none;
}
/* line 5441, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .fieldset .form-list .input-box {
  width: 435px;
  float: left;
  padding: 0;
}
/* line 5445, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .fieldset .form-list .input-box input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  border-color: #a0b540;
}
/* line 5454, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .buttons-set {
  padding: 0 44px 0 0;
  margin-top: 23px;
}
/* line 5457, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .buttons-set .custom-checkbox {
  float: left;
  margin-top: 7px;
}
/* line 5460, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .buttons-set .custom-checkbox label {
  width: 100%;
  line-height: 16px;
  text-align: left;
}
/* line 5466, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .registered-users .buttons-set .button {
  min-width: 145px;
  background: #a0b540;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
/* line 5475, ../scss/module/_nn-default.scss */
.forgot-account-login #login-form-checkout .forgot-login-link {
  font-weight: bold;
  padding-left: 109px;
  text-decoration: underline;
  color: #4f4f51;
  font-size: 14px;
}
/* line 5483, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account {
  float: left;
  width: 575px;
}
/* line 5486, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout {
  margin-top: 20px;
}
/* line 5489, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list label {
  width: auto;
  float: none;
  border: none;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  font-weight: normal;
}
/* line 5498, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list label.required em {
  display: none;
}
/* line 5501, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list label.required:after {
  display: inline-block;
  content: "*";
}
/* line 5507, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list li {
  margin-top: 10px;
}
/* line 5510, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list .field {
  margin: 0;
}
/* line 5515, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list .customer-name .field,
.forgot-account-login .new-account #register-form-checkout .form-list .new-acc-password .field {
  width: 48%;
  float: left;
}
/* line 5519, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list .customer-name .name-lastname,
.forgot-account-login .new-account #register-form-checkout .form-list .customer-name .confirm-password,
.forgot-account-login .new-account #register-form-checkout .form-list .new-acc-password .name-lastname,
.forgot-account-login .new-account #register-form-checkout .form-list .new-acc-password .confirm-password {
  float: right;
}
/* line 5524, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list .input-box {
  width: auto;
  padding: 0;
  float: none;
}
/* line 5529, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .form-list input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  border-color: #a0b540;
  border-radius: 3px;
  border-left: 1px solid #a0b540 !important;
}
/* line 5541, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .custom-checkbox label span {
  width: 100%;
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 10px;
}
/* line 5550, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .register-blurbs {
  float: left;
}
/* line 5553, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .buttons-set {
  clear: right;
  padding: 0;
  margin-top: 0;
}
/* line 5557, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .buttons-set .button {
  min-width: 145px;
  background: #a0b540;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
/* line 5565, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .youama-ajaxlogin-error {
  color: #ff0000;
  font-weight: normal;
  margin: 5px 0 0;
}
/* line 5570, ../scss/module/_nn-default.scss */
.forgot-account-login .new-account #register-form-checkout .g-recaptcha {
  transform: scale(1.09);
  transform-origin: 0 0;
  width: 300px;
}

/* line 5581, ../scss/module/_nn-default.scss */
.cms-feedback .fancybox-skin,
.cms-contact .fancybox-skin {
  background: none;
  border-radius: 10px;
  background: #ffffff;
}

/* line 5588, ../scss/module/_nn-default.scss */
.contacting-us-popup, .contacting-us-popup-error {
  width: 425px;
  text-align: center;
  display: none;
}
/* line 5592, ../scss/module/_nn-default.scss */
.contacting-us-popup .block-subtitle, .contacting-us-popup-error .block-subtitle {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #f8b537;
  margin-bottom: 18px;
  padding-bottom: 7px;
  border-bottom: 3px solid #a0b540;
}
/* line 5600, ../scss/module/_nn-default.scss */
.contacting-us-popup .block-subtitle:before, .contacting-us-popup-error .block-subtitle:before {
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: bottom;
  content: "";
  margin-right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -102px;
}
/* line 5610, ../scss/module/_nn-default.scss */
.contacting-us-popup .contacting-us-content, .contacting-us-popup-error .contacting-us-content {
  font-size: 12px;
}
/* line 5612, ../scss/module/_nn-default.scss */
.contacting-us-popup .contacting-us-content h6, .contacting-us-popup-error .contacting-us-content h6 {
  margin: 20px 0 10px;
}

/* line 5619, ../scss/module/_nn-default.scss */
.dk-viewed-index-index .category-title {
  margin-top: 12px;
}
/* line 5622, ../scss/module/_nn-default.scss */
.dk-viewed-index-index .col3-layout .recently-layered-nav {
  top: 0;
}

/* line 5626, ../scss/module/_nn-default.scss */
.recentlyViewForm {
  padding: 13px 0 0;
}
/* line 5628, ../scss/module/_nn-default.scss */
.recentlyViewForm h3 {
  color: #f8b537;
}
/* line 5631, ../scss/module/_nn-default.scss */
.recentlyViewForm label {
  font-size: 12px;
  line-height: 14px;
}
/* line 5635, ../scss/module/_nn-default.scss */
.recentlyViewForm .buttons-set {
  border: none;
}
/* line 5638, ../scss/module/_nn-default.scss */
.recentlyViewForm .existing-account {
  width: 50%;
  padding: 0 50px 0 20px;
}
/* line 5641, ../scss/module/_nn-default.scss */
.recentlyViewForm .existing-account .existing-acc-forgot {
  margin-bottom: 14px;
}
/* line 5644, ../scss/module/_nn-default.scss */
.recentlyViewForm .existing-account .existing-acc-bottom {
  margin-top: 10px;
}
/* line 5647, ../scss/module/_nn-default.scss */
.recentlyViewForm .existing-account .buttons-set {
  padding: 0;
}
/* line 5651, ../scss/module/_nn-default.scss */
.recentlyViewForm .new-account {
  width: 50%;
  padding: 0 20px 0 50px;
  border-right: none;
}
/* line 5655, ../scss/module/_nn-default.scss */
.recentlyViewForm .new-account .buttons-set {
  padding: 0;
}
/* line 5658, ../scss/module/_nn-default.scss */
.recentlyViewForm .new-account .new-acc-bottom {
  margin-top: 10px;
}

/* line 5663, ../scss/module/_nn-default.scss */
.recently-viewed-bottom {
  text-align: center;
  margin-top: 44px;
}
/* line 5666, ../scss/module/_nn-default.scss */
.recently-viewed-bottom p {
  font-size: 14px;
}
/* line 5669, ../scss/module/_nn-default.scss */
.recently-viewed-bottom h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #f8b537;
  margin: 3px 0 20px;
}
/* line 5675, ../scss/module/_nn-default.scss */
.recently-viewed-bottom h2:after {
  width: 62px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -320px;
}
/* line 5686, ../scss/module/_nn-default.scss */
.recently-viewed-bottom .recently-viewed-btns .button {
  font-size: 13px;
  font-weight: normal;
  margin: 0 9px;
  min-width: 151px;
  text-transform: none;
  padding: 7px;
}

/* line 5697, ../scss/module/_nn-default.scss */
.recently-layered-nav {
  font-size: 14px;
}
/* line 5699, ../scss/module/_nn-default.scss */
.recently-layered-nav .block-title {
  font-size: 22px;
  font-weight: bold;
  color: #f8b537;
  margin: -6px 0 16px;
}
/* line 5705, ../scss/module/_nn-default.scss */
.recently-layered-nav .currently-searching {
  padding-left: 15px;
}
/* line 5707, ../scss/module/_nn-default.scss */
.recently-layered-nav .currently-searching p {
  font-weight: bold;
  color: #f8b537;
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 5713, ../scss/module/_nn-default.scss */
.recently-layered-nav .currently-searching p:before {
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 2px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -530px -148px;
}
/* line 5725, ../scss/module/_nn-default.scss */
.recently-layered-nav .recently-viewed {
  padding-left: 30px;
}
/* line 5727, ../scss/module/_nn-default.scss */
.recently-layered-nav .recently-viewed a {
  display: inline-block;
}
/* line 5729, ../scss/module/_nn-default.scss */
.recently-layered-nav .recently-viewed a:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  content: "";
  margin-right: 6px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -530px -175px;
}

/* line 5743, ../scss/module/_nn-default.scss */
.tracking-info-wrapper h1 {
  font-size: 30px;
  color: #f8b537;
}
/* line 5746, ../scss/module/_nn-default.scss */
.tracking-info-wrapper h1:after {
  width: 75px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -530px -203px;
}
/* line 5756, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-left {
  width: 50%;
  float: left;
  padding-right: 55px;
  position: relative;
}
/* line 5761, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-left:after {
  height: 192px;
  display: inline-block;
  content: "";
  border-right: 1px solid #c8c8c8;
  position: absolute;
  right: 0;
  top: 55px;
}
/* line 5771, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-left h2:before {
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -530px 0;
}
/* line 5782, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner {
  font-size: 14px;
  line-height: 16px;
}
/* line 5785, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
/* line 5791, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list li {
  margin: 20px 0 0;
}
/* line 5794, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list label {
  width: 100px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-right: 4px;
}
/* line 5804, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list label.required:after {
  content: none;
}
/* line 5809, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list .input-box {
  width: 436px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
/* line 5815, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list .input-text {
  width: 100%;
  height: 35px;
  float: left;
  padding: 0 8px;
  border-color: #a0b540;
  border-radius: 4px;
}
/* line 5824, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list .custom-selectbox select {
  height: 35px;
}
/* line 5827, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .form-list .custom-selectbox:after {
  top: 14px;
}
/* line 5832, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .buttons-set {
  margin: 30px 0 0;
  padding: 0;
  border: none;
}
/* line 5836, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .buttons-set .custom-checkbox {
  float: left;
  margin-top: 7px;
}
/* line 5839, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-info-inner .buttons-set .custom-checkbox label {
  font-weight: normal;
}
/* line 5845, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-right {
  width: 50%;
  float: left;
  padding-left: 55px;
}
/* line 5849, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .tracking-right h2 {
  line-height: 46px;
  margin-bottom: 21px;
}
/* line 5854, ../scss/module/_nn-default.scss */
.tracking-info-wrapper .need-help-section {
  padding-top: 35px;
  margin-top: 58px;
  border-top: 1px solid #c8c8c8;
}

/* line 5862, ../scss/module/_nn-default.scss */
.awshopbybrand-index-brandpageview div.brand_container {
  display: inline-block;
  overflow: visible;
  margin-bottom: 5px;
}
/* line 5866, ../scss/module/_nn-default.scss */
.awshopbybrand-index-brandpageview div.brand_container div.aw_brand_logo {
  margin: -48px 0 0;
  position: relative;
  top: 5px;
  height: 85px;
  line-height: 85px;
}
/* line 5872, ../scss/module/_nn-default.scss */
.awshopbybrand-index-brandpageview div.brand_container div.aw_brand_logo img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 5879, ../scss/module/_nn-default.scss */
.awshopbybrand-index-brandpageview div.brand-description {
  margin-bottom: 12px;
}
/* line 5881, ../scss/module/_nn-default.scss */
.awshopbybrand-index-brandpageview div.brand-description h2, .awshopbybrand-index-brandpageview div.brand-description h3 {
  font-size: 12px;
  font-weight: 600;
}
/* line 5885, ../scss/module/_nn-default.scss */
.awshopbybrand-index-brandpageview div.brand-description a {
  color: #a0b540;
  text-decoration: none;
}

/* line 5892, ../scss/module/_nn-default.scss */
.cms-page-view .std h1,
.cms-no-route .std h1,
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #636363;
}

/* line 5900, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/return-header-bg.jpg") no-repeat right top;
  position: relative;
  padding-top: 22px;
  min-height: 277px;
}
/* line 5905, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper .return-header-img {
  position: absolute;
  right: 255px;
  bottom: 0;
}
/* line 5910, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 25px;
}
/* line 5915, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h1 .happy-text {
  font-size: 60px;
  font-family: 'black_jackregular';
  font-weight: normal;
  color: #a0b540;
}
/* line 5921, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h1 .shadow-text {
  text-shadow: 3px 3px 5px #ffffff;
}
/* line 5925, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper p {
  width: 450px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 5931, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper p span {
  font-size: 8px;
  font-weight: normal;
}
/* line 5934, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper p span a {
  text-decoration: underline;
  cursor: pointer;
}
/* line 5940, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 5945, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h3 span {
  color: #a0b540;
}
/* line 5949, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h4 {
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
}
/* line 5953, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h4 .easy-count {
  font-size: 25px;
  color: #a0b540;
}
/* line 5957, ../scss/module/_nn-default.scss */
.cms-returns .return-header-wrapper h4 .easy-text {
  color: #a0b540;
  text-decoration: underline;
}
/* line 5964, ../scss/module/_nn-default.scss */
.cms-returns .return-tabs h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0 25px;
}
/* line 5969, ../scss/module/_nn-default.scss */
.cms-returns .return-tabs ul {
  list-style: none;
  margin: 0;
}
/* line 5973, ../scss/module/_nn-default.scss */
.cms-returns .return-tabs li {
  width: 310px;
  float: left;
  margin: 0 15px 10px 0;
  border: 1px solid #a0b540;
  border-radius: 4px;
  text-align: center;
}
/* line 5980, ../scss/module/_nn-default.scss */
.cms-returns .return-tabs li:nth-child(3) {
  margin: 0;
}
/* line 5983, ../scss/module/_nn-default.scss */
.cms-returns .return-tabs li:nth-child(4) {
  margin-left: 162px;
}
/* line 5986, ../scss/module/_nn-default.scss */
.cms-returns .return-tabs li a {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
/* line 5996, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper {
  border-bottom: 2px solid #bbb;
  padding: 0 0 15px;
  margin-top: 23px;
  position: relative;
}
/* line 6001, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper:last-child {
  border: none;
}
/* line 6004, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
/* line 6009, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper h3 .number {
  font-size: 38px;
  color: #313131;
}
/* line 6013, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper h3 .bullet {
  font-size: 38px;
  color: #b1b1b1;
}
/* line 6017, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper h3:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
/* line 6026, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper h4 {
  font-size: 20px;
  color: #a0b540;
  padding-left: 25px;
  margin: 15px 0 7px;
  letter-spacing: -0.5px;
}
/* line 6033, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper p {
  width: 480px;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  padding-left: 25px;
}
/* line 6040, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper ul {
  margin: 0;
  padding: 20px 0 0 25px;
  list-style: none;
}
/* line 6045, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper li {
  font-size: 12px;
  font-weight: bold;
  color: #313131;
  position: relative;
  margin: 0;
  padding: 0 10px 8px 22px;
}
/* line 6052, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper li:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat 0 -991px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 6063, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper .return-img {
  position: absolute;
  right: 0;
  bottom: 15px;
  text-align: right;
}
/* line 6068, ../scss/module/_nn-default.scss */
.cms-returns .return-list-wrapper .return-img .button {
  width: 225px;
  text-transform: none;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
}
/* line 6077, ../scss/module/_nn-default.scss */
.cms-returns .return-request-wrapper {
  padding-bottom: 70px;
}
/* line 6079, ../scss/module/_nn-default.scss */
.cms-returns .return-request-wrapper h3 {
  padding-right: 70px;
}
/* line 6081, ../scss/module/_nn-default.scss */
.cms-returns .return-request-wrapper h3:after {
  width: 51px;
  height: 48px;
  top: 4px;
  background-position: 0 -647px;
}
/* line 6088, ../scss/module/_nn-default.scss */
.cms-returns .return-request-wrapper .return-img {
  right: 62px;
}
/* line 6090, ../scss/module/_nn-default.scss */
.cms-returns .return-request-wrapper .return-img img {
  margin-right: 25px;
}
/* line 6093, ../scss/module/_nn-default.scss */
.cms-returns .return-request-wrapper .return-img .button {
  margin-top: 25px;
}
/* line 6098, ../scss/module/_nn-default.scss */
.cms-returns .return-info-wrapper {
  padding-bottom: 54px;
}
/* line 6100, ../scss/module/_nn-default.scss */
.cms-returns .return-info-wrapper h3 {
  padding-right: 65px;
}
/* line 6102, ../scss/module/_nn-default.scss */
.cms-returns .return-info-wrapper h3:after {
  width: 49px;
  height: 49px;
  background-position: 0 -700px;
}
/* line 6108, ../scss/module/_nn-default.scss */
.cms-returns .return-info-wrapper .return-img {
  right: 0;
  bottom: -13px;
}
/* line 6111, ../scss/module/_nn-default.scss */
.cms-returns .return-info-wrapper .return-img .button {
  margin: -84px 43px 0 0;
}
/* line 6116, ../scss/module/_nn-default.scss */
.cms-returns .return-ship-wrapper {
  padding-bottom: 45px;
}
/* line 6118, ../scss/module/_nn-default.scss */
.cms-returns .return-ship-wrapper h3 {
  padding-right: 78px;
}
/* line 6120, ../scss/module/_nn-default.scss */
.cms-returns .return-ship-wrapper h3:after {
  width: 61px;
  height: 51px;
  top: -2px;
  background-position: 0 -754px;
}
/* line 6128, ../scss/module/_nn-default.scss */
.cms-returns .return-ship-wrapper .return-img {
  right: 45px;
}
/* line 6130, ../scss/module/_nn-default.scss */
.cms-returns .return-ship-wrapper .return-img .button {
  margin: 65px 20px 0 0;
}
/* line 6135, ../scss/module/_nn-default.scss */
.cms-returns .return-pending-wrapper {
  padding-bottom: 37px;
}
/* line 6137, ../scss/module/_nn-default.scss */
.cms-returns .return-pending-wrapper h3 {
  padding-right: 56px;
}
/* line 6139, ../scss/module/_nn-default.scss */
.cms-returns .return-pending-wrapper h3:after {
  width: 36px;
  height: 52px;
  background-position: 0 -810px;
}
/* line 6145, ../scss/module/_nn-default.scss */
.cms-returns .return-pending-wrapper .return-img {
  right: 20px;
  bottom: 8px;
}
/* line 6148, ../scss/module/_nn-default.scss */
.cms-returns .return-pending-wrapper .return-img .button {
  margin: -40px 42px 0 0;
}
/* line 6153, ../scss/module/_nn-default.scss */
.cms-returns .return-happy-wrapper {
  padding-bottom: 123px;
}
/* line 6155, ../scss/module/_nn-default.scss */
.cms-returns .return-happy-wrapper h3 {
  padding-right: 108px;
}
/* line 6157, ../scss/module/_nn-default.scss */
.cms-returns .return-happy-wrapper h3:after {
  width: 82px;
  height: 60px;
  top: -2px;
  background-position: 0 -867px;
}
/* line 6164, ../scss/module/_nn-default.scss */
.cms-returns .return-happy-wrapper .return-img {
  right: 0;
}
/* line 6166, ../scss/module/_nn-default.scss */
.cms-returns .return-happy-wrapper .return-img .button {
  margin: 22px 60px 0 0;
}

/* line 6174, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper {
  padding-left: 15px;
}
/* line 6176, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 7px;
}
/* line 6181, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper ul li {
  list-style: none;
  margin: 0;
}
/* line 6185, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/shipping-ordering-img.jpg") no-repeat right top;
  padding-bottom: 20px;
}
/* line 6188, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h1 {
  font-size: 43px;
  line-height: 36px;
  font-weight: bold;
  margin: 5px 0 0;
}
/* line 6193, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h1 .healthy-text {
  font-size: 71px;
  font-family: 'black_jackregular';
  color: #a0b540;
  font-weight: normal;
  position: relative;
  top: 16px;
}
/* line 6202, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header .green-text {
  color: #a0b540;
}
/* line 6205, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header .underline-text {
  text-decoration: underline;
}
/* line 6208, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h4 {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  margin: 4px 0 20px;
}
/* line 6214, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 0 5px 23px;
}
/* line 6219, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h3 .shipping-count {
  font-size: 23px;
}
/* line 6223, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 47px;
  position: relative;
}
/* line 6229, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h5 .small-text {
  font-size: 13px;
  letter-spacing: -0.5px;
}
/* line 6233, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h5:before {
  width: 21px;
  height: 20px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 22px;
  top: 2px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -151px;
}
/* line 6244, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header h6 {
  font-size: 28px;
  font-weight: bold;
  padding-left: 23px;
}
/* line 6249, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-header p {
  font-size: 11px;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 12px 0 0 27px;
}
/* line 6256, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-tabs {
  margin-top: 10px;
}
/* line 6258, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-tabs ul {
  margin: 0 -5px;
}
/* line 6261, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-tabs li {
  width: 315px;
  padding: 0 5px;
  float: left;
  margin: 0 0 10px;
}
/* line 6266, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-tabs li:nth-child(2), .shipping-ordering-wrapper .ship-order-tabs li:nth-child(5) {
  width: 325px;
}
/* line 6271, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-tabs a {
  display: block;
  border: 1px solid #a0b540;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
/* line 6286, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery ul,
.shipping-ordering-wrapper .easyway-order ul,
.shipping-ordering-wrapper .easypay-order ul {
  margin: 0 -15px;
}
/* line 6289, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery li,
.shipping-ordering-wrapper .easyway-order li,
.shipping-ordering-wrapper .easypay-order li {
  width: 325px;
  float: left;
  padding: 0 15px;
}
/* line 6295, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery {
  margin-top: 30px;
}
/* line 6297, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery .order-delivery-content {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding: 17px 10px 13px 10px;
  text-align: center;
}
/* line 6303, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery .delivery-img-wrapper {
  min-height: 48px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 6306, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery .delivery-img-wrapper span {
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
}
/* line 6310, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery .delivery-img-wrapper .delivery-img1 {
  width: 161px;
  height: 40px;
  background-position: -745px -283px;
}
/* line 6315, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery .delivery-img-wrapper .delivery-img2 {
  width: 174px;
  height: 30px;
  background-position: -745px -333px;
}
/* line 6320, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery .delivery-img-wrapper .delivery-img3 {
  width: 203px;
  height: 30px;
  background-position: -662px -407px;
}
/* line 6326, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
/* line 6331, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery p {
  font-size: 11px;
  line-height: 16px;
  min-height: 64px;
  margin-bottom: 7px;
}
/* line 6337, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
  background: #bdbec0;
  border-radius: 0 0 4px 4px;
}
/* line 6345, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .ship-order-delivery h5 {
  font-size: 14px;
  font-weight: normal;
  margin: 3px 0 0;
}
/* line 6351, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order {
  margin-top: 53px;
}
/* line 6353, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-content {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 17px 10px 13px 10px;
  text-align: center;
}
/* line 6360, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper {
  min-height: 72px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 6363, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper span {
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
}
/* line 6367, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper .easyway-img1 {
  width: 73px;
  height: 60px;
  background-position: -662px 0;
}
/* line 6372, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper .easyway-img2 {
  width: 57px;
  height: 57px;
  background-position: -662px -70px;
}
/* line 6377, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper .easyway-img3 {
  width: 58px;
  height: 59px;
  background-position: -662px -137px;
}
/* line 6382, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper .easyway-img4 {
  width: 71px;
  height: 63px;
  background-position: -662px -206px;
}
/* line 6387, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper .easyway-img5 {
  width: 64px;
  height: 45px;
  background-position: -662px -280px;
}
/* line 6392, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order .easyway-img-wrapper .easyway-img6 {
  width: 64px;
  height: 60px;
  background-position: -662px -336px;
}
/* line 6398, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 8px;
}
/* line 6404, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order h5 {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
/* line 6410, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easyway-order p {
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}
/* line 6416, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order {
  margin-top: 38px;
}
/* line 6418, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-content {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding: 13px 10px;
  text-align: center;
  position: relative;
}
/* line 6425, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-wrapper {
  min-height: 72px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 6428, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-wrapper span {
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
}
/* line 6432, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-wrapper .easypay-img1 {
  width: 145px;
  height: 42px;
  margin-top: 12px;
  background-position: -745px 0;
}
/* line 6438, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-wrapper .easypay-img2 {
  width: 142px;
  height: 39px;
  margin-top: 17px;
  background-position: -745px -52px;
}
/* line 6444, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-wrapper .easypay-img3 {
  width: 50px;
  height: 67px;
  background-position: -745px -100px;
}
/* line 6451, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
  background: #bdbec0;
  border-radius: 0 0 4px 4px;
}
/* line 6459, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order p {
  font-size: 11px;
  margin: 3px 0;
}
/* line 6463, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-overlay {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 13px;
  line-height: 58px;
  background: rgba(255, 255, 255, 0.6);
}
/* line 6471, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .easypay-order .easypay-img-overlay span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  transform: rotate(-20deg);
}
/* line 6480, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery h2 {
  margin: 72px 0 18px;
}
/* line 6483, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-left {
  width: 185px;
  float: left;
  text-align: center;
  border-right: 1px dotted #a7a7a7;
}
/* line 6489, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-img {
  width: 89px;
  height: 97px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -745px -177px;
}
/* line 6495, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-right {
  width: 685px;
  float: left;
  padding-left: 25px;
}
/* line 6500, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery h4 {
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  color: #a0b540;
  margin-bottom: 8px;
}
/* line 6507, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery p {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 13px;
}
/* line 6512, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-btns {
  margin: 45px 0 75px;
}
/* line 6514, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-btns a {
  width: 293px;
  height: 38px;
  display: inline-block;
  font-size: 18px;
  line-height: 38px;
  background: #f8b537;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-weight: bold;
  margin-right: 28px;
  text-align: center;
  text-decoration: none;
}
/* line 6529, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-btns a:last-child {
  margin-right: 0;
}
/* line 6532, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .secure-delivery .secure-delivery-btns a:after {
  content: " >";
}
/* line 6539, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info .more-order-content {
  padding: 5px 0;
}
/* line 6542, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info .more-order-left {
  width: 420px;
  float: left;
}
/* line 6546, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info .more-order-right {
  width: 420px;
  float: right;
}
/* line 6550, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #a0b540;
}
/* line 6555, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info p {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 7px;
}
/* line 6560, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info .more-order-note {
  padding-top: 5px;
  border-top: 1px solid #a7a7a7;
}
/* line 6563, ../scss/module/_nn-default.scss */
.shipping-ordering-wrapper .more-order-info .more-order-note p {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
}

/* line 6572, ../scss/module/_nn-default.scss */
.team-member-wrapper {
  padding-left: 10px;
}
/* line 6574, ../scss/module/_nn-default.scss */
.team-member-wrapper h2 {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 6579, ../scss/module/_nn-default.scss */
.team-member-wrapper ul li {
  list-style: none;
  margin: 0;
}
/* line 6583, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/team-member-img.jpg") no-repeat right top;
  padding-top: 23px;
  position: relative;
}
/* line 6587, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h1 {
  font-size: 48px;
  line-height: 60px;
  padding-left: 18px;
  margin: 0;
  letter-spacing: -2.5px;
  font-weight: bold;
}
/* line 6594, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h1 span {
  font-size: 79px;
  font-family: 'black_jackregular';
  color: #a0b540;
  font-weight: normal;
  position: relative;
  left: -7px;
}
/* line 6603, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header p {
  width: 495px;
  padding-left: 25px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 6611, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h3 {
  font-size: 30px;
  line-height: 36px;
  padding-left: 70px;
  font-weight: bold;
}
/* line 6616, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h3 span {
  color: #a0b540;
}
/* line 6620, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h4 {
  font-size: 19px;
  line-height: 26px;
  padding-left: 70px;
}
/* line 6624, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h4 span {
  font-size: 25px;
}
/* line 6627, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header h4 .green-text {
  font-size: 19px;
  color: #a0b540;
}
/* line 6632, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-header .team-badge {
  position: absolute;
  right: 345px;
  bottom: -66px;
}
/* line 6638, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-tabs {
  margin: 27px 0 20px;
  position: relative;
}
/* line 6641, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-tabs ul {
  margin: 0 -5px;
}
/* line 6644, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-tabs li {
  width: 240px;
  float: left;
  margin-bottom: 11px;
  padding: 0 5px;
}
/* line 6650, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-tabs a {
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #a0b540;
  border-radius: 5px;
}
/* line 6661, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team ul {
  text-align: center;
}
/* line 6664, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team li {
  width: 236px;
  padding: 0 12px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
}
/* line 6671, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .leadership-team-content {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  text-align: center;
  padding: 0 12px 7px 12px;
}
/* line 6677, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .leadership-heading {
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 6682, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team h3 {
  width: 212px;
  margin-left: -13px;
  font-size: 21px;
  line-height: 23px;
  color: #f8b537;
  font-weight: bold;
  display: inline-block;
  padding: 3px 2px 2px;
}
/* line 6692, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .leadership-team-img {
  margin-top: 5px;
  min-height: 112px;
}
/* line 6695, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .leadership-team-img img {
  display: inline-block;
}
/* line 6699, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .leadership-team-desc {
  margin: 2px -10px 0;
  min-height: 63px;
}
/* line 6703, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team p {
  font-size: 11px;
  line-height: 19px;
  margin: 0;
}
/* line 6707, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team p span {
  font-weight: bold;
}
/* line 6709, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team p span span {
  font-size: 9px;
}
/* line 6715, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team h4 a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  background: #bdbec0;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  white-space: nowrap;
}
/* line 6725, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team h4 a:before {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -431px -337px;
  margin: -4px 2px 0 0;
}
/* line 6736, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .service-staff-picks {
  padding-top: 20px;
  text-align: center;
}
/* line 6739, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .service-staff-picks .staff-picks-img {
  position: relative;
}
/* line 6742, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .service-staff-picks h6 {
  font-size: 14px;
  font-weight: bold;
  color: #a0b540;
  position: absolute;
  left: 63px;
  top: -3px;
}
/* line 6750, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .service-staff-picks img {
  display: inline-block;
}
/* line 6753, ../scss/module/_nn-default.scss */
.team-member-wrapper .leadership-team .service-staff-picks h5 {
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  color: #f8b537;
  margin-bottom: 10px;
}
/* line 6762, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-quote {
  margin: 21px 0 48px;
}
/* line 6764, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-quote p {
  font-size: 33px;
  line-height: 36px;
  color: #a0b540;
  margin: 0;
  text-align: center;
}
/* line 6770, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-quote p:before, .team-member-wrapper .team-member-quote p:after {
  width: 31px;
  height: 30px;
  display: inline-block;
  content: "";
  position: relative;
  top: -11px;
  left: -41px;
  margin-right: -31px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  background-position: -344px -179px;
}
/* line 6783, ../scss/module/_nn-default.scss */
.team-member-wrapper .team-member-quote p:after {
  background-position: -344px -217px;
  top: 0;
  left: auto;
  right: -41px;
  margin: 0 0 0 -31px;
}
/* line 6793, ../scss/module/_nn-default.scss */
.team-member-wrapper .service-team h3 {
  letter-spacing: -2px;
  margin-left: -14px;
}
/* line 6796, ../scss/module/_nn-default.scss */
.team-member-wrapper .service-team h3 span {
  font-size: 14px;
}
/* line 6800, ../scss/module/_nn-default.scss */
.team-member-wrapper .service-team ul {
  margin-bottom: 0;
}
/* line 6802, ../scss/module/_nn-default.scss */
.team-member-wrapper .service-team ul:last-child {
  margin-bottom: 18px;
}
/* line 6808, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team h2 {
  position: relative;
}
/* line 6811, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-img {
  margin-top: -48px;
}
/* line 6813, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-img img {
  margin: 0 auto;
}
/* line 6817, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content {
  border-top: 5px solid #636363;
  padding: 10px 0 0 22px;
}
/* line 6820, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content li {
  width: 232px;
  float: left;
  margin-bottom: 32px;
  padding-left: 34px;
  position: relative;
}
/* line 6827, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content .shipping-team-count {
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  font-size: 19px;
  font-weight: bold;
  color: #a0b540;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 6841, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content p {
  font-size: 12px;
  line-height: 13px;
  margin: 0;
}
/* line 6845, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content p span {
  font-weight: bold;
}
/* line 6849, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content a {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  color: #f8b537;
  padding-left: 18px;
  position: relative;
}
/* line 6857, ../scss/module/_nn-default.scss */
.team-member-wrapper .shipping-team .shipping-team-content a:before {
  width: 14px;
  height: 15px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -469px -336px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 6870, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team {
  position: relative;
}
/* line 6872, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-img {
  margin-top: 35px;
}
/* line 6875, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .marketing-team-img {
  margin: 0 auto;
  width: 940px;
  height: 641px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/marketing-serious.jpg") no-repeat;
}
/* line 6880, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .marketing-team-img:after {
  content: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/marketing-fun.jpg");
  display: none;
}
/* line 6886, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team:hover .marketing-team-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/marketing-fun.jpg") no-repeat;
}
/* line 6890, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content {
  border: none;
  padding: 0;
}
/* line 6893, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* line 6899, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li:first-child {
  left: 80px;
  bottom: 100px;
}
/* line 6903, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li:nth-child(2) {
  left: 210px;
  bottom: 185px;
}
/* line 6907, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li:nth-child(3) {
  left: 335px;
  bottom: 115px;
}
/* line 6911, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li:nth-child(4) {
  left: 470px;
  bottom: 185px;
}
/* line 6915, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li:nth-child(5) {
  left: 585px;
  bottom: 115px;
}
/* line 6919, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team .shipping-team-content li:last-child {
  left: 745px;
  bottom: 185px;
}
/* line 6925, ../scss/module/_nn-default.scss */
.team-member-wrapper .marketing-team img {
  margin: 0 auto;
}
/* line 6932, ../scss/module/_nn-default.scss */
.team-member-wrapper .administration-team li:nth-child(4) img {
  height: 104px;
}
/* line 6939, ../scss/module/_nn-default.scss */
.team-member-wrapper .warehouse-team .shipping-team-img {
  margin-top: 35px;
}
/* line 6942, ../scss/module/_nn-default.scss */
.team-member-wrapper .warehouse-team .shipping-team-content {
  padding-left: 0;
}
/* line 6944, ../scss/module/_nn-default.scss */
.team-member-wrapper .warehouse-team .shipping-team-content ul {
  text-align: center;
}
/* line 6947, ../scss/module/_nn-default.scss */
.team-member-wrapper .warehouse-team .shipping-team-content li {
  width: 220px;
  float: none;
  display: inline-block;
  text-align: left;
}
/* line 6953, ../scss/module/_nn-default.scss */
.team-member-wrapper .warehouse-team .shipping-team-content p {
  font-size: 11px;
}
/* line 6959, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .retail-group-photo {
  /*min-height: 694px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/retail-fun.jpg") no-repeat center;*/
}
/* line 6962, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .retail-group-photo img {
  margin: 0 auto;
}
/* line 6966, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content {
  border: none;
  padding: 0;
}
/* line 6969, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* line 6975, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li:first-child {
  left: 68px;
  bottom: 148px;
}
/* line 6979, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li:nth-child(2) {
  left: 248px;
  bottom: 218px;
}
/* line 6983, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li:nth-child(3) {
  left: 377px;
  bottom: 148px;
}
/* line 6987, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li:nth-child(4) {
  left: 536px;
  bottom: 205px;
}
/* line 6991, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li:nth-child(5) {
  left: 708px;
  bottom: 148px;
}
/* line 6995, ../scss/module/_nn-default.scss */
.team-member-wrapper .retail-team .shipping-team-content li:last-child {
  left: 872px;
  bottom: 218px;
}
/* line 7003, ../scss/module/_nn-default.scss */
.team-member-wrapper #team-shipping-section .shipping-team-content {
  padding-left: 0;
}
/* line 7005, ../scss/module/_nn-default.scss */
.team-member-wrapper #team-shipping-section .shipping-team-content ul {
  text-align: center;
  padding: 0 40px;
}
/* line 7009, ../scss/module/_nn-default.scss */
.team-member-wrapper #team-shipping-section .shipping-team-content li {
  width: 280px;
  float: none;
  display: inline-block;
  text-align: left;
}

/* line 7020, ../scss/module/_nn-default.scss */
.cms-home .main-container {
  padding-top: 25px;
}

/* line 7026, ../scss/module/_nn-default.scss */
.cms-team .main-container {
  padding-top: 20px;
}
/* line 7029, ../scss/module/_nn-default.scss */
.cms-team .breadcrumbs {
  margin: -11px 0 5px;
}

/* line 7036, ../scss/module/_nn-default.scss */
#header-account.overlay-lightbox .block-subtitle {
  position: relative;
  padding-right: 115px;
}
/* line 7040, ../scss/module/_nn-default.scss */
#header-account.overlay-lightbox #bt-loginfb {
  position: absolute;
  top: 13px;
  right: 20px;
}
/* line 7044, ../scss/module/_nn-default.scss */
#header-account.overlay-lightbox #bt-loginfb .button {
  background: none;
  font-size: 13px;
  color: #a0b540;
  margin: 0;
  text-transform: none;
}
/* line 7050, ../scss/module/_nn-default.scss */
#header-account.overlay-lightbox #bt-loginfb .button:after {
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -76px;
}

/* line 7066, ../scss/module/_nn-default.scss */
.fancybox-video .fancybox-skin {
  padding: 0 !important;
}

/* line 7071, ../scss/module/_nn-default.scss */
.absolute-position {
  position: absolute;
}

/* line 7077, ../scss/module/_nn-default.scss */
.bottom-right-cart .contact-list-wrapper ul li {
  width: 240px;
}
/* line 7079, ../scss/module/_nn-default.scss */
.bottom-right-cart .contact-list-wrapper ul li:nth-child(2) {
  width: 205px;
}
/* line 7082, ../scss/module/_nn-default.scss */
.bottom-right-cart .contact-list-wrapper ul li:nth-child(3) {
  width: 212px;
}
/* line 7085, ../scss/module/_nn-default.scss */
.bottom-right-cart .contact-list-wrapper ul li:last-child {
  width: 290px;
}

/*.search-autocomplete {
	&:before {
		content: none;
	}
	.autocomplete {
		width: 608px;
		max-height: 450px;
		overflow: auto;
		position: absolute;
		top: -7px;
		left: -125px;
		z-index: 9999;
		background: $c-white;
		border: 1px solid $c-green;
		border-radius: 5px;
		box-shadow: 0px 0px 8px 3px $c-gray-five;
	}
	.autocomplete-container {
		padding: 13px 14px 13px 11px;
	}
	.autocomplete-blk {
		margin: 0;
		padding: 0;
		border: none;
		&:first-child {
			.autocomplete-title {
				border: none;
				padding-top: 0;
			}
			.autocomplete-item-content {
				border: none;
				padding: 0 120px 17px 0;
			}
		}
		&:last-child {
			.autocomplete-item-content {
				padding-bottom: 0;
			}
		}
	}
	.autocomplete-title {
		width: 107px;
		float: left;
		margin-right: 8px;
		padding: 9px 4px 0 0;
		border-top: 1px dotted $c-gray-two;
		h4 {
			font-size: $f-size-xs;
			line-height: $f-size-xl + 3;
			font-weight: bold;
			color: $c-gray;
			text-transform: uppercase;
		}
	}
	.autocomplete-item-wrapper {
		width: 448px;
		float: left;
		padding-left: 8px;
		border-left: 1px dotted $c-gray-two;
	}
	.autocomplete-item-content {
		padding: 10px 0 17px ;
		border-top: 1px dotted $c-gray-two;
	}
	.item-info-line {
		padding: 0;
		font-size: $f-size-xs;
		text-transform: capitalize;
	}
	.autocomplete-item {
		padding: 0;
		a {
			font-size: $f-size-xs;
			line-height: $f-size-xl + 3;
			color: $c-gray;
		}
		.highlight {
			color: $c-green !important;
			font-weight: bold;
		}
	}
	.more-results-container {
		position: absolute;
		right: 10px;
		top: 10px;
		a {
			font-size: $f-size-xs;
			color: $c-gray;
			text-decoration: underline;
		}
	}
}*/
/* line 7185, ../scss/module/_nn-default.scss */
.search-autocomplete {
  width: 100%;
  position: relative;
  left: 0;
  top: 15px;
  overflow: visible;
}
/* line 7191, ../scss/module/_nn-default.scss */
.search-autocomplete:before {
  content: none;
}
/* line 7194, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete {
  width: 1100px;
  position: absolute;
  top: 27px;
  left: -385px;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #a0b540;
  border-top: 1px solid #c8c8c8;
  border-radius: 5px;
  box-shadow: 0px 6px 8px 2px #c8c8c8;
}
/* line 7205, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete:before {
  content: "";
  display: inline-block;
  border-right: 44px solid transparent;
  border-left: 44px solid transparent;
  border-bottom: 44px solid #a0b540;
  position: absolute;
  left: 435px;
  top: -44px;
}
/* line 7215, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete:after {
  content: "";
  display: inline-block;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-bottom: 43px solid #ffffff;
  position: absolute;
  left: 436px;
  top: -42px;
}
/* line 7227, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-container {
  padding: 8px 15px 8px 12px;
}
/* line 7230, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left {
  width: 458px;
  float: left;
  padding: 5px 12px 0 0;
}
/* line 7234, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk {
  width: 100%;
  float: left;
  position: relative;
  min-height: 177px;
  margin-bottom: 17px;
  padding: 0 0 8px 125px;
  border-bottom: 1px dotted #c8c8c8;
}
/* line 7242, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk:nth-child(2) {
  min-height: 129px;
}
/* line 7245, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk:last-child {
  min-height: 120px;
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
/* line 7251, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk .autocomplete-title {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 7259, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk .autocomplete-item {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* line 7262, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk .autocomplete-item .item-info-list {
  margin-bottom: 10px;
}
/* line 7264, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk .autocomplete-item .item-info-list:last-child {
  margin: 0;
}
/* line 7268, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-left .autocomplete-blk .autocomplete-item .highlight {
  color: #636363;
  font-weight: bold;
}
/* line 7275, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right {
  width: 613px;
  min-height: 463px;
  float: right;
  padding-left: 36px;
  position: relative;
}
/* line 7281, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right:before {
  width: 8px;
  height: 100%;
  content: "";
  display: inline-block;
  background: #f6f6f6;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 7292, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .autocomplete-title {
  width: 100%;
  float: left;
}
/* line 7295, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .autocomplete-title h4 {
  color: #f8b537;
  font-size: 24px;
  margin: 5px 0 25px;
}
/* line 7301, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .autocomplete-item {
  width: 33.33%;
  min-height: 189px;
  float: left;
  margin-bottom: 18px;
  padding: 0 15px;
  text-align: center;
}
/* line 7308, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .autocomplete-item .item-img {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 7312, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .autocomplete-item .product-title {
  height: 42px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 1px;
}
/* line 7318, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .autocomplete-item .highlight {
  color: #636363;
}
/* line 7322, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .rating-box-wrapper {
  text-align: right;
  margin-top: 5px;
}
/* line 7326, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .rating-box.small {
  width: 65px;
  height: 13px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/search-ratings.png") 0 -1px repeat-x;
}
/* line 7331, ../scss/module/_nn-default.scss */
.search-autocomplete .autocomplete-right .rating-box.small .rating {
  height: 13px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/search-ratings.png") 0 -16px repeat-x;
}
/* line 7337, ../scss/module/_nn-default.scss */
.search-autocomplete .more-results-container {
  position: absolute;
  right: 15px;
  top: 27px;
}
/* line 7341, ../scss/module/_nn-default.scss */
.search-autocomplete .more-results-container a {
  font-weight: bold;
  color: #f8b537;
  text-decoration: underline;
}
/* line 7348, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .autocomplete-title {
  float: none;
}
/* line 7350, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .autocomplete-title h4 {
  margin-bottom: 6px;
}
/* line 7355, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .no-matches-content p {
  margin-bottom: 37px;
}
/* line 7358, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .no-matches-content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #f8b537;
}
/* line 7363, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .no-matches-content h5 a {
  color: #f8b537;
  text-decoration: underline;
}
/* line 7368, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .no-matches-content .need-help-title {
  margin-top: 85px;
}
/* line 7372, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section {
  margin: 0;
  padding: 0;
}
/* line 7375, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section li {
  padding-left: 0;
}
/* line 7377, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section li:first-child {
  width: 170px;
}
/* line 7380, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section li:nth-child(2) {
  width: 190px;
}
/* line 7383, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section li:nth-child(3) {
  width: 215px;
  padding: 0;
}
/* line 7387, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section li:last-child {
  display: none;
}
/* line 7391, ../scss/module/_nn-default.scss */
.search-autocomplete .no-product-matches .need-help-section h4 {
  margin-top: 13px;
}

/* line 7398, ../scss/module/_nn-default.scss */
.homeTab .ui-tabs-panel > .loader-image {
  position: relative;
  margin: 30px 0;
}

/* line 7402, ../scss/module/_nn-default.scss */
.owl-item .article-header-container {
  position: relative;
}

/* line 7405, ../scss/module/_nn-default.scss */
#billing-please-wait-card {
  float: left;
}
/* line 7407, ../scss/module/_nn-default.scss */
#billing-please-wait-card .loader-image {
  width: 33px;
  height: 54px;
  background-size: 100%;
  position: static;
  margin: -10px 0  0 -90px;
}

/* line 7417, ../scss/module/_nn-default.scss */
.videos-homepage-rotator .item .article-header-container .fancybox-media:after {
  content: none;
}
/* line 7422, ../scss/module/_nn-default.scss */
.videos-homepage-rotator .item .article-header-container .video-icon:after {
  content: "";
}

/* line 7431, ../scss/module/_nn-default.scss */
#supplement-tabs-2 .article-header-container a,
#healthconcerns-tabs-2 .article-header-container a {
  position: relative;
  display: block;
}
/* line 7436, ../scss/module/_nn-default.scss */
#supplement-tabs-2 .article-header-container .video-icon:after,
#healthconcerns-tabs-2 .article-header-container .video-icon:after {
  width: 50px;
  height: 33px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -25px;
  cursor: pointer;
  background-position: 0 -72px;
}

/* line 7453, ../scss/module/_nn-default.scss */
.login-account-div .login-account-popup .account-popup-inner ul {
  margin-bottom: 7px;
  padding-bottom: 10px;
}

/* line 7457, ../scss/module/_nn-default.scss */
.login-account-div .login-account-popup .account-popup-inner ul li {
  line-height: 17px;
  margin: 0;
}

/* line 7463, ../scss/module/_nn-default.scss */
.checkout-onepage-success .needhelp-bottom-wrapper {
  padding-left: 60px;
}
/* line 7465, ../scss/module/_nn-default.scss */
.checkout-onepage-success .needhelp-bottom-wrapper .contact-list-wrapper {
  padding-left: 42px;
}
/* line 7467, ../scss/module/_nn-default.scss */
.checkout-onepage-success .needhelp-bottom-wrapper .contact-list-wrapper ul li {
  width: 222px;
}
/* line 7469, ../scss/module/_nn-default.scss */
.checkout-onepage-success .needhelp-bottom-wrapper .contact-list-wrapper ul li:nth-child(2) {
  width: 211px;
}
/* line 7472, ../scss/module/_nn-default.scss */
.checkout-onepage-success .needhelp-bottom-wrapper .contact-list-wrapper ul li:nth-child(3) {
  width: 253px;
}
/* line 7475, ../scss/module/_nn-default.scss */
.checkout-onepage-success .needhelp-bottom-wrapper .contact-list-wrapper ul li:last-child {
  width: 360px;
}

/* line 7485, ../scss/module/_nn-default.scss */
.cms-video-directory .owl-carousel .fancybox-media {
  display: block;
  position: relative;
}

/* line 7494, ../scss/module/_nn-default.scss */
.wordpress-term-view .wordpress-rotator-video .owl-stage-outer .owl-item {
  width: 928px;
}

/* line 7500, ../scss/module/_nn-default.scss */
#events .events-container .fancybox-media {
  min-height: 151px;
}

/* line 7504, ../scss/module/_nn-default.scss */
.page-header {
  width: 1260px;
}

/* line 7509, ../scss/module/_nn-default.scss */
.checkout-onepage-index .dialog {
  background: #ffffff;
  box-shadow: 0 10px 20px #000000;
  border-radius: 10px;
  padding: 10px 20px 15px;
  opacity: 1 !important;
  z-index: 9999 !important;
}
/* line 7516, ../scss/module/_nn-default.scss */
.checkout-onepage-index .dialog td.cpost_content .cpost_content {
  width: 700px !important;
  height: 531px !important;
}
/* line 7520, ../scss/module/_nn-default.scss */
.checkout-onepage-index .dialog .title_window {
  font-size: 30px;
  color: #f8b537;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
  margin-bottom: 15px;
}
/* line 7531, ../scss/module/_nn-default.scss */
.checkout-onepage-index .dialog iframe,
.checkout-onepage-index .dialog #frame_body {
  border: none;
  width: 700px;
  height: 500px;
}
/* line 7538, ../scss/module/_nn-default.scss */
.checkout-onepage-index .cpost-subtitle {
  text-align: center;
  margin-bottom: 10px;
}

/* line 7544, ../scss/module/_nn-default.scss */
.gift-rewards-title,
.giftcard-title {
  font-size: 30px;
  line-height: 40px;
  border-bottom: 1px solid #a0a1a3;
  padding: 2px 10px 4px;
  margin-bottom: 14px;
}
/* line 7551, ../scss/module/_nn-default.scss */
.gift-rewards-title .gift-title,
.giftcard-title .gift-title {
  text-transform: uppercase;
}
/* line 7553, ../scss/module/_nn-default.scss */
.gift-rewards-title .gift-title span,
.giftcard-title .gift-title span {
  text-transform: none;
}
/* line 7557, ../scss/module/_nn-default.scss */
.gift-rewards-title .symbol_address,
.giftcard-title .symbol_address {
  cursor: pointer;
}

/* line 7561, ../scss/module/_nn-default.scss */
.gift-rewards-form {
  font-size: 14px;
  margin: 38px 0 60px;
}
/* line 7564, ../scss/module/_nn-default.scss */
.gift-rewards-form .gift-point {
  padding: 0 15px;
}
/* line 7567, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-reward-points {
  width: 47%;
  float: left;
  padding-right: 10px;
}
/* line 7571, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-reward-points .lb-balance {
  font-size: 14px;
}
/* line 7573, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-reward-points .lb-balance .lb-points {
  text-transform: uppercase;
}
/* line 7576, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-reward-points .lb-balance .login-message,
.gift-rewards-form .promotion-reward-points .lb-balance .available-point {
  font-weight: normal;
}
/* line 7581, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-reward-points .button-top-message {
  margin: 26px 0 29px;
}
/* line 7585, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-giftcard {
  width: 53%;
  float: left;
  padding-right: 10px;
}
/* line 7589, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-giftcard .lb-gift-card {
  font-size: 14px;
}
/* line 7591, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-giftcard .lb-gift-card .lb-points {
  text-transform: uppercase;
}
/* line 7594, ../scss/module/_nn-default.scss */
.gift-rewards-form .promotion-giftcard .lb-gift-card .giftcard_value {
  font-weight: normal;
}
/* line 7599, ../scss/module/_nn-default.scss */
.gift-rewards-form .giftcard-input-wrapper {
  margin: 36px 0 16px;
}
/* line 7601, ../scss/module/_nn-default.scss */
.gift-rewards-form .giftcard-input-wrapper input {
  width: 460px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #a0a1a3;
  font-size: 14px;
  padding: 0 8px;
  margin-right: 10px;
}
/* line 7611, ../scss/module/_nn-default.scss */
.gift-rewards-form .giftcard-error,
.gift-rewards-form .giftcardvalue-error,
.gift-rewards-form .reward-error {
  color: #ff0000;
  margin-top: 5px;
}
/* line 7617, ../scss/module/_nn-default.scss */
.gift-rewards-form .gift-point-bottom {
  margin-top: 70px;
}
/* line 7620, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper {
  width: 400px;
}
/* line 7622, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper #applied-message {
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #a0a1a3;
}
/* line 7629, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper .discount-success {
  display: block;
}
/* line 7631, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper .discount-success .discount-price {
  float: right;
  margin: 0;
}
/* line 7636, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper .checkout-payment-giftmessage,
.gift-rewards-form .reward-message-wrapper .checkout-cart-couponmessage,
.gift-rewards-form .reward-message-wrapper .checkout-payment-rewardsmessage {
  position: relative;
  line-height: 16px;
  margin-bottom: 7px;
  padding-right: 33px;
}
/* line 7643, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper .checkout-payment-giftmessage .discount-success,
.gift-rewards-form .reward-message-wrapper .checkout-cart-couponmessage .discount-success,
.gift-rewards-form .reward-message-wrapper .checkout-payment-rewardsmessage .discount-success {
  line-height: 16px;
}
/* line 7646, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper .checkout-payment-giftmessage .button2,
.gift-rewards-form .reward-message-wrapper .checkout-cart-couponmessage .button2,
.gift-rewards-form .reward-message-wrapper .checkout-payment-rewardsmessage .button2 {
  width: 20px;
  height: 20px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -177px;
  position: absolute;
  right: 5px;
  top: 0;
}
/* line 7655, ../scss/module/_nn-default.scss */
.gift-rewards-form .reward-message-wrapper .noAppliedMess {
  display: none;
}

/* line 7661, ../scss/module/_nn-default.scss */
.free_payment_custom {
  padding: 0 0 15px 15px;
  font-size: 14px;
}

/* line 7668, ../scss/module/_nn-default.scss */
#header-account .youama-register-window .yoama-password-wrapper {
  margin-top: 15px;
}
/* line 7670, ../scss/module/_nn-default.scss */
#header-account .youama-register-window .yoama-password-wrapper .pass-char {
  display: flex;
  clear: both;
}
/* line 7677, ../scss/module/_nn-default.scss */
#header-account .youama-login-window .youama-window-inside .youama-window-title h3 {
  margin-bottom: 4px;
}
/* line 7680, ../scss/module/_nn-default.scss */
#header-account .youama-login-window .box-contents-button {
  margin-top: 13px;
}
/* line 7682, ../scss/module/_nn-default.scss */
#header-account .youama-login-window .box-contents-button .input-fly {
  margin-bottom: 0;
}
/* line 7687, ../scss/module/_nn-default.scss */
#header-account .youama-ajaxlogin-error {
  color: #ff0000;
}

/* line 7691, ../scss/module/_nn-default.scss */
.youama-register-window,
.youama-login-window,
.youama-ajaxlogin-loader {
  display: none;
}

/* line 7697, ../scss/module/_nn-default.scss */
.an-subscribe button span {
  background: none;
}

/* line 7700, ../scss/module/_nn-default.scss */
.mw-facebook {
  float: left;
}

/* line 7703, ../scss/module/_nn-default.scss */
.mw_display_point.hide {
  display: none;
}

/* line 7706, ../scss/module/_nn-default.scss */
.mw_display_point.show {
  display: block;
}

/* line 7712, ../scss/module/_nn-default.scss */
.reset-password-wrapper .page-title h1 {
  border: none;
  margin-bottom: 25px;
}
/* line 7718, ../scss/module/_nn-default.scss */
.reset-password-wrapper .form-list .field {
  margin-bottom: 20px;
}
/* line 7721, ../scss/module/_nn-default.scss */
.reset-password-wrapper .form-list label {
  min-width: 172px;
  font-size: 14px;
  line-height: 34px;
  float: left;
  margin-right: 8px;
  font-weight: normal;
  text-align: right;
}
/* line 7729, ../scss/module/_nn-default.scss */
.reset-password-wrapper .form-list label em {
  display: inline-block;
}
/* line 7732, ../scss/module/_nn-default.scss */
.reset-password-wrapper .form-list label:after {
  content: none;
}
/* line 7736, ../scss/module/_nn-default.scss */
.reset-password-wrapper .form-list .input-box {
  width: 486px;
  float: left;
  padding: 0;
}
/* line 7740, ../scss/module/_nn-default.scss */
.reset-password-wrapper .form-list .input-box input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  border-color: #a0b540;
}
/* line 7749, ../scss/module/_nn-default.scss */
.reset-password-wrapper .buttons-set {
  max-width: 666px;
  margin: 0;
  border: none;
}
/* line 7753, ../scss/module/_nn-default.scss */
.reset-password-wrapper .buttons-set .button {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

/* line 7761, ../scss/module/_nn-default.scss */
.fancybox-wrap {
  z-index: 9999;
}

/* line 7764, ../scss/module/_nn-default.scss */
.fancybox-image, .fancybox-iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 7769, ../scss/module/_nn-default.scss */
.fancybox-skin {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 7775, ../scss/module/_nn-default.scss */
.right-close,
.fancybox-close,
.close,
.cpost_close {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -244px !important;
}

/* line 7788, ../scss/module/_nn-default.scss */
.no-scroll {
  overflow: hidden;
}

/* line 7791, ../scss/module/_nn-default.scss */
.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
/* line 7801, ../scss/module/_nn-default.scss */
.popup-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 7810, ../scss/module/_nn-default.scss */
.fancybox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

/* line 7819, ../scss/module/_nn-default.scss */
#an-content.subscribe-content-wrapper,
.custom-toplinks .help-overlay-wrapper,
.primary-address-wrapper,
#bonus_overlay_form .bonus_overlay-wrapper,
.added_product_bonus_overlay .bonus_overlay-wrapper,
.shoppingcart-promotion-overlay,
.quick-notes-wrapper,
.wishlist-remove-overlay .overlay-lightbox,
.checkout-wishlist-remove-overlay .overlay-lightbox,
.item-reorder-overlay-wrapper,
.delete-address.overlay-lightbox,
.rewards-friend-refer,
.detailed-review-overlay,
.contact-wrapper-popup,
.blog-comment-popup .popup-content,
.events-signup-popup {
  position: relative;
  margin: 30px 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

/* line 7841, ../scss/module/_nn-default.scss */
#an-content.subscribe-content-wrapper {
  width: 550px;
  padding: 12px 20px;
}

/* line 7845, ../scss/module/_nn-default.scss */
.custom-toplinks #header-account {
  width: 660px !important;
  text-align: left;
  right: auto;
  left: 50% !important;
  margin-left: -330px;
}

/* line 7853, ../scss/module/_nn-default.scss */
.header-search-wrapper {
  width: 378px;
  float: left;
  margin: -13px 23px 0;
}
/* line 7857, ../scss/module/_nn-default.scss */
.header-search-wrapper .shipping-bonus-text {
  width: 100%;
  float: left;
  margin-top: 15px;
}
/* line 7862, ../scss/module/_nn-default.scss */
.header-search-wrapper .shipping-bonus-left {
  float: left;
  margin-right: 5px;
}
/* line 7866, ../scss/module/_nn-default.scss */
.header-search-wrapper .shipping-bonus-right {
  float: right;
}

/* line 7871, ../scss/module/_nn-default.scss */
.quick-notes-wrapper {
  width: 460px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 999;
  padding: 12px 20px 28px;
  text-align: center;
}
/* line 7879, ../scss/module/_nn-default.scss */
.quick-notes-wrapper h2 {
  font-weight: bold;
  color: #f8b537;
  font-size: 30px;
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 3px solid #a0b540;
}
/* line 7887, ../scss/module/_nn-default.scss */
.quick-notes-wrapper .quick-notes-buttons {
  position: relative;
}
/* line 7889, ../scss/module/_nn-default.scss */
.quick-notes-wrapper .quick-notes-buttons:before {
  width: 277px;
  border-top: 1px solid #cccccc;
  display: inline-block;
  content: "";
  margin: 25px 0 15px;
}
/* line 7897, ../scss/module/_nn-default.scss */
.quick-notes-wrapper .quick-notes-buttons .button {
  min-width: 190px;
  padding: 3px 15px;
  text-transform: none;
  font-size: 11px;
}

/* line 7906, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .review-top .average-rating .rating-box .rating {
  height: 28px;
}

/* line 7909, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .review-top .ratings-and-size .review-right .separate-rating .mark-rating {
  width: 100%;
  float: left;
  margin: 3px 0;
}

/* line 7915, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .review-top .ratings-and-size .review-right .separate-rating .scroll-box,
.reviews-wrapper #feedback .review-top .ratings-and-size .review-right .separate-rating .rating-box,
.reviews-wrapper #feedback .review-top .ratings-and-size .review-right .separate-rating .mark-rating .rating-percent {
  float: left;
}

/* line 7921, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .count-container {
  padding-top: 2px;
}

/* line 7924, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .count-container strong {
  font-weight: normal;
}

/* line 7927, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .count-container label {
  text-transform: capitalize;
}

/* line 7930, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .review-dd {
  text-align: justify;
}

/* line 7933, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews div[itemprop="review"] {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
}

/* line 7939, ../scss/module/_nn-default.scss */
.clearboth {
  clear: both;
}

/* line 7942, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .ratings-table {
  margin-left: 0;
}

/* line 7945, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .header-reviews .recommend {
  line-height: 15px;
  display: block;
  margin-top: 6px;
}

/* line 7950, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .title {
  text-transform: uppercase;
  line-height: 16px;
}

/* line 7954, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .count-container select {
  margin-right: 10px;
}

/* line 7957, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .review-dd .review-wrapper ul {
  padding: 4px 0 0 0;
}

/* line 7960, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .social-share {
  min-width: 80px;
}

/* line 7963, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .share-fb {
  float: left;
  clear: left;
  margin-top: 6px;
  margin-right: 8px;
}

/* line 7969, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback .share-twitter {
  float: left;
  margin-right: 6px;
  margin-top: 6px;
}

/* line 7974, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .helpful-block a.review-vote-rating {
  float: left;
  margin-right: 3px;
}

/* line 7978, ../scss/module/_nn-default.scss */
.reviews-wrapper #feedback #customer-reviews .helpful-block .rating-wrapper .voting-qty {
  padding-right: 6px;
  line-height: 32px;
}

/* line 7982, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .overall-raiting-value .overall-rating-inline {
  width: 33%;
  float: left;
  min-width: 170px;
}

/* line 7987, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .overall-raiting-value ul {
  margin: 10px 0 0 0;
}

/* line 7990, ../scss/module/_nn-default.scss */
.review-dialog-block .overall-raiting .overall-raiting-value li {
  float: left;
}

/* line 7993, ../scss/module/_nn-default.scss */
.review-dialog-block .overall-raiting .overall-raiting-value li .separate-rating-star {
  cursor: pointer;
}

/* line 7996, ../scss/module/_nn-default.scss */
.review-dialog-block .overall-raiting .overall-raiting-value li input.radio {
  display: none;
}

/* line 7999, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .product-preview {
  margin-top: 15px;
}

/* line 8002, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form fieldset > div {
  width: 100%;
  float: left;
  clear: both;
}

/* line 8007, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .left {
  float: left;
}

/* line 8010, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .right {
  float: right;
}
/* line 8012, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .right .review-remaining-char {
  top: 123px;
}

/* line 8016, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .right .input-box .input-text {
  padding: 0 8px;
  height: 32px;
}

/* line 8020, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .right .wide textarea {
  height: 141px;
}

/* line 8023, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .right textarea {
  padding: 5px 0 5px 8px;
  line-height: 15px;
}

/* line 8027, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .header .tell-us {
  line-height: 20px;
}

/* line 8030, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .your-review .left {
  padding-right: 0;
}

/* line 8033, ../scss/module/_nn-default.scss */
.review-dialog-block .about-you {
  margin: 0 0 10px 0;
}

/* line 8036, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .age {
  float: left;
}

/* line 8039, ../scss/module/_nn-default.scss */
.trigger,
.activetrigger {
  width: 100%;
  display: block;
}

/* line 8044, ../scss/module/_nn-default.scss */
.dropcontainer {
  font-size: 14px;
}

/* line 8047, ../scss/module/_nn-default.scss */
.dropcontainer ul {
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  padding: 8px;
  margin: 0;
  width: 100%;
  z-index: 100;
}

/* line 8056, ../scss/module/_nn-default.scss */
.dropcontainer ul li {
  padding: 5px;
}
/* line 8058, ../scss/module/_nn-default.scss */
.dropcontainer ul li:hover {
  background: #f5f5f5;
}

/* line 8062, ../scss/module/_nn-default.scss */
.dropdownhidden {
  display: none;
}

/* line 8065, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .your-review .left {
  padding-right: 10px;
}

/* line 8068, ../scss/module/_nn-default.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .desc {
  font-weight: normal;
}

/* line 8071, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form {
  display: block;
  padding: 0 0 20px 0;
}

/* line 8075, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .buttons-set {
  border-top: none;
}

/* line 8078, ../scss/module/_nn-default.scss */
.review-dialog-block #review-form .buttons-set button.button.back {
  float: left;
  margin-left: 0;
}

/* line 8082, ../scss/module/_nn-default.scss */
.complaint-list-wrapper.complaint-hide,
.item-review-wrapper .reply-list-wrap {
  display: none;
}

/* line 8087, ../scss/module/_nn-default.scss */
.complete-order-disable {
  pointer-events: none;
}

/* line 8090, ../scss/module/_nn-default.scss */
.blog-comment-popup {
  width: 100%;
}
/* line 8092, ../scss/module/_nn-default.scss */
.blog-comment-popup .popup-content {
  width: 455px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background: #ffffff;
  padding: 15px 15px 20px;
  text-align: center;
}

/* line 8102, ../scss/module/_nn-default.scss */
.shipping-team + .team-member-quote {
  padding-right: 27px;
}

/* line 8106, ../scss/module/_nn-default.scss */
.team-member-wrapper .purchasing-team h3 {
  letter-spacing: -1.5px;
}

/* line 8110, ../scss/module/_nn-default.scss */
.product-highlights-container .related-videos {
  padding-left: 0;
}

/* line 8116, ../scss/module/_nn-default.scss */
.xsitemap-index-index .page-head h3 {
  font-size: 22px;
  color: #f8b537;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 8125, ../scss/module/_nn-default.scss */
.xsitemap .xsitemap-categories {
  width: 60%;
  float: left;
  padding-right: 20px;
}
/* line 8130, ../scss/module/_nn-default.scss */
.xsitemap .xsitemap-pages {
  width: 40%;
  float: left;
}
/* line 8134, ../scss/module/_nn-default.scss */
.xsitemap li li {
  padding-left: 15px;
}
/* line 8137, ../scss/module/_nn-default.scss */
.xsitemap li {
  line-height: 16px;
}
/* line 8139, ../scss/module/_nn-default.scss */
.xsitemap li.level-0 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #f8b537;
}
/* line 8144, ../scss/module/_nn-default.scss */
.xsitemap li.level-1 {
  font-weight: normal;
}
/* line 8150, ../scss/module/_nn-default.scss */
.xsitemap .xsitemap-categories h3,
.xsitemap .xsitemap-pages h3 {
  font-size: 16px;
  color: #f8b537;
  font-weight: bold;
  margin-bottom: 10px;
}

/*.health-article-rotator,
.supplement-article-rotator {
    .item p {
        max-height: 85px;
        overflow: hidden;
        position: relative;
        &:after {
            width: 100px;
            height: 14px;
            content: "...";
            display: inline-block;
            position: absolute;
            right: 0;
            bottom: 0;
            background: $c-white;
        }
        a {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 9;
        }
    }
}*/
/* line 8184, ../scss/module/_nn-default.scss */
.article-dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 5px;
}
/* line 8188, ../scss/module/_nn-default.scss */
.article-dropdown-wrapper .article-dropdown-selectbox {
  width: 400px;
}

/* line 8192, ../scss/module/_nn-default.scss */
.health-dropdown-wrapper {
  margin-top: 30px;
}

/* line 8196, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox {
  width: 260px;
  display: inline-block;
  border: 1px solid #a7a7a7;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 40px 6px 12px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}
/* line 8207, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox span {
  font-weight: bold;
}
/* line 8210, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox:after {
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  border-left: 1px solid #a7a7a7;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 5px -1278px;
  position: absolute;
  top: -1px;
  right: -1px;
}
/* line 8222, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox .article-dropdown-options {
  width: 100%;
  max-height: 383px;
  overflow: auto;
  padding: 5px 12px;
  background: #ffffff;
  border: 1px solid #a0b540;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 3px #c8c8c8;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 99;
  display: none;
}
/* line 8236, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox .article-dropdown-options li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #a0b540;
}
/* line 8240, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox .article-dropdown-options li:last-child {
  border: none;
}
/* line 8244, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox .article-dropdown-options a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
/* line 8248, ../scss/module/_nn-default.scss */
.article-dropdown-selectbox .article-dropdown-options a:hover {
  color: #a0b540;
}

/*.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.amlabel-txt2 {
    background-size: contain !important;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}*/
/* line 8272, ../scss/module/_nn-default.scss */
.amlabel-table2 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateZ(0);
}

/* line 8281, ../scss/module/_nn-default.scss */
.category-products .amlabel-table2,
.sidebar .amlabel-table2 {
  max-width: 80px;
}
/* line 8284, ../scss/module/_nn-default.scss */
.category-products .amlabel-txt2,
.sidebar .amlabel-txt2 {
  background-size: 100% !important;
}

/* line 8290, ../scss/module/_nn-default.scss */
.events-wrapper ul,
.events-wrapper li {
  margin: 0;
  list-style: none;
}
/* line 8295, ../scss/module/_nn-default.scss */
.events-wrapper h2 {
  font-size: 31px;
  font-weight: bold;
}
/* line 8299, ../scss/module/_nn-default.scss */
.events-wrapper .events-header {
  min-height: 268px;
  position: relative;
}
/* line 8302, ../scss/module/_nn-default.scss */
.events-wrapper .events-header h1 {
  font-size: 49px;
  font-weight: bold;
  letter-spacing: -2px;
  text-shadow: 2px 3px #ffffff;
  position: relative;
  z-index: 99;
}
/* line 8309, ../scss/module/_nn-default.scss */
.events-wrapper .events-header h1 span {
  font-size: 83px;
  line-height: 72px;
  font-family: 'black_jackregular';
  color: #a0b540;
  font-weight: normal;
  position: relative;
  top: 6px;
  margin-left: -16px;
}
/* line 8320, ../scss/module/_nn-default.scss */
.events-wrapper .events-header .events-header-middle {
  padding: 5px 0 8px 55px;
}
/* line 8323, ../scss/module/_nn-default.scss */
.events-wrapper .events-header h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -0.4px;
}
/* line 8328, ../scss/module/_nn-default.scss */
.events-wrapper .events-header h3 span {
  font-size: 26px;
  color: #a0b540;
}
/* line 8332, ../scss/module/_nn-default.scss */
.events-wrapper .events-header h3 img {
  display: inline-block;
  vertical-align: top;
}
/* line 8337, ../scss/module/_nn-default.scss */
.events-wrapper .events-header p {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
/* line 8343, ../scss/module/_nn-default.scss */
.events-wrapper .events-header .events-header-video {
  width: 476px;
  height: 268px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  text-align: right;
  z-index: 9;
}
/* line 8353, ../scss/module/_nn-default.scss */
.events-wrapper .events-header .events-header-video:after {
  width: 112px;
  height: 268px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/video-shadow.png") repeat-y;
  position: absolute;
  top: 0;
  left: -1px;
}
/* line 8366, ../scss/module/_nn-default.scss */
.events-wrapper .events-tabs {
  margin: 30px 0 22px;
}
/* line 8368, ../scss/module/_nn-default.scss */
.events-wrapper .events-tabs li {
  width: 313px;
  float: left;
  margin: 0 10px 10px 0;
}
/* line 8372, ../scss/module/_nn-default.scss */
.events-wrapper .events-tabs li:nth-child(3n) {
  margin-right: 0;
}
/* line 8376, ../scss/module/_nn-default.scss */
.events-wrapper .events-tabs a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  border: 1px solid #a0b540;
  border-radius: 4px;
}
/* line 8386, ../scss/module/_nn-default.scss */
.events-wrapper .events-tabs .events-signup-link {
  pointer-events: none;
}
/* line 8391, ../scss/module/_nn-default.scss */
.events-wrapper .new-seminars {
  padding: 19px 0 47px;
  margin-bottom: 38px;
  border-bottom: 1px solid #bdbec0;
}
/* line 8397, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup {
  display: none;
}
/* line 8399, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup h3 {
  font-size: 18px;
  margin: 8px 0 13px;
}
/* line 8403, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup form {
  position: relative;
}
/* line 8406, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup ul {
  padding-left: 38px;
}
/* line 8409, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup li {
  float: left;
  margin: 0 0 10px 20px;
}
/* line 8412, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup li:nth-child(3) {
  clear: left;
}
/* line 8416, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup input,
.events-wrapper .events-signup select {
  width: 412px;
  height: 34px;
  border: 1px solid #d9dada;
  border-radius: 2px;
  font-size: 12px;
}
/* line 8425, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup .custom-selectbox:after {
  top: 13px;
}
/* line 8429, ../scss/module/_nn-default.scss */
.events-wrapper .events-signup .button {
  width: 147px;
  text-transform: none;
  position: absolute;
  top: -57px;
  right: 58px;
}
/* line 8437, ../scss/module/_nn-default.scss */
.events-wrapper .events-location {
  padding-top: 16px;
  margin: 34px 0 46px;
}
/* line 8440, ../scss/module/_nn-default.scss */
.events-wrapper .events-location h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 21px;
  padding-right: 50px;
}
/* line 8445, ../scss/module/_nn-default.scss */
.events-wrapper .events-location h2:after {
  width: 36px;
  height: 52px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -530px -461px;
  position: absolute;
  right: 0;
  top: -8px;
}
/* line 8456, ../scss/module/_nn-default.scss */
.events-wrapper .events-location .events-location-container {
  border: 1px solid #bdbec0;
  border-radius: 5px;
  padding: 13px 22px;
}
/* line 8461, ../scss/module/_nn-default.scss */
.events-wrapper .events-location .events-location-map {
  float: left;
  padding-right: 20px;
  margin: 0 20px 14px 0;
  border-right: 1px dotted #d9dada;
}
/* line 8467, ../scss/module/_nn-default.scss */
.events-wrapper .events-location .events-location-content {
  float: left;
}
/* line 8470, ../scss/module/_nn-default.scss */
.events-wrapper .events-location h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 21px;
  color: #f8b537;
}
/* line 8477, ../scss/module/_nn-default.scss */
.events-wrapper .events-location h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
/* line 8484, ../scss/module/_nn-default.scss */
.events-wrapper .events-prizes {
  padding-bottom: 35px;
  margin-bottom: 42px;
  border-bottom: 1px solid #bdbec0;
}
/* line 8488, ../scss/module/_nn-default.scss */
.events-wrapper .events-prizes ul {
  margin-top: 20px;
  padding-left: 34px;
}
/* line 8492, ../scss/module/_nn-default.scss */
.events-wrapper .events-prizes li {
  width: 265px;
  float: left;
  margin: 0 18px;
}
/* line 8497, ../scss/module/_nn-default.scss */
.events-wrapper .events-prizes h4 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 15px;
}
/* line 8504, ../scss/module/_nn-default.scss */
.events-wrapper .seminars-trailers {
  padding-bottom: 33px;
  margin-bottom: 45px;
  border-bottom: 1px solid #bdbec0;
}
/* line 8508, ../scss/module/_nn-default.scss */
.events-wrapper .seminars-trailers ul {
  margin-top: 20px;
  padding: 0 65px;
}
/* line 8512, ../scss/module/_nn-default.scss */
.events-wrapper .seminars-trailers li {
  min-height: 212px;
  float: left;
  margin: 0 14px 22px;
}
/* line 8517, ../scss/module/_nn-default.scss */
.events-wrapper .seminars-trailers a {
  display: block;
  border: 1px solid #818281;
  border-radius: 8px;
  overflow: hidden;
}
/* line 8526, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers h2 {
  margin-bottom: 13px;
}
/* line 8529, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers li {
  width: 316px;
  float: left;
  margin: 0 5px 18px 0;
}
/* line 8533, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers li:nth-child(3n) {
  margin-right: 0;
}
/* line 8538, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers .speakers-img {
  width: 95px;
  height: 95px;
  float: left;
  padding: 5px;
  margin-right: 4px;
  border: 1px solid #a0b540;
  border-radius: 50%;
}
/* line 8546, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers .speakers-img span {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
/* line 8554, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers .speakers-content {
  width: 216px;
  float: left;
  margin-top: 6px;
}
/* line 8559, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers h4 {
  font-size: 20px;
  font-weight: bold;
  color: #a0b540;
  letter-spacing: -1px;
}
/* line 8565, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers p {
  margin: 0;
  letter-spacing: -0.5px;
}
/* line 8569, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers .speaker-seminar {
  position: relative;
  color: #a0b540;
  padding-left: 60px;
}
/* line 8573, ../scss/module/_nn-default.scss */
.events-wrapper .past-speakers .speaker-seminar span {
  position: absolute;
  left: 0;
  top: 0;
  color: #636363;
}

/*.zoomContainer {
	width: 874px !important;
	height: 287px !important;
	overflow: hidden;
}*/
/* line 8589, ../scss/module/_nn-default.scss */
.events-signup-loader {
  display: none;
}

/* line 8592, ../scss/module/_nn-default.scss */
.events-signup-popup {
  width: 500px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  text-align: center;
}
/* line 8599, ../scss/module/_nn-default.scss */
.events-signup-popup h2 {
  padding-bottom: 13px;
  margin-bottom: 10px;
  border-bottom: 2px solid #a0b540;
}
/* line 8603, ../scss/module/_nn-default.scss */
.events-signup-popup h2 span {
  font-size: 30px;
  line-height: 36px;
  color: #f8b537;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
/* line 8611, ../scss/module/_nn-default.scss */
.events-signup-popup h2:before {
  width: 53px;
  height: 53px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -209px;
}
/* line 8622, ../scss/module/_nn-default.scss */
.events-signup-popup p {
  margin: 5px 0 0;
}
/* line 8626, ../scss/module/_nn-default.scss */
.events-signup-popup .events-error-heading:before {
  width: 62px;
  height: 43px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -320px;
}

/* line 8634, ../scss/module/_nn-default.scss */
.block-layered-nav {
  color: #4e4e4e;
}
/* line 8636, ../scss/module/_nn-default.scss */
.block-layered-nav .block-title {
  font-weight: bold;
  font-size: 22px;
  color: #f8b537;
  margin: 0 0 15px;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: capitalize;
}
/* line 8646, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .applied-filters {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  padding-left: 17px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat 0 -1152px;
}
/* line 8653, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .currently {
  margin-top: 8px;
  padding-left: 15px;
}
/* line 8656, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .currently .btn-remove-filter {
  text-transform: uppercase;
  color: #f8b537;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  width: auto;
  border: none;
  margin: 0;
  float: none;
}
/* line 8672, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .currently .btn-remove-filter:after {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 3px;
  content: '';
  display: inline-block;
  border: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat 0 -1176px;
}
/* line 8685, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .actions {
  padding-left: 22px;
}
/* line 8687, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .actions a {
  display: inline-block;
  padding-left: 15px;
  font-size: 11px;
  position: relative;
}
/* line 8692, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .actions a:before {
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  display: inline-block;
  border: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat 0 -1176px;
}
/* line 8705, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dl {
  margin-top: 20px;
}
/* line 8708, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dt {
  font-size: 14px;
  line-height: 22px;
  color: #f8b537;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  cursor: pointer;
  font-weight: bold;
}
/* line 8720, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dt:before {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -16px -1176px;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 8731, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dt.dt-active:before {
  background-position: -40px -1176px;
}
/* line 8736, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd {
  margin-bottom: 20px;
}
/* line 8738, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #4e4e4e;
}
/* line 8745, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd li {
  line-height: 16px;
}
/* line 8747, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd li.togglelist {
  display: none;
}
/* line 8749, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd li.togglelist:before {
  content: none;
}
/* line 8753, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd li a {
  padding-left: 0px;
  text-transform: capitalize;
  max-width: 70%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4e4e4e;
}
/* line 8767, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd .child-cat li:before {
  content: '. ';
  position: relative;
  top: -2px;
}
/* line 8772, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd .child-cat li a {
  max-width: 68%;
}
/* line 8778, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content dd .child-cat .child-cat li a {
  max-width: 76%;
}
/* line 8786, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .show-child-cat:after {
  content: ' >';
  font-weight: bold;
  cursor: pointer;
}
/* line 8792, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .show-child-cat.arrow-active:after {
  content: " <";
}
/* line 8797, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .more {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
/* line 8801, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .more:before {
  content: none;
}
/* line 8804, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .more:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
/* line 8810, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .more.less:after {
  content: '<';
}
/* line 8815, ../scss/module/_nn-default.scss */
.block-layered-nav .block-content .child-cat {
  display: none;
  padding-left: 10px;
}
/* line 8821, ../scss/module/_nn-default.scss */
.block-layered-nav .cat-wrapper > li:nth-child(n+11) {
  display: none;
}
/* line 8824, ../scss/module/_nn-default.scss */
.block-layered-nav .cat-wrapper > li.more {
  display: block;
}

/* line 8830, ../scss/module/_nn-default.scss */
.user-order-notes {
  margin: 20px 0 10px;
  position: relative;
}
/* line 8833, ../scss/module/_nn-default.scss */
.user-order-notes .title-order-note {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  /*&:after {
  	width: 0;
  	height: 0;
  	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent; 
  	border-right: 10px solid $c-gray-five;
  	content: "";
  	display: inline-block;
  	position: absolute;
  	right: 0;
  	top: 1px;
  }*/
}
/* line 8837, ../scss/module/_nn-default.scss */
.user-order-notes .title-order-note span {
  font-weight: bold;
}
/* line 8854, ../scss/module/_nn-default.scss */
.user-order-notes .order-content-note-show:after {
  transform: rotate(-90deg);
  right: 6px;
}
/* line 8859, ../scss/module/_nn-default.scss */
.user-order-notes .order-notes-box {
  margin-top: 12px;
}
/* line 8861, ../scss/module/_nn-default.scss */
.user-order-notes .order-notes-box textarea {
  width: 100%;
  height: 95px;
  resize: none;
  border: 1px solid #a0b540;
  border-radius: 5px;
  line-height: 20px;
}
/* line 8870, ../scss/module/_nn-default.scss */
.user-order-notes .order-right-edit a {
  position: absolute;
  top: 2px;
  right: 0;
  line-height: 18px;
  border-bottom: 1px solid #c8c8c8;
  text-decoration: none;
}
/* line 8878, ../scss/module/_nn-default.scss */
.user-order-notes .quick-notes-button {
  margin-top: 15px;
}

/* line 8884, ../scss/module/_nn-default.scss */
#opc-review #billing-progress-opcheckout {
  margin-top: 52px;
}
/* line 8887, ../scss/module/_nn-default.scss */
#opc-review .shipping_method-process-review {
  margin-bottom: 20px;
}
/* line 8890, ../scss/module/_nn-default.scss */
#opc-review .opc-block-progress {
  min-height: inherit;
}

/* line 8896, ../scss/module/_nn-default.scss */
.product-return-listing > div {
  float: left;
  margin-right: 10px;
  text-align: center;
}
/* line 8900, ../scss/module/_nn-default.scss */
.product-return-listing > div p {
  margin: 10px 0 0;
}
/* line 8904, ../scss/module/_nn-default.scss */
.product-return-listing .prod-return-title {
  width: 240px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;
}
/* line 8909, ../scss/module/_nn-default.scss */
.product-return-listing .prod-return-title a {
  color: #4e4e4e;
}
/* line 8913, ../scss/module/_nn-default.scss */
.product-return-listing .prod-return-qty {
  width: 70px;
}
/* line 8916, ../scss/module/_nn-default.scss */
.product-return-listing .prod-return-reason {
  width: 140px;
}
/* line 8919, ../scss/module/_nn-default.scss */
.product-return-listing .prod-return-request {
  width: 140px;
}
/* line 8922, ../scss/module/_nn-default.scss */
.product-return-listing .prod-return-comments {
  width: 235px;
  margin-right: 0;
}

/* line 8929, ../scss/module/_nn-default.scss */
.catalogsearch-advanced-result .page-title h1 {
  margin-bottom: 5px;
  border: none;
}
/* line 8933, ../scss/module/_nn-default.scss */
.catalogsearch-advanced-result .error-msg,
.catalogsearch-advanced-result .advanced-search-amount {
  margin-bottom: 10px;
}
/* line 8937, ../scss/module/_nn-default.scss */
.catalogsearch-advanced-result .advanced-search-summary {
  margin-bottom: 15px;
}
/* line 8939, ../scss/module/_nn-default.scss */
.catalogsearch-advanced-result .advanced-search-summary li {
  margin-bottom: 5px;
}
/* line 8942, ../scss/module/_nn-default.scss */
.catalogsearch-advanced-result .advanced-search-summary p {
  margin-top: 10px;
}

/* line 8949, ../scss/module/_nn-default.scss */
.sales-order-view #order-comment-section {
  padding-top: 15px;
}
/* line 8951, ../scss/module/_nn-default.scss */
.sales-order-view #order-comment-section h2 {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 8957, ../scss/module/_nn-default.scss */
.sales-order-view #order-comment-section dt {
  color: #636363;
}
/* line 8959, ../scss/module/_nn-default.scss */
.sales-order-view #order-comment-section dt small {
  font-size: 11px;
}
/* line 8963, ../scss/module/_nn-default.scss */
.sales-order-view #order-comment-section dd {
  color: #636363;
  margin-bottom: 5px;
}

/* line 8971, ../scss/module/_nn-default.scss */
#chatuscontainer .live-chat-button {
  width: 280px;
  display: block;
  border-radius: 5px;
  padding: 12px;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  background: #f8b537;
  text-align: center;
  margin: 25px auto 40px;
  cursor: pointer;
}

/* line 8986, ../scss/module/_nn-default.scss */
.sidebar-product-image {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 16px;
}
/* line 8990, ../scss/module/_nn-default.scss */
.sidebar-product-image a {
  display: inline-block;
}

/* line 8996, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set {
  margin-bottom: 30px;
}
/* line 8998, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set .col-1 {
  padding: 10px 10px 10px 0;
}
/* line 9001, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set .col-2 {
  padding: 10px 0 10px 10px;
}
/* line 9004, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set h2.legend,
.paypal-express-review .info-set .box-title h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 9010, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set h2.legend a,
.paypal-express-review .info-set .box-title h3 a {
  color: #a0b540;
}
/* line 9015, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set.col2-set h2.legend {
  font-size: 26px;
  border-bottom: 1px solid #a0a1a3;
  padding-bottom: 5px;
}
/* line 9022, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set .box-content address {
  font-size: 14px;
  line-height: 16px;
}
/* line 9026, ../scss/module/_nn-default.scss */
.paypal-express-review .info-set .box-content select {
  width: 100%;
  height: 30px;
  border: 1px solid #a0b540;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 32px 0 8px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/arrow-select.png") no-repeat right center;
}
/* line 9040, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
/* line 9044, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload colgroup {
  display: none;
}
/* line 9047, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload table,
.paypal-express-review #details-reload thead,
.paypal-express-review #details-reload tbody,
.paypal-express-review #details-reload tr {
  width: 100%;
  float: left;
}
/* line 9055, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload thead tr {
  text-transform: uppercase;
  font-weight: bold;
  color: #928e8e;
  font-size: 14px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
/* line 9064, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tr {
  padding: 5px 0;
}
/* line 9067, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload th,
.paypal-express-review #details-reload tbody td {
  width: 300px;
  float: left;
  background: none;
  text-align: center;
  color: #928e8e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding: 0 10px;
  border: none;
}
/* line 9081, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload th:first-child {
  width: 600px;
  padding-left: 120px;
  text-align: left;
}
/* line 9086, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload th:nth-child(2) {
  float: right;
}
/* line 9089, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload th:last-child {
  display: none;
}
/* line 9093, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tbody td {
  font-weight: normal;
}
/* line 9095, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tbody td:first-child {
  width: 110px;
  text-align: left;
}
/* line 9099, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tbody td:nth-child(2) {
  width: 490px;
  text-align: left;
}
/* line 9103, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tbody td .product-image {
  border: none;
}
/* line 9107, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tbody td .product-name a {
  text-decoration: underline;
}
/* line 9113, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tfoot {
  text-align: right;
}
/* line 9115, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tfoot tr {
  background: none;
  padding: 0;
}
/* line 9119, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tfoot td {
  display: inline-block;
  color: #928e8e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding: 0 10px;
}
/* line 9126, ../scss/module/_nn-default.scss */
.paypal-express-review #details-reload tfoot td.last {
  min-width: 100px;
}
/* line 9132, ../scss/module/_nn-default.scss */
.paypal-express-review #review-buttons-container {
  position: static;
  padding-right: 0;
}

/* line 9139, ../scss/module/_nn-default.scss */
.promotion-container .promotion-header {
  width: 800px;
  margin: 35px auto 50px;
  text-align: center;
}
/* line 9143, ../scss/module/_nn-default.scss */
.promotion-container .promotion-header .promotion-header-btn {
  display: block;
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
  border: 1px solid #f8b537;
  border-radius: 6px;
  text-decoration: none;
}
/* line 9152, ../scss/module/_nn-default.scss */
.promotion-container .promotion-header p {
  font-size: 12px;
  margin: 13px 0 0;
}
/* line 9156, ../scss/module/_nn-default.scss */
.promotion-container .promotion-header .promotion-header-left {
  width: 388px;
  float: left;
  margin-right: 20px;
}
/* line 9161, ../scss/module/_nn-default.scss */
.promotion-container .promotion-header .promotion-header-right {
  width: 388px;
  float: left;
}
/* line 9164, ../scss/module/_nn-default.scss */
.promotion-container .promotion-header .promotion-header-right a {
  border-color: #a0b540;
}
/* line 9170, ../scss/module/_nn-default.scss */
.promotion-container h2 .main-section-coupen {
  position: relative;
}
/* line 9172, ../scss/module/_nn-default.scss */
.promotion-container h2 .main-section-coupen:after {
  background: #f9b53a;
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  left: 0;
}
/* line 9183, ../scss/module/_nn-default.scss */
.promotion-container .shop-button-promotion {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
/* line 9187, ../scss/module/_nn-default.scss */
.promotion-container .shop-button-promotion a {
  background: #f9b53a;
  padding: 0 30px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
}
/* line 9198, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-header h2 {
  font-size: 48px;
  line-height: 54px;
  color: #f8b537;
  margin-top: 18px;
}
/* line 9203, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-header h2 span {
  font-size: 54px;
  font-weight: bold;
}
/* line 9208, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-header p {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-top: 10px;
  line-height: 22px;
}
/* line 9215, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title {
  margin-top: 18px;
}
/* line 9217, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title h2 {
  font-size: 48px;
  line-height: 42px;
  color: #f8b537;
}
/* line 9221, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title h2 span {
  font-weight: bold;
  position: relative;
}
/* line 9226, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-1 {
  font-size: 26px;
  top: -21px;
}
/* line 9230, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-2 {
  font-size: 72px;
  top: 5px;
}
/* line 9234, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-3 {
  font-size: 42px;
  top: -15px;
  margin-left: -8px;
}
/* line 9239, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-4 {
  font-size: 34px;
  top: -12px;
}
/* line 9243, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-5 {
  font-size: 52px;
}
/* line 9246, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-6 {
  font-size: 34px;
  top: -12px;
  margin-left: -5px;
}
/* line 9251, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title .text-7 {
  font-size: 48px;
}
/* line 9254, ../scss/module/_nn-default.scss */
.promotion-container .checkout-coupons-title p {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-top: 10px;
  line-height: 22px;
}
/* line 9261, ../scss/module/_nn-default.scss */
.promotion-container .instant-coupons-header {
  margin: 35px 0 25px;
}
/* line 9263, ../scss/module/_nn-default.scss */
.promotion-container .instant-coupons-header p {
  font-size: 12px;
  margin: 5px 0 0;
  text-align: center;
}
/* line 9269, ../scss/module/_nn-default.scss */
.promotion-container .flexslider {
  position: relative;
  /*&:after {
  	width: 146px;
  	height: 100%;
  	display: block;
  	content: "";
  	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(254, 254, 254, 0.11) 100%);
  	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(254, 254, 254, 0.11) 100%);
  	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(254, 254, 254, 0.11) 100%);
  	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(254, 254, 254, 0.11) 100%);
  	background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, rgba(254, 254, 254, 0.11) 100%);
  	background: linear-gradient(to right, rgba(255,255,255,0.3), rgba(255,255,255,1));
  	position: absolute;
  	right: 0;
  	top: 0;
  }*/
}
/* line 9286, ../scss/module/_nn-default.scss */
.promotion-container .flexslider ul {
  margin: 0;
  list-style: none;
}
/* line 9290, ../scss/module/_nn-default.scss */
.promotion-container .flexslider li {
  margin: 0;
}
/* line 9292, ../scss/module/_nn-default.scss */
.promotion-container .flexslider li a {
  cursor: default;
}
/* line 9296, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 9302, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .slides {
  zoom: 1;
}
/* line 9304, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 9308, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .slides img {
  width: 100%;
  display: block;
}
/* line 9313, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .flex-control-nav,
.promotion-container .flexslider .flex-control-paging {
  display: none;
}
/* line 9318, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .flex-prev,
.promotion-container .flexslider .flex-next {
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 9;
}
/* line 9330, ../scss/module/_nn-default.scss */
.promotion-container .flexslider .flex-next {
  left: auto;
  right: 0;
  background-position: -32px 0;
}
/* line 9336, ../scss/module/_nn-default.scss */
.promotion-container .promotion-footer {
  text-align: center;
}
/* line 9338, ../scss/module/_nn-default.scss */
.promotion-container .promotion-footer p {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #a0b540;
  margin: 10px 0;
}
/* line 9345, ../scss/module/_nn-default.scss */
.promotion-container .promotion-footer:after {
  width: 125px;
  height: 88px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -143px -561px;
}

/* line 9356, ../scss/module/_nn-default.scss */
.sidebar .ambanner-12 + .ambanner-23 {
  display: none;
}
/* line 9358, ../scss/module/_nn-default.scss */
.sidebar .ambanner-12 + .ambanner-23 + .ambanner-24 {
  display: none;
}
/* line 9360, ../scss/module/_nn-default.scss */
.sidebar .ambanner-12 + .ambanner-23 + .ambanner-24 + .ambanner-25 {
  display: none;
}

/* line 9367, ../scss/module/_nn-default.scss */
.about-us-container {
  position: relative;
}
/* line 9369, ../scss/module/_nn-default.scss */
.about-us-container .more-link {
  width: 80px;
  height: 22px;
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
/* line 9380, ../scss/module/_nn-default.scss */
.about-us-container #more-1 {
  right: 272px;
  top: 615px;
}
/* line 9384, ../scss/module/_nn-default.scss */
.about-us-container #more-2 {
  right: 576px;
  top: 869px;
}
/* line 9388, ../scss/module/_nn-default.scss */
.about-us-container #more-3 {
  right: 52px;
  top: 1138px;
}
/* line 9392, ../scss/module/_nn-default.scss */
.about-us-container #more-4 {
  right: 463px;
  top: 1503px;
}
/* line 9396, ../scss/module/_nn-default.scss */
.about-us-container #more-5 {
  right: 956px;
  top: 1996px;
}
/* line 9400, ../scss/module/_nn-default.scss */
.about-us-container #more-6 {
  right: 304px;
  top: 1845px;
}
/* line 9404, ../scss/module/_nn-default.scss */
.about-us-container #more-7 {
  right: 235px;
  top: 2496px;
}
/* line 9408, ../scss/module/_nn-default.scss */
.about-us-container #more-8 {
  right: 717px;
  top: 3164px;
}
/* line 9412, ../scss/module/_nn-default.scss */
.about-us-container #more-9 {
  right: 776px;
  top: 3493px;
}
/* line 9416, ../scss/module/_nn-default.scss */
.about-us-container #more-10 {
  right: 188px;
  top: 3831px;
}
/* line 9420, ../scss/module/_nn-default.scss */
.about-us-container #more-11 {
  right: 288px;
  top: 4059px;
}
/* line 9424, ../scss/module/_nn-default.scss */
.about-us-container #more-12 {
  right: 27px;
  top: 4901px;
}
/* line 9428, ../scss/module/_nn-default.scss */
.about-us-container #more-13 {
  right: 528px;
  top: 5250px;
}
/* line 9432, ../scss/module/_nn-default.scss */
.about-us-container #more-14 {
  right: 95px;
  top: 5472px;
}
/* line 9436, ../scss/module/_nn-default.scss */
.about-us-container #more-15 {
  right: 23px;
  top: 5944px;
}
/* line 9440, ../scss/module/_nn-default.scss */
.about-us-container #more-16 {
  right: 1005px;
  top: 5961px;
  display: none;
}
/* line 9445, ../scss/module/_nn-default.scss */
.about-us-container #more-17 {
  right: 488px;
  top: 6341px;
}
/* line 9449, ../scss/module/_nn-default.scss */
.about-us-container #more-18 {
  right: 472px;
  top: 6515px;
}
/* line 9453, ../scss/module/_nn-default.scss */
.about-us-container #more-19 {
  right: 39px;
  top: 6979px;
}
/* line 9457, ../scss/module/_nn-default.scss */
.about-us-container #more-20 {
  right: 326px;
  top: 7451px;
}
/* line 9461, ../scss/module/_nn-default.scss */
.about-us-container #more-21 {
  width: 102px;
  height: 24px;
  right: 334px;
  top: 8571px;
}
/* line 9467, ../scss/module/_nn-default.scss */
.about-us-container #more-22 {
  right: 452px;
  top: 9355px;
}
/* line 9471, ../scss/module/_nn-default.scss */
.about-us-container #more-23 {
  right: 629px;
  top: 9698px;
}
/* line 9475, ../scss/module/_nn-default.scss */
.about-us-container .more-content {
  position: absolute;
  display: none;
}
/* line 9479, ../scss/module/_nn-default.scss */
.about-us-container .more-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.5px;
}
/* line 9486, ../scss/module/_nn-default.scss */
.about-us-container .more-content p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -0.3px;
  margin: 0;
}
/* line 9493, ../scss/module/_nn-default.scss */
.about-us-container .more-close {
  width: 45px;
  height: 46px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/more-close.png");
  display: block;
  position: absolute;
}
/* line 9500, ../scss/module/_nn-default.scss */
.about-us-container .gray-overlay {
  width: 863px;
  height: 316px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/gray-overlay.png") no-repeat;
  background-size: 100% 100%;
}
/* line 9506, ../scss/module/_nn-default.scss */
.about-us-container .gray-overlay h3 {
  color: #000;
}
/* line 9509, ../scss/module/_nn-default.scss */
.about-us-container .gray-overlay p {
  color: #88807e;
}
/* line 9512, ../scss/module/_nn-default.scss */
.about-us-container .orange-overlay {
  width: 863px;
  height: 287px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-overlay.png") no-repeat;
  background-size: 100% 100%;
}
/* line 9518, ../scss/module/_nn-default.scss */
.about-us-container .green-overlay {
  width: 866px;
  height: 367px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/green-overlay.png") no-repeat;
  background-size: 100% 100%;
}
/* line 9525, ../scss/module/_nn-default.scss */
.about-us-container .gray-overlay a {
  color: #88807e;
}
/* line 9528, ../scss/module/_nn-default.scss */
.about-us-container .gray-overlay .crosslink {
  color: #a0b540;
}
/* line 9534, ../scss/module/_nn-default.scss */
.about-us-container .orange-overlay a,
.about-us-container .green-overlay a {
  color: #fff;
}
/* line 9537, ../scss/module/_nn-default.scss */
.about-us-container .orange-overlay .crosslink,
.about-us-container .green-overlay .crosslink {
  color: #000;
}
/* line 9541, ../scss/module/_nn-default.scss */
.about-us-container #more-1-child {
  width: 845px;
  height: 312px;
  right: 190px;
  top: 420px;
  padding: 55px 60px 0 37px;
}
/* line 9548, ../scss/module/_nn-default.scss */
.about-us-container #more-1-child h3 {
  text-align: right;
  text-shadow: 0px 0px 3px #fff;
  margin-bottom: 12px;
}
/* line 9553, ../scss/module/_nn-default.scss */
.about-us-container #more-1-child .more-close {
  right: 15px;
  top: 62px;
}
/* line 9557, ../scss/module/_nn-default.scss */
.about-us-container #more-2-child {
  width: 845px;
  height: 288px;
  right: 140px;
  top: 661px;
  padding: 62px 60px 0 44px;
}
/* line 9564, ../scss/module/_nn-default.scss */
.about-us-container #more-2-child h3 {
  margin-bottom: 8px;
  padding-left: 168px;
}
/* line 9568, ../scss/module/_nn-default.scss */
.about-us-container #more-2-child .more-close {
  right: 12px;
  top: 28px;
}
/* line 9572, ../scss/module/_nn-default.scss */
.about-us-container #more-3-child {
  width: 876px;
  height: 328px;
  right: 0;
  top: 995px;
  padding: 83px 38px 0 64px;
}
/* line 9579, ../scss/module/_nn-default.scss */
.about-us-container #more-3-child h3 {
  padding-right: 110px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 9584, ../scss/module/_nn-default.scss */
.about-us-container #more-3-child .more-close {
  right: 12px;
  top: 28px;
}
/* line 9588, ../scss/module/_nn-default.scss */
.about-us-container #more-4-child {
  width: 695px;
  height: 330px;
  left: 102px;
  top: 1334px;
  padding: 64px 35px 0 35px;
}
/* line 9595, ../scss/module/_nn-default.scss */
.about-us-container #more-4-child h3 {
  padding-right: 25px;
  margin-bottom: 8px;
  text-align: right;
}
/* line 9600, ../scss/module/_nn-default.scss */
.about-us-container #more-4-child .more-close {
  left: 5px;
  top: 60px;
}
/* line 9605, ../scss/module/_nn-default.scss */
.about-us-container #more-5-child {
  width: 540px;
  height: 425px;
  left: -26px;
  top: 1660px;
  padding: 130px 40px 0 45px;
}
/* line 9612, ../scss/module/_nn-default.scss */
.about-us-container #more-5-child h3 {
  width: 250px;
}
/* line 9615, ../scss/module/_nn-default.scss */
.about-us-container #more-5-child .more-close {
  right: 22px;
  bottom: 46px;
}
/* line 9619, ../scss/module/_nn-default.scss */
.about-us-container #more-6-child {
  width: 846px;
  height: 288px;
  right: 23px;
  top: 1673px;
  padding: 70px 40px 0 51px;
}
/* line 9626, ../scss/module/_nn-default.scss */
.about-us-container #more-6-child h3 {
  padding-right: 110px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 9631, ../scss/module/_nn-default.scss */
.about-us-container #more-6-child .more-close {
  right: 12px;
  top: 28px;
}
/* line 9635, ../scss/module/_nn-default.scss */
.about-us-container #more-7-child {
  width: 846px;
  height: 288px;
  right: 55px;
  top: 2327px;
  padding: 62px 40px 0 51px;
}
/* line 9642, ../scss/module/_nn-default.scss */
.about-us-container #more-7-child h3 {
  padding-left: 178px;
  margin-bottom: 5px;
}
/* line 9646, ../scss/module/_nn-default.scss */
.about-us-container #more-7-child .more-close {
  right: 12px;
  top: 28px;
}
/* line 9650, ../scss/module/_nn-default.scss */
.about-us-container #more-8-child {
  width: 852px;
  height: 396px;
  left: 53px;
  top: 2912px;
  padding: 75px 45px 0 50px;
}
/* line 9657, ../scss/module/_nn-default.scss */
.about-us-container #more-8-child h3 {
  width: 270px;
  line-height: 24px;
  margin-bottom: 5px;
}
/* line 9662, ../scss/module/_nn-default.scss */
.about-us-container #more-8-child .more-close {
  right: 12px;
  top: 98px;
}
/* line 9666, ../scss/module/_nn-default.scss */
.about-us-container #more-9-child {
  width: 880px;
  height: 360px;
  left: -5px;
  top: 3310px;
  padding: 110px 40px 0 75px;
}
/* line 9673, ../scss/module/_nn-default.scss */
.about-us-container #more-9-child h3 {
  margin-bottom: 5px;
}
/* line 9676, ../scss/module/_nn-default.scss */
.about-us-container #more-9-child .more-close {
  right: 20px;
  top: 40px;
}
/* line 9680, ../scss/module/_nn-default.scss */
.about-us-container #more-10-child {
  width: 850px;
  height: 280px;
  right: -10px;
  top: 3627px;
  padding: 53px 50px 0 55px;
}
/* line 9687, ../scss/module/_nn-default.scss */
.about-us-container #more-10-child h3 {
  margin-bottom: 20px;
  text-align: right;
  padding-right: 190px;
}
/* line 9692, ../scss/module/_nn-default.scss */
.about-us-container #more-10-child .more-close {
  right: 20px;
  top: 30px;
}
/* line 9696, ../scss/module/_nn-default.scss */
.about-us-container #more-11-child {
  width: 850px;
  height: 232px;
  right: -10px;
  top: 3938px;
  padding: 53px 50px 0 50px;
}
/* line 9703, ../scss/module/_nn-default.scss */
.about-us-container #more-11-child h3 {
  margin-bottom: 20px;
  padding-left: 300px;
}
/* line 9707, ../scss/module/_nn-default.scss */
.about-us-container #more-11-child .more-close {
  right: 15px;
  top: 15px;
}
/* line 9711, ../scss/module/_nn-default.scss */
.about-us-container #more-12-child {
  width: 850px;
  height: 285px;
  right: -3px;
  top: 4708px;
  padding: 53px 55px 0 65px;
}
/* line 9718, ../scss/module/_nn-default.scss */
.about-us-container #more-12-child h3 {
  margin-bottom: 15px;
  padding-right: 32px;
  text-align: right;
}
/* line 9723, ../scss/module/_nn-default.scss */
.about-us-container #more-12-child .more-close {
  right: 15px;
  top: 22px;
}
/* line 9727, ../scss/module/_nn-default.scss */
.about-us-container #more-13-child {
  width: 850px;
  height: 280px;
  left: -22px;
  top: 5087px;
  padding: 60px 30px 0 48px;
}
/* line 9734, ../scss/module/_nn-default.scss */
.about-us-container #more-13-child h3 {
  margin-bottom: 5px;
  padding-right: 45px;
  text-align: right;
}
/* line 9739, ../scss/module/_nn-default.scss */
.about-us-container #more-13-child .more-close {
  right: 15px;
  top: 47px;
}
/* line 9743, ../scss/module/_nn-default.scss */
.about-us-container #more-14-child {
  width: 850px;
  height: 280px;
  right: 0px;
  top: 5325px;
  padding: 70px 55px 0 56px;
}
/* line 9750, ../scss/module/_nn-default.scss */
.about-us-container #more-14-child h3 {
  margin-bottom: 5px;
  padding-right: 232px;
  text-align: right;
}
/* line 9755, ../scss/module/_nn-default.scss */
.about-us-container #more-14-child .more-close {
  right: 15px;
  top: 30px;
}
/* line 9759, ../scss/module/_nn-default.scss */
.about-us-container #more-15-child {
  width: 850px;
  height: 310px;
  right: 22px;
  top: 5631px;
  padding: 84px 55px 0 56px;
}
/* line 9766, ../scss/module/_nn-default.scss */
.about-us-container #more-15-child h3 {
  margin-bottom: 5px;
}
/* line 9769, ../scss/module/_nn-default.scss */
.about-us-container #more-15-child .more-close {
  right: 15px;
  top: 30px;
}
/* line 9773, ../scss/module/_nn-default.scss */
.about-us-container #more-16-child {
  width: 850px;
  height: 265px;
  left: -15px;
  top: 5730px;
  padding: 84px 55px 0 56px;
}
/* line 9780, ../scss/module/_nn-default.scss */
.about-us-container #more-16-child h3 {
  margin-bottom: 5px;
}
/* line 9783, ../scss/module/_nn-default.scss */
.about-us-container #more-16-child .more-close {
  right: 15px;
  top: 30px;
}
/* line 9787, ../scss/module/_nn-default.scss */
.about-us-container #more-17-child {
  width: 850px;
  height: 286px;
  right: 160px;
  top: 6125px;
  padding: 62px 50px 0 50px;
}
/* line 9794, ../scss/module/_nn-default.scss */
.about-us-container #more-17-child h3 {
  width: 280px;
  line-height: 26px;
  margin: 0 0 5px 230px;
}
/* line 9799, ../scss/module/_nn-default.scss */
.about-us-container #more-17-child .more-close {
  right: 12px;
  top: 55px;
}
/* line 9803, ../scss/module/_nn-default.scss */
.about-us-container #more-18-child {
  width: 880px;
  height: 340px;
  left: 13px;
  top: 6379px;
  text-align: center;
  padding: 80px 60px 0 78px;
}
/* line 9811, ../scss/module/_nn-default.scss */
.about-us-container #more-18-child h3 {
  margin-bottom: 10px;
}
/* line 9814, ../scss/module/_nn-default.scss */
.about-us-container #more-18-child .more-close {
  right: 12px;
  top: 35px;
}
/* line 9818, ../scss/module/_nn-default.scss */
.about-us-container #more-19-child {
  width: 850px;
  height: 286px;
  right: 0;
  top: 6838px;
  padding: 55px 45px 0 55px;
}
/* line 9825, ../scss/module/_nn-default.scss */
.about-us-container #more-19-child h3 {
  text-align: right;
  margin-bottom: 22px;
  padding-right: 12px;
}
/* line 9830, ../scss/module/_nn-default.scss */
.about-us-container #more-19-child .more-close {
  right: 12px;
  top: 32px;
}
/* line 9834, ../scss/module/_nn-default.scss */
.about-us-container #more-20-child {
  width: 850px;
  height: 390px;
  right: 182px;
  top: 7287px;
  padding: 70px 45px 0 55px;
}
/* line 9841, ../scss/module/_nn-default.scss */
.about-us-container #more-20-child h3 {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 240px;
}
/* line 9846, ../scss/module/_nn-default.scss */
.about-us-container #more-20-child .more-close {
  right: 12px;
  top: 40px;
}
/* line 9850, ../scss/module/_nn-default.scss */
.about-us-container #more-21-child {
  width: 850px;
  height: 286px;
  right: 65px;
  top: 8362px;
  padding: 65px 45px 0 55px;
}
/* line 9857, ../scss/module/_nn-default.scss */
.about-us-container #more-21-child h3 {
  margin-bottom: 10px;
  padding-left: 206px;
}
/* line 9861, ../scss/module/_nn-default.scss */
.about-us-container #more-21-child .more-close {
  right: 12px;
  top: 32px;
}
/* line 9865, ../scss/module/_nn-default.scss */
.about-us-container #more-22-child {
  width: 850px;
  height: 259px;
  right: 185px;
  top: 9151px;
  padding: 65px 45px 0 55px;
}
/* line 9872, ../scss/module/_nn-default.scss */
.about-us-container #more-22-child h3 {
  margin-bottom: 10px;
  padding-left: 206px;
}
/* line 9876, ../scss/module/_nn-default.scss */
.about-us-container #more-22-child .more-close {
  right: 12px;
  top: 32px;
}
/* line 9880, ../scss/module/_nn-default.scss */
.about-us-container #more-23-child {
  width: 850px;
  height: 232px;
  right: 140px;
  top: 9520px;
  padding: 48px 45px 0 55px;
}
/* line 9887, ../scss/module/_nn-default.scss */
.about-us-container #more-23-child h3 {
  margin-bottom: 10px;
  padding-left: 206px;
}
/* line 9891, ../scss/module/_nn-default.scss */
.about-us-container #more-23-child .more-close {
  right: 12px;
  top: 32px;
}
/* line 9896, ../scss/module/_nn-default.scss */
.about-us-container .about-award {
  width: 530px;
  height: 296px;
  display: block;
  position: absolute;
  right: 313px;
  top: 7492px;
}

/* line 9907, ../scss/module/_nn-default.scss */
.col-right.sidebar .ambanner-23 {
  min-height: 148px;
}
/* line 9910, ../scss/module/_nn-default.scss */
.col-right.sidebar .ambanner-24 {
  min-height: 191px;
}
/* line 9913, ../scss/module/_nn-default.scss */
.col-right.sidebar .ambanner-25 {
  min-height: 327px;
}
/* line 9916, ../scss/module/_nn-default.scss */
.col-right.sidebar .videoWrapper {
  padding-top: 744px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 9945, ../scss/module/_nn-default.scss */
.no-scroll #an-content-outer {
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}

/* line 9951, ../scss/module/_nn-default.scss */
#aw_popup_wraper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1 !important;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 9963, ../scss/module/_nn-default.scss */
#aw_popup_window {
  position: relative;
  background: #ffffff;
  top: 0;
  left: 0;
  border: solid 1px;
  border-radius: 6px;
  padding: 10px;
}

/* line 9972, ../scss/module/_nn-default.scss */
#aw_popup_close_btn {
  width: 32px;
  height: 32px;
  display: block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -244px;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
}

/* line 9983, ../scss/module/_nn-default.scss */
.checkout-cart-index .cart .messages {
  width: 948px;
}

/* line 9987, ../scss/module/_nn-default.scss */
.return-past-wrapper {
  margin-top: 80px;
}
/* line 9990, ../scss/module/_nn-default.scss */
.return-past-wrapper .past-order-content h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 7px;
  padding-left: 8px;
}
/* line 9996, ../scss/module/_nn-default.scss */
.return-past-wrapper .past-order-content p {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 13px;
  padding-left: 25px;
}
/* line 10002, ../scss/module/_nn-default.scss */
.return-past-wrapper .past-order-content ul {
  margin: 0 0 13px;
}
/* line 10005, ../scss/module/_nn-default.scss */
.return-past-wrapper .past-order-content li {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding-left: 25px;
}
/* line 10015, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-content h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 10021, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-content .fine-print-left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
/* line 10026, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-content .fine-print-right {
  width: 50%;
  float: right;
}
/* line 10031, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-list {
  border: 1px solid #636363;
  border-radius: 3px;
  padding: 15px 40px;
}
/* line 10035, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-list ul {
  margin: 0;
}
/* line 10038, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-list li {
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin: 0 0 3px;
  padding-left: 10px;
  position: relative;
}
/* line 10045, ../scss/module/_nn-default.scss */
.return-past-wrapper .fine-print-list li:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  background: #a0b540;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
/* line 10058, ../scss/module/_nn-default.scss */
.return-past-wrapper .policy-btn {
  margin: 30px 0 35px;
  padding-left: 25px;
}
/* line 10061, ../scss/module/_nn-default.scss */
.return-past-wrapper .policy-btn .btn {
  width: 285px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-right: 35px;
}
/* line 10069, ../scss/module/_nn-default.scss */
.return-past-wrapper .policy-btn .btn:last-child {
  margin-right: 0;
}

/* line 10076, ../scss/module/_nn-default.scss */
.shopbydept-index-index .first-letter {
  margin-bottom: 10px;
}
/* line 10079, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
/* line 10083, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-ul li, .shopbydept-index-index .cat-list-ul li h3, .shopbydept-index-index .cat-list-ul li h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
/* line 10088, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-ul li h3 {
  font-weight: 600;
}
/* line 10091, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-ul li h3, .shopbydept-index-index .cat-list-ul li h4 {
  padding: 3px;
}
/* line 10095, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li {
  margin-bottom: 17px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  -moz-column-break-inside: avoid;
}
/* line 10105, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li .list-cat-child ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 10110, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li .list-cat-child .li-has-parent.active {
  padding-bottom: 10px;
}
/* line 10113, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li .list-cat-child li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  -moz-column-break-inside: avoid;
}
/* line 10124, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li .list-cat-child li h4:before {
  content: "-";
  padding-right: 3px;
}
/* line 10132, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li .list-cat-child .li-level1 .list-cat-child {
  padding-left: 12px;
}
/* line 10137, ../scss/module/_nn-default.scss */
.shopbydept-index-index .cat-list-li .list-cat-child h3:before {
  content: "•";
  padding-right: 5px;
}

@font-face {
  font-family: 'black_jackregular';
  src: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/blackjack-webfont.eot");
  src: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/blackjack-webfont.eot?#iefix") format("embedded-opentype"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/blackjack-webfont.woff2") format("woff2"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/blackjack-webfont.woff") format("woff"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/blackjack-webfont.ttf") format("truetype"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/blackjack-webfont.svg#black_jackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue custom';
  src: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/HelveticaNeueBlackCondensed.eot");
  src: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/HelveticaNeueBlackCondensed.eot?#iefix") format("embedded-opentype"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/HelveticaNeueBlackCondensed.woff2") format("woff2"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/HelveticaNeueBlackCondensed.woff") format("woff"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/HelveticaNeueBlackCondensed.ttf") format("truetype"), url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/fonts/HelveticaNeueBlackCondensed.svg#HelveticaNeueBlackCondensed") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* line 42, ../scss/module/_nn-default-2.scss */
*,
a:focus,
input:focus {
  outline: none;
}

/* line 48, ../scss/module/_nn-default-2.scss */
.btnOrange:focus,
.btnOrange:hover,
.cart-table .product-cart-actions .btnOrange,
.cart-table .product-cart-actions .btnOrange:hover,
.cart-table .product-cart-actions .btnOrange:focus,
.btnOrange {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: capitalize;
  background: #f8b537;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}

/* line 67, ../scss/module/_nn-default-2.scss */
.btn-checkout.btnOrange {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat #f8b537;
  background-position: 12px -854px;
  padding-left: 40px;
}

/* line 73, ../scss/module/_nn-default-2.scss */
.btn-grey:focus,
.btn-grey:hover,
.btn-grey {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: capitalize;
  background: #c8c8c8;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}

/* line 89, ../scss/module/_nn-default-2.scss */
.button.btnGreen:focus,
.button.btnGreen:hover,
.btnGreen:focus,
.btnGreen:hover,
.btnGreen {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: capitalize;
  background: #a0b540;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}

/* line 107, ../scss/module/_nn-default-2.scss */
.main-container,
.footer-container {
  width: 1260px;
}

/* line 113, ../scss/module/_nn-default-2.scss */
.col2-left-layout .col-left-first {
  width: 18%;
}
/* line 116, ../scss/module/_nn-default-2.scss */
.col2-left-layout .col-main {
  width: 82%;
}

/* line 121, ../scss/module/_nn-default-2.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 126, ../scss/module/_nn-default-2.scss */
.page-title h1 {
  font-size: 24px;
  color: #f8b537;
  margin: 0;
  text-transform: none;
}

/* line 134, ../scss/module/_nn-default-2.scss */
.product_by_name:after,
.clearfix:after,
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 145, ../scss/module/_nn-default-2.scss */
.category-products .toolbar {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
/* line 152, ../scss/module/_nn-default-2.scss */
.category-products .toolbar-bottom .sorter,
.category-products .toolbar-bottom .amount {
  display: none;
}

/* line 160, ../scss/module/_nn-default-2.scss */
.category-products .product-name {
  font-size: 12px;
}
/* line 162, ../scss/module/_nn-default-2.scss */
.category-products .product-name a {
  color: #000000;
  font-weight: bold;
  display: block;
  font-size: 14px;
}

/* line 171, ../scss/module/_nn-default-2.scss */
.delete-address.overlay-lightbox {
  width: 460px !important;
  border-radius: 10px;
  background: #ffffff !important;
  box-shadow: 0 10px 20px #000000;
  padding: 20px !important;
  text-align: center;
}
/* line 178, ../scss/module/_nn-default-2.scss */
.delete-address.overlay-lightbox h2 {
  font-size: 24px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540;
}

/* line 189, ../scss/module/_nn-default-2.scss */
.custom-toplinks .overlay-lightbox {
  width: 660px;
  border-radius: 10px;
  background: #ffffff !important;
  box-shadow: 0 10px 20px #000000;
  z-index: 10000 !important;
  padding: 20px !important;
}
/* line 197, ../scss/module/_nn-default-2.scss */
.custom-toplinks .help-overlay-wrapper {
  padding: 5px 20px 25px !important;
}
/* line 200, ../scss/module/_nn-default-2.scss */
.custom-toplinks .help-overlay-wrapper .account-container .block-subtitle {
  text-align: left;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 205, ../scss/module/_nn-default-2.scss */
.custom-toplinks .help-overlay-wrapper .account-container .block-subtitle span.smilyImg {
  background-position: 0px -258px;
}

/* line 214, ../scss/module/_nn-default-2.scss */
.primary-address-wrapper.overlay-lightbox {
  width: 500px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 20px #000000;
  padding: 10px 20px 10px;
}
/* line 220, ../scss/module/_nn-default-2.scss */
.primary-address-wrapper.overlay-lightbox .page-title {
  margin-bottom: 10px;
}
/* line 223, ../scss/module/_nn-default-2.scss */
.primary-address-wrapper.overlay-lightbox .address-default-checkbox:last-child strong {
  display: inline-block;
  margin: 5px 0 0;
}
/* line 227, ../scss/module/_nn-default-2.scss */
.primary-address-wrapper.overlay-lightbox .buttons-set {
  border: none;
  position: absolute;
  right: 20px;
  bottom: 22px;
}

/* line 236, ../scss/module/_nn-default-2.scss */
.custom-toplinks #header-account.overlay-lightbox {
  border-radius: 10px;
  background: #ffffff !important;
  box-shadow: 0 10px 20px #000000;
  z-index: 10000 !important;
  padding: 30px 20px 10px !important;
}

/* line 247, ../scss/module/_nn-default-2.scss */
.custom-toplinks .overlay-lightbox a.facebook-login-custom {
  float: right;
  color: #a0b540;
  font-weight: normal;
  margin: 14px 20px 0 0;
  font-size: 13px;
  text-decoration: none;
}

/* line 259, ../scss/module/_nn-default-2.scss */
.overlay-lightbox .block-subtitle {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540;
}
/* line 269, ../scss/module/_nn-default-2.scss */
.overlay-lightbox .account-container .block-subtitle {
  text-align: center;
}
/* line 271, ../scss/module/_nn-default-2.scss */
.overlay-lightbox .account-container .block-subtitle img {
  display: inline-block;
  margin-left: 1%;
  vertical-align: middle;
}
/* line 276, ../scss/module/_nn-default-2.scss */
.overlay-lightbox .account-container .block-subtitle span.smilyImg {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 62px;
  height: 43px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -257px;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 293, ../scss/module/_nn-default-2.scss */
#header-account .youama-register-window {
  float: left;
  padding: 10px;
  width: 48%;
  margin: 0 5px;
}
/* line 298, ../scss/module/_nn-default-2.scss */
#header-account .youama-register-window .youama-window-outside {
  margin: 0;
}
/* line 302, ../scss/module/_nn-default-2.scss */
#header-account .youama-login-window {
  float: right;
  width: 48%;
  padding: 10px;
  margin: 0 5px;
}
/* line 307, ../scss/module/_nn-default-2.scss */
#header-account .youama-login-window .youama-window-outside {
  margin: 0;
}
/* line 312, ../scss/module/_nn-default-2.scss */
#header-account .youama-login-window .youama-window-inside .youama-window-box.first .input-fly {
  width: 100%;
  float: none;
  padding: 0;
}
/* line 316, ../scss/module/_nn-default-2.scss */
#header-account .youama-login-window .youama-window-inside .youama-window-box.first .input-fly:first-child {
  padding-right: 0px;
  margin-bottom: 15px;
}
/* line 320, ../scss/module/_nn-default-2.scss */
#header-account .youama-login-window .youama-window-inside .youama-window-box.first .input-fly:last-child {
  padding-left: 0px;
}
/* line 328, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-window-box {
  line-height: 1.5;
  margin-top: 10px;
}
/* line 331, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-window-box.last {
  margin: 0;
}
/* line 335, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-window-box .subscribeBlock .input-fly {
  float: left;
  width: auto;
  margin: 8px 0 0;
}
/* line 340, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-window-box .subscribeBlock button {
  float: right;
}
/* line 348, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .yoama-password-wrapper .input-fly,
#header-account .youama-window-inside .youama-window-box.third .input-fly,
#header-account .youama-window-inside .youama-window-box.first .input-fly {
  width: 50%;
  float: left;
  position: relative;
}
/* line 352, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .yoama-password-wrapper .input-fly .youama-ajaxlogin-error,
#header-account .youama-window-inside .youama-window-box.third .input-fly .youama-ajaxlogin-error,
#header-account .youama-window-inside .youama-window-box.first .input-fly .youama-ajaxlogin-error {
  font-size: 10px;
  line-height: 16px;
}
/* line 356, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .yoama-password-wrapper .input-fly:first-child,
#header-account .youama-window-inside .youama-window-box.third .input-fly:first-child,
#header-account .youama-window-inside .youama-window-box.first .input-fly:first-child {
  padding-right: 10px;
}
/* line 359, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .yoama-password-wrapper .input-fly:last-child,
#header-account .youama-window-inside .youama-window-box.third .input-fly:last-child,
#header-account .youama-window-inside .youama-window-box.first .input-fly:last-child {
  padding-left: 10px;
}
/* line 364, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-forgotpassword-wrapper {
  line-height: 1.5;
}
/* line 366, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-forgotpassword-wrapper a {
  display: inline-block;
  margin: 5px 0 7px;
  font-weight: bold;
  text-decoration: underline;
}
/* line 374, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .youama-window-title h3 {
  color: #f8b537;
  font-size: 24px;
  margin-bottom: 13px;
  line-height: 1.2;
}
/* line 381, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside label {
  font-family: Verdana, Geneva, sans-serif;
  color: #636363;
  font-weight: normal;
  font-size: 12px;
}
/* line 387, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside input {
  border: 1px solid;
  font-size: 12px;
  height: 35px;
  padding: 0 8px;
  border: 1px solid #a0b540;
  border-radius: 3px;
}
/* line 394, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside input:active, #header-account .youama-window-inside input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 399, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .input-fly {
  margin-bottom: 13px;
  padding: 0;
  position: relative;
}
/* line 403, ../scss/module/_nn-default-2.scss */
#header-account .youama-window-inside .input-fly .youama-ajaxlogin-error {
  line-height: 16px;
  font-size: 10px;
}
/* line 410, ../scss/module/_nn-default-2.scss */
#header-account .input-fly-checkbox input {
  display: none;
}
/* line 413, ../scss/module/_nn-default-2.scss */
#header-account .input-fly-checkbox input[type=checkbox] + label {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  padding-left: 25px;
  height: 24px;
  display: inline-block;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: -48px -203px;
  font-size: 12px;
  cursor: pointer;
}
/* line 423, ../scss/module/_nn-default-2.scss */
#header-account .input-fly-checkbox input[type=checkbox] + label:before {
  display: none;
}
/* line 427, ../scss/module/_nn-default-2.scss */
#header-account .input-fly-checkbox input[type=checkbox]:checked + label {
  background-position: -48px -232px;
}

/* line 433, ../scss/module/_nn-default-2.scss */
.captcha-container {
  margin: 10px 0px;
}

/* line 437, ../scss/module/_nn-default-2.scss */
.help-desk-form {
  font-family: Verdana, Geneva, sans-serif;
  padding: 10px 0;
}
/* line 440, ../scss/module/_nn-default-2.scss */
.help-desk-form #formSuccess {
  margin: 0 0 20px;
  line-height: 20px;
  text-align: center;
  color: #f8b537;
  font-size: 14px;
}
/* line 446, ../scss/module/_nn-default-2.scss */
.help-desk-form #formSuccess h6 {
  margin-top: 6px;
}
/* line 450, ../scss/module/_nn-default-2.scss */
.help-desk-form #help-form {
  position: relative;
  z-index: 2;
}
/* line 454, ../scss/module/_nn-default-2.scss */
.help-desk-form .formSuccess {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #f8b537;
  margin: 0 0 30px;
}
/* line 461, ../scss/module/_nn-default-2.scss */
.help-desk-form .legend {
  text-align: left;
  font-size: 12px;
  color: #636363;
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: none;
}
/* line 471, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm {
  float: none;
  margin: 0;
  position: relative;
}
/* line 475, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm .awhdu3-ticketform-file-list {
  margin: 0 0 40px;
  float: none;
}
/* line 478, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm .awhdu3-ticketform-file-list li {
  padding-top: 4px;
}
/* line 480, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm .awhdu3-ticketform-file-list li label {
  font-size: 10px;
}
/* line 482, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm .awhdu3-ticketform-file-list li label input {
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}
/* line 487, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm .awhdu3-ticketform-file-list li label nobr {
  white-space: unset;
}
/* line 493, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li {
  float: none;
  border: none;
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
/* line 500, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li.fields .field {
  float: left;
  width: 50%;
  padding-top: 0px;
  padding-right: 4px;
}
/* line 505, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li.fields .field:last-child {
  padding-left: 4px;
  padding-right: 0px;
}
/* line 509, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li.fields .field:first-child {
  padding-left: 0px;
  padding-right: 4px;
}
/* line 515, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li.awhdu3-ticketform-file-list-error-el {
  font-size: 10px;
  line-height: 1.2;
}
/* line 519, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .browse-files {
  width: 500px;
  float: left;
}
/* line 522, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .browse-files span {
  font-size: 12px;
}
/* line 525, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .browse-files .attachments-input {
  display: none;
}
/* line 528, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .browse-files .attachments-label {
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}
/* line 536, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .browse-files .file-details {
  display: inline-block;
  margin: 5px 0 0 10px;
  font-size: 12px;
}
/* line 542, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .submit-ticket {
  float: right;
  margin-top: 2px;
}
/* line 545, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .submit-ticket button {
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  font-size: 12px;
  padding: 0 15px;
  text-transform: capitalize;
  min-width: 0;
}
/* line 556, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .input-box .input-text-select {
  border: none;
  border-radius: 0px;
  font-size: 12px;
  height: 30px;
  color: #a7a7a7;
  margin: 5px 0 0;
  padding: 0px;
  font-weight: normal;
}
/* line 566, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .input-box .helpdesk-input {
  border: 1px solid #a0b540;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  font-size: 10px;
  height: 30px;
  color: #a7a7a7;
  margin: 0;
  padding: 0 10px;
}
/* line 576, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .input-box .helpdesk-input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 581, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .input-box textarea.helpdesk-input {
  height: 50px;
  padding: 10px;
  resize: none;
}
/* line 585, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .input-box textarea.helpdesk-input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 591, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .username {
  position: relative;
}
/* line 593, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .username:after {
  width: 23px;
  height: 13px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -120px -70px;
  position: absolute;
  right: 10px;
  top: 9px;
}
/* line 603, ../scss/module/_nn-default-2.scss */
.help-desk-form ul.helpForm li .username .helpdesk-input {
  padding-right: 40px;
}
/* line 609, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list {
  width: 100%;
}
/* line 612, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list tr td {
  width: 50%;
  vertical-align: top;
}
/* line 619, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list tr.message td,
.help-desk-form .form-list tr.subject td {
  width: 100%;
  padding-right: 0;
}
/* line 622, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list tr.message td:last-child,
.help-desk-form .form-list tr.subject td:last-child {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 626, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list tr.message td:first-child,
.help-desk-form .form-list tr.subject td:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 632, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list td {
  padding-top: 8px;
  padding-right: 4px;
}
/* line 635, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list td:last-child {
  padding-left: 4px;
  padding-right: 0px;
}
/* line 639, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list td:first-child {
  padding-left: 0px;
  padding-right: 4px;
}
/* line 644, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list td.label-wrapper {
  width: 12%;
  text-align: right;
  padding-right: 2%;
}
/* line 648, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list td.label-wrapper label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 651, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list td.label-wrapper label:after {
  display: none;
}
/* line 657, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list .input-box .helpdesk-input {
  border: 1px solid #a0b540;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  font-size: 10px;
  height: 30px;
  color: #a7a7a7;
  margin: 0;
  padding: 0 10px;
}
/* line 667, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list .input-box .helpdesk-input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 672, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list .input-box textarea.helpdesk-input {
  height: 50px;
  padding: 10px;
  resize: none;
}
/* line 676, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list .input-box textarea.helpdesk-input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 682, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list .bottom-right {
  text-align: right;
}
/* line 684, ../scss/module/_nn-default-2.scss */
.help-desk-form .form-list .bottom-right button {
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}
/* line 693, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links {
  position: relative;
  z-index: 1;
}
/* line 696, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links h3 {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 30px;
  position: relative;
}
/* line 704, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .need-help-links h3 {
  margin: 0 0 15px;
  position: static;
}
/* line 708, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .need-help-links .title {
  position: relative;
  overflow: hidden;
}
/* line 711, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .need-help-links .title:before {
  position: absolute;
  left: 98px;
  content: '';
  background: #cccccc;
  top: 15px;
  height: 1px;
  width: 100%;
}
/* line 722, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper {
  padding: 0;
}
/* line 724, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-content a {
  line-height: 18px;
}
/* line 727, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-chat {
  padding-top: 6px;
}
/* line 729, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-chat .light-text {
  margin: 5px 0 0;
}
/* line 732, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-chat .space-email {
  margin: 5px 0;
  font-size: 12px;
}
/* line 736, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-chat .space-email a strong {
  font-size: 10px;
}
/* line 742, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-phone {
  position: relative;
}
/* line 744, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-phone:before {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -1704px;
  position: absolute;
  left: -38px;
  top: -45px;
  width: 33px;
  height: 33px;
  content: "";
}
/* line 754, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-phone .first-col {
  position: relative;
  margin-bottom: 15px;
  padding-top: 5px;
}
/* line 758, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-phone .first-col:before {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -1821px;
  position: absolute;
  left: -36px;
  top: -2px;
  width: 33px;
  height: 40px;
  content: '';
}
/* line 769, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-phone .sec-col {
  position: relative;
  padding-top: 5px;
}
/* line 772, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-phone .sec-col:before {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -40px -1704px;
  position: absolute;
  left: -40px;
  top: -2px;
  width: 33px;
  height: 40px;
  content: '';
}
/* line 784, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper ul {
  margin: 0;
  width: 100%;
}
/* line 787, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper ul li {
  float: left;
  width: 33%;
  padding-left: 70px;
}
/* line 794, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper ul.ulBgNone li .contact-list-content {
  background: none;
}
/* line 795, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper ul.ulBgNone li .contact-list-content:after {
  display: none;
}
/* line 801, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper ul.ulBgNone .width50 {
  width: 46%;
}
/* line 806, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper h3 {
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
  color: #f8b537;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
/* line 815, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-email {
  position: relative;
}
/* line 817, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-email:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -80px -1208px;
  content: '';
  height: 28px;
  position: absolute;
  left: -26px;
  top: -18px;
  width: 28px;
}
/* line 828, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .mapIcon {
  position: relative;
}
/* line 830, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .mapIcon:before {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -47px -1815px;
  content: '';
  height: 34px;
  width: 24px;
  position: absolute;
  left: -36px;
  top: 6px;
}
/* line 841, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-store {
  position: relative;
}
/* line 843, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-store:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -0px -1783px;
  content: '';
  height: 28px;
  width: 35px;
  position: absolute;
  left: -38px;
  top: -45px;
}
/* line 853, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper .contact-list-store .light-text {
  margin: 30px 0 10px;
}
/* line 857, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p {
  line-height: 1.2;
}
/* line 859, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p.chat-Sec {
  position: relative;
  padding: 10px 0 0;
}
/* line 862, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p.chat-Sec:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -47px -1781px;
  position: absolute;
  left: -38px;
  top: 2px;
  height: 28px;
  width: 35px;
  content: '';
}
/* line 873, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p.live-chat {
  font-size: 12px;
  color: #4e4e4e;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
}
/* line 879, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p.live-chat:before {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -0px -1744px;
  position: absolute;
  left: -36px;
  top: -51px;
  height: 36px;
  width: 37px;
  content: "";
}
/* line 889, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p.live-chat:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -48px -1744px;
  position: absolute;
  left: -33px;
  top: 2px;
  height: 28px;
  width: 28px;
  content: '';
}
/* line 900, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p.light-text {
  font-size: 10px;
  color: #bdbec0;
  margin: 6px 0 10px;
}
/* line 906, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links .helpdesk-contact-wrapper p:last-child a {
  color: #4e4e4e;
  font-size: 10px;
  font-weight: bold;
}
/* line 914, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links ul {
  width: 25%;
  float: left;
  margin: 0 0 35px;
}
/* line 918, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links ul li {
  border: none;
  margin: 0;
  display: block;
  float: none;
  padding-right: 0;
}
/* line 924, ../scss/module/_nn-default-2.scss */
.help-desk-form .help-desk-links ul li a {
  font-size: 12px;
  font-weight: normal;
  color: #4e4e4e;
  text-decoration: underline;
  text-transform: capitalize;
}

/* line 936, ../scss/module/_nn-default-2.scss */
.login-account-div {
  position: relative;
}
/* line 938, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 999;
  padding-top: 5px;
  display: none;
}
/* line 945, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner {
  width: 185px;
  background: #ffffff;
  padding: 10px 18px 10px 12px;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 0px #7c7c7c;
}
/* line 951, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner .logout {
  text-align: right;
}
/* line 953, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner .logout a:hover {
  color: #a0b540;
  text-decoration: none;
}
/* line 958, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner ul {
  margin-top: 0;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 5px;
  width: 100%;
  text-align: right;
}
/* line 965, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner ul:after {
  width: 110px;
  display: inline-block;
  content: "";
  border-bottom: 2px solid #f4f4f4;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 974, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner ul li {
  width: 100%;
  margin: 2px 0;
  padding: 0;
  font-size: 12px;
  border-right: 0;
}
/* line 980, ../scss/module/_nn-default-2.scss */
.login-account-div .login-account-popup .account-popup-inner ul li a:hover {
  color: #a0b540;
  text-decoration: none;
}
/* line 989, ../scss/module/_nn-default-2.scss */
.login-account-div:hover .login-account-popup {
  display: block;
}

/*-----banner section start----*/
/* line 1000, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-main {
  width: 960px;
  padding-right: 0;
}
/* line 1003, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-main .row-fluid:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 1010, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-main .banner-box-vertical {
  margin-bottom: 21px;
}
/* line 1014, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right {
  width: 240px;
}
/* line 1016, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .ambanners {
  padding-left: 16px;
  margin-bottom: 26px;
  text-align: right;
}
/* line 1020, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .ambanners img {
  display: inline-block;
}
/* line 1024, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .block-ads-right {
  text-align: right;
  overflow: hidden;
  margin-bottom: 21px;
}
/* line 1029, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .block-ads-right.revive-right img {
  height: 151px;
}
/* line 1034, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .block-ads-right.revive-bottom-right img {
  height: 194px;
}
/* line 1038, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .block-ads-right img {
  float: right;
}
/* line 1041, ../scss/module/_nn-default-2.scss */
.col2-right-layout .main .col-right .block-ads-right a {
  display: block;
}

/* line 1050, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box-container {
  float: left;
  width: 256px;
}
/* line 1054, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box-container .ambanners > div {
  margin-bottom: 20px;
}
/* line 1059, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box {
  float: left;
  width: 704px;
}
/* line 1062, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box .row-fluid:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 1070, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box .row-fluid img {
  float: left;
  margin-right: 12px;
}
/* line 1073, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box .row-fluid img:nth-last-child(2) {
  margin-left: 12px;
  margin-right: 0;
}
/* line 1079, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box .banner-box-horizontal {
  width: 50%;
  float: left;
}
/* line 1082, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box .banner-box-horizontal.banner-box-4 {
  padding-right: 12px;
}
/* line 1085, ../scss/module/_nn-default-2.scss */
.main-banner .banner-box .banner-box-horizontal.banner-box-5 {
  padding-left: 12px;
}

/* line 1092, ../scss/module/_nn-default-2.scss */
.featured-image-container,
.banner-box-slider {
  position: relative;
  margin-bottom: 22px;
}
/* line 1096, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-stage-outer,
.banner-box-slider .owl-stage-outer {
  max-height: 236px;
  min-height: 236px;
}
/* line 1100, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-stage-outer .owl-stage .owl-item,
.banner-box-slider .owl-stage-outer .owl-stage .owl-item {
  min-height: 236px;
}
/* line 1106, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-dots,
.banner-box-slider .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 1111, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-dots .owl-dot span,
.banner-box-slider .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #a0b540;
  margin: 0 0 8px 10px;
}
/* line 1119, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-dots .owl-dot.active span,
.banner-box-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #a0b540;
}
/* line 1125, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev,
.featured-image-container .owl-theme .owl-next,
.banner-box-slider .owl-theme .owl-prev,
.banner-box-slider .owl-theme .owl-next {
  position: absolute;
  top: 40%;
  width: 25px;
  max-width: 80px;
  height: 25px;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #fff !important;
  border-radius: 7px;
  text-indent: -9999px;
}
/* line 1143, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev:before,
.featured-image-container .owl-theme .owl-next:before,
.banner-box-slider .owl-theme .owl-prev:before,
.banner-box-slider .owl-theme .owl-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 1155, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev,
.banner-box-slider .owl-theme .owl-prev {
  left: 8px;
}
/* line 1157, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev.disabled,
.banner-box-slider .owl-theme .owl-prev.disabled {
  cursor: default;
  pointer-events: none;
}
/* line 1161, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev:before,
.banner-box-slider .owl-theme .owl-prev:before {
  border-width: 7px 12px 7px 0px;
  border-color: transparent #f8b537 transparent transparent;
  top: 20px;
  left: 5px;
}
/* line 1167, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev:hover:before,
.banner-box-slider .owl-theme .owl-prev:hover:before {
  border-color: transparent #8fa239 transparent transparent;
}
/* line 1171, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-next,
.banner-box-slider .owl-theme .owl-next {
  right: 8px;
}
/* line 1172, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-next.disabled,
.banner-box-slider .owl-theme .owl-next.disabled {
  cursor: default;
  pointer-events: none;
}
/* line 1177, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-next:before,
.banner-box-slider .owl-theme .owl-next:before {
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #f8b537;
  top: 20px;
  right: 5px;
}
/* line 1183, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-next:hover:before,
.banner-box-slider .owl-theme .owl-next:hover:before {
  border-color: transparent transparent transparent #8fa239;
}

/* line 1190, ../scss/module/_nn-default-2.scss */
.homeTab {
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 40px;
}
/* line 1195, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav {
  float: left;
  margin-top: 14px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 1203, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav li {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/* line 1210, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav li a {
  font-size: 13px;
  outline: 0;
  color: #4e4e4e;
  position: relative;
}
/* line 1215, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav li a:after {
  position: absolute;
  right: -1px;
  top: -1px;
  content: ' ';
  height: 20px;
  width: 1px;
  background: #a7a7a7;
}
/* line 1225, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav li:last-child {
  border-right: none;
}
/* line 1228, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav li:last-child a:after {
  display: none;
}
/* line 1234, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav li.ui-tabs-active a {
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1242, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-panel {
  width: 100%;
  float: left;
  padding: 25px 0 0;
  border-top: 2px solid #a0b540;
}
/* line 1247, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-panel .view-all {
  position: absolute;
  right: 0;
  top: 16px;
}
/* line 1251, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-panel .view-all a {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 1261, ../scss/module/_nn-default-2.scss */
.homeTab .owl-brand-rotator .owl-stage-outer .item {
  list-style: none;
  border-left: none;
}
/* line 1268, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .price-box {
  min-height: 28px;
}
/* line 1271, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item {
  list-style: none;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}
/* line 1275, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item .product-image {
  border: 0 none;
  margin: 0 0 5px;
  overflow: hidden;
}
/* line 1279, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item .product-image a {
  display: inline-block;
}
/* line 1283, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item .product-name {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  margin: 0 0 10px;
  min-height: 45px;
}
/* line 1290, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item .ratings {
  text-align: center;
}
/* line 1294, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item .cat-ordercode a {
  text-decoration: underline;
}
/* line 1298, ../scss/module/_nn-default-2.scss */
.homeTab .owl-stage-outer .item .article-header-container {
  text-align: center;
}
/* line 1303, ../scss/module/_nn-default-2.scss */
.homeTab .owl-dots {
  display: none;
}
/* line 1307, ../scss/module/_nn-default-2.scss */
.homeTab .owl-nav .owl-prev,
.homeTab .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat transparent;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 82px;
}
/* line 1321, ../scss/module/_nn-default-2.scss */
.homeTab .owl-nav .owl-prev:hover,
.homeTab .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat transparent;
}
/* line 1325, ../scss/module/_nn-default-2.scss */
.homeTab .owl-nav .owl-next {
  left: auto;
  right: 0;
  background-position: -32px 0;
}
/* line 1329, ../scss/module/_nn-default-2.scss */
.homeTab .owl-nav .owl-next:hover {
  background-position: -32px 0;
}
/* line 1339, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .owl-item,
.homeTab .videos-homepage-rotator .owl-stage-outer .owl-item,
.homeTab .supplement-article-rotator .owl-stage-outer .owl-item,
.homeTab .health-article-rotator .owl-stage-outer .owl-item {
  margin: 0;
}
/* line 1343, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item p,
.homeTab .videos-homepage-rotator .owl-stage-outer .item p,
.homeTab .supplement-article-rotator .owl-stage-outer .item p,
.homeTab .health-article-rotator .owl-stage-outer .item p {
  font-size: 12px;
  text-align: justify;
  padding: 0 5px;
}
/* line 1349, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item ul li,
.homeTab .videos-homepage-rotator .owl-stage-outer .item ul li,
.homeTab .supplement-article-rotator .owl-stage-outer .item ul li,
.homeTab .health-article-rotator .owl-stage-outer .item ul li {
  width: 25%;
  float: left;
  padding-right: 15px;
  text-align: left;
}
/* line 1355, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item ul li .article-header-container img,
.homeTab .videos-homepage-rotator .owl-stage-outer .item ul li .article-header-container img,
.homeTab .supplement-article-rotator .owl-stage-outer .item ul li .article-header-container img,
.homeTab .health-article-rotator .owl-stage-outer .item ul li .article-header-container img {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}
/* line 1360, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item ul li p,
.homeTab .videos-homepage-rotator .owl-stage-outer .item ul li p,
.homeTab .supplement-article-rotator .owl-stage-outer .item ul li p,
.homeTab .health-article-rotator .owl-stage-outer .item ul li p {
  font-size: 12px;
  text-align: justify;
  padding: 0 5px;
}
/* line 1367, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div,
.homeTab .health-article-rotator .owl-stage-outer .item > div {
  width: 23%;
  min-width: 200px;
  float: left;
  text-align: left;
  margin-right: 2.66%;
}
/* line 1373, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div:last-child,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div:last-child,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div:last-child,
.homeTab .health-article-rotator .owl-stage-outer .item > div:last-child {
  margin-right: 0;
}
/* line 1376, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div.article-header-container,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div.article-header-container,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div.article-header-container,
.homeTab .health-article-rotator .owl-stage-outer .item > div.article-header-container {
  width: 100%;
  margin: 0;
  float: none;
}
/* line 1380, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div.article-header-container img,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div.article-header-container img,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div.article-header-container img,
.homeTab .health-article-rotator .owl-stage-outer .item > div.article-header-container img {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}
/* line 1386, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div .article-header-container img,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div .article-header-container img,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div .article-header-container img,
.homeTab .health-article-rotator .owl-stage-outer .item > div .article-header-container img {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}
/* line 1391, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div p,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div p,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div p,
.homeTab .health-article-rotator .owl-stage-outer .item > div p {
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  color: #4e4e4e;
  padding: 0 5px;
  margin: 0 0 10px;
}
/* line 1398, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item > div p a,
.homeTab .videos-homepage-rotator .owl-stage-outer .item > div p a,
.homeTab .supplement-article-rotator .owl-stage-outer .item > div p a,
.homeTab .health-article-rotator .owl-stage-outer .item > div p a {
  color: #4e4e4e;
}
/* line 1403, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item .homepage-tab-h3,
.homeTab .videos-homepage-rotator .owl-stage-outer .item .homepage-tab-h3,
.homeTab .supplement-article-rotator .owl-stage-outer .item .homepage-tab-h3,
.homeTab .health-article-rotator .owl-stage-outer .item .homepage-tab-h3 {
  text-align: center;
  color: #a0b540;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 5px;
  min-height: 51px;
}
/* line 1410, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item .homepage-tab-h3 a,
.homeTab .videos-homepage-rotator .owl-stage-outer .item .homepage-tab-h3 a,
.homeTab .supplement-article-rotator .owl-stage-outer .item .homepage-tab-h3 a,
.homeTab .health-article-rotator .owl-stage-outer .item .homepage-tab-h3 a {
  color: #a0b540;
}
/* line 1414, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item .homepage-tab-p,
.homeTab .videos-homepage-rotator .owl-stage-outer .item .homepage-tab-p,
.homeTab .supplement-article-rotator .owl-stage-outer .item .homepage-tab-p,
.homeTab .health-article-rotator .owl-stage-outer .item .homepage-tab-p {
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
}
/* line 1419, ../scss/module/_nn-default-2.scss */
.homeTab .wordpress-rotator .owl-stage-outer .item .homepage-tab-p a,
.homeTab .videos-homepage-rotator .owl-stage-outer .item .homepage-tab-p a,
.homeTab .supplement-article-rotator .owl-stage-outer .item .homepage-tab-p a,
.homeTab .health-article-rotator .owl-stage-outer .item .homepage-tab-p a {
  color: #a0b540;
}
/* line 1426, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-nav .ui-tabs-anchor {
  padding: 1px 15px;
}
/* line 1429, ../scss/module/_nn-default-2.scss */
.homeTab .ui-tabs-title {
  float: left;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin-right: 35px;
  color: #f8b537;
}

/* line 1443, ../scss/module/_nn-default-2.scss */
.health-article-rotator .owl-stage-outer .item p a {
  float: right;
}

/* line 1451, ../scss/module/_nn-default-2.scss */
.viewport-top {
  font-family: Verdana, Geneva, sans-serif;
  padding: 12px 60px 25px 10px;
}
/* line 1454, ../scss/module/_nn-default-2.scss */
.viewport-top .category-name {
  font-size: 26px;
  color: #4e4e4e;
  line-height: 1;
  float: left;
}
/* line 1460, ../scss/module/_nn-default-2.scss */
.viewport-top .view-all {
  font-size: 14px;
  float: right;
}
/* line 1463, ../scss/module/_nn-default-2.scss */
.viewport-top .view-all a {
  color: #a0b540;
  display: inline-block;
  margin-top: 3px;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #a0b540;
}

/* line 1475, ../scss/module/_nn-default-2.scss */
.col-right .block-list {
  padding: 0 0 10px 10px;
}
/* line 1479, ../scss/module/_nn-default-2.scss */
.col-right #recently-viewed-items:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 1487, ../scss/module/_nn-default-2.scss */
.col-right .block-title {
  border: none;
}
/* line 1489, ../scss/module/_nn-default-2.scss */
.col-right .block-title strong {
  font-size: 22px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  text-transform: none;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  text-align: center;
  display: block;
}
/* line 1501, ../scss/module/_nn-default-2.scss */
.col-right .block-content {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 15px;
}
/* line 1505, ../scss/module/_nn-default-2.scss */
.col-right .block-content li.item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #a7a7a7;
}
/* line 1509, ../scss/module/_nn-default-2.scss */
.col-right .block-content li.item .product-details {
  margin: 0;
}
/* line 1512, ../scss/module/_nn-default-2.scss */
.col-right .block-content li.item.last {
  border-bottom: none;
}
/* line 1516, ../scss/module/_nn-default-2.scss */
.col-right .block-content .videos-more {
  float: right;
  text-decoration: underline;
  color: #000000;
}
/* line 1520, ../scss/module/_nn-default-2.scss */
.col-right .block-content .videos-more:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 1528, ../scss/module/_nn-default-2.scss */
.col-right .block-content .product-image {
  border: none;
  margin: 0 0 5px;
  float: none;
  text-align: center;
}
/* line 1533, ../scss/module/_nn-default-2.scss */
.col-right .block-content .product-image img {
  display: inline-block;
  height: auto;
}
/* line 1538, ../scss/module/_nn-default-2.scss */
.col-right .block-content .product-name {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
/* line 1547, ../scss/module/_nn-default-2.scss */
.col-right .block-content .price-box .regular-price {
  color: #d32028;
  font-size: 12px;
  font-weight: bold;
}
/* line 1551, ../scss/module/_nn-default-2.scss */
.col-right .block-content .price-box .regular-price .price {
  font-size: 10px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
/* line 1559, ../scss/module/_nn-default-2.scss */
.col-right .block-content .price-box .special-price {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
}
/* line 1563, ../scss/module/_nn-default-2.scss */
.col-right .block-content .price-box .special-price span {
  color: #d32028;
  font-size: 12px;
  font-weight: bold;
}
/* line 1569, ../scss/module/_nn-default-2.scss */
.col-right .block-content .price-box .old-price {
  display: inline-block;
  margin: 0 2px;
}
/* line 1572, ../scss/module/_nn-default-2.scss */
.col-right .block-content .price-box .old-price .price {
  font-size: 10px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}
/* line 1580, ../scss/module/_nn-default-2.scss */
.col-right .block-content .ratings {
  text-align: center;
}

/* line 1586, ../scss/module/_nn-default-2.scss */
.videoWrapper {
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
}
/* line 1590, ../scss/module/_nn-default-2.scss */
.videoWrapper a.videos-more {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
}
/* line 1598, ../scss/module/_nn-default-2.scss */
.videoWrapper .rightHeading {
  font-size: 24px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  text-transform: none;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  text-align: center;
}
/* line 1608, ../scss/module/_nn-default-2.scss */
.videoWrapper ul {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 15px;
}
/* line 1612, ../scss/module/_nn-default-2.scss */
.videoWrapper ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #a7a7a7;
  position: relative;
  cursor: pointer;
}
/* line 1618, ../scss/module/_nn-default-2.scss */
.videoWrapper ul li:last-child {
  border: none;
}
/* line 1623, ../scss/module/_nn-default-2.scss */
.videoWrapper ul li a:after {
  width: 50px;
  height: 33px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -25px;
  cursor: pointer;
  background-position: 0 -72px;
}

/* line 1640, ../scss/module/_nn-default-2.scss */
.fancybox-close {
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/fancybox_sprite.png);
}

/* line 1644, ../scss/module/_nn-default-2.scss */
.ratings-table {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
/* line 1648, ../scss/module/_nn-default-2.scss */
.ratings-table .rating-box {
  width: 98px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 17px;
  background-position: 0 -24px;
}
/* line 1653, ../scss/module/_nn-default-2.scss */
.ratings-table .rating-box .rating {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 17px;
  background-position: 0 -44px;
}

/* line 1661, ../scss/module/_nn-default-2.scss */
.ratingsOuter {
  text-align: center;
}
/* line 1663, ../scss/module/_nn-default-2.scss */
.ratingsOuter .ratings {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
/* line 1667, ../scss/module/_nn-default-2.scss */
.ratingsOuter .ratings .rating-box {
  width: 98px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 17px;
  background-position: 0 -24px;
}
/* line 1672, ../scss/module/_nn-default-2.scss */
.ratingsOuter .ratings .rating-box .rating {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 17px;
  background-position: 0 -44px;
}
/* line 1678, ../scss/module/_nn-default-2.scss */
.ratingsOuter .ratings .ratingsBig.rating-box {
  width: 130px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 26px;
  background-position: 0 -330px;
}
/* line 1683, ../scss/module/_nn-default-2.scss */
.ratingsOuter .ratings .ratingsBig.rating-box .rating {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 26px;
  background-position: 0 -304px;
}
/* line 1690, ../scss/module/_nn-default-2.scss */
.ratingsOuter .sprites-instock {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat center center;
  width: 24px;
  height: 21px;
  background-position: -56px -1px;
}
/* line 1699, ../scss/module/_nn-default-2.scss */
.ratingsOuter .availability {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
/* line 1703, ../scss/module/_nn-default-2.scss */
.ratingsOuter .availability .more-available {
  font-weight: normal;
  display: inline-block;
  color: #4e4e4e;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 4px;
  margin-left: 4px;
}

/* line 1716, ../scss/module/_nn-default-2.scss */
.category-products .products-list, .category-products .product-shop-carousel-wrapper, .discontinued-product-shop .products-list, .discontinued-product-shop .product-shop-carousel-wrapper {
  margin-top: 0;
}
/* line 1718, ../scss/module/_nn-default-2.scss */
.category-products .products-list li, .category-products .products-list .discontinued-product-item, .category-products .product-shop-carousel-wrapper li, .category-products .product-shop-carousel-wrapper .discontinued-product-item, .discontinued-product-shop .products-list li, .discontinued-product-shop .products-list .discontinued-product-item, .discontinued-product-shop .product-shop-carousel-wrapper li, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item {
  border: 1px solid #cccccc;
  padding: 10px 0;
  margin: 0 0 15px;
  border-radius: 8px;
}
/* line 1723, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop, .category-products .products-list .discontinued-product-item .product-shop, .category-products .product-shop-carousel-wrapper li .product-shop, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop, .discontinued-product-shop .products-list li .product-shop, .discontinued-product-shop .products-list .discontinued-product-item .product-shop, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop {
  width: 80%;
  padding-left: 10px;
}
/* line 1727, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .f-fix:after, .category-products .products-list .discontinued-product-item .product-shop .f-fix:after, .category-products .product-shop-carousel-wrapper li .product-shop .f-fix:after, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .f-fix:after, .discontinued-product-shop .products-list li .product-shop .f-fix:after, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .f-fix:after, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .f-fix:after, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .f-fix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 1735, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-shop-left, .category-products .products-list .discontinued-product-item .product-shop .product-shop-left, .category-products .product-shop-carousel-wrapper li .product-shop .product-shop-left, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-left, .discontinued-product-shop .products-list li .product-shop .product-shop-left, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-shop-left, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-shop-left, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-left {
  width: 71%;
  float: left;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
  min-height: 180px;
}
/* line 1741, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-shop-left .amount, .category-products .products-list .discontinued-product-item .product-shop .product-shop-left .amount, .category-products .product-shop-carousel-wrapper li .product-shop .product-shop-left .amount, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-left .amount, .discontinued-product-shop .products-list li .product-shop .product-shop-left .amount, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-shop-left .amount, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-shop-left .amount, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-left .amount {
  display: none;
}
/* line 1745, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-shop-right, .category-products .products-list .discontinued-product-item .product-shop .product-shop-right, .category-products .product-shop-carousel-wrapper li .product-shop .product-shop-right, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-right, .discontinued-product-shop .products-list li .product-shop .product-shop-right, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-shop-right, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-shop-right, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-right {
  float: right;
  width: 29%;
  padding-top: 0px;
}
/* line 1749, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-shop-right .button, .category-products .products-list .discontinued-product-item .product-shop .product-shop-right .button, .category-products .product-shop-carousel-wrapper li .product-shop .product-shop-right .button, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-right .button, .discontinued-product-shop .products-list li .product-shop .product-shop-right .button, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-shop-right .button, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-shop-right .button, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-shop-right .button {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -40px -131px;
  background-color: #f8b537;
  padding: 6px 10px 6px 40px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 1758, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary, .category-products .products-list .discontinued-product-item .product-shop .product-secondary, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary, .discontinued-product-shop .products-list li .product-shop .product-secondary, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary {
  text-align: center;
  width: 100%;
  float: none;
}
/* line 1763, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .action .button, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .action .button, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .action .button, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .action .button, .discontinued-product-shop .products-list li .product-shop .product-secondary .action .button, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .action .button, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .action .button, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .action .button {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -40px -131px;
  background-color: #f8b537;
  padding: 6px 10px 6px 40px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 1772, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .stockInput, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .stockInput, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .stockInput, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .stockInput, .discontinued-product-shop .products-list li .product-shop .product-secondary .stockInput, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .stockInput, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .stockInput, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .stockInput {
  margin: 0 0 10px;
}
/* line 1774, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .stockInput input, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .stockInput input, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .stockInput input, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .stockInput input, .discontinued-product-shop .products-list li .product-shop .product-secondary .stockInput input, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .stockInput input, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .stockInput input, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .stockInput input {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
/* line 1781, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .stockInput .sprites-instock-outer, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .stockInput .sprites-instock-outer, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .stockInput .sprites-instock-outer, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .stockInput .sprites-instock-outer, .discontinued-product-shop .products-list li .product-shop .product-secondary .stockInput .sprites-instock-outer, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .stockInput .sprites-instock-outer, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .stockInput .sprites-instock-outer, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .stockInput .sprites-instock-outer {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/* line 1787, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 1790, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box .regular-price,
.category-products .products-list li .product-shop .product-secondary .price-box .special-price, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .regular-price,
.category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .special-price, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .regular-price,
.category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .special-price, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .regular-price,
.category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .special-price, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .regular-price,
.discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .special-price, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .regular-price,
.discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .special-price, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .regular-price,
.discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .special-price, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .regular-price,
.discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .special-price {
  color: #d32028;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  margin: 0 2px;
  padding: 0;
}
/* line 1798, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box .regular-price .price,
.category-products .products-list li .product-shop .product-secondary .price-box .special-price .price, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .regular-price .price,
.category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .special-price .price, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .regular-price .price,
.category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .special-price .price, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .regular-price .price,
.category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .special-price .price, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .regular-price .price,
.discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .special-price .price, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .regular-price .price,
.discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .special-price .price, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .regular-price .price,
.discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .special-price .price, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .regular-price .price,
.discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .special-price .price {
  color: #d32028;
  font-size: 16px;
  line-height: 24px;
}
/* line 1804, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box .old-price, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .old-price, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .old-price, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .old-price, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .old-price, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .old-price, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .old-price, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .old-price {
  font-size: 12px;
  color: #4e4e4e;
  display: inline-block;
  margin: 0 2px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 1810, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box .old-price .price, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .old-price .price, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .old-price .price, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .old-price .price, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price {
  font-size: 12px;
  text-decoration: none;
  color: #4e4e4e;
  text-decoration: none;
}
/* line 1815, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box .old-price .price .save-price, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price .save-price, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .old-price .price .save-price, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price .save-price, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .old-price .price .save-price, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price .save-price, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .old-price .price .save-price, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .old-price .price .save-price {
  display: block;
  margin-top: 3px;
}
/* line 1821, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .price-box .expired-label, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .price-box .expired-label, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .expired-label, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .expired-label, .discontinued-product-shop .products-list li .product-shop .product-secondary .price-box .expired-label, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .price-box .expired-label, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .price-box .expired-label, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .price-box .expired-label {
  color: #d02027;
  margin-top: 10px;
}
/* line 1826, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-shop .product-secondary .catalog-bonus-text, .category-products .products-list .discontinued-product-item .product-shop .product-secondary .catalog-bonus-text, .category-products .product-shop-carousel-wrapper li .product-shop .product-secondary .catalog-bonus-text, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .catalog-bonus-text, .discontinued-product-shop .products-list li .product-shop .product-secondary .catalog-bonus-text, .discontinued-product-shop .products-list .discontinued-product-item .product-shop .product-secondary .catalog-bonus-text, .discontinued-product-shop .product-shop-carousel-wrapper li .product-shop .product-secondary .catalog-bonus-text, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-shop .product-secondary .catalog-bonus-text {
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}
/* line 1833, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-image, .category-products .products-list .discontinued-product-item .product-image, .category-products .product-shop-carousel-wrapper li .product-image, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-image, .discontinued-product-shop .products-list li .product-image, .discontinued-product-shop .products-list .discontinued-product-item .product-image, .discontinued-product-shop .product-shop-carousel-wrapper li .product-image, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-image {
  width: 20%;
  border: none;
  text-align: center;
  display: block;
  padding-left: 10px;
}
/* line 1839, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-image img, .category-products .products-list .discontinued-product-item .product-image img, .category-products .product-shop-carousel-wrapper li .product-image img, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-image img, .discontinued-product-shop .products-list li .product-image img, .discontinued-product-shop .products-list .discontinued-product-item .product-image img, .discontinued-product-shop .product-shop-carousel-wrapper li .product-image img, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-image img {
  max-height: 210px;
  border: none;
  width: auto;
  display: inline-block;
}
/* line 1846, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc, .category-products .products-list .discontinued-product-item .desc, .category-products .product-shop-carousel-wrapper li .desc, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc, .discontinued-product-shop .products-list li .desc, .discontinued-product-shop .products-list .discontinued-product-item .desc, .discontinued-product-shop .product-shop-carousel-wrapper li .desc, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc {
  float: none;
  width: 100%;
  position: relative;
  overflow: visible;
}
/* line 1851, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc .popupPosition, .category-products .products-list .discontinued-product-item .desc .popupPosition, .category-products .product-shop-carousel-wrapper li .desc .popupPosition, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc .popupPosition, .discontinued-product-shop .products-list li .desc .popupPosition, .discontinued-product-shop .products-list .discontinued-product-item .desc .popupPosition, .discontinued-product-shop .product-shop-carousel-wrapper li .desc .popupPosition, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc .popupPosition {
  position: absolute;
  top: 10px;
}
/* line 1856, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary, .category-products .products-list .discontinued-product-item .product-primary, .category-products .product-shop-carousel-wrapper li .product-primary, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary, .discontinued-product-shop .products-list li .product-primary, .discontinued-product-shop .products-list .discontinued-product-item .product-primary, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary {
  font-family: Verdana, Geneva, sans-serif;
  float: none;
  width: 100%;
}
/* line 1860, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary .ratingsOuter, .category-products .products-list .discontinued-product-item .product-primary .ratingsOuter, .category-products .product-shop-carousel-wrapper li .product-primary .ratingsOuter, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary .ratingsOuter, .discontinued-product-shop .products-list li .product-primary .ratingsOuter, .discontinued-product-shop .products-list .discontinued-product-item .product-primary .ratingsOuter, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary .ratingsOuter, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary .ratingsOuter {
  text-align: left;
}
/* line 1864, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary .cat-ordercode .brand, .category-products .products-list .discontinued-product-item .product-primary .cat-ordercode .brand, .category-products .product-shop-carousel-wrapper li .product-primary .cat-ordercode .brand, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary .cat-ordercode .brand, .discontinued-product-shop .products-list li .product-primary .cat-ordercode .brand, .discontinued-product-shop .products-list .discontinued-product-item .product-primary .cat-ordercode .brand, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary .cat-ordercode .brand, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary .cat-ordercode .brand {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
/* line 1868, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary .cat-ordercode .brand a, .category-products .products-list .discontinued-product-item .product-primary .cat-ordercode .brand a, .category-products .product-shop-carousel-wrapper li .product-primary .cat-ordercode .brand a, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary .cat-ordercode .brand a, .discontinued-product-shop .products-list li .product-primary .cat-ordercode .brand a, .discontinued-product-shop .products-list .discontinued-product-item .product-primary .cat-ordercode .brand a, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary .cat-ordercode .brand a, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary .cat-ordercode .brand a {
  text-decoration: none;
  color: #4e4e4e;
  text-transform: uppercase;
}
/* line 1875, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary .cat-ordercode .code a, .category-products .products-list .discontinued-product-item .product-primary .cat-ordercode .code a, .category-products .product-shop-carousel-wrapper li .product-primary .cat-ordercode .code a, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary .cat-ordercode .code a, .discontinued-product-shop .products-list li .product-primary .cat-ordercode .code a, .discontinued-product-shop .products-list .discontinued-product-item .product-primary .cat-ordercode .code a, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary .cat-ordercode .code a, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary .cat-ordercode .code a {
  text-decoration: underline;
  color: #4e4e4e;
  text-transform: uppercase;
}
/* line 1882, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary .product-name, .category-products .products-list .discontinued-product-item .product-primary .product-name, .category-products .product-shop-carousel-wrapper li .product-primary .product-name, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary .product-name, .discontinued-product-shop .products-list li .product-primary .product-name, .discontinued-product-shop .products-list .discontinued-product-item .product-primary .product-name, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary .product-name, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary .product-name {
  margin: 0 0 15px;
}
/* line 1884, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .product-primary .product-name a, .category-products .products-list .discontinued-product-item .product-primary .product-name a, .category-products .product-shop-carousel-wrapper li .product-primary .product-name a, .category-products .product-shop-carousel-wrapper .discontinued-product-item .product-primary .product-name a, .discontinued-product-shop .products-list li .product-primary .product-name a, .discontinued-product-shop .products-list .discontinued-product-item .product-primary .product-name a, .discontinued-product-shop .product-shop-carousel-wrapper li .product-primary .product-name a, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .product-primary .product-name a {
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  color: #000000;
  display: inline-block;
  word-break: normal;
}
/* line 1896, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc .description, .category-products .products-list .discontinued-product-item .desc .description, .category-products .product-shop-carousel-wrapper li .desc .description, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc .description, .discontinued-product-shop .products-list li .desc .description, .discontinued-product-shop .products-list .discontinued-product-item .desc .description, .discontinued-product-shop .product-shop-carousel-wrapper li .desc .description, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc .description {
  text-decoration: none;
  color: #4e4e4e;
  font-size: 12px;
  display: block;
  margin: 0 0 15px;
  line-height: 15px;
}
/* line 1904, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc .product-rewards-point, .category-products .products-list .discontinued-product-item .desc .product-rewards-point, .category-products .product-shop-carousel-wrapper li .desc .product-rewards-point, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc .product-rewards-point, .discontinued-product-shop .products-list li .desc .product-rewards-point, .discontinued-product-shop .products-list .discontinued-product-item .desc .product-rewards-point, .discontinued-product-shop .product-shop-carousel-wrapper li .desc .product-rewards-point, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc .product-rewards-point {
  float: right;
}
/* line 1906, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc .product-rewards-point span, .category-products .products-list .discontinued-product-item .desc .product-rewards-point span, .category-products .product-shop-carousel-wrapper li .desc .product-rewards-point span, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc .product-rewards-point span, .discontinued-product-shop .products-list li .desc .product-rewards-point span, .discontinued-product-shop .products-list .discontinued-product-item .desc .product-rewards-point span, .discontinued-product-shop .product-shop-carousel-wrapper li .desc .product-rewards-point span, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc .product-rewards-point span {
  color: #a0b540;
}
/* line 1910, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc .product-more-information, .category-products .products-list .discontinued-product-item .desc .product-more-information, .category-products .product-shop-carousel-wrapper li .desc .product-more-information, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc .product-more-information, .discontinued-product-shop .products-list li .desc .product-more-information, .discontinued-product-shop .products-list .discontinued-product-item .desc .product-more-information, .discontinued-product-shop .product-shop-carousel-wrapper li .desc .product-more-information, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc .product-more-information {
  font-size: 13px;
  font-weight: bold;
  float: left;
  color: #2f2f2f;
}
/* line 1915, ../scss/module/_nn-default-2.scss */
.category-products .products-list li .desc .product-more-information a, .category-products .products-list .discontinued-product-item .desc .product-more-information a, .category-products .product-shop-carousel-wrapper li .desc .product-more-information a, .category-products .product-shop-carousel-wrapper .discontinued-product-item .desc .product-more-information a, .discontinued-product-shop .products-list li .desc .product-more-information a, .discontinued-product-shop .products-list .discontinued-product-item .desc .product-more-information a, .discontinued-product-shop .product-shop-carousel-wrapper li .desc .product-more-information a, .discontinued-product-shop .product-shop-carousel-wrapper .discontinued-product-item .desc .product-more-information a {
  color: #2f2f2f;
  text-decoration: underline;
  margin-right: 10px;
}
/* line 1924, ../scss/module/_nn-default-2.scss */
.category-products .products-grid, .discontinued-product-shop .products-grid {
  margin: 0 -15px 50px;
}
/* line 1926, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .product-info, .discontinued-product-shop .products-grid .product-info {
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
/* line 1930, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .product-info .product-image img, .discontinued-product-shop .products-grid .product-info .product-image img {
  width: auto;
  display: inline-block;
}
/* line 1936, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .actions, .discontinued-product-shop .products-grid .actions {
  position: static;
  min-height: 0;
}
/* line 1940, ../scss/module/_nn-default-2.scss */
.category-products .products-grid.first, .discontinued-product-shop .products-grid.first {
  margin-top: 35px;
}
/* line 1943, ../scss/module/_nn-default-2.scss */
.category-products .products-grid.last, .discontinued-product-shop .products-grid.last {
  margin-bottom: 70px;
}
/* line 1946, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li, .discontinued-product-shop .products-grid li {
  width: 25%;
  padding: 0 15px;
  margin: 0;
  clear: none;
}
/* line 1951, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li:last-child, .discontinued-product-shop .products-grid li:last-child {
  border: none;
}
/* line 1954, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li .cat-ordercode, .discontinued-product-shop .products-grid li .cat-ordercode {
  font-size: 13px;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
}
/* line 1959, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li .cat-ordercode .brand, .discontinued-product-shop .products-grid li .cat-ordercode .brand {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
}
/* line 1963, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li .cat-ordercode .brand a, .discontinued-product-shop .products-grid li .cat-ordercode .brand a {
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-align: right;
}
/* line 1972, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li .cat-ordercode .code, .discontinued-product-shop .products-grid li .cat-ordercode .code {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: left;
  padding-left: 0px;
}
/* line 1978, ../scss/module/_nn-default-2.scss */
.category-products .products-grid li .cat-ordercode .code a, .discontinued-product-shop .products-grid li .cat-ordercode .code a {
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 1985, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .product-image, .discontinued-product-shop .products-grid .product-image {
  border: none;
  margin: 0 0 5px;
}
/* line 1989, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .product-name, .discontinued-product-shop .products-grid .product-name {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin: 0 0 10px;
  word-wrap: break-word;
  min-height: 60px;
}
/* line 1997, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .price-box, .discontinued-product-shop .products-grid .price-box {
  margin-top: 6px;
}
/* line 1999, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .price-box .regular-price,
.category-products .products-grid .price-box .special-price, .discontinued-product-shop .products-grid .price-box .regular-price,
.discontinued-product-shop .products-grid .price-box .special-price {
  color: #d32028;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  margin: 0 0px;
  padding: 0;
}
/* line 2007, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .price-box .regular-price .price,
.category-products .products-grid .price-box .special-price .price, .discontinued-product-shop .products-grid .price-box .regular-price .price,
.discontinued-product-shop .products-grid .price-box .special-price .price {
  color: #d32028;
  font-size: 12px;
}
/* line 2012, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .price-box .old-price, .discontinued-product-shop .products-grid .price-box .old-price {
  font-size: 10px;
  color: #4e4e4e;
  display: inline-block;
  margin: 0 0px;
}
/* line 2017, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .price-box .old-price .price, .discontinued-product-shop .products-grid .price-box .old-price .price {
  font-size: 11px;
  text-decoration: none;
}
/* line 2021, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .price-box .old-price .save-price, .discontinued-product-shop .products-grid .price-box .old-price .save-price {
  display: none;
}
/* line 2027, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .actions button, .discontinued-product-shop .products-grid .actions button {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -43px -132px;
  background-color: #f8b537;
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 10px 6px 35px;
}
/* line 2035, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .actions input, .discontinued-product-shop .products-grid .actions input {
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  width: 60px;
}
/* line 2044, ../scss/module/_nn-default-2.scss */
.category-products .products-grid .ratings, .discontinued-product-shop .products-grid .ratings {
  text-align: center;
}

/* line 2050, ../scss/module/_nn-default-2.scss */
.account-login {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 20px 0px 20px 25px;
  border-radius: 6px;
}
/* line 2055, ../scss/module/_nn-default-2.scss */
.account-login .fieldset {
  margin: 0 0 10px !important;
}
/* line 2057, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .legend {
  font-size: 20px;
  padding: 0;
  border: none;
  margin: 0 0 20px;
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 2067, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list li {
  margin: 0;
}
/* line 2071, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list li.control:before, .account-login .fieldset .form-list li.control:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 2079, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list li.control input {
  display: none;
}
/* line 2082, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list li.control input[type=checkbox] + label {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  padding-left: 25px;
  height: 24px;
  display: inline-block;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: -48px -198px;
  font-size: 12px;
  cursor: pointer;
}
/* line 2093, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list li.control input[type=checkbox]:checked + label {
  background-position: -48px -227px;
}
/* line 2097, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .fields {
  margin: 0;
}
/* line 2099, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .fields:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 2107, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field {
  border-radius: 0px;
  float: left;
  width: 47%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 10px;
}
/* line 2114, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 2121, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field label {
  float: left;
  width: 85px;
  border: 1px solid #a0b540;
  text-align: right;
  font-size: 10px;
  padding: 0 5px 0 0;
  line-height: 32px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: normal;
}
/* line 2132, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field label:after {
  display: none;
}
/* line 2136, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field .input-box {
  padding: 0;
  float: left;
  width: calc(100% - 85px);
  position: relative;
}
/* line 2141, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field .input-box .validation-advice {
  position: static;
  font-size: 12px;
}
/* line 2145, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field .input-box input {
  border-radius: 0px 3px 3px 0px;
  height: 34px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #a0b540;
  border-left: none;
}
/* line 2156, ../scss/module/_nn-default-2.scss */
.account-login .fieldset .form-list .field .input-box input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 2164, ../scss/module/_nn-default-2.scss */
.account-login .buttons-set {
  border: none;
  padding: 0 25px 0 0;
}
/* line 2167, ../scss/module/_nn-default-2.scss */
.account-login .buttons-set .button {
  min-width: 0;
  width: auto;
  background: #f8b537;
  font-weight: normal;
  text-transform: capitalize;
}

/* line 2178, ../scss/module/_nn-default-2.scss */
.dashboard .viewRewards {
  text-transform: capitalize;
  font-size: 12px;
  margin-top: 30px;
}
/* line 2182, ../scss/module/_nn-default-2.scss */
.dashboard .viewRewards a {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  text-decoration: underline;
}
/* line 2191, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .group-select span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #4e4e4e;
}
/* line 2198, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox {
  padding: 0px 25px;
}
/* line 2200, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div {
  float: left;
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  min-height: 120px;
  border-top: 1px solid #a7a7a7;
}
/* line 2208, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div.atclear {
  display: none;
}
/* line 2211, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div:first-child {
  border-top: none;
}
/* line 2214, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div > div {
  width: 30%;
  float: left;
  text-align: center;
}
/* line 2218, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div > div + div {
  width: 41%;
  float: left;
  text-align: left;
  margin-left: auto;
}
/* line 2223, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div > div + div p {
  font-size: 12px !important;
  line-height: 16px !important;
  text-transform: initial !important;
  margin-bottom: 0px;
}
/* line 2231, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a {
  display: inline-block;
  float: none;
  height: 55px;
  width: 55px;
  margin: 0 6px;
  text-indent: -9999px;
}
/* line 2238, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a span {
  display: none;
}
/* line 2241, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_twitter {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0px -88px;
}
/* line 2244, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_twitter:hover {
  background-position: -173px -88px;
}
/* line 2248, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_facebook {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0px -25px;
}
/* line 2251, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_facebook:hover {
  background-position: -173px -25px;
}
/* line 2255, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_google_plusone_share {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0px -153px;
}
/* line 2258, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_google_plusone_share:hover {
  background-position: -173px -153px;
}
/* line 2262, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_blogger {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -457px;
}
/* line 2265, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_blogger:hover {
  background-position: -173px -457px;
}
/* line 2269, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_messenger {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -592px;
  width: 58px;
}
/* line 2273, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_messenger:hover {
  background-position: 0 0;
}
/* line 2277, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_whatsapp {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -522px;
  width: 58px;
  height: 58px;
}
/* line 2282, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_whatsapp:hover {
  background-position: 0 0;
}
/* line 2286, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_skype {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -217px;
  width: 58px;
  height: 58px;
}
/* line 2291, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_skype:hover {
  background-position: -173px -217px;
}
/* line 2295, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_gmail {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -281px;
}
/* line 2298, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_gmail:hover {
  background-position: -173px -281px;
}
/* line 2302, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_hotmail {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -345px;
}
/* line 2305, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_hotmail:hover {
  background-position: -173px -345px;
}
/* line 2309, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_email {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -401px;
  height: 55px;
  width: 57px;
}
/* line 2314, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox > div a.addthis_button_email:hover {
  background-position: -173px -401px;
}
/* line 2320, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .addthis_toolbox span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #4e4e4e;
}
/* line 2327, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account {
  margin: 0 0 22px;
  width: 100%;
}
/* line 2331, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .invitationSection h3 {
  text-transform: none;
}
/* line 2336, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .customer-name input {
  height: 34px;
  font-size: 18px;
  margin: 0 0 25px;
}
/* line 2342, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .refer-top-description {
  color: #4e4e4e;
}
/* line 2344, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .refer-top-description span {
  display: block;
}
/* line 2346, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .refer-top-description span.copyLink {
  font-size: 15px;
  font-weight: bold;
  margin: 18px 0 10px;
  color: #4e4e4e;
  line-height: 1;
}
/* line 2355, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .add-transaction-total {
  color: #4e4e4e;
  border-top: 1px solid #ededed;
  font-weight: bold;
  font-size: 12px;
  padding: 20px 0 10px;
  text-align: right;
}
/* line 2362, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .add-transaction-total span {
  float: right;
}
/* line 2365, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .add-transaction-total .label {
  display: inline-block;
  vertical-align: middle;
  width: 26%;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
/* line 2373, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .add-transaction-total .value {
  display: inline-block;
  vertical-align: middle;
  width: 21%;
  text-align: right;
  padding-right: 10px;
}
/* line 2382, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple th {
  background: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  border: none;
  font-size: 14px;
}
/* line 2390, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple td {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #ededed;
}
/* line 2396, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple th.first-col {
  width: 12%;
}
/* line 2399, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple th.sec-col {
  width: 16%;
}
/* line 2402, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple th.third-col {
  width: 32%;
}
/* line 2405, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple th.fourth-col {
  width: 19%;
}
/* line 2408, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .tableSimple th.fifth-col {
  width: 21%;
}
/* line 2413, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .col-1 {
  width: 50%;
  float: left;
  padding: 0 8px 0px 0;
  margin: 0;
}
/* line 2418, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .col-1 .box {
  min-height: 190px;
}
/* line 2422, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .col-2 {
  width: 50%;
  margin: 0;
  float: left;
  padding: 0 0px 0px 8px;
}
/* line 2427, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .col-2 .box {
  min-height: 190px;
}
/* line 2433, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 2437, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .buttons-set button {
  margin-left: 0;
  min-width: 0;
  margin: 5px 0 0;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  padding: 0 15px;
  text-transform: capitalize;
  font-size: 13px;
}
/* line 2450, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .form-list li {
  background: none;
  font-size: 10px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 2455, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .form-list li.control {
  position: relative;
  padding-left: 46px;
  padding-top: 12px;
  margin: 0 0 15px;
}
/* line 2460, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .form-list li.control input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 2469, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .form-list li.control input + label {
  font-size: 14px;
  background: none;
  font-weight: normal;
  text-transform: none;
  padding: 2px 0 0;
  max-width: 100%;
  width: auto;
}
/* line 2477, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .form-list li.control input + label:after {
  content: '';
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -57px -813px;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0px;
  top: 0;
}
/* line 2490, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .notificationsBlock .form-list li.control input:checked + label:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -110px -812px;
}
/* line 2502, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .rewardsPoints > div {
  margin: 0 0 8px;
}
/* line 2503, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .rewardsPoints > div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 2511, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .rewardsPoints > div:first-child p {
  font-size: 18px;
  color: #a0b540;
  font-weight: bold;
}
/* line 2518, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .rewardsPoints > div label {
  float: left;
  width: 145px;
  border: 1px solid #a0b540;
  border-radius: 3px 0px 0px 3px;
  text-align: right;
  font-size: 10px;
  padding: 0 25px 0 0;
  color: #4e4e4e;
  line-height: 32px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 2531, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .rewardsPoints > div p {
  height: 34px;
  margin: 0;
  float: left;
  width: 170px;
  border: 1px solid #a0b540;
  border-left: 0;
  padding-right: 25px;
  text-align: right;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
}
/* line 2549, ../scss/module/_nn-default-2.scss */
.dashboard .box-account {
  margin: 0;
  border: none;
  width: 50%;
  float: left;
  padding: 0 8px 0px 0;
}
/* line 2555, ../scss/module/_nn-default-2.scss */
.dashboard .box-account.box-recent {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}
/* line 2561, ../scss/module/_nn-default-2.scss */
.dashboard .box-account.box-recent:before, .dashboard .box-account.box-recent:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 2570, ../scss/module/_nn-default-2.scss */
.dashboard .box-account.ad-account-info {
  width: 50%;
  padding: 0 0px 0px 8px;
}
/* line 2573, ../scss/module/_nn-default-2.scss */
.dashboard .box-account.ad-account-info .col2-set {
  margin: 0px 0 15px;
}
/* line 2577, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .box-head {
  margin: 0;
  border: none;
  padding: 0;
}
/* line 2583, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  min-height: 190px;
}
/* line 2590, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .col-2,
.dashboard .box-account .col2-set .col-1 {
  float: none;
  display: block;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}
/* line 2598, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-title {
  padding-bottom: 10px;
  position: relative;
}
/* line 2601, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-title h3 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
}
/* line 2608, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-title .editBtn {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: none;
  background: #f8b537;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
}
/* line 2624, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-content p,
.dashboard .box-account .col2-set .box-content .master-card,
.dashboard .box-account .col2-set .box-content address {
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 2633, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-content .card-image {
  margin-bottom: 5px;
}
/* line 2636, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-content p {
  text-transform: uppercase;
  line-height: 30px;
}
/* line 2639, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .box-content p strong {
  text-transform: none;
}

/* line 2648, ../scss/module/_nn-default-2.scss */
.welcome-msg {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 25px;
  font-weight: normal;
  line-height: 1;
  text-transform: capitalize;
}
/* line 2655, ../scss/module/_nn-default-2.scss */
.welcome-msg strong {
  font-weight: normal;
}

/* line 2663, ../scss/module/_nn-default-2.scss */
.sidebar .block-account .block-title strong {
  color: #f8b537;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: arial;
  text-transform: capitalize;
  display: block;
}
/* line 2675, ../scss/module/_nn-default-2.scss */
.sidebar .block-account .block-content ul li {
  text-transform: capitalize;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  margin: 5px 0;
}
/* line 2681, ../scss/module/_nn-default-2.scss */
.sidebar .block-account .block-content ul li a {
  color: #4e4e4e;
  text-decoration: none;
}
/* line 2686, ../scss/module/_nn-default-2.scss */
.sidebar .block-account .block-content ul li.current a {
  color: #f8b537;
  font-weight: bold;
}
/* line 2689, ../scss/module/_nn-default-2.scss */
.sidebar .block-account .block-content ul li.current a strong {
  color: #f8b537;
  font-weight: bold;
}

/* line 2702, ../scss/module/_nn-default-2.scss */
.sprites-instock-outer .sprites-instock {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat center center;
  width: 21px;
  height: 21px;
  background-position: -56px -1px;
}
/* line 2711, ../scss/module/_nn-default-2.scss */
.sprites-instock-outer span {
  float: left;
  margin-top: 4px;
}

/* line 2718, ../scss/module/_nn-default-2.scss */
.ratingscartOuter > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

/* line 2725, ../scss/module/_nn-default-2.scss */
#an-content {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 10000000;
}
/* line 2730, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-error {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
/* line 2739, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-error #smily-face-newsletter {
  display: inline-block;
  vertical-align: middle;
}
/* line 2744, ../scss/module/_nn-default-2.scss */
#an-content .block-title {
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 3px solid #a0b540;
}
/* line 2752, ../scss/module/_nn-default-2.scss */
#an-content .block-title > div {
  display: inline-block;
  vertical-align: middle;
}
/* line 2756, ../scss/module/_nn-default-2.scss */
#an-content .block-title strong {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 2766, ../scss/module/_nn-default-2.scss */
#an-content .block-title a {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 62px;
  height: 43px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -257px;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 2777, ../scss/module/_nn-default-2.scss */
#an-content .block-title a img {
  opacity: 0;
}
/* line 2783, ../scss/module/_nn-default-2.scss */
#an-content .an-segments .an-data {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
/* line 2789, ../scss/module/_nn-default-2.scss */
#an-content .an-buttons {
  text-align: center;
}
/* line 2793, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email {
  border-radius: 3px;
  border: 1px solid #a0b540;
  position: relative;
  margin-bottom: 20px;
}
/* line 2798, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 2805, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email .field-error {
  width: 100%;
  text-align: left;
  color: red;
  position: absolute;
  left: 0;
  bottom: -16px;
  display: none;
  font-size: 10px;
}
/* line 2815, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email label {
  float: left;
  width: 95px !important;
  border-right: 1px solid #a0b540;
  text-align: right;
  font-size: 10px;
  padding: 0 5px 0 0;
  line-height: 34px;
  font-weight: normal;
}
/* line 2824, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email label:after {
  display: none;
}
/* line 2828, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email .input-box {
  padding: 0;
  float: left;
  width: calc(100% - 95px);
  position: relative;
}
/* line 2833, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email .input-box .validation-advice {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 10px;
}
/* line 2839, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email .input-box input {
  height: 34px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  background: none;
}
/* line 2848, ../scss/module/_nn-default-2.scss */
#an-content .newsletter-fields .newsletter-email .input-box input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 2855, ../scss/module/_nn-default-2.scss */
#an-content .an-checkboxes {
  margin-top: 20px;
}
/* line 2857, ../scss/module/_nn-default-2.scss */
#an-content .an-checkboxes li {
  display: block;
  position: relative;
  padding-top: 10px;
  min-height: 40px;
  margin: 0 0 20px;
  line-height: 1.2;
  padding-left: 50px;
  text-align: left;
}
/* line 2866, ../scss/module/_nn-default-2.scss */
#an-content .an-checkboxes li input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 2875, ../scss/module/_nn-default-2.scss */
#an-content .an-checkboxes li input + label {
  font-size: 14px;
  font-weight: normal;
}
/* line 2878, ../scss/module/_nn-default-2.scss */
#an-content .an-checkboxes li input + label:after {
  content: '';
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -57px -813px;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0px;
  top: 0;
}
/* line 2891, ../scss/module/_nn-default-2.scss */
#an-content .an-checkboxes li input:checked + label:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -110px -812px;
}

/* line 2902, ../scss/module/_nn-default-2.scss */
.popupPosition {
  position: fixed;
  left: 50%;
  top: 60px;
  width: 480px;
  margin-left: -240px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 10000000;
  padding: 12px;
}

/* line 2915, ../scss/module/_nn-default-2.scss */
.popup-desc {
  display: none;
}

/* line 2920, ../scss/module/_nn-default-2.scss */
.category-products .pages {
  padding: 0;
}

/* line 2925, ../scss/module/_nn-default-2.scss */
.toolbar {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 2927, ../scss/module/_nn-default-2.scss */
.toolbar select {
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  text-align: center;
  padding: 0 25px 0 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/toolbar-arrow.png") no-repeat right 5px center;
  position: relative;
  cursor: pointer;
  /*		&:after {
  	width: 18px;
  	height: 9px;
  	display: inline-block;
  	content: "";
  	@include spriteimg(-231px, -119px);
  	position: absolute;
  	right: 11px;
  	top: 11px;
  }*/
}
/* line 2952, ../scss/module/_nn-default-2.scss */
.toolbar label {
  font-family: Verdana, Geneva, sans-serif;
  text-transform: capitalize;
}
/* line 2956, ../scss/module/_nn-default-2.scss */
.toolbar .pager {
  float: left;
}
/* line 2959, ../scss/module/_nn-default-2.scss */
.toolbar .pager .count-container .amount {
  float: left;
  margin-right: 10px;
}
/* line 2963, ../scss/module/_nn-default-2.scss */
.toolbar .pager .count-container .limiter {
  float: left;
}
/* line 2966, ../scss/module/_nn-default-2.scss */
.toolbar .pager .count-container .toolbar-title {
  display: none;
}
/* line 2971, ../scss/module/_nn-default-2.scss */
.toolbar .sorter {
  float: right;
}
/* line 2973, ../scss/module/_nn-default-2.scss */
.toolbar .sorter .sort-by {
  margin-right: 10px;
}
/* line 2977, ../scss/module/_nn-default-2.scss */
.toolbar .sorter .view-mode .grid {
  text-indent: 0;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: 0 -788px;
  text-decoration: none;
  padding-left: 20px;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  width: auto;
  margin-right: 10px;
  float: right;
}
/* line 2990, ../scss/module/_nn-default-2.scss */
.toolbar .sorter .view-mode .list {
  text-indent: 0;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: 0 -744px;
  text-decoration: none;
  padding-left: 20px;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  width: auto;
  margin-right: 10px;
}
/* line 3002, ../scss/module/_nn-default-2.scss */
.toolbar .sorter .view-mode .list:hover,
.toolbar .sorter .view-mode strong.list {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: 0 -766px;
}
/* line 3007, ../scss/module/_nn-default-2.scss */
.toolbar .sorter .view-mode .grid:hover,
.toolbar .sorter .view-mode strong.grid {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: 0 -811px;
}

/* line 3017, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager {
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 3020, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3027, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager select {
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  text-align: center;
  padding: 0 30px 0 10px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/toolbar-arrow.png") no-repeat right 5px center;
  position: relative;
  cursor: pointer;
  	/*		&:after {
  	width: 18px;
  	height: 9px;
  	display: inline-block;
  	content: "";
  	@include spriteimg(-231px, -119px);
  	position: absolute;
  	right: 11px;
  	top: 11px;
  }*/
}
/* line 3052, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager label {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 20px;
}
/* line 3058, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager .sorter {
  margin: 0;
  float: right;
}
/* line 3061, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager .sorter .sort-by {
  height: auto;
  margin-right: 40px;
}
/* line 3066, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager .pager {
  line-height: 1;
  margin: 0;
  float: right;
}
/* line 3071, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager .pager .count-container .amount {
  float: left;
  margin: 0;
  line-height: 20px;
}
/* line 3076, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager .pager .count-container .limiter {
  float: left;
}
/* line 3079, ../scss/module/_nn-default-2.scss */
.my-account .upper-pager .pager .count-container .toolbar-title {
  display: none;
}

/* line 3089, ../scss/module/_nn-default-2.scss */
.review-customer-index .bottom-pager .count-container {
  display: none;
}
/* line 3094, ../scss/module/_nn-default-2.scss */
.review-customer-index .my-account .upper-pager {
  padding: 0 0 10px;
}
/* line 3096, ../scss/module/_nn-default-2.scss */
.review-customer-index .my-account .upper-pager .sorter {
  margin-top: 6px;
}
/* line 3098, ../scss/module/_nn-default-2.scss */
.review-customer-index .my-account .upper-pager .sorter .sort-by {
  margin-right: 15px;
}
/* line 3103, ../scss/module/_nn-default-2.scss */
.review-customer-index .my-account .count-container {
  margin-top: 6px;
}
/* line 3107, ../scss/module/_nn-default-2.scss */
.review-customer-index .pages {
  margin-top: 0;
}

/* line 3114, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .customDataTable,
.productreturn-front-list .customDataTable {
  clear: right;
}
/* line 3117, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .return-title,
.productreturn-front-list .return-title {
  margin-top: 8px;
  float: left;
}
/* line 3121, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .orderReturn,
.productreturn-front-list .orderReturn {
  margin-top: 8px;
  float: left;
}
/* line 3125, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .pager,
.productreturn-front-list .pager {
  position: relative;
  top: 0px;
  margin-top: 0;
}
/* line 3129, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .pager select,
.productreturn-front-list .pager select {
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  text-align: center;
  padding: 0 25px 0 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/toolbar-arrow.png") no-repeat right 5px center;
  position: relative;
  cursor: pointer;
  	/*		&:after {
  	width: 18px;
  	height: 9px;
  	display: inline-block;
  	content: "";
  	@include spriteimg(-231px, -119px);
  	position: absolute;
  	right: 11px;
  	top: 11px;
  }*/
}
/* line 3154, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .pager:after,
.productreturn-front-list .pager:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3162, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .amount,
.productreturn-front-list .amount {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 3168, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .limiter label,
.productreturn-front-list .limiter label {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

/* line 3183, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li.current,
.productreturn-front-newrequestselectorder .pages li.current,
.review-customer-index .pages li.current,
.ticket-list-wrapper .pages li.current,
.category-products .pages li.current {
  font-weight: bold;
  text-decoration: underline;
  border: none;
  width: auto;
  color: #4e4e4e;
  margin: 0 2px;
}
/* line 3191, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a,
.productreturn-front-newrequestselectorder .pages li a,
.review-customer-index .pages li a,
.ticket-list-wrapper .pages li a,
.category-products .pages li a {
  width: auto;
  margin: 0 2px;
  color: #4e4e4e;
}
/* line 3195, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a.next,
.productreturn-front-newrequestselectorder .pages li a.next,
.review-customer-index .pages li a.next,
.ticket-list-wrapper .pages li a.next,
.category-products .pages li a.next {
  width: auto;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-left: 11px;
  text-transform: capitalize;
}
/* line 3203, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a.next:before,
.productreturn-front-newrequestselectorder .pages li a.next:before,
.review-customer-index .pages li a.next:before,
.ticket-list-wrapper .pages li a.next:before,
.category-products .pages li a.next:before {
  border: none;
  content: '...';
  left: 0;
  top: 4px;
  content: '...';
}
/* line 3210, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a.next:hover,
.productreturn-front-newrequestselectorder .pages li a.next:hover,
.review-customer-index .pages li a.next:hover,
.ticket-list-wrapper .pages li a.next:hover,
.category-products .pages li a.next:hover {
  border: none;
}
/* line 3214, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a.previous,
.productreturn-front-newrequestselectorder .pages li a.previous,
.review-customer-index .pages li a.previous,
.ticket-list-wrapper .pages li a.previous,
.category-products .pages li a.previous {
  width: auto;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-right: 11px;
  text-transform: capitalize;
}
/* line 3222, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a.previous:before,
.productreturn-front-newrequestselectorder .pages li a.previous:before,
.review-customer-index .pages li a.previous:before,
.ticket-list-wrapper .pages li a.previous:before,
.category-products .pages li a.previous:before {
  border: none;
  right: 0;
  top: 0px;
  content: '...';
  width: auto;
  margin: 0;
  left: auto;
}
/* line 3231, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .pages li a.previous:hover,
.productreturn-front-newrequestselectorder .pages li a.previous:hover,
.review-customer-index .pages li a.previous:hover,
.ticket-list-wrapper .pages li a.previous:hover,
.category-products .pages li a.previous:hover {
  border: none;
}

/* line 3241, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order-head {
  margin: 0 0 10px;
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0 5px 20px;
}
/* line 3249, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order-head .headfirst {
  font-size: 20px;
  float: left;
  width: 60%;
}
/* line 3254, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order-head .headSec {
  float: left;
  width: 20%;
  text-align: center;
}
/* line 3259, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order-head .headThird {
  float: left;
  width: 20%;
  text-align: right;
}
/* line 3265, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order {
  border-bottom: 1px solid #ededed;
}
/* line 3267, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order:last-child {
  border: none;
}
/* line 3270, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-detail {
  display: none;
}
/* line 3272, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-detail.recent-order-active {
  display: block;
}
/* line 3276, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-accordion {
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0 8px 20px;
  cursor: pointer;
  position: relative;
}
/* line 3286, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-accordion .number:after {
  content: '+';
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  cursor: pointer;
}
/* line 3297, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-accordion.recent-order-active .number:after {
  content: '-';
  position: absolute;
  left: 4px;
  top: 6px;
  cursor: pointer;
  font-size: 18px;
}
/* line 3307, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-accordion .number {
  float: left;
  width: 60%;
}
/* line 3311, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-accordion .date {
  float: left;
  width: 20%;
  text-align: center;
}
/* line 3316, ../scss/module/_nn-default-2.scss */
.box-recent .recent-order .recent-order-accordion .shipment-date {
  float: left;
  width: 20%;
  text-align: right;
}
/* line 3324, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table {
  display: inline-block;
  line-height: 1.4;
}
/* line 3327, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table tr {
  border: none;
}
/* line 3329, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table tr td {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  padding: 0 5px;
  line-height: 1.4;
  position: relative;
}
/* line 3336, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table tr td:last-child {
  text-align: left;
}
/* line 3340, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table tr td:first-child:after {
  content: ':';
  position: absolute;
  right: -5px;
  top: 0;
}
/* line 3346, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table tr td:first-child strong {
  font-weight: normal;
}
/* line 3353, ../scss/module/_nn-default-2.scss */
.box-recent .order-totals table .subtotal td {
  padding-bottom: 10px;
}

/* line 3361, ../scss/module/_nn-default-2.scss */
.order-track {
  text-align: right;
  padding: 0 130px 5px 0;
}

/* line 3367, ../scss/module/_nn-default-2.scss */
.order-totals {
  text-align: right;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  padding: 10px 0 20px;
}

/* line 3376, ../scss/module/_nn-default-2.scss */
.recent-order .order-totals {
  padding: 10px 0 20px 0;
}
/* line 3379, ../scss/module/_nn-default-2.scss */
.recent-order .order-track {
  padding: 0 0 10px;
}

/* line 3384, ../scss/module/_nn-default-2.scss */
.recent-order-items {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border-top: 1px solid #ededed;
}
/* line 3388, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #4e4e4e;
}
/* line 3393, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li {
  float: left;
  color: #928e8e;
}
/* line 3396, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-image {
  width: 15%;
}
/* line 3399, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-name {
  width: 26%;
}
/* line 3402, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-qty {
  width: 11%;
  text-align: center;
}
/* line 3406, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-review {
  width: 9%;
}
/* line 3409, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-reorder {
  width: 13%;
}
/* line 3412, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-price {
  width: 12%;
  text-align: center;
}
/* line 3416, ../scss/module/_nn-default-2.scss */
.recent-order-items .recent-order-detail-header > li.header-total {
  width: 14%;
  text-align: right;
}
/* line 3422, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items {
  padding: 0;
}
/* line 3424, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li {
  border-top: 1px solid #ededed;
  padding: 10px 0;
}
/* line 3427, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li:last-child {
  border-bottom: 1px solid #ededed;
}
/* line 3430, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div {
  float: left;
  color: #928e8e;
}
/* line 3433, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div a {
  color: #928e8e;
  text-decoration: underline;
  line-height: 16px;
}
/* line 3438, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-image {
  width: 15%;
}
/* line 3441, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-name {
  width: 26%;
}
/* line 3443, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-name .product-sku {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
/* line 3447, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-name .product-sku:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3456, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-qty {
  width: 11%;
  text-align: center;
}
/* line 3460, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-review {
  width: 9%;
}
/* line 3463, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-reorder {
  width: 13%;
  position: relative;
  text-align: center;
}
/* line 3467, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-reorder a {
  text-decoration: underline;
}
/* line 3471, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-price {
  width: 12%;
  text-align: center;
}
/* line 3475, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items li > div.item-total {
  width: 14%;
  text-align: right;
}
/* line 3482, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-totals {
  padding: 10px 40px 20px;
}

/* line 3489, ../scss/module/_nn-default-2.scss */
.my-account .page-title h1 {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 25px;
  font-weight: normal;
  line-height: 1;
  color: #636363;
}

/* line 3503, ../scss/module/_nn-default-2.scss */
body.customer-account .my-account .title-buttons .button {
  top: -55px;
}
/* line 3508, ../scss/module/_nn-default-2.scss */
body.customer-account .data-table tr td a {
  font-family: Verdana, Geneva, sans-serif;
}

/* line 3514, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary {
  margin-bottom: 35px;
}
/* line 3517, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item {
  width: 50%;
  padding: 0 8px 15px 0;
  float: left;
  margin: 0;
}
/* line 3522, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item:nth-child(2n) {
  padding: 0 0px 15px 8px;
}
/* line 3525, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item .box {
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
  padding: 10px 25px 50px 25px;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  min-height: 260px;
}
/* line 3532, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item .box h3 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* line 3538, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item .box h3 span {
  font-weight: normal;
}
/* line 3542, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item .box .btnOrange {
  float: right;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
/* line 3549, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item .address-nickname {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* line 3555, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item .address-nickname span {
  font-weight: normal;
}
/* line 3559, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-primary ol .item p,
.addresses-list .addresses-primary ol .item address {
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.4;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 3571, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional h2 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
/* line 3579, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item {
  width: 50%;
  padding: 0 8px 15px 0;
  float: left;
  margin: 0;
}
/* line 3584, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item:nth-child(2n) {
  padding: 0 0px 15px 8px;
}
/* line 3587, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item .box {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 50px 25px;
  border-radius: 6px;
  min-height: 260px;
  position: relative;
}
/* line 3594, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item .box .btnOrange {
  float: right;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
/* line 3600, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item .box .link-remove {
  position: absolute;
  right: 105px;
  bottom: 15px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 3608, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item .address-nickname {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* line 3614, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item .address-nickname span {
  font-weight: normal;
}
/* line 3618, ../scss/module/_nn-default-2.scss */
.addresses-list .addresses-additional ol .item p,
.addresses-list .addresses-additional ol .item address {
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.4;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 10px;
}

/* line 3635, ../scss/module/_nn-default-2.scss */
body.customer-account .primary-address-wrapper .page-title h1 {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
}
/* line 3645, ../scss/module/_nn-default-2.scss */
body.customer-account .primary-address-wrapper .legend {
  text-align: center;
  font-size: 12px;
  color: #636363;
  margin: 0px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 10px;
  border: none;
  text-transform: none;
}
/* line 3655, ../scss/module/_nn-default-2.scss */
body.customer-account .primary-address-wrapper .fieldset {
  margin: 0 !important;
}

/* line 3661, ../scss/module/_nn-default-2.scss */
.formOuterBorder {
  font-family: Verdana, Geneva, sans-serif;
  padding: 10px 0;
  border-radius: 6px;
  margin-top: 0px;
}
/* line 3666, ../scss/module/_nn-default-2.scss */
.formOuterBorder .buttons-set {
  text-align: center;
}
/* line 3668, ../scss/module/_nn-default-2.scss */
.formOuterBorder .buttons-set button {
  min-width: 0;
  float: none;
}
/* line 3674, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list li {
  margin: 0;
}
/* line 3678, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list li.control:before, .formOuterBorder .form-list li.control:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3686, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list li.control input {
  display: none;
}
/* line 3689, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list li.control input[type=checkbox] + label {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  padding-left: 25px;
  height: 24px;
  display: inline-block;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: -48px -198px;
  font-size: 12px;
  cursor: pointer;
}
/* line 3700, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list li.control input[type=checkbox]:checked + label {
  background-position: -48px -227px;
}
/* line 3704, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .fields {
  margin: 0;
}
/* line 3706, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .fields:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3714, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field {
  position: relative;
  margin-bottom: 10px;
}
/* line 3717, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3724, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field label {
  float: left;
  width: 80px;
  border: 1px solid #a0b540;
  border-radius: 3px 0px 0px 3px;
  text-align: right;
  font-size: 10px;
  padding: 0 5px 0 0;
  line-height: 32px;
  font-weight: normal;
}
/* line 3734, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field label:after {
  display: none;
}
/* line 3737, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field label.twoLine {
  line-height: 1.4;
  height: 34px;
  padding-top: 2px;
}
/* line 3743, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box {
  padding: 0;
  float: left;
  width: calc(100% - 80px);
}
/* line 3747, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box .validation-advice {
  position: static;
  right: 0;
  bottom: -15px;
  font-size: 12px;
}
/* line 3753, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box select {
  border: none;
  width: 100%;
  height: 34px;
  margin: 0;
  width: 100%;
  border: 1px solid #a0b540;
  border-left: 0;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
}
/* line 3766, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box select:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 3769, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box select:active, .formOuterBorder .form-list .field .input-box select:hover, .formOuterBorder .form-list .field .input-box select:focus {
  outline: none;
}
/* line 3775, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box input {
  height: 34px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #a0b540;
  border-left: 0;
  border-radius: 0px 3px 3px 0px;
}
/* line 3786, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .input-box input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 3791, ../scss/module/_nn-default-2.scss */
.formOuterBorder .form-list .field .invalid-zip {
  position: absolute;
  left: 88px;
  top: 31px;
  font-size: 10px;
  color: #ff0000;
  z-index: 9;
}

/* line 3804, ../scss/module/_nn-default-2.scss */
#fb-root .fb_dialog_advanced {
  position: fixed;
}
/* line 3806, ../scss/module/_nn-default-2.scss */
#fb-root .fb_dialog_advanced a.fb_dialog_close_icon {
  background: transparent url("http://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png") no-repeat scroll 0 0 !important;
  cursor: pointer !important;
  display: block !important;
  height: 15px !important;
  position: absolute !important;
  right: 18px !important;
  top: 17px !important;
  width: 15px !important;
}

/* line 3820, ../scss/module/_nn-default-2.scss */
.product-view .product-social {
  margin-top: 38px;
}
/* line 3823, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_default_style:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3830, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_default_style .facebook-like {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  margin-left: 35px;
}
/* line 3836, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_default_style .facebook-like .plugin td {
  line-height: 1;
}
/* line 3840, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_default_style .facebook-like .share-div {
  display: inline-block;
  vertical-align: top;
}
/* line 3844, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_default_style .facebook-like:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 3855, ../scss/module/_nn-default-2.scss */
.product-view .product-social .product-shop .short-description b {
  padding-right: 180px;
  display: inline-block;
}
/* line 3862, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a {
  display: inline-block;
  vertical-align: middle;
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-small.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
/* line 3874, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_pinterest {
  background-position: -88px -3px;
}
/* line 3876, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_pinterest:hover {
  background-position: -88px -27px;
}
/* line 3879, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_pinterest .pin_it_iframe_widget {
  height: auto;
}
/* line 3882, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_pinterest .at_PinItButton {
  width: auto;
  height: auto;
  background: none;
}
/* line 3888, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_twitter {
  background-position: -20px -3px;
}
/* line 3890, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_twitter:hover {
  background-position: -20px -27px;
}
/* line 3894, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_google_plusone_share {
  background-position: -40px -3px;
}
/* line 3896, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_google_plusone_share:hover {
  background-position: -40px -27px;
}
/* line 3900, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_email {
  background-position: -60px -4px;
  width: 26px;
}
/* line 3903, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_email:hover {
  background-position: -60px -28px;
}
/* line 3907, ../scss/module/_nn-default-2.scss */
.product-view .product-social .addthis_toolbox a.addthis_button_print {
  background-position: -118px -1px;
  width: 20px;
  height: 20px;
  margin-left: 35px;
}
/* line 3916, ../scss/module/_nn-default-2.scss */
.product-view .product-social .mw-facebook p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 0px;
}
/* line 3922, ../scss/module/_nn-default-2.scss */
.product-view .product-social .mw-facebook #mw-share-facebook {
  padding-top: 0;
  width: auto;
  padding-bottom: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
/* line 3929, ../scss/module/_nn-default-2.scss */
.product-view .product-social .mw-facebook #mw-share-facebook a {
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-small.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  display: inline-block;
  vertical-align: middle;
}
/* line 3938, ../scss/module/_nn-default-2.scss */
.product-view .product-social .mw-facebook #mw-share-facebook a:hover {
  background-position: 0 -27px;
}
/* line 3945, ../scss/module/_nn-default-2.scss */
.product-view .product-essential {
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
                           /*
border: 1px solid $c-light-xgrey;*/
  padding: 0px 20px 15px 0;
                         /*
border-radius: 6px;*/
}
/* line 3954, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .facebook-like .fb-like > span {
  margin: 0 0 8px;
}
/* line 3959, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-image {
  border: none;
}
/* line 3962, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-name {
  padding-right: 22%;
  display: block;
}
/* line 3965, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-name h1 {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  text-transform: none;
  border: none;
  margin: 0 0 5px;
  padding: 0;
  min-height: 66px;
}
/* line 3976, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .prod-info-popup {
  top: 400px;
  left: -34px;
}
/* line 3979, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .prod-info-popup#view-label-popup {
  bottom: 0;
  left: 20px;
  width: 900px;
  top: auto;
  z-index: 1111111;
}
/* line 3987, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box {
  width: 26%;
  float: left;
  padding-right: 5px;
  position: relative;
}
/* line 3992, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .rule-name {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3996, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .rule-name .bonus-item-plus-image {
  width: 112px;
  height: 37px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -127px -503px;
}
/* line 4003, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .prod-info-popup {
  top: auto;
  left: 0;
  bottom: 0;
}
/* line 4007, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .prod-info-popup img {
  width: 300px;
  height: 300px;
  display: inline-block;
}
/* line 4013, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .product-image {
  border: none;
  padding: 10px 0 0;
}
/* line 4016, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .product-image img {
  max-width: 100%;
}
/* line 4019, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-img-box .product-image:hover {
  border: none;
}
/* line 4024, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 0;
  width: 170px;
}
/* line 4031, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .upc-code,
.product-view .product-essential .right-info .product-sku {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 6px;
}
/* line 4037, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .product-sku {
  margin-top: 22px;
}
/* line 4039, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .product-sku span {
  text-decoration: underline;
}
/* line 4043, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container {
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 8px;
  margin-top: 12px;
}
/* line 4049, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container a {
  color: #a0b540;
  position: relative;
  text-decoration: none;
}
/* line 4053, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container a span {
  color: #4e4e4e;
}
/* line 4056, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container a:after {
  position: absolute;
  content: ' ';
  right: -70px;
  top: 2px;
  height: 30px;
  width: 52px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png);
  background-repeat: no-repeat;
  background-position: 0 -361px;
}
/* line 4070, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition {
  text-align: center;
  padding: 5px 30px 20px;
}
/* line 4073, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .block-subtitle {
  color: #f8b537;
  font-size: 30px;
  border-bottom: 2px solid #a0b540;
  line-height: 1.4;
  margin: 0 0 3px;
}
/* line 4080, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content {
  font-weight: normal;
}
/* line 4082, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content h3 {
  color: #f8b537;
  font-size: 24px;
}
/* line 4086, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content ol {
  list-style: none;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 10px 28px;
}
/* line 4094, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content ol li span:first-child {
  color: #f8b537;
}
/* line 4100, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content ul li {
  text-align: center;
}
/* line 4102, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content ul li img {
  display: inline-block;
}
/* line 4107, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content .ships-sidenote {
  font-weight: normal;
  font-size: 14px;
  color: #f8b537;
  padding: 8px 0;
  border-bottom: 1px solid #636363;
}
/* line 4114, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .free-shipping-container .popupPosition .popup-content .popup-disclaimer {
  text-align: left;
  font-size: 9px;
  color: #4e4e4e;
  line-height: 1.2;
  padding: 5px 0;
  margin: 0 -20px;
  letter-spacing: -0.3px;
  text-align: center;
}
/* line 4127, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .best-price-text {
  font-size: 13px;
  font-weight: bold;
  color: #a0b540;
  white-space: nowrap;
  margin-top: 20px;
  position: relative;
  right: 7px;
}
/* line 4136, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .bonus-text {
  margin: 7px 0 10px;
}
/* line 4139, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper {
  width: 150px;
  text-align: center;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 0;
  margin: 0px;
  position: relative;
  right: 0px;
  display: inline-block;
  float: none;
}
/* line 4150, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .order-options-header {
  background: #a0b540;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
/* line 4157, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box {
  padding: 0 0 10px;
}
/* line 4159, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-links {
  margin: 15px 0 0;
  text-align: center;
  display: block;
  width: 100%;
  float: none;
}
/* line 4165, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-links li {
  float: none;
}
/* line 4168, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-links a {
  text-decoration: underline;
}
/* line 4172, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 4176, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper {
  display: block;
  margin: 0;
  float: none;
}
/* line 4180, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper label {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
  float: none;
  display: block;
  margin: 0;
  color: #4e4e4e;
}
/* line 4189, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper input {
  float: none;
  height: 25px;
  text-align: center;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  width: 60px;
}
/* line 4200, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons {
  float: none;
  margin: 20px 0 0;
  min-height: 0;
}
/* line 4204, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons button {
  padding: 0 6px 0 38px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  min-width: 0;
  float: none;
  min-height: 0;
  width: auto;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat #f8b537;
  background-position: 7px -896px;
  font-size: 13px;
}
/* line 4222, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop {
  width: 74%;
  float: right;
}
/* line 4225, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-name {
  display: none;
}
/* line 4229, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .bonus-buttons button {
  font-size: 14px;
  background: none;
  color: #4e4e4e;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
  font-weight: normal;
}
/* line 4238, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .bonus-buttons button.btn-green-text {
  font-weight: bold;
  color: #a0b540;
  text-transform: uppercase;
}
/* line 4245, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .rule-name {
  display: none;
}
/* line 4248, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .more-info {
  text-align: right;
  font-weight: bold;
}
/* line 4251, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .more-info .more-info-link {
  text-transform: uppercase;
  color: #a0b540;
  cursor: pointer;
  font-size: 14px;
}
/* line 4258, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand {
  /*min-height: 100px;*/
  margin: 0 0 40px;
}
/* line 4261, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .shopbybrands-brand-page {
  display: inline-block;
  vertical-align: middle;
}
/* line 4265, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .shopbybrands-brand-page .display-both .brand-img-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 4270, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .shopbybrands-brand-page .display-both .brandWrapper {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* line 4274, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .shopbybrands-brand-page .display-both .brandWrapper a {
  dislay: block;
  font-weight: bold;
  font-size: 14px;
}
/* line 4278, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .shopbybrands-brand-page .display-both .brandWrapper a .made-by {
  color: #a0b540;
}
/* line 4281, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .shopbybrands-brand-page .display-both .brandWrapper a .brand-name {
  padding: 0;
  color: #4e4e4e;
}
/* line 4289, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .prod-video-review {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 4293, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .prod-video-review .prod-info-popup {
  width: 225px;
  border-radius: 5px;
  top: -8px;
  left: 16px;
  margin: 0;
  padding: 16px 13px;
  text-align: center;
}
/* line 4302, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .prod-video-review .video-image {
  width: 96px;
  height: 30px;
  text-indent: -9999px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -1016px;
  display: inline-block;
  cursor: pointer;
}
/* line 4311, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .product-brand .prod-video-review .video-image-available {
  width: 104px;
  height: 32px;
  text-indent: -9999px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -1337px;
  display: inline-block;
}
/* line 4321, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info {
  float: none;
  text-align: left;
  padding: 0;
  max-width: 100%;
  padding-right: 22%;
  width: 100%;
  margin: 0;
  position: relative;
}
/* line 4331, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .availability .value {
  font-weight: bold;
  font-size: 14px;
  margin: 4px 0px 0 -4px;
}
/* line 4336, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .availability span {
  float: left;
}
/* line 4340, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .rating-links {
  font-size: 14px;
  margin-top: 6px;
  float: left;
  clear: none;
}
/* line 4345, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .rating-links a {
  margin-right: 25px;
}
/* line 4347, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .rating-links a:last-child {
  margin: 0 3px 0 0;
}
/* line 4352, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .re-points-outer {
  float: left;
  margin: 6px 0 0 5px;
  font-size: 14px;
}
/* line 4357, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .ratings {
  margin-bottom: 3px;
}
/* line 4359, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .ratings .rating-box {
  cursor: pointer;
  margin-top: 0;
  margin-right: 10px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 4367, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .extra-info .ratings .rating-box .rating {
  cursor: pointer;
}
/* line 4373, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .short-description {
  margin-top: 50px;
}
/* line 4376, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .prod-points-detail {
  font-size: 14px;
  /*margin: 15px 0px 0;*/
  padding-right: 22%;
  position: relative;
  bottom: auto;
}
/* line 4382, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .prod-points-detail > a {
  text-decoration: underline;
  cursor: pointer;
}
/* line 4386, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .prod-points-detail > span {
  margin-right: 20px;
}
/* line 4389, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .prod-points-detail .popupPosition {
  text-align: center;
  padding: 5px 30px 20px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  margin: 0;
  z-index: 111;
}
/* line 4398, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .prod-points-detail .popupPosition .reward-pop-title {
  color: #f8b537;
  font-size: 30px;
  border-bottom: 2px solid #a0b540;
  line-height: 1.4;
  margin: 0 0 3px;
  font-weight: bold;
}
/* line 4406, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .prod-points-detail .popupPosition .subTitle {
  color: #4e4e4e;
  font-size: 12px;
  margin: 12px 0;
  display: block;
}
/* line 4414, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info {
  float: none;
  text-align: left;
  padding: 0;
  padding-right: 22%;
  max-width: 100%;
  margin: 0 0 30px;
}
/* line 4421, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info > span {
  display: inline-block;
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1.4;
  vertical-align: middle;
  margin: 5px 0 0;
}
/* line 4429, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
/* line 4433, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .regular-price {
  font-size: 24px;
  color: #d02027;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
}
/* line 4440, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .regular-price span {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1.4;
  text-transform: none;
  padding: 0;
  text-decoration: none;
}
/* line 4449, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .special-price {
  padding: 0;
  vertical-align: middle;
}
/* line 4452, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .special-price .price,
.product-view .product-essential .product-shop .price-info .price-box .special-price .price-label {
  font-size: 24px;
  color: #d02027;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
}
/* line 4462, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .old-price {
  padding: 5px 0 0 10px;
  vertical-align: middle;
}
/* line 4465, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .old-price .price,
.product-view .product-essential .product-shop .price-info .price-box .old-price .price-label {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1.4;
  text-transform: none;
  padding: 0;
  text-decoration: none;
}
/* line 4475, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .expired-label {
  text-align: left;
  color: #d02027;
}
/* line 4479, ../scss/module/_nn-default-2.scss */
.product-view .product-essential .product-shop .price-info .price-box .available-qty {
  text-align: left;
  margin-top: 5px;
}
/* line 4487, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper, .product-view .product-description-wrapper {
  margin: 0 0 15px;
}
/* line 4489, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .sectionHeadingOuter, .product-view .product-description-wrapper .sectionHeadingOuter {
  border-bottom: 2px solid #a0b540;
}
/* line 4492, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .sectionHeading, .product-view .product-description-wrapper .sectionHeading {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 5px 20px;
  line-height: 20px;
  font-weight: bold;
  background: #a0b540;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  font-size: 13px;
}
/* line 4504, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container, .product-view .product-description-wrapper .product-ingredients-container {
  font-family: Verdana, Geneva, sans-serif;
  padding: 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: none;
}
/* line 4510, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .left-wrap, .product-view .product-description-wrapper .product-ingredients-container .left-wrap {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
/* line 4515, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .left-wrap .ingredients-listing, .product-view .product-description-wrapper .product-ingredients-container .left-wrap .ingredients-listing {
  padding: 0px 30px 20px 5px;
  position: relative;
  left: -2px;
  top: -2px;
  width: 100%;
}
/* line 4521, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl, .product-view .product-description-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl {
  position: relative;
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
}
/* line 4526, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl dt, .product-view .product-description-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl dt {
  background: #fff;
  padding: 1px 0 1px 5px;
  color: #636363;
  position: absolute;
  bottom: -3px;
  right: -1px;
  z-index: 99;
}
/* line 4535, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl dd, .product-view .product-description-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl dd {
  line-height: 1.2em;
  position: relative;
  padding: 0 40% 0 0;
  text-align: left;
  border-bottom: 2px dotted #999;
  clear: both;
  margin: 0 0 .4em 0;
  min-height: 0;
}
/* line 4544, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl dd span, .product-view .product-description-wrapper .product-ingredients-container .left-wrap .ingredients-listing dl dd span {
  margin: 0;
  position: relative;
  top: .25em;
  padding: 0 5px 0 0;
  background: #fff;
}
/* line 4555, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap, .product-view .product-description-wrapper .product-ingredients-container .right-wrap {
  width: 30%;
  display: inline-block;
  float: left;
  border-left: 2px dotted #ccc;
  text-align: center;
  padding: 0 30px;
}
/* line 4562, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap > div, .product-view .product-description-wrapper .product-ingredients-container .right-wrap > div {
  padding: 10px;
}
/* line 4565, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .dosage,
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .format, .product-view .product-description-wrapper .product-ingredients-container .right-wrap .dosage,
.product-view .product-description-wrapper .product-ingredients-container .right-wrap .format {
  border-bottom: 2px dotted #ccc;
}
/* line 4568, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .dosage p,
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .format p, .product-view .product-description-wrapper .product-ingredients-container .right-wrap .dosage p,
.product-view .product-description-wrapper .product-ingredients-container .right-wrap .format p {
  line-height: 18px;
}
/* line 4571, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .dosage h2,
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .format h2, .product-view .product-description-wrapper .product-ingredients-container .right-wrap .dosage h2,
.product-view .product-description-wrapper .product-ingredients-container .right-wrap .format h2 {
  font-weight: bold;
  font-size: 12px;
  color: #a0b540;
  margin: 0px;
  text-transform: uppercase;
}
/* line 4578, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .dosage .format-image-thumb,
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .format .format-image-thumb, .product-view .product-description-wrapper .product-ingredients-container .right-wrap .dosage .format-image-thumb,
.product-view .product-description-wrapper .product-ingredients-container .right-wrap .format .format-image-thumb {
  max-width: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 4586, ../scss/module/_nn-default-2.scss */
.product-view .product-ingredients-wrapper .product-ingredients-container .right-wrap .important-information h2, .product-view .product-description-wrapper .product-ingredients-container .right-wrap .important-information h2 {
  font-weight: bold;
  font-size: 12px;
  color: #a0b540;
  margin: 0 0 5px;
  text-transform: uppercase;
}
/* line 4597, ../scss/module/_nn-default-2.scss */
.product-view .product-description-section {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 4601, ../scss/module/_nn-default-2.scss */
.product-view .product-description-section .desc-column {
  text-align: justify;
}
/* line 4603, ../scss/module/_nn-default-2.scss */
.product-view .product-description-section .desc-column table {
  font-size: 12px;
}
/* line 4608, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper, .product-view .product-manufacturer-wrapper {
  margin: 0 0 15px;
}
/* line 4610, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .sectionHeadingOuter, .product-view .product-manufacturer-wrapper .sectionHeadingOuter {
  border-bottom: 2px solid #a0b540;
}
/* line 4613, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .sectionHeading, .product-view .product-manufacturer-wrapper .sectionHeading {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 5px 20px;
  line-height: 20px;
  font-weight: bold;
  background: #a0b540;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
}
/* line 4624, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container, .product-view .product-highlights-wrapper .product-manufacturer-container, .product-view .product-manufacturer-wrapper .product-highlights-container, .product-view .product-manufacturer-wrapper .product-manufacturer-container {
  font-family: Verdana, Geneva, sans-serif;
  padding: 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: none;
}
/* line 4630, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer {
  display: table;
  width: 100%;
}
/* line 4633, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 0 15px;
}
/* line 4637, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div h2, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div h2, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div h2, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div h2 {
  font-weight: bold;
  font-size: 12px;
  color: #a0b540;
  margin: 0 0 2px;
  text-transform: uppercase;
}
/* line 4644, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.left-wrap, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.left-wrap, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap {
  width: 40%;
}
/* line 4646, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.left-wrap ul, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap ul, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.left-wrap ul, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap ul {
  margin: 5px 0 0;
}
/* line 4648, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.left-wrap ul li, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap ul li, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.left-wrap ul li, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap ul li {
  position: relative;
  color: #4e4e4e;
  margin: 0 0 2px;
  text-transform: capitalize;
}
/* line 4653, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.left-wrap ul li:after, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap ul li:after, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.left-wrap ul li:after, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.left-wrap ul li:after {
  content: '';
  position: absolute;
  left: -12px;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #4e4e4e;
  border-radius: 6px;
}
/* line 4666, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.right-wrap, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.right-wrap, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap {
  width: 30%;
  border-left: 2px dotted #ccc;
  padding-left: 15px;
}
/* line 4672, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.right-wrap .std ul li, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap .std ul li, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.right-wrap .std ul li, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap .std ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  list-style: none;
  margin: 0 0 10px 5px;
}
/* line 4678, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.right-wrap .std ul li:before, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap .std ul li:before, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.right-wrap .std ul li:before, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap .std ul li:before {
  content: '';
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0px -1080px;
  position: absolute;
  width: 16px;
  height: 20px;
  left: 0;
  top: 2px;
}
/* line 4691, ../scss/module/_nn-default-2.scss */
.product-view .product-highlights-wrapper .product-highlights-container .product-container-outer > div.right-wrap .small-note, .product-view .product-highlights-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap .small-note, .product-view .product-manufacturer-wrapper .product-highlights-container .product-container-outer > div.right-wrap .small-note, .product-view .product-manufacturer-wrapper .product-manufacturer-container .product-container-outer > div.right-wrap .small-note {
  font-size: 11px;
  font-style: italic;
  color: #a0b540;
  margin: 8px 0 0;
}
/* line 4703, ../scss/module/_nn-default-2.scss */
.product-view .product-manufacturer-wrapper .manufacturer-container-outer {
  display: table;
  width: 100%;
}
/* line 4706, ../scss/module/_nn-default-2.scss */
.product-view .product-manufacturer-wrapper .manufacturer-container-outer > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
/* line 4710, ../scss/module/_nn-default-2.scss */
.product-view .product-manufacturer-wrapper .manufacturer-container-outer > div.left-wrap {
  width: 20%;
}
/* line 4713, ../scss/module/_nn-default-2.scss */
.product-view .product-manufacturer-wrapper .manufacturer-container-outer > div.right-wrap {
  width: 80%;
  border-left: 2px dotted #ccc;
  padding-left: 25px;
}

/* line 4726, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .page-title,
.checkout-cart-index .my-wishlist .page-title {
  float: left;
}
/* line 4728, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .page-title h1,
.checkout-cart-index .my-wishlist .page-title h1 {
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  font-weight: bold;
  margin: 0;
}
/* line 4736, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .buttons-set,
.checkout-cart-index .my-wishlist .buttons-set {
  float: right;
  clear: none;
}
/* line 4739, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .buttons-set .btn-add,
.checkout-cart-index .my-wishlist .buttons-set .btn-add {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: capitalize;
  background: #f8b537;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  float: right;
  margin-left: 10px;
}
/* line 4756, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table th,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table th {
  border-bottom: 1px dashed #a7a7a7;
  padding: 10px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: capitalize;
}
/* line 4763, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table th.customer-wishlist-item-info,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table th.customer-wishlist-item-info {
  text-align: left;
  padding: 0 10px;
}
/* line 4769, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr {
  border-bottom: 1px solid #ededed;
}
/* line 4771, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr.last,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr.last {
  border-bottom: none;
}
/* line 4774, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td {
  padding: 10px 0px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 4777, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-image,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-image {
  width: 15%;
}
/* line 4780, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-info,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-info {
  width: 41%;
  padding: 10px;
}
/* line 4784, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-quantity,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-quantity {
  width: 16%;
  text-align: center;
}
/* line 4788, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-price,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-price {
  width: 16%;
}
/* line 4790, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-price .price-box,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-price .price-box {
  margin-top: 40px;
}
/* line 4794, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-total,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td.customer-wishlist-item-total {
  width: 12%;
  padding-top: 50px;
  text-align: center;
}
/* line 4799, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td .special-price,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td .special-price {
  padding-left: 5px;
}
/* line 4802, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td .add-to-cart-alt,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td .add-to-cart-alt {
  margin-top: 35px;
}
/* line 4804, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr td .add-to-cart-alt input,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td .add-to-cart-alt input {
  padding: 0 2px;
  text-align: center;
  height: 24px;
  border-radius: 6px;
  margin: 0 0 10px;
  width: 50px;
}
/* line 4815, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-image .product-image,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-image .product-image {
  border: none;
}
/* line 4817, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-image .product-image:hover,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-image .product-image:hover {
  border: none;
}
/* line 4822, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-total,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-total {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
}
/* line 4829, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-price span,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-price span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
}
/* line 4837, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .brand,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .brand {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: capitalize;
  margin: 0px 0 5px;
}
/* line 4845, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .product-name,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .product-name {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: capitalize;
  margin: 0px 0 0;
}
/* line 4852, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .product-name a,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .product-name a {
  color: #4e4e4e;
}
/* line 4856, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .wishlist-sku,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .wishlist-sku {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  margin: 15px 0 0;
}
/* line 4864, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info textarea,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info textarea {
  display: none;
}
/* line 4867, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage {
  float: left;
  margin-right: 20px;
  line-height: 1;
}
/* line 4871, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage button,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage button {
  cursor: pointer;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  text-transform: none;
  padding: 0 15px;
}
/* line 4880, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .btn-remove,
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .btn-remove {
  background: none;
  cursor: pointer;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #4e4e4e;
  text-transform: capitalize;
  text-decoration: underline;
  text-indent: 0;
  padding-top: 5px;
  line-height: 1;
  margin-right: 20px;
  margin-left: 20px;
  width: auto;
  height: auto;
  display: inline-block;
}
/* line 4902, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .buttons-set,
.checkout-cart-index .my-wishlist .buttons-set {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 4907, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .fieldset,
.checkout-cart-index .my-wishlist .fieldset {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  margin-top: 10px;
}

/* line 4918, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  margin: 0;
}
/* line 4924, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .showmoretxt {
  word-break: normal;
  color: #000000;
  cursor: pointer;
}
/* line 4929, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 4936, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd-inner {
  overflow: hidden;
  display: table;
  height: 216px;
  width: 100%;
}
/* line 4942, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .reviewOuter {
  overflow: hidden;
  display: table;
  min-height: 196px;
  width: 100%;
}
/* line 4948, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .reviewOuter:last-child .header-reviews:before,
.my-account .box-reviews#customer-reviews .reviewOuter:last-child .account-review-details:before,
.my-account .box-reviews#customer-reviews .reviewOuter:last-child .review-dt:before {
  display: none;
}
/* line 4955, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt {
  width: 18%;
  padding: 10px 12px 15px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  display: table-cell;
  vertical-align: top;
  float: none;
}
/* line 4964, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt:after {
  content: ' ';
  width: 1px;
  background: #cccccc;
  height: calc(100% - 20px);
  top: 10px;
  right: 0;
  position: absolute;
}
/* line 4973, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt:before {
  content: ' ';
  width: calc(100% - 20px);
  background: #cccccc;
  height: 1px;
  left: 10px;
  bottom: 0;
  position: absolute;
}
/* line 4982, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt .product-image {
  border: none;
  text-align: center;
  margin: 0 0 10px;
}
/* line 4988, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt a span {
  display: block;
  font-size: 12px;
  color: #928e8e;
  word-wrap: break-word;
  word-break: break-all;
}
/* line 4995, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt a .pro-revi-manu {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 5px;
  white-space: nowrap;
}
/* line 5002, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt .review-image {
  margin: 0 0 5px;
}
/* line 5004, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dt .review-image img {
  display: inline-block;
}
/* line 5009, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd {
  min-width: 82%;
  max-width: 82%;
  vertical-align: top;
  display: table-cell;
  padding: 0 8px 0 0;
  float: none;
  border: none;
  margin: 0;
}
/* line 5018, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .header-reviews {
  width: 200px;
  position: relative;
  text-align: center;
  padding-top: 72px;
  display: table-cell;
  float: none;
}
/* line 5025, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .header-reviews:after {
  content: ' ';
  width: 1px;
  background: #cccccc;
  height: calc(100% - 20px);
  top: 10px;
  left: 0;
  position: absolute;
}
/* line 5034, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .header-reviews:before {
  content: ' ';
  width: calc(100% - 20px);
  background: #cccccc;
  height: 1px;
  left: 10px;
  bottom: 0;
  position: absolute;
}
/* line 5044, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .header-reviews .title-status-approved:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-position: 3px -710px;
}
/* line 5057, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .header-reviews .title-status:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-position: -50px -710px;
}
/* line 5069, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .header-reviews .title {
  font-size: 12px;
  color: #636363;
  display: block;
  float: none;
}
/* line 5076, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details {
  display: table-cell;
  width: calc(100% - 200px);
  padding: 30px 25px 0;
  height: 216px;
  position: relative;
  vertical-align: top;
}
/* line 5083, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details:before {
  content: ' ';
  width: calc(100% - 20px);
  background: #cccccc;
  height: 1px;
  left: 10px;
  bottom: 0;
  position: absolute;
}
/* line 5092, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .title,
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .date,
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .ratings-table {
  display: inline-block;
  float: none;
  margin: 0 10px 8px 0;
  vertical-align: middle;
}
/* line 5100, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .title {
  text-transform: uppercase;
  font-size: 14px;
  color: #f8b537;
  font-weight: bold;
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 5110, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .date {
  text-transform: uppercase;
  font-size: 14px;
  color: #4e4e4e;
}
/* line 5115, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .review-wrapper {
  display: block;
  float: none;
  font-size: 14px;
  color: #928e8e;
  padding-bottom: 15px;
  line-height: 16px;
}
/* line 5122, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-dd .account-review-details .review-wrapper .show {
  word-wrap: break-word;
}
/* line 5129, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .page-title h1 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
  border: none;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5140, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-hr {
  border: none;
  margin: 0;
  display: none;
}
/* line 5144, ../scss/module/_nn-default-2.scss */
.my-account .box-reviews#customer-reviews .review-hr:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 5155, ../scss/module/_nn-default-2.scss */
.morectnt span {
  display: none;
}

/* line 5160, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul {
  float: left;
  width: 50%;
  border-left: 1px solid #a7a7a7;
}
/* line 5164, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul:last-child {
  border-right: 1px solid #a7a7a7;
}
/* line 5167, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul li {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -257px;
  text-align: left;
  padding-left: 50px;
  font-size: 12px;
  min-height: 40px;
  line-height: 40px;
  background-position: 10px -387px;
  margin: 5px 0;
}
/* line 5177, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul li.reviewProd {
  background-position: 14px -430px;
}
/* line 5180, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul li.facebookShare {
  background-position: 10px -472px;
}
/* line 5183, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul li.commBlog {
  background-position: 10px -506px;
}
/* line 5186, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul li.youSubs {
  background-position: 12px -548px;
}
/* line 5189, ../scss/module/_nn-default-2.scss */
.rewards-pop-container ul li.referFrnd {
  background-position: 12px -584px;
}

/* line 5197, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper {
  padding: 0;
  background: none;
  border: none;
  border-bottom: 5px solid #a0b540;
  border-radius: 0;
  font-family: Verdana, Geneva, sans-serif;
  overflow: hidden;
}
/* line 5205, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  float: left;
}
/* line 5213, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li span {
  display: block;
  outline: 0;
  color: #4e4e4e;
  padding: 6px 20px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
/* line 5221, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li span:after {
  position: absolute;
  right: -1px;
  top: 7px;
  content: ' ';
  height: 22px;
  width: 1px;
  background: #a7a7a7;
}
/* line 5231, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li:last-child {
  border-right: none;
}
/* line 5234, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li:last-child span:after {
  display: none;
}
/* line 5239, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li.active {
  font-weight: bold;
  background: #a0b540;
}
/* line 5242, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li.active span {
  cursor: default;
  color: #ffffff;
}
/* line 5245, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-tab-wrapper li.active span:after {
  display: none;
}
/* line 5252, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper {
  font-family: Verdana, Geneva, sans-serif;
  padding: 15px 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: none;
  position: relative;
}
/* line 5261, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .review-dialog-block .buttons-set .btnGreen {
  height: 32px;
  line-height: 32px !important;
  padding: 0 15px;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif !important;
  text-transform: capitalize;
  background: #a0b540;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal !important;
  font-size: 13px !important;
  min-width: 0;
  text-decoration: none;
}
/* line 5278, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .non-popup {
  width: 100%;
  padding: 0;
}
/* line 5281, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .non-popup #review-form {
  padding: 0;
}
/* line 5286, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .header {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 5290, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .header span {
  color: #f8b537;
  font-size: 16px;
  text-transform: none;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: capitalize;
}
/* line 5302, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .product-name {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 5308, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .product-preview {
  width: 15%;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -8px;
}
/* line 5315, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .product-preview img#product-image {
  display: inline-block;
  float: none;
  margin: 0;
}
/* line 5322, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting {
  float: left;
  width: 75%;
  margin: 0;
  clear: none;
}
/* line 5328, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting .overall-raiting-value .validation-advice {
  text-align: left;
  margin-bottom: 10px;
}
/* line 5331, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting .overall-raiting-value .validation-advice:before {
  content: '';
  clear: both;
  display: block;
  height: 1px;
  visibility: hidden;
}
/* line 5340, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting .overall-rating-inline {
  padding: 0 0 10px;
}
/* line 5343, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting .overall-rating-inline ul li {
  margin: 0;
  margin-right: 2px;
}
/* line 5346, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting .overall-rating-inline ul li .separate-rating-star {
  height: 42px;
  width: 42px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ex-star-grey.png") no-repeat !important;
}
/* line 5352, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-raiting .overall-rating-inline ul li.active .separate-rating-star {
  height: 42px;
  width: 42px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ex-star-orange.png") no-repeat !important;
}
/* line 5362, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-rating-text {
  float: left;
  margin: px;
  clear: none;
  padding: 0;
  width: 75%;
}
/* line 5368, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .overall-rating-text .desc {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5376, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 12px 0 0;
}
/* line 5384, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .input-box {
  padding: 0;
}
/* line 5386, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .input-box input {
  border: 1px solid #a0b540;
  border-radius: 0;
  font-size: 13px;
  font-style: normal;
  color: black;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5395, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field {
  margin: 0 0 20px;
}
/* line 5397, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 5404, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .left {
  width: 25%;
  padding-top: 0px;
}
/* line 5407, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .left .desc {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}
/* line 5414, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right {
  width: 75%;
}
/* line 5416, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age {
  margin: 0;
  width: 100%;
  display: block;
}
/* line 5420, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .input-box {
  display: inline-block;
  vertical-align: middle;
  display: none;
}
/* line 5424, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .input-box input {
  width: 40px;
  padding: 0 5px;
}
/* line 5429, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .review-age-range {
  display: inline-block;
  vertical-align: middle;
}
/* line 5432, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .review-age-range label {
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #4e4e4e;
  padding-left: 26px;
  line-height: 20px;
}
/* line 5440, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .review-age-range li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  font-size: 12px;
}
/* line 5448, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .review-age-range li input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 5457, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .review-age-range li input + label {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -0px -1472px;
  width: auto;
  height: 20px;
}
/* line 5464, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .about-you .field .right .age .review-age-range li input:checked + label {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -0px -1504px;
}
/* line 5476, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review {
  margin: 15px 0 0;
}
/* line 5478, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .desc {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 4px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5485, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style {
  max-width: 365px;
  min-width: 365px;
}
/* line 5488, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style .dropdownvisible {
  border: 1px solid #a0b540;
  background: #ffffff;
}
/* line 5492, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style select,
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style .activetrigger,
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style .trigger {
  font-size: 13px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a0b540;
  border-radius: 0;
  padding: 8px;
  background: none;
  height: 32px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}
/* line 5507, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style select:after,
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style .activetrigger:after,
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .select-style .trigger:after {
  width: 18px;
  height: 9px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -119px;
  position: absolute;
  right: 11px;
  top: 11px;
}
/* line 5520, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .input-box {
  padding: 0;
  position: relative;
}
/* line 5523, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .input-box .dropcontainer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 32px;
}
/* line 5528, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .input-box .dropcontainer a {
  text-transform: capitalize;
  text-decoration: none;
}
/* line 5533, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .input-box input {
  border: 1px solid #a0b540;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-style: normal;
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5543, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .input-box textarea {
  border: 1px solid #a0b540;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  resize: none;
  font-style: normal;
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  padding-right: 5px;
}
/* line 5554, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .input-box textarea:focus {
  box-shadow: 2px 0px 10px 2px #a0b540;
}
/* line 5560, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.about-you .narrow {
  min-width: 365px;
}
/* line 5564, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.recommend-to-friend {
  margin: 0 0 20px;
}
/* line 5566, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.recommend-to-friend:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 5573, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.recommend-to-friend .left {
  width: 25%;
  padding-top: 0px;
}
/* line 5576, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.recommend-to-friend .left span {
  color: #4e4e4e;
  font-size: 12px;
}
/* line 5581, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.recommend-to-friend .right {
  width: 75%;
}
/* line 5584, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.recommend-to-friend .title {
  margin: 0;
  padding: 0;
}
/* line 5589, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.overall {
  margin: 0 0 60px;
}
/* line 5591, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.overall:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 5598, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.overall .left {
  width: 25%;
  padding-top: 0px;
}
/* line 5601, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.overall .left span {
  color: #4e4e4e;
  font-size: 10px;
}
/* line 5606, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review.overall .right {
  width: 75%;
}
/* line 5610, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .field {
  margin: 0 0 20px;
}
/* line 5612, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 5619, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .field .left {
  width: 25%;
  padding-top: 0px;
}
/* line 5623, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper #review-dialog-block .your-review .field .right {
  width: 75%;
}
/* line 5629, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback {
  padding: 0;
}
/* line 5631, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top {
  padding: 0;
}
/* line 5633, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .top-title {
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  font-size: 12px;
  text-transform: none;
  margin: 0 0 7px;
}
/* line 5641, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-title-wrapper .product-name {
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 5px;
}
/* line 5650, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-title-wrapper #review-form-btn {
  float: right;
}
/* line 5653, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-title-wrapper .average-based-on {
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 2px;
}
/* line 5662, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info {
  width: 35%;
  float: left;
  margin: 0 0 25px;
}
/* line 5666, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .average-rating {
  height: auto;
  text-align: left;
}
/* line 5670, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .average-rating .rating-stars-views .rating-box {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ex-star-grey.png") repeat-x !important;
  background-size: 26px auto !important;
  height: 26px;
  width: 130px;
}
/* line 5675, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .average-rating .rating-stars-views .rating-box .rating {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ex-star-orange.png") repeat-x !important;
  background-size: 26px auto !important;
}
/* line 5681, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .average-rating .average-caption {
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5688, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .average-rating .rating-stars-views {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 10px 0 0;
  line-height: 1;
}
/* line 5696, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .ratings-and-size {
  padding: 0;
  width: 100%;
  margin: 15px 0 0;
}
/* line 5702, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .ratings-and-size .review-right .mark-rating .scroll-box {
  margin: 0 20px 0 0;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ededed;
  height: 14px;
  border-radius: 5px;
  overflow: hidden;
  width: 65%;
}
/* line 5712, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .ratings-and-size .review-right .mark-rating .scroll-box .scroll-rating {
  height: 14px;
  background: #bdbec0;
}
/* line 5717, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .ratings-and-size .review-right .mark-rating .rating-box {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 5721, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .ratings-and-size .review-right .mark-rating .rating-box span {
  color: #4e4e4e;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: capitalize;
}
/* line 5728, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-average-info .ratings-and-size .review-right .mark-rating .rating-percent {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 5741, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-recommendation {
  width: 35%;
  float: left;
  padding: 0 30px;
  text-align: center;
  color: #4e4e4e;
  font-size: 12px;
  margin: 36px 0 25px;
  border-right: 1px dotted #a7a7a7;
  border-left: 1px dotted #a7a7a7;
}
/* line 5752, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-recommendation .recommend-reviews-count span {
  font-weight: bold;
}
/* line 5756, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-recommendation .recommend-value-percentage {
  line-height: 1;
  margin: 10px 0 18px;
}
/* line 5759, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-recommendation .recommend-value-percentage span {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  font-weight: bold;
}
/* line 5767, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-helpful-votes {
  width: 30%;
  float: left;
  padding: 0 30px;
  text-align: center;
  color: #4e4e4e;
  font-size: 12px;
  margin: 36px 0 25px;
}
/* line 5775, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-helpful-votes:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 5782, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-helpful-votes .helpful-votes-value {
  line-height: 1;
  margin: 10px 0 5px;
}
/* line 5785, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-helpful-votes .helpful-votes-value .helpful-votes-thumsbup {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  margin-right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -624px;
}
/* line 5794, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .review-helpful-votes .helpful-votes-value .product-helpful-total-vote {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
/* line 5805, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .reviews-reward-info:after, .detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .reviews-reward-info:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 5813, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .reviews-reward-info a {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
/* line 5820, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .reviews-reward-info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
/* line 5825, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .review-top .reviews-reward-info .button-write-review {
  display: inline;
  float: right;
  width: auto;
  height: auto;
}
/* line 5833, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews {
  padding: 0;
  border: none;
  margin: 0;
}
/* line 5837, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .review-sort-wrapper {
  margin-top: 15px;
}
/* line 5839, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .review-sort-wrapper + .item-review-wrapper {
  border: none;
}
/* line 5842, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .review-sort-wrapper .count-container {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
  margin-top: 5px;
}
/* line 5850, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .review-sort-wrapper .review-sorts {
  margin-right: 0px;
  margin-top: 5px;
}
/* line 5851, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .review-sort-wrapper .review-sorts .select-review-sorts,
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .review-sort-wrapper .review-sorts span {
  display: inline-block;
  vertical-align: middle;
}
/* line 5862, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li.current {
  font-weight: bold;
  text-decoration: underline;
  border: none;
  width: auto;
  color: #4e4e4e;
  margin: 0 2px;
}
/* line 5870, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a {
  width: auto;
  margin: 0 2px;
  color: #4e4e4e;
}
/* line 5874, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a.next {
  width: auto;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-left: 11px;
  text-transform: capitalize;
}
/* line 5882, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a.next:before {
  border: none;
  content: '...';
  left: 0;
  top: 4px;
  content: '...';
}
/* line 5889, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a.next:hover {
  border: none;
}
/* line 5893, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a.previous {
  width: auto;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-right: 11px;
  text-transform: capitalize;
}
/* line 5901, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a.previous:before {
  border: none;
  right: 0;
  top: 0px;
  content: '...';
  width: auto;
  margin: 0;
  left: auto;
}
/* line 5910, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pages li a.previous:hover {
  border: none;
}
/* line 5917, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pager {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
}
/* line 5922, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pager.bottom-custom-pager {
  display: block;
}
/* line 5924, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pager.bottom-custom-pager .count-container {
  display: none;
}
/* line 5927, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pager.bottom-custom-pager .pages {
  position: relative;
  top: 10px;
}
/* line 5932, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pager .amount {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 5938, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .pager .limiter label {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 5945, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper {
  margin-bottom: 0;
  border: none;
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #a7a7a7;
}
/* line 5951, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper:last-child {
  border: none;
  margin-bottom: none;
}
/* line 5955, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper:first-child {
  border: none;
}
/* line 5958, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .share-twitter {
  margin: 0;
}
/* line 5961, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .social-share {
  float: none;
  display: inline-block;
  vertical-align: middle;
  min-width: 62px;
}
/* line 5967, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .social-share a img {
  display: inline-block;
}
/* line 5970, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .social-share a.share-fb {
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-small.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
/* line 5980, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .social-share a.share-fb:hover {
  background-position: 0 -27px;
}
/* line 5984, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .social-share a.twitter-share-button {
  display: inline-block;
  vertical-align: middle;
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  background-image: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-small.png);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background-position: -20px -3px;
}
/* line 5997, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .social-share a.twitter-share-button:hover {
  background-position: -20px -27px;
}
/* line 6003, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
/* line 6008, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .recommend {
  float: left;
  width: auto;
  position: absolute;
  left: 150px;
  top: 3px;
}
/* line 6014, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .recommend span {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  margin-right: 5px;
  float: none;
}
/* line 6025, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .recommend .recommend-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  width: auto;
  text-align: left;
  float: none;
  margin: 0;
  line-height: 16px;
}
/* line 6037, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .recommend .recommend-title .recommend-value {
  text-transform: uppercase;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 6046, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .ratings-table {
  margin-right: 0;
  width: 100%;
}
/* line 6049, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .ratings-table li {
  padding: 0;
  width: 100%;
}
/* line 6054, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .rating-box {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ex-star-grey.png") repeat-x !important;
  background-size: 26px auto !important;
  height: 26px;
  width: 130px;
  float: none;
}
/* line 6060, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .header-reviews .rating-box .rating {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ex-star-orange.png") repeat-x !important;
  background-size: 26px auto !important;
  height: 26px;
}
/* line 6067, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd {
  max-width: 100%;
  width: 100%;
  float: none;
  min-height: 0;
  display: block;
}
/* line 6073, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .admin-response {
  padding: 0px;
  background: none;
  border: none;
  margin: 20px 0 0px;
}
/* line 6078, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .admin-response .r-arrow {
  display: none;
}
/* line 6081, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .admin-response .label-review-attr {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: capitalize;
  color: #4e4e4e;
  padding-top: 28px;
  position: relative;
}
/* line 6091, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .admin-response .label-review-attr:before {
  width: 128px;
  height: 20px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -2088px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 6104, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .admin-response .value-review-attr {
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 6109, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
}
/* line 6116, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .description {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin: 0 0 15px;
}
/* line 6123, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 6130, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt {
  padding: 0;
  float: left;
  width: 50%;
  box-shadow: none;
  text-align: left;
}
/* line 6136, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt:after, .detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt:before {
  display: none;
}
/* line 6140, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt .nickname {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-transform: none;
  margin: 0 2px 0 0;
}
/* line 6146, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt .nickname span {
  display: inline-block;
  vertical-align: baseline;
}
/* line 6151, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt span {
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 6158, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .review-dt small {
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 6166, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block {
  float: right;
  padding: 0;
  clear: none;
  margin-top: -8px;
}
/* line 6172, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block .js-helpful-voting:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 6179, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block .js-helpful-voting .review-helpfull {
  float: none;
  vertical-align: middle;
  display: inline-block;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/* line 6188, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block .js-helpful-voting .rating-wrapper {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
/* line 6192, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block .js-helpful-voting .rating-wrapper .voting-qty {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 6197, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block .js-helpful-voting .rating-wrapper .helpful-btn {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -47px -670px;
  height: 30px;
  width: 30px;
}
/* line 6203, ../scss/module/_nn-default-2.scss */
.detail-review-section .reviews-wrapper .reviews-container#feedback .box-collateral#customer-reviews .item-review-wrapper .review-dd .review-wrapper .helpful-block .js-helpful-voting .rating-wrapper .unhelpful-btn {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -670px;
  height: 30px;
  width: 30px;
}
/* line 6218, ../scss/module/_nn-default-2.scss */
.detail-review-section .button-write-review {
  color: #f8b537;
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  text-transform: capitalize;
}

/* line 6230, ../scss/module/_nn-default-2.scss */
.product-collateral .button-write-review p {
  margin-bottom: 10px;
}
/* line 6234, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs {
  padding: 0;
  background: none;
  border: none;
  border-bottom: 5px solid #a0b540;
  border-radius: 0;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 6241, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: none;
}
/* line 6250, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li:hover span {
  color: #4e4e4e;
}
/* line 6254, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li span {
  outline: 0;
  color: #4e4e4e;
  padding: 6px 20px;
  line-height: 20px;
  position: relative;
  height: auto;
  text-transform: capitalize;
  background: none;
}
/* line 6263, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li span:after {
  position: absolute;
  right: -1px;
  top: 7px;
  content: ' ';
  height: 22px;
  width: 1px;
  background: #a7a7a7;
}
/* line 6273, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li:last-child {
  border-right: none;
}
/* line 6276, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li:last-child span:after {
  display: none;
}
/* line 6285, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li.current {
  font-weight: bold;
  background: #a0b540;
}
/* line 6288, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li.current span {
  color: #ffffff;
  background: none;
  text-transform: capitalize;
}
/* line 6292, ../scss/module/_nn-default-2.scss */
.product-collateral ul.toggle-tabs li.current span:after {
  display: none;
}
/* line 6298, ../scss/module/_nn-default-2.scss */
.product-collateral .iwd-auto-related-products-block {
  margin: 0;
}
/* line 6300, ../scss/module/_nn-default-2.scss */
.product-collateral .iwd-auto-related-products-block .block-title {
  padding: 0 !important;
  border: none !important;
}
/* line 6308, ../scss/module/_nn-default-2.scss */
.product-collateral .iwd-auto-related-products-block .owl-carousel .owl-stage-outer .owl-item .item img {
  max-height: 167px;
  width: auto;
  margin: 0 auto;
}
/* line 6320, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .owl-item .item {
  border-left: 1px dotted #a7a7a7;
}
/* line 6324, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .owl-item:first-child .item {
  border: none;
}
/* line 6329, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item {
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  padding: 0 5px 28px;
  margin-left: -1px;
}
/* line 6334, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .product-image {
  border: none;
  margin: 0 0 5px;
}
/* line 6338, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .product-name {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  margin: 0 0 10px;
  display: block;
  min-height: 45px;
  word-break: break-all;
}
/* line 6348, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .product-price .sale-price {
  color: #d32028;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  margin: 0 2px;
}
/* line 6355, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .product-price .regular-price {
  font-size: 10px;
  color: #4e4e4e;
  display: inline-block;
  margin: 0 2px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 6363, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .ratings {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
/* line 6367, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .ratings .rating-box {
  width: 98px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 17px;
  background-position: 0 -24px;
}
/* line 6372, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .item .ratings .rating-box .rating {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat left top;
  height: 17px;
  background-position: 0 -44px;
}
/* line 6380, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-stage-outer .owl-item {
  width: 188px;
  margin-right: 5px;
}
/* line 6385, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-dots {
  display: none;
}
/* line 6388, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-nav {
  position: absolute;
  right: 0;
  top: -15px;
}
/* line 6392, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 8px 0 0;
}
/* line 6403, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-nav .owl-prev:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
}
/* line 6408, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  background-position: -32px 0;
  margin: 0 0 0 8px;
}
/* line 6420, ../scss/module/_nn-default-2.scss */
.product-collateral .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: -32px 0;
}

/* line 6429, ../scss/module/_nn-default-2.scss */
.return-policy {
  font-size: 14px;
  color: #4e4e4e;
  margin: 0px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 6435, ../scss/module/_nn-default-2.scss */
.return-policy p {
  padding-bottom: 4px;
  margin-bottom: 20px;
}
/* line 6439, ../scss/module/_nn-default-2.scss */
.return-policy a {
  margin: 0 0 13px;
  display: inline-block;
  text-decoration: underline;
}

/* line 6447, ../scss/module/_nn-default-2.scss */
.page-title.returnTitle h1 {
  font-size: 20px;
  color: #f8b537;
  font-weight: normal;
  border: none;
}
/* line 6452, ../scss/module/_nn-default-2.scss */
.page-title.returnTitle h1 span {
  font-weight: bold;
}

/* line 6458, ../scss/module/_nn-default-2.scss */
p.titleDes {
  font-size: 14px;
  color: #4e4e4e;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 15px;
}

/* line 6466, ../scss/module/_nn-default-2.scss */
.returnFormWrapper {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 0;
}
/* line 6470, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .button-set {
  padding: 20px 30px;
}
/* line 6473, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset {
  padding: 10px 0px;
  border-bottom: 1px solid #a7a7a7;
  margin: 0;
}
/* line 6477, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .fieldset {
  padding: 0;
}
/* line 6479, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .fieldset:last-child {
  border: none;
}
/* line 6483, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .legend {
  border: none;
  padding: 10px 0 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  text-transform: normal;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 6491, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .legend > span {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  display: inline-block;
  width: auto;
  padding-left: 10px;
  padding-right: 5px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
/* line 6505, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .legend p {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: normal;
  width: 500px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
/* line 6513, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .legend p span {
  display: block;
}
/* line 6518, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .right {
  display: inline-block;
  padding-top: 10px;
  padding-left: 30px;
  vertical-align: top;
  min-width: 90px;
}
/* line 6525, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list {
  width: 450px;
  margin-left: 65px;
  margin-top: 10px;
}
/* line 6529, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr {
  display: block;
  margin: 0 0 10px;
  border-radius: 3px;
  border: 1px solid #a0b540;
}
/* line 6534, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr.retrun-error {
  border: none;
}
/* line 6536, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr.retrun-error td {
  padding: 0;
}
/* line 6538, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr.retrun-error td p {
  color: red;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
}
/* line 6546, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 6553, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr .label {
  float: left;
  display: inline-block;
  width: 110px;
  border-right: 1px solid #a0b540;
  text-align: right;
  color: #928e8e;
  padding-right: 8px;
}
/* line 6561, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list tr .label label {
  font-size: 10px;
  line-height: 28px;
  font-weight: normal;
}
/* line 6568, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list .input-ele {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding: 0;
  float: left;
  width: calc(100% - 110px);
  margin: 0;
}
/* line 6576, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list .input-ele select,
.returnFormWrapper .fieldset .form-list .input-ele input {
  border: none;
  padding: 0 10px;
  color: #4e4e4e;
  height: 28px;
  margin: 0;
}
/* line 6585, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .form-list .input-ele.custom-selectbox select {
  padding-left: 10px;
  padding-right: 40px;
}
/* line 6593, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .fieldset .productDetials .form-list {
  margin-left: 35px;
}

/* line 6602, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide,
.productDetials .form-list .field {
  border-radius: 3px;
  border: 1px solid #a0b540;
}
/* line 6606, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide:after,
.productDetials .form-list .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 6613, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide label,
.productDetials .form-list .field label {
  float: left;
  width: 110px;
  border-right: 1px solid #a0b540;
  text-align: right;
  font-size: 10px;
  padding: 0 8px 0 0;
  line-height: 28px;
  color: #928e8e;
  font-weight: normal;
}
/* line 6624, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide .custom-selectbox,
.productDetials .form-list .field .custom-selectbox {
  float: left;
  width: calc(100% - 110px);
}
/* line 6628, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide textarea,
.productDetials .form-list .wide select,
.productDetials .form-list .field textarea,
.productDetials .form-list .field select {
  height: 28px;
  border: none;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding: 0 40px 0 8px;
  margin: 0;
  cursor: pointer;
  background: none;
  resize: none;
}
/* line 6642, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide textarea,
.productDetials .form-list .field textarea {
  padding: 5px 10px;
  border-radius: 0px;
  border-left: 1px solid #a0b540;
  resize: none;
  cursor: default;
  float: left;
  width: calc(100% - 110px);
  height: 72px;
}
/* line 6653, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide {
  border: none;
}
/* line 6655, ../scss/module/_nn-default-2.scss */
.productDetials .form-list .wide label {
  border: none;
}
/* line 6661, ../scss/module/_nn-default-2.scss */
.productDetials .custom-selectbox:after {
  z-index: 1;
}

/* line 6668, ../scss/module/_nn-default-2.scss */
.return-policy-wrapper h4 {
  color: #4e4e4e;
}
/* line 6671, ../scss/module/_nn-default-2.scss */
.return-policy-wrapper p {
  font-weight: bold;
  margin: 15px 0 20px;
  color: #4e4e4e;
}
/* line 6675, ../scss/module/_nn-default-2.scss */
.return-policy-wrapper p span {
  font-weight: normal;
  margin-right: 10px;
}

/* line 6682, ../scss/module/_nn-default-2.scss */
.return-title {
  font-size: 14px;
  color: #a0b540;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* line 6691, ../scss/module/_nn-default-2.scss */
.product-return {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  clear: right;
  margin: 0 0 15px;
}
/* line 6697, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail {
  display: none;
  /* Set our transitions up. */
}
/* line 6700, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail.product-return-active {
  display: block;
}
/* line 6703, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner {
  padding: 5px 15px;
  color: #928e8e;
  font-size: 14px;
}
/* line 6707, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner li {
  border-bottom: 1px solid #ededed;
}
/* line 6709, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner li:last-child {
  border: none;
}
/* line 6714, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top:after, .product-return .product-return-detail .product-return-items-inner .product-return-detail-top:before {
  content: '';
  display: table;
  clear: both;
}
/* line 6720, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top > div {
  padding: 10px 0;
}
/* line 6724, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-image {
  width: 15%;
  float: left;
  text-align: center;
}
/* line 6729, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-name {
  width: 34%;
  float: left;
  text-align: left;
  padding: 10px;
}
/* line 6734, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-name a {
  color: #928e8e;
}
/* line 6737, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-name .product-sku {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 6743, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-qty {
  width: 17%;
  text-align: center;
  float: left;
}
/* line 6748, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-price {
  width: 17%;
  text-align: center;
  float: left;
}
/* line 6753, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-items-inner .product-return-detail-top .item-total {
  width: 17%;
  text-align: center;
  float: left;
}
/* line 6760, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #928e8e;
  font-size: 14px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
/* line 6768, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header li {
  float: left;
  text-align: center;
}
/* line 6771, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header li.header-image {
  width: 15%;
}
/* line 6774, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header li.header-name {
  width: 34%;
  text-align: left;
  padding: 0 10px;
}
/* line 6779, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header li.header-qty {
  width: 17%;
}
/* line 6782, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header li.header-price {
  width: 17%;
}
/* line 6785, ../scss/module/_nn-default-2.scss */
.product-return .product-return-detail .product-return-detail-header li.header-total {
  width: 17%;
}
/* line 6791, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion {
  padding: 10px 15px 10px 40px;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  position: relative;
}
/* line 6799, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion:before {
  content: '+';
  position: absolute;
  left: 12px;
  cursor: pointer;
  top: 10px;
  font-size: 18px;
}
/* line 6807, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion .complete {
  color: #a0b540;
}
/* line 6811, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion.product-return-active:before {
  content: '-';
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 18px;
}
/* line 6821, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion p span {
  font-weight: normal;
}
/* line 6823, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion p span.requested {
  font-weight: bold;
  color: #f8b537;
}
/* line 6832, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion .bottom .product-return-header p span {
  font-weight: bold;
}
/* line 6839, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion .top > .product-return-header {
  float: left;
}
/* line 6842, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion .top .left {
  width: 35%;
}
/* line 6845, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion .top .middle {
  width: 35%;
  text-transform: capitalize;
}
/* line 6849, ../scss/module/_nn-default-2.scss */
.product-return .product-return-accordion .top .right {
  text-align: right;
  width: 30%;
}

/* line 6857, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom {
  padding-bottom: 15px;
}
/* line 6859, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom:after, .product-return-detail-bottom:before {
  content: '';
  display: table;
  clear: both;
}
/* line 6865, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom .left {
  float: left;
  width: 230px;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 50px;
}
/* line 6873, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom .left p {
  line-height: 20px;
}
/* line 6876, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom .left .requested {
  color: #a0b540;
}
/* line 6880, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom .right {
  float: left;
  width: calc(100% - 230px);
  font-size: 14px;
  color: #4e4e4e;
}
/* line 6886, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom .right .customer-comment p {
  border: 1px solid #a0b540;
  border-radius: 6px;
  padding: 10px;
  line-height: 18px;
  min-height: 80px;
  font-size: 12px;
}
/* line 6895, ../scss/module/_nn-default-2.scss */
.product-return-detail-bottom .right label {
  text-transform: capitalize;
  font-size: 14px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 5px;
  font-weight: normal;
}

/* line 6907, ../scss/module/_nn-default-2.scss */
.orderReturn h1 {
  font-size: 14px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  padding: 0;
  border: none;
  margin: 0 0 5px;
}

/* line 6918, ../scss/module/_nn-default-2.scss */
.customDataTable {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  display: block;
}
/* line 6923, ../scss/module/_nn-default-2.scss */
.customDataTable tbody {
  display: block;
}
/* line 6925, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr {
  display: block;
  border-bottom: 1px solid #a7a7a7;
}
/* line 6928, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr:after {
  content: '';
  display: table;
  clear: both;
}
/* line 6933, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr:last-child {
  border: none;
}
/* line 6936, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td {
  float: left;
  width: 20%;
  display: inline-block;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 6946, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.last {
  text-align: right;
}
/* line 6949, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.Pending {
  color: #d02027;
  text-transform: uppercase;
}
/* line 6952, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.Pending:hover {
  text-decoration: underline;
}
/* line 6956, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.paypal-request-sent, .customDataTable tbody tr td.Processing {
  color: #f8b537;
  text-transform: uppercase;
}
/* line 6960, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.paypal-request-sent:hover, .customDataTable tbody tr td.Processing:hover {
  text-decoration: underline;
}
/* line 6964, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.Complete {
  color: #a0b540;
  text-transform: uppercase;
}
/* line 6967, ../scss/module/_nn-default-2.scss */
.customDataTable tbody tr td.Complete:hover {
  text-decoration: underline;
}

/* line 6976, ../scss/module/_nn-default-2.scss */
.need-help-section {
  margin-top: 35px;
}
/* line 6978, ../scss/module/_nn-default-2.scss */
.need-help-section > p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4e4e4e;
}
/* line 6983, ../scss/module/_nn-default-2.scss */
.need-help-section .need-help-section {
  margin: 0;
}

/* line 6988, ../scss/module/_nn-default-2.scss */
.account-order-content {
  position: relative;
}
/* line 6990, ../scss/module/_nn-default-2.scss */
.account-order-content .empty-order {
  font-size: 18px;
  color: #f8b537;
  margin: 20px 0 20px 15px;
}
/* line 6996, ../scss/module/_nn-default-2.scss */
.account-order-content .title-tab-order ul {
  margin: 0 0 5px;
}
/* line 6998, ../scss/module/_nn-default-2.scss */
.account-order-content .title-tab-order ul li {
  float: left;
  font-size: 14px;
  color: #4e4e4e;
  padding: 0 15px;
  border-right: 1px solid #a7a7a7;
}
/* line 7004, ../scss/module/_nn-default-2.scss */
.account-order-content .title-tab-order ul li:last-child {
  border-right: none;
}
/* line 7007, ../scss/module/_nn-default-2.scss */
.account-order-content .title-tab-order ul li a {
  text-transform: uppercase;
}
/* line 7010, ../scss/module/_nn-default-2.scss */
.account-order-content .title-tab-order ul li.ui-tabs-active {
  font-weight: bold;
}
/* line 7012, ../scss/module/_nn-default-2.scss */
.account-order-content .title-tab-order ul li.ui-tabs-active a {
  color: #a0b540;
  text-transform: uppercase;
}
/* line 7020, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  margin: 0 0 15px;
}
/* line 7025, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail,
.account-order-content .row-item .active-card-detail,
.account-order-content .row-item .pending-creditmemo-detail {
  display: none;
}
/* line 7029, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print,
.account-order-content .row-item .active-card-detail .pm-print,
.account-order-content .row-item .pending-creditmemo-detail .pm-print {
  padding: 0 0 0 30.6%;
  width: 100%;
  display: table;
}
/* line 7033, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .address-detail,
.account-order-content .row-item .active-card-detail .pm-print .address-detail,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .address-detail {
  display: table-cell;
  vertical-align: bottom;
  font-size: 14px;
  color: #4e4e4e;
  width: 30%;
  line-height: 16px;
}
/* line 7040, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .address-detail .address,
.account-order-content .row-item .active-card-detail .pm-print .address-detail .address,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .address-detail .address {
  clear: both;
  display: block;
  height: 3px;
}
/* line 7046, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .payment-print,
.account-order-content .row-item .active-card-detail .pm-print .payment-print,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print {
  width: 70%;
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  padding-right: 20px;
}
/* line 7052, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .print-order,
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .payment,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .print-order,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .payment,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .print-order,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .payment {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  padding-left: 5px;
}
/* line 7060, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .print-order img,
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .payment img,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .print-order img,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .payment img,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .print-order img,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .payment img {
  max-height: 22px;
}
/* line 7063, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .print-order label,
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .payment label,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .print-order label,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .payment label,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .print-order label,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .payment label {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
/* line 7069, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .print-order span,
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .payment span,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .print-order span,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .payment span,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .print-order span,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .payment span {
  display: inline-block;
  vertical-align: middle;
  color: #a0b540;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
}
/* line 7079, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail .pm-print .payment-print .print-order a,
.account-order-content .row-item .active-card-detail .pm-print .payment-print .print-order a,
.account-order-content .row-item .pending-creditmemo-detail .pm-print .payment-print .print-order a {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 48px -1110px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 7089, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active, .account-order-content .row-item .recent-order-detail.active-card-active, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active,
.account-order-content .row-item .active-card-detail.recent-order-active,
.account-order-content .row-item .active-card-detail.active-card-active,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active {
  display: block;
}
/* line 7093, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .order-history-table, .account-order-content .row-item .recent-order-detail.active-card-active .order-history-table, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .order-history-table,
.account-order-content .row-item .active-card-detail.recent-order-active .order-history-table,
.account-order-content .row-item .active-card-detail.active-card-active .order-history-table,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .order-history-table,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .order-history-table,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .order-history-table,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .order-history-table {
  display: block;
}
/* line 7095, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .order-history-table tr,
.account-order-content .row-item .recent-order-detail.recent-order-active .order-history-table tbody,
.account-order-content .row-item .recent-order-detail.recent-order-active .order-history-table thead, .account-order-content .row-item .recent-order-detail.active-card-active .order-history-table tr,
.account-order-content .row-item .recent-order-detail.active-card-active .order-history-table tbody,
.account-order-content .row-item .recent-order-detail.active-card-active .order-history-table thead, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .order-history-table tr,
.account-order-content .row-item .recent-order-detail.pending-creditmemo-active .order-history-table tbody,
.account-order-content .row-item .recent-order-detail.pending-creditmemo-active .order-history-table thead,
.account-order-content .row-item .active-card-detail.recent-order-active .order-history-table tr,
.account-order-content .row-item .active-card-detail.recent-order-active .order-history-table tbody,
.account-order-content .row-item .active-card-detail.recent-order-active .order-history-table thead,
.account-order-content .row-item .active-card-detail.active-card-active .order-history-table tr,
.account-order-content .row-item .active-card-detail.active-card-active .order-history-table tbody,
.account-order-content .row-item .active-card-detail.active-card-active .order-history-table thead,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .order-history-table tr,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .order-history-table tbody,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .order-history-table thead,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .order-history-table tr,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .order-history-table tbody,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .order-history-table thead,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .order-history-table tr,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .order-history-table tbody,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .order-history-table thead,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .order-history-table tr,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .order-history-table tbody,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .order-history-table thead {
  display: block;
  background: none;
}
/* line 7102, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody, .account-order-content .row-item .recent-order-detail.active-card-active tbody, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody,
.account-order-content .row-item .active-card-detail.recent-order-active tbody,
.account-order-content .row-item .active-card-detail.active-card-active tbody,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody {
  padding: 5px 40px;
  line-height: 1.2;
}
/* line 7105, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr {
  color: #928e8e;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  border-bottom: 1px solid #ededed;
}
/* line 7110, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr:last-child, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr:last-child, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr:last-child,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr:last-child,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr:last-child,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr:last-child,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr:last-child,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr:last-child,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr:last-child {
  border: none;
}
/* line 7113, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr:after, .account-order-content .row-item .recent-order-detail.recent-order-active tbody tr:before, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr:after, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr:before, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr:after, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr:before,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr:after,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr:before,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr:after,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr:before,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr:after,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr:before,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr:after,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr:before,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr:after,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr:before,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr:after,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr:before {
  content: '';
  display: table;
  clear: both;
}
/* line 7119, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr > td, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr > td, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr > td,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr > td,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr > td,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr > td,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr > td,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr > td,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr > td {
  padding: 10px 0;
  border: none;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 7124, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-image-order, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-image-order, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-image-order,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-image-order,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-image-order,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-image-order,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-image-order,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-image-order,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-image-order {
  width: 14%;
  float: left;
  text-align: center;
}
/* line 7128, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-image-order .product-image, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-image-order .product-image, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-image-order .product-image,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-image-order .product-image,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-image-order .product-image,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-image-order .product-image,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-image-order .product-image,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-image-order .product-image,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-image-order .product-image {
  border: none;
}
/* line 7132, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-info-order, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-info-order, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-info-order,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-info-order,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-info-order,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-info-order,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-info-order,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-info-order,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-info-order {
  width: 35%;
  float: left;
  text-align: left;
  text-decoration: underline;
}
/* line 7137, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-info-order .product-name, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-info-order .product-name, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-info-order .product-name,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-info-order .product-name,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-info-order .product-name,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-info-order .product-name,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-info-order .product-name,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-info-order .product-name,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-info-order .product-name {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 7139, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-info-order .product-name a, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-info-order .product-name a, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-info-order .product-name a,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-info-order .product-name a,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-info-order .product-name a,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-info-order .product-name a,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-info-order .product-name a,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-info-order .product-name a,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-info-order .product-name a {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 7143, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-info-order a, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-info-order a, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-info-order a,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-info-order a,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-info-order a,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-info-order a,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-info-order a,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-info-order a,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-info-order a {
  color: #928e8e;
}
/* line 7146, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-info-order .product-sku, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-info-order .product-sku, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-info-order .product-sku,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-info-order .product-sku,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-info-order .product-sku,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-info-order .product-sku,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-info-order .product-sku,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-info-order .product-sku,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-info-order .product-sku {
  font-size: 14px;
  text-transform: capitalize;
  text-transform: uppercase;
}
/* line 7152, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-qty-order, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-qty-order, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-qty-order,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-qty-order,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-qty-order,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-qty-order,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-qty-order,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-qty-order,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-qty-order {
  width: 12%;
  text-align: center;
  float: left;
}
/* line 7157, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-reorder, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-reorder, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-reorder,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-reorder,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-reorder,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-reorder,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-reorder,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-reorder,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-reorder {
  width: 13%;
  text-align: center;
  float: left;
  position: relative;
}
/* line 7162, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-reorder a, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-reorder a, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-reorder a,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-reorder a,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-reorder a,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-reorder a,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-reorder a,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-reorder a,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-reorder a {
  color: #928e8e;
  font-size: 14px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
  font-weight: normal;
}
/* line 7171, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-price-order, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-price-order, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-price-order,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-price-order,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-price-order,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-price-order,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-price-order,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-price-order,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-price-order {
  width: 13%;
  text-align: center;
  float: left;
}
/* line 7176, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active tbody tr .product-total-price, .account-order-content .row-item .recent-order-detail.active-card-active tbody tr .product-total-price, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active tbody tr .product-total-price,
.account-order-content .row-item .active-card-detail.recent-order-active tbody tr .product-total-price,
.account-order-content .row-item .active-card-detail.active-card-active tbody tr .product-total-price,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active tbody tr .product-total-price,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active tbody tr .product-total-price,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active tbody tr .product-total-price,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active tbody tr .product-total-price {
  width: 13%;
  text-align: right;
  float: left;
}
/* line 7184, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr, .account-order-content .row-item .recent-order-detail.active-card-active thead tr, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr,
.account-order-content .row-item .active-card-detail.active-card-active thead tr,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr {
  padding: 5px 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #928e8e;
  font-size: 14px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
/* line 7192, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th {
  float: left;
  background: none;
  text-align: center;
  color: #928e8e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  border: none;
}
/* line 7203, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th.header-image, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th.header-image, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th.header-image,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th.header-image,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th.header-image,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th.header-image,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th.header-image,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th.header-image,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-image {
  width: 14%;
}
/* line 7206, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th.header-name, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th.header-name, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th.header-name,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th.header-name,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th.header-name,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th.header-name,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th.header-name,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th.header-name,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-name {
  width: 35%;
  text-align: left;
}
/* line 7210, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th.header-qty, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th.header-qty, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th.header-qty,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th.header-qty,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th.header-qty,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th.header-qty,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th.header-qty,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th.header-qty,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-qty {
  width: 12%;
  text-align: center;
}
/* line 7214, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th.header-reorder, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th.header-reorder, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th.header-reorder,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th.header-reorder,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th.header-reorder,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th.header-reorder,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th.header-reorder,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th.header-reorder,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-reorder {
  width: 13%;
  text-align: center;
}
/* line 7218, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th.header-price, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th.header-price, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th.header-price,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th.header-price,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th.header-price,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th.header-price,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th.header-price,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th.header-price,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-price {
  width: 13%;
  text-align: center;
}
/* line 7222, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active thead tr th.header-total, .account-order-content .row-item .recent-order-detail.active-card-active thead tr th.header-total, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active thead tr th.header-total,
.account-order-content .row-item .active-card-detail.recent-order-active thead tr th.header-total,
.account-order-content .row-item .active-card-detail.active-card-active thead tr th.header-total,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active thead tr th.header-total,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active thead tr th.header-total,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active thead tr th.header-total,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-total {
  width: 13%;
  text-align: right;
}
/* line 7229, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order {
  text-align: right;
  padding: 0 40px 20px;
}
/* line 7232, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order strong, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order strong, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order strong,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order strong,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order strong,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order strong,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order strong,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order strong,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order strong {
  font-weight: normal;
}
/* line 7235, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order table, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order table, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order table,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order table,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order table,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order table,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order table,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order table,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table {
  display: inline-block;
  line-height: 1.4;
}
/* line 7238, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order table tr, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order table tr, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order table tr,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order table tr,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order table tr,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order table tr,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order table tr,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order table tr,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr {
  border: none;
}
/* line 7241, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order table tr.grand_total td, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order table tr.grand_total td, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order table tr.grand_total td,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order table tr.grand_total td,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order table tr.grand_total td,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order table tr.grand_total td,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order table tr.grand_total td,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order table tr.grand_total td,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr.grand_total td {
  font-weight: bold;
}
/* line 7245, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order table tr td, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order table tr td, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order table tr td,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order table tr td,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order table tr td,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order table tr td,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order table tr td,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order table tr td,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr td {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  padding: 0 5px;
  line-height: 1.4;
  position: relative;
}
/* line 7252, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order table tr td:last-child, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order table tr td:last-child, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order table tr td:last-child,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order table tr td:last-child,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order table tr td:last-child,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order table tr td:last-child,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order table tr td:last-child,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order table tr td:last-child,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr td:last-child {
  text-align: left;
}
/* line 7256, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-detail.recent-order-active .total-history-order table tr td:first-child:after, .account-order-content .row-item .recent-order-detail.active-card-active .total-history-order table tr td:first-child:after, .account-order-content .row-item .recent-order-detail.pending-creditmemo-active .total-history-order table tr td:first-child:after,
.account-order-content .row-item .active-card-detail.recent-order-active .total-history-order table tr td:first-child:after,
.account-order-content .row-item .active-card-detail.active-card-active .total-history-order table tr td:first-child:after,
.account-order-content .row-item .active-card-detail.pending-creditmemo-active .total-history-order table tr td:first-child:after,
.account-order-content .row-item .pending-creditmemo-detail.recent-order-active .total-history-order table tr td:first-child:after,
.account-order-content .row-item .pending-creditmemo-detail.active-card-active .total-history-order table tr td:first-child:after,
.account-order-content .row-item .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr td:first-child:after {
  content: ':';
  position: absolute;
  right: -3px;
  top: 0;
}
/* line 7269, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion,
.account-order-content .row-item .active-card-accordion,
.account-order-content .row-item .pending-creditmemo-accordion {
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px 10px 40px;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}
/* line 7281, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion:before,
.account-order-content .row-item .active-card-accordion:before,
.account-order-content .row-item .pending-creditmemo-accordion:before {
  content: '+';
  position: absolute;
  left: 12px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
}
/* line 7292, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion.recent-order-active:before, .account-order-content .row-item .recent-order-accordion.active-card-active:before, .account-order-content .row-item .recent-order-accordion.pending-creditmemo-active:before,
.account-order-content .row-item .active-card-accordion.recent-order-active:before,
.account-order-content .row-item .active-card-accordion.active-card-active:before,
.account-order-content .row-item .active-card-accordion.pending-creditmemo-active:before,
.account-order-content .row-item .pending-creditmemo-accordion.recent-order-active:before,
.account-order-content .row-item .pending-creditmemo-accordion.active-card-active:before,
.account-order-content .row-item .pending-creditmemo-accordion.pending-creditmemo-active:before {
  content: '-';
  position: absolute;
  left: 16px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
}
/* line 7301, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item,
.account-order-content .row-item .active-card-accordion .col-item,
.account-order-content .row-item .pending-creditmemo-accordion .col-item {
  float: left;
  width: 24.5%;
}
/* line 7304, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item:last-child,
.account-order-content .row-item .active-card-accordion .col-item:last-child,
.account-order-content .row-item .pending-creditmemo-accordion .col-item:last-child {
  width: 26.5%;
  text-align: right;
}
/* line 7308, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item label,
.account-order-content .row-item .active-card-accordion .col-item label,
.account-order-content .row-item .pending-creditmemo-accordion .col-item label {
  font-size: 14px;
}
/* line 7310, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item label.to,
.account-order-content .row-item .active-card-accordion .col-item label.to,
.account-order-content .row-item .pending-creditmemo-accordion .col-item label.to {
  text-transform: capitalize;
}
/* line 7314, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .track-order,
.account-order-content .row-item .active-card-accordion .col-item .track-order,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .track-order {
  text-align: right;
}
/* line 7316, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .track-order p.error,
.account-order-content .row-item .active-card-accordion .col-item .track-order p.error,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .track-order p.error {
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  margin: 10px 0 20px;
  position: relative;
  white-space: nowrap;
  right: 150px;
}
/* line 7325, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .track-order a,
.account-order-content .row-item .active-card-accordion .col-item .track-order a,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .track-order a {
  margin-left: 5px;
  margin-top: 5px;
}
/* line 7330, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .pending,
.account-order-content .row-item .active-card-accordion .col-item .pending,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .pending {
  color: #d02027;
}
/* line 7333, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .paypal-request-sent,
.account-order-content .row-item .recent-order-accordion .col-item .Processing,
.account-order-content .row-item .active-card-accordion .col-item .paypal-request-sent,
.account-order-content .row-item .active-card-accordion .col-item .Processing,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .paypal-request-sent,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .Processing {
  color: #f8b537;
  text-transform: uppercase;
}
/* line 7337, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .paypal-request-sent:hover,
.account-order-content .row-item .recent-order-accordion .col-item .Processing:hover,
.account-order-content .row-item .active-card-accordion .col-item .paypal-request-sent:hover,
.account-order-content .row-item .active-card-accordion .col-item .Processing:hover,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .paypal-request-sent:hover,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .Processing:hover {
  text-decoration: underline;
}
/* line 7341, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .Complete,
.account-order-content .row-item .active-card-accordion .col-item .Complete,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .Complete {
  color: #a0b540;
  text-transform: uppercase;
}
/* line 7344, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .Complete:hover,
.account-order-content .row-item .active-card-accordion .col-item .Complete:hover,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .Complete:hover {
  text-decoration: underline;
}
/* line 7349, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .recent-order-accordion .col-item .order-customer span,
.account-order-content .row-item .active-card-accordion .col-item .order-customer span,
.account-order-content .row-item .pending-creditmemo-accordion .col-item .order-customer span {
  font-weight: normal;
  text-transform: capitalize;
}
/* line 7358, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager {
  float: none;
  text-align: right;
}
/* line 7361, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .count-container {
  float: none;
}
/* line 7363, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .count-container .amount {
  display: none;
}
/* line 7367, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages {
  position: absolute;
  right: 0;
  top: -10px;
}
/* line 7372, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li.current {
  font-weight: bold;
  text-decoration: underline;
  border: none;
  width: auto;
  color: #4e4e4e;
  margin: 0 2px;
}
/* line 7380, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a {
  width: auto;
  margin: 0 2px;
  color: #4e4e4e;
}
/* line 7384, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a.next {
  width: auto;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-left: 11px;
  text-transform: capitalize;
}
/* line 7392, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a.next:before {
  border: none;
  content: '...';
  left: 0;
  top: 4px;
  content: '...';
}
/* line 7399, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a.next:hover {
  border: none;
}
/* line 7403, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a.previous {
  width: auto;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-right: 11px;
  text-transform: capitalize;
}
/* line 7411, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a.previous:before {
  border: none;
  right: 0;
  top: 0px;
  content: '...';
  width: auto;
  margin: 0;
  left: auto;
}
/* line 7420, ../scss/module/_nn-default-2.scss */
.account-order-content .account-toolbar .pager .pages li a.previous:hover {
  border: none;
}
/* line 7429, ../scss/module/_nn-default-2.scss */
.account-order-content .toolbar-pager-bottom .pager .pages {
  position: relative;
}

/* line 7438, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .complete,
.productreturn-front-list .product_received,
.productreturn-front-list .product_return_accepted,
.wishlist-index-index .complete,
.wishlist-index-index .product_received,
.wishlist-index-index .product_return_accepted,
.customer-account-index .complete,
.customer-account-index .product_received,
.customer-account-index .product_return_accepted,
.sales-order-history .complete,
.sales-order-history .product_received,
.sales-order-history .product_return_accepted {
  color: #a0b540;
}
/* line 7443, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .expired,
.productreturn-front-list .product_received_but_refused,
.productreturn-front-list .product_return_refused,
.wishlist-index-index .expired,
.wishlist-index-index .product_received_but_refused,
.wishlist-index-index .product_return_refused,
.customer-account-index .expired,
.customer-account-index .product_received_but_refused,
.customer-account-index .product_return_refused,
.sales-order-history .expired,
.sales-order-history .product_received_but_refused,
.sales-order-history .product_return_refused {
  color: #d02027;
}

/* line 7451, ../scss/module/_nn-default-2.scss */
.product-return .waiting_for_supplier,
.product-return .expertise_product,
.product-return .new {
  color: #f8b537;
}
/* line 7456, ../scss/module/_nn-default-2.scss */
.product-return .requested {
  font-weight: bold;
  color: #f8b537;
}
/* line 7460, ../scss/module/_nn-default-2.scss */
.product-return .product_return_refused {
  color: #ff0000;
}
/* line 7463, ../scss/module/_nn-default-2.scss */
.product-return .expired,
.product-return .product_received_but_refused,
.product-return .product_return_refused {
  color: #d02027;
}

/* line 7471, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .an-buttons {
  margin-top: 20px;
}
/* line 7473, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .an-buttons a {
  float: left;
}
/* line 7476, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .an-buttons button {
  float: right;
}
/* line 7480, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 15px;
}
/* line 7485, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .page-title h1 {
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: bold;
  border: none;
  padding: 0;
}
/* line 7495, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr {
  border-bottom: 1px solid #d9dada;
}
/* line 7497, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr:last-child {
  border: none;
}
/* line 7500, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td {
  border: none;
  text-transform: capitalize;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  padding: 2px 0px;
  vertical-align: middle;
}
/* line 7509, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td label {
  font-weight: normal;
  text-transform: none;
}
/* line 7513, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td:first-child {
  width: 80%;
}
/* line 7516, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td .customCheck {
  display: inline-block;
  position: relative;
}
/* line 7519, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td .customCheck input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 7528, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td .customCheck input + label {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -57px -813px;
  width: 38px;
  height: 38px;
}
/* line 7535, ../scss/module/_nn-default-2.scss */
.subscriptionOuter .subscriptionInner .data-table tr td .customCheck input:checked + label {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -110px -812px;
}

/* line 7549, ../scss/module/_nn-default-2.scss */
.cartMainOuter .title-buttons {
  margin: 0;
  border: none;
  padding-right: 21%;
}
/* line 7553, ../scss/module/_nn-default-2.scss */
.cartMainOuter .title-buttons h1 {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 7560, ../scss/module/_nn-default-2.scss */
.cartMainOuter .title-buttons .bx-btn-cart {
  float: right;
}

/* line 7567, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left {
  width: 79%;
  float: left;
}
/* line 7570, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  margin-top: 10px;
  float: none;
  width: 100%;
}
/* line 7578, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table {
  float: none;
  width: 100%;
  margin: 0;
}
/* line 7582, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tr {
  border: none;
}
/* line 7585, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table th {
  border-bottom: 1px dashed #ededed;
  padding: 10px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: capitalize;
}
/* line 7595, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tfoot .tr-reward-point td {
  padding: 0;
}
/* line 7598, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tfoot .tr-reward-point .reward-points {
  font-size: 18px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
/* line 7603, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tfoot .tr-reward-point .reward-points .point-number {
  color: #a0b540;
}
/* line 7610, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr {
  border-bottom: 1px solid #ededed;
}
/* line 7612, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.last {
  border-bottom: none;
}
/* line 7615, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #ededed;
  font-weight: bold;
  color: #f8b537;
}
/* line 7616, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title td {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 7641, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions {
  position: relative;
}
/* line 7643, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr .product-cart-actions:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  content: '';
  left: 0;
  top: 0;
}
/* line 7654, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input.qty {
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}
/* line 7663, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-outer-spin-button,
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 7670, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"], .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr.tr-title + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr input[type="number"] {
  -moz-appearance: textfield;
}
/* line 7675, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td {
  padding: 10px 0px;
}
/* line 7677, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-image {
  width: 15%;
}
/* line 7680, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-info {
  width: 41%;
  padding: 10px;
}
/* line 7684, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions {
  width: 16%;
  text-align: center;
}
/* line 7687, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input {
  padding: 0 2px;
  text-align: center;
  height: 24px;
  border-radius: 6px;
  margin: 35px 0 10px;
  width: 50px;
}
/* line 7694, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable[type="number"]::-webkit-outer-spin-button, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 7701, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable:hover, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable:focus {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
  position: relative;
  border: none;
  pointer-events: none;
}
/* line 7711, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable:hover:after, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions input.input-disable:focus:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  content: '';
  left: 0;
  top: 0;
}
/* line 7722, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions button {
  margin: 0 auto;
}
/* line 7724, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions button:before, .checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-actions button:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 7734, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-price {
  width: 16%;
}
/* line 7736, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-price .price-box {
  margin-top: 40px;
}
/* line 7740, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td.product-cart-total {
  width: 12%;
  padding-top: 50px;
  text-align: center;
}
/* line 7745, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr td .special-price {
  padding-left: 5px;
}
/* line 7750, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-image .product-image {
  border: none;
}
/* line 7752, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-image .product-image img {
  max-height: 130px;
  width: auto;
}
/* line 7756, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-image .product-image:hover {
  border: none;
}
/* line 7761, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-total {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
}
/* line 7768, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-price span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  display: inline-block;
}
/* line 7774, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-price span > span {
  margin-top: 40px;
}
/* line 7776, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-price span > span span {
  margin: 0;
}
/* line 7779, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-price span > span .price {
  text-decoration: line-through;
}
/* line 7786, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product-name {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: capitalize;
  margin: 10px 0 0;
}
/* line 7793, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product-name a {
  color: #4e4e4e;
}
/* line 7797, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom {
  margin-top: 12px;
}
/* line 7799, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom .product-cart-sku {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  float: left;
  font-style: normal;
}
/* line 7809, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom .product-cart-remove {
  float: left;
  margin-right: 20px;
}
/* line 7812, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom .product-cart-remove a {
  background: none;
  cursor: pointer;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #4e4e4e;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 0;
}
/* line 7824, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom .product-cart-bonus-label {
  width: 100%;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 12px;
}
/* line 7830, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom .product-cart-addtowishlist {
  float: left;
  margin-right: 20px;
}
/* line 7833, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .product_name_bottom .product-cart-addtowishlist a {
  background: none;
  cursor: pointer;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #4e4e4e;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 0;
}
/* line 7846, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left > .cart-table .cart-table tbody tr .product-cart-info .expired-label {
  color: #d02027;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 7855, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left .totals-cart {
  float: right;
  text-align: right;
}
/* line 7858, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left .totals-cart table {
  width: 100%;
}
/* line 7862, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left .totals-cart {
  float: right;
  text-align: right;
}
/* line 7865, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-left .totals-cart table {
  width: 100%;
}
/* line 7870, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-right {
  width: 21%;
  float: left;
  text-align: right;
  position: relative;
}
/* line 7875, ../scss/module/_nn-default-2.scss */
.checkout-cart-head .cart-top-right #cart-promotion-sidebar {
  display: inline-block;
}

/* line 7881, ../scss/module/_nn-default-2.scss */
.coupon-gift-point {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 5px 15px 10px;
  border-radius: 6px;
  width: 400px;
  overflow: hidden;
}
/* line 7889, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .discount-error {
  display: block;
  margin: 5px 0;
  color: #eb340a;
}
/* line 7894, ../scss/module/_nn-default-2.scss */
.coupon-gift-point h2 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
  padding-right: 30px;
}
/* line 7901, ../scss/module/_nn-default-2.scss */
.coupon-gift-point h2:after {
  top: 3px;
  cursor: pointer;
  right: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #c8c8c8;
  border-width: 10px;
  margin-left: -10px;
}
/* line 7918, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-content-show:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 8px;
}
/* line 7925, ../scss/module/_nn-default-2.scss */
.coupon-gift-point #applied-message {
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  border-bottom: 1px solid #a7a7a7;
  font-family: Verdana, Geneva, sans-serif;
  padding-bottom: 5px;
  margin: 40px 0 10px;
}
/* line 7933, ../scss/module/_nn-default-2.scss */
.coupon-gift-point #applied-message.noAppliedMess {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
}
/* line 7939, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards {
  margin-top: 10px;
}
/* line 7941, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input {
  position: relative;
}
/* line 7943, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .loader-image {
  position: absolute;
}
/* line 7946, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .button {
  float: right;
}
/* line 7949, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .noLogin {
  padding: 10px 0;
  text-align: center;
  color: #4e4e4e;
}
/* line 7953, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .noLogin a {
  text-decoration: underline;
  color: #4e4e4e;
}
/* line 7958, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .input-item {
  margin: 0 0 10px;
}
/* line 7960, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .input-item label {
  float: left;
  width: 42%;
  text-align: right;
  font-size: 14px;
  color: #4e4e4e;
  padding-right: 8px;
  font-weight: normal;
  line-height: 30px;
  margin: 0px;
}
/* line 7971, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .input-item .number-point {
  color: #a0b540;
}
/* line 7974, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .input-item .input-box {
  float: left;
  padding: 0;
  width: 58%;
}
/* line 7978, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .wp-block-input .input-item .input-box input {
  width: 112px;
  border-radius: 4px;
  font-size: 13px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #a0b540;
}
/* line 7992, ../scss/module/_nn-default-2.scss */
.coupon-gift-point .coupon-giftcards .bx-btn {
  margin-bottom: 0px;
  float: right;
  text-align: right;
  margin-top: -44px;
}

/* line 8001, ../scss/module/_nn-default-2.scss */
.checkout-cart-rewardsmessage,
.checkout-cart-giftmessage,
.checkout-cart-couponmessage {
  position: relative;
}
/* line 8005, ../scss/module/_nn-default-2.scss */
.checkout-cart-rewardsmessage .discount-success,
.checkout-cart-giftmessage .discount-success,
.checkout-cart-couponmessage .discount-success {
  font-size: 14px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 25px;
}
/* line 8011, ../scss/module/_nn-default-2.scss */
.checkout-cart-rewardsmessage .discount-price,
.checkout-cart-giftmessage .discount-price,
.checkout-cart-couponmessage .discount-price {
  float: right;
  margin-right: 30px;
}
/* line 8015, ../scss/module/_nn-default-2.scss */
.checkout-cart-rewardsmessage button,
.checkout-cart-giftmessage button,
.checkout-cart-couponmessage button {
  position: absolute;
  right: 0;
  top: 5px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  border: none;
  height: 20px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  background-position: 0 -1441px;
  display: inline-block;
  text-decoration: none;
  color: #a7a7a7;
  line-height: 20px;
}

/* line 8037, ../scss/module/_nn-default-2.scss */
.block-cart-bottom {
  margin-top: 20px;
}

/* line 8042, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-carousel .owl-wrapper,
.lastminutedeals .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 8053, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .owl-item:first-child .item {
  border-color: transparent;
}
/* line 8057, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item {
  border-left: 1px dotted #a7a7a7;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  padding: 0 5px 10px;
  margin: 0;
  margin-left: -1px;
}
/* line 8064, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .product-image {
  border: none;
  margin: 0 0 5px;
}
/* line 8068, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .price-box {
  min-height: 28px;
}
/* line 8071, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .product-name {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  margin: 0 0 10px;
  min-height: 45px;
}
/* line 8079, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .product-price .sale-price {
  color: #d32028;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  margin: 0 2px;
}
/* line 8086, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .product-price .regular-price {
  font-size: 10px;
  color: #4e4e4e;
  display: inline-block;
  margin: 0 2px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 8094, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .btnOrange {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat #f8b537;
  background-position: 7px -896px;
  padding-left: 40px;
  margin-top: 10px;
}
/* line 8100, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .item .ratings {
  text-align: center;
}
/* line 8104, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .owl-item {
  width: 188px;
  margin-right: 5px;
}
/* line 8108, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-stage-outer .owl-item .item img {
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  /** fixes non transitive 3d from parent and child **/
  transform-style: initial;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/* line 8120, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 100%;
  text-align: left;
}
/* line 8127, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 8px;
}
/* line 8138, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-nav .owl-prev:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
}
/* line 8143, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  background-position: -32px 0;
  margin: 0 8px;
  float: right;
}
/* line 8156, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: -32px 0;
}
/* line 8163, ../scss/module/_nn-default-2.scss */
.lastminutedeals .owl-dots {
  display: none;
}
/* line 8166, ../scss/module/_nn-default-2.scss */
.lastminutedeals h2 {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
  color: #f8b537;
}
/* line 8174, ../scss/module/_nn-default-2.scss */
.lastminutedeals .lastdeal {
  font-family: Verdana, Geneva, sans-serif;
  padding: 15px 13px;
  border-radius: 6px;
}
/* line 8178, ../scss/module/_nn-default-2.scss */
.lastminutedeals .lastdeal .owl-stage-outer {
  border-right: 1px solid transparent;
}

/* line 8185, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/awards-pagebanner.png") no-repeat;
  background-position: right center;
  position: relative;
}
/* line 8190, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-img-container {
  width: 178px;
  height: 222px;
  position: absolute;
  top: 70px;
  right: 280px;
  pointer-events: none;
}

/* line 8201, ../scss/module/_nn-default-2.scss */
.location-page-content-wrapper .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/location-banner-img.png") no-repeat;
  background-position: right top;
  position: relative;
}
/* line 8206, ../scss/module/_nn-default-2.scss */
.location-page-content-wrapper .activeSlogan {
  width: 164px;
  height: 164px;
  position: absolute;
  top: 86px;
  right: 404px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/come-visit-us.png") no-repeat;
  background-position: center center;
}

/* line 8217, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon,
.cms-contact,
.cms-page-home {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 8221, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper ul,
.cms-contact .contact-wrapper ul,
.cms-page-home .contact-wrapper ul {
  margin: 0;
}
/* line 8227, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .block-header p,
.cms-contact .block-header p,
.cms-page-home .block-header p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #4e4e4e;
}
/* line 8233, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .block-header p span.dashed,
.cms-contact .block-header p span.dashed,
.cms-page-home .block-header p span.dashed {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #4e4e4e;
  vertical-align: middle;
}
/* line 8242, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper,
.cms-contact .header-wrapper,
.cms-page-home .header-wrapper {
  min-height: 252px;
  margin-bottom: 35px;
  border-radius: 10px;
}
/* line 8247, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .headline-text p,
.cms-contact .header-wrapper .headline-text p,
.cms-page-home .header-wrapper .headline-text p {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 19px;
  font-weight: bold;
  padding-left: 25px;
}
/* line 8255, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading,
.cms-contact .header-wrapper .main-heading,
.cms-page-home .header-wrapper .main-heading {
  font-size: 42px;
  color: #7c7c7c;
  line-height: 1;
  font-weight: bold;
  text-shadow: 2px 1px 0 #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-top: 15px;
}
/* line 8264, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading span,
.cms-contact .header-wrapper .main-heading span,
.cms-page-home .header-wrapper .main-heading span {
  font-family: 'black_jackregular';
  color: #a0b540;
  font-weight: normal;
  font-size: 60px;
  text-transform: none;
  text-shadow: none;
}
/* line 8272, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading em,
.cms-french-comingsoon .header-wrapper .main-heading i,
.cms-contact .header-wrapper .main-heading em,
.cms-contact .header-wrapper .main-heading i,
.cms-page-home .header-wrapper .main-heading em,
.cms-page-home .header-wrapper .main-heading i {
  color: #a0b540;
  font-style: normal;
}
/* line 8278, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text,
.cms-contact .header-wrapper .description-text,
.cms-page-home .header-wrapper .description-text {
  padding-left: 25px;
}
/* line 8280, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text p,
.cms-contact .header-wrapper .description-text p,
.cms-page-home .header-wrapper .description-text p {
  font-size: 19px;
  color: #4e4e4e;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
/* line 8286, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text p .accent-green,
.cms-contact .header-wrapper .description-text p .accent-green,
.cms-page-home .header-wrapper .description-text p .accent-green {
  color: #a0b540;
  font-size: 25px;
}
/* line 8290, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text p img,
.cms-contact .header-wrapper .description-text p img,
.cms-page-home .header-wrapper .description-text p img {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
/* line 8298, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .ghost_buttons,
.cms-contact .ghost_buttons,
.cms-page-home .ghost_buttons {
  margin: 0 0 20px;
}
/* line 8300, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .ghost_buttons a,
.cms-contact .ghost_buttons a,
.cms-page-home .ghost_buttons a {
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 34px;
  border: 1px solid #a0b540;
  color: #4e4e4e;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: 24%;
  margin-right: .5%;
  margin-bottom: 10px;
}
/* line 8314, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .ghost_buttons a img,
.cms-contact .ghost_buttons a img,
.cms-page-home .ghost_buttons a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 9px;
}
/* line 8321, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .ghost_buttons a p,
.cms-contact .ghost_buttons a p,
.cms-page-home .ghost_buttons a p {
  font-size: 18px;
  color: #4e4e4e;
  margin: 0;
  height: 36px;
  line-height: 34px;
}
/* line 8333, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.awards-content-wrapper .ghost_buttons a, .cms-french-comingsoon.security-content-wrapper .ghost_buttons a,
.cms-contact.awards-content-wrapper .ghost_buttons a,
.cms-contact.security-content-wrapper .ghost_buttons a,
.cms-page-home.awards-content-wrapper .ghost_buttons a,
.cms-page-home.security-content-wrapper .ghost_buttons a {
  width: 32.5%;
  margin-right: .5%;
}
/* line 8336, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.awards-content-wrapper .ghost_buttons a:last-child, .cms-french-comingsoon.security-content-wrapper .ghost_buttons a:last-child,
.cms-contact.awards-content-wrapper .ghost_buttons a:last-child,
.cms-contact.security-content-wrapper .ghost_buttons a:last-child,
.cms-page-home.awards-content-wrapper .ghost_buttons a:last-child,
.cms-page-home.security-content-wrapper .ghost_buttons a:last-child {
  margin-right: 0;
}

/* line 8345, ../scss/module/_nn-default-2.scss */
.cms-contact #calluscontainer {
  border: none;
}

/* line 8352, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #calluscontainer,
.cms-contact #calluscontainer {
  padding: 30px 0 20px;
}
/* line 8353, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #calluscontainer ul,
.cms-contact #calluscontainer ul {
  margin: 0;
}
/* line 8358, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #connectuscontainer,
.cms-contact #connectuscontainer {
  padding: 30px 0 20px;
}
/* line 8360, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #connectuscontainer ul,
.cms-contact #connectuscontainer ul {
  margin: 0;
}
/* line 8364, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #visituscontainer,
.cms-contact #visituscontainer {
  padding: 30px 0 10px;
}
/* line 8366, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #visituscontainer ul,
.cms-contact #visituscontainer ul {
  margin: 0;
}
/* line 8370, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #messageuscontainer,
.cms-contact #messageuscontainer {
  padding: 30px 0 10px;
}
/* line 8372, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #messageuscontainer ul,
.cms-contact #messageuscontainer ul {
  margin: 0;
}
/* line 8376, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #chatuscontainer,
.cms-contact #chatuscontainer {
  padding: 30px 0 20px;
}
/* line 8378, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #chatuscontainer ul,
.cms-contact #chatuscontainer ul {
  margin: 0;
}
/* line 8382, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #emailuscontainer,
.cms-contact #emailuscontainer {
  padding: 30px 0 10px;
}
/* line 8384, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #emailuscontainer ul,
.cms-contact #emailuscontainer ul {
  margin: 0;
}
/* line 8389, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks,
.cms-contact .section.group .location-blocks {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 20px;
}
/* line 8395, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks:after,
.cms-contact .section.group .location-blocks:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 8402, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .map,
.cms-contact .section.group .location-blocks .map {
  float: left;
  width: 65%;
  padding-right: 25px;
  border-right: 1px dotted #a7a7a7;
}
/* line 8407, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .map iframe,
.cms-contact .section.group .location-blocks .map iframe {
  border-radius: 6px;
  width: 100%;
}
/* line 8412, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .details,
.cms-contact .section.group .location-blocks .details {
  float: left;
  width: 35%;
  padding-left: 25px;
}
/* line 8416, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .details img,
.cms-contact .section.group .location-blocks .details img {
  float: right;
  margin-top: -65px;
  margin-right: 70px;
}
/* line 8421, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .details p,
.cms-contact .section.group .location-blocks .details p {
  margin: 0;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
/* line 8427, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .details p span,
.cms-contact .section.group .location-blocks .details p span {
  font-weight: normal;
}
/* line 8430, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .details p.orangeText,
.cms-contact .section.group .location-blocks .details p.orangeText {
  color: #f8b537;
}
/* line 8434, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .section.group .location-blocks .details .details-header,
.cms-contact .section.group .location-blocks .details .details-header {
  font-size: 30px;
  font-weight: bold;
  color: #f8b537;
  line-height: 1;
  margin: 0 0 10px;
}
/* line 8444, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm,
.cms-contact #contactForm {
  padding-bottom: 20px;
}
/* line 8446, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .buttons-set,
.cms-contact #contactForm .buttons-set {
  float: right;
  clear: none;
  padding: 0;
  border: none;
  margin: 0 80px 0 0;
  position: relative;
  top: -12px;
}
/* line 8455, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .input-box,
.cms-contact #contactForm .input-box {
  padding: 0;
  position: relative;
}
/* line 8458, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .input-box .validation-advice,
.cms-contact #contactForm .input-box .validation-advice {
  position: static;
  font-size: 12px;
}
/* line 8464, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .fields,
.cms-contact #contactForm .form-list .fields {
  float: left;
  width: 45%;
  margin-right: 10px;
}
/* line 8468, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .fields .field,
.cms-contact #contactForm .form-list .fields .field {
  margin-bottom: 8px;
  font-size: 14px;
}
/* line 8472, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .fields select,
.cms-contact #contactForm .form-list .fields select {
  cursor: pointer;
}
/* line 8475, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .fields select,
.cms-french-comingsoon #contactForm .form-list .fields input,
.cms-contact #contactForm .form-list .fields select,
.cms-contact #contactForm .form-list .fields input {
  width: 100%;
  border: 1px solid #a0b540;
  height: 34px;
  color: #95979a;
  border-radius: 1px;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
/* line 8487, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .fields .fieldsTwo .input-box,
.cms-contact #contactForm .form-list .fields .fieldsTwo .input-box {
  width: 50%;
  float: left;
  padding-right: 3px;
}
/* line 8491, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .fields .fieldsTwo .input-box:last-child,
.cms-contact #contactForm .form-list .fields .fieldsTwo .input-box:last-child {
  padding-left: 3px;
  float: right;
  padding-right: 0;
}
/* line 8499, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .buttons-set,
.cms-contact #contactForm .form-list .buttons-set {
  float: right;
  clear: none;
  margin: 0 80px 0 0;
  padding: 0;
  border: 0;
}
/* line 8506, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .wide,
.cms-contact #contactForm .form-list .wide {
  float: left;
  width: 45%;
  margin-right: 10px;
}
/* line 8510, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #contactForm .form-list .wide textarea,
.cms-contact #contactForm .form-list .wide textarea {
  width: 100%;
  border: 1px solid #a0b540;
  height: 75px;
  color: #95979a;
  border-radius: 1px;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  resize: none;
}
/* line 8524, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper,
.cms-contact .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/contact-banner.png") no-repeat;
  background-position: right center;
  position: relative;
}
/* line 8528, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .float-section,
.cms-contact .header-wrapper .float-section {
  width: 185px;
  height: 185px;
  position: absolute;
  top: 70px;
  right: 360px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/help-for.png") no-repeat;
  background-position: center center;
}
/* line 8539, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .ghost_buttons a,
.cms-contact .ghost_buttons a {
  width: 32.5%;
  margin-right: .5%;
}
/* line 8542, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .ghost_buttons a:last-child,
.cms-contact .ghost_buttons a:last-child {
  margin-right: 0;
}
/* line 8547, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .sectionmessage-warpper,
.cms-contact .sectionmessage-warpper {
  border-top: 1px solid #a7a7a7;
}
/* line 8552, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .sectionmessage-warpper ul.clearfix:first-child li img,
.cms-contact .sectionmessage-warpper ul.clearfix:first-child li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 8557, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .sectionmessage-warpper ul.clearfix:first-child li:last-child,
.cms-contact .sectionmessage-warpper ul.clearfix:first-child li:last-child {
  margin: 0;
}
/* line 8564, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .sectionmessage-warpper li,
.cms-contact .sectionmessage-warpper li {
  display: block;
  margin: 0 0 20px;
  line-height: 1;
  vertical-align: middle;
  font-size: 18px;
  color: #4e4e4e;
}
/* line 8571, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .sectionmessage-warpper li:first-child,
.cms-contact .sectionmessage-warpper li:first-child {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #4e4e4e;
}
/* line 8578, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .sectionmessage-warpper .required,
.cms-contact .sectionmessage-warpper .required {
  display: none;
}
/* line 8582, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper,
.cms-contact .contact-wrapper {
  border-top: 1px solid #a7a7a7;
}
/* line 8584, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper li,
.cms-contact .contact-wrapper li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #4e4e4e;
  margin: 0 5px;
  position: relative;
}
/* line 8591, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper li:before,
.cms-contact .contact-wrapper li:before {
  content: '.';
  position: absolute;
  left: -15px;
  top: -4px;
}
/* line 8599, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper li:nth-child(2):before, .cms-french-comingsoon .contact-wrapper li:first-child:before,
.cms-contact .contact-wrapper li:nth-child(2):before,
.cms-contact .contact-wrapper li:first-child:before {
  display: none;
}
/* line 8603, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper li img,
.cms-contact .contact-wrapper li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 8608, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper li:first-child,
.cms-contact .contact-wrapper li:first-child {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #4e4e4e;
  margin: 0;
}
/* line 8616, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper .dl-button,
.cms-contact .contact-wrapper .dl-button {
  text-align: center;
}
/* line 8618, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper .dl-button a,
.cms-contact .contact-wrapper .dl-button a {
  height: 38px;
  text-align: center;
  min-width: 270px;
  line-height: 38px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: capitalize;
  background: #f8b537;
  border-radius: 5px;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 30px;
  display: inline-block;
}
/* line 8638, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #connectuscontainer,
.cms-contact #connectuscontainer {
  border: none;
}

/* line 8644, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon #calluscontainer {
  padding: 0 0 20px;
  border: none;
}
/* line 8650, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .callus-warpper ul li:last-child {
  margin-top: 10px;
}
/* line 8655, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .page-title {
  display: none;
}
/* line 8659, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper li {
  line-height: 22px;
}
/* line 8662, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .contact-wrapper span.dot-class {
  position: relative;
  left: 10px;
  bottom: 4px;
}
/* line 8669, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .emailus-warpper > div {
  font-size: 20px;
}
/* line 8673, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/french-contact-banner.png") no-repeat;
  background-position: right top;
  position: relative;
  margin-bottom: 30px;
}
/* line 8678, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading {
  font-size: 33px;
  padding-left: 25px;
}
/* line 8681, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading span {
  font-size: 81px;
}
/* line 8685, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text {
  margin-top: -25px;
  margin-bottom: 5px;
}
/* line 8688, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text p {
  line-height: 26px;
}
/* line 8692, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading-pos {
  padding-top: 0;
  margin-top: -15px;
}
/* line 8695, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .main-heading-pos span {
  vertical-align: middle;
}
/* line 8699, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .float-section {
  width: 185px;
  height: 185px;
  position: absolute;
  top: 90px;
  right: 360px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/french-float-img.png") no-repeat;
  background-position: center center;
}

/* line 8713, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .headline-text p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #4e4e4e;
  text-transform: uppercase;
}
/* line 8720, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .headline-text p span {
  text-transform: capitalize;
}
/* line 8726, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div {
  list-style: none;
  width: 31%;
  float: left;
  border-radius: 6px;
  border: 1px solid #a7a7a7;
  padding: 10px;
  text-align: center;
}
/* line 8735, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div .cell-footer h2 {
  background: #bdbec0;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  border-radius: 0 0 6px 6px;
  text-transform: uppercase;
}
/* line 8745, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div a {
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
  display: block;
  padding: 10px 0;
  margin: 0 0 10px;
}
/* line 8751, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div a img {
  border: none;
  height: 92px;
  width: auto;
  display: inline-block;
}
/* line 8758, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 48px;
  padding: 0 12px;
  margin: 0 0 5px;
}
/* line 8767, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div p {
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  color: #4e4e4e;
  margin: 0 0 5px;
  min-height: 90px;
}
/* line 8775, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 1.5%;
  margin-bottom: 35px;
}
/* line 8780, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div:nth-child(3n+3) {
  margin-right: 0;
  margin-left: 1.5%;
  margin-bottom: 35px;
}
/* line 8785, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div:nth-child(3n+2) {
  margin: 0 2% 35px;
}
/* line 8788, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div.award-image {
  width: 24%;
  border: none;
  margin-right: 0;
  padding: 0;
}
/* line 8793, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div.award-image img {
  height: auto;
  width: 230px;
  position: relative;
  top: -24px;
}
/* line 8800, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div.award-views-subscribers {
  width: 40%;
  margin: 80px 0 0;
}
/* line 8803, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div.award-views-subscribers ul {
  margin: 0;
  list-style: none;
}
/* line 8807, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-info-wrap > div.award-views-subscribers li {
  text-align: left;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  letter-spacing: -1px;
  color: #a0b540;
  font-weight: bold;
}
/* line 8820, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap {
  margin: 0 0 35px;
  border-radius: 6px;
  padding: 10px 0px;
  display: inline-block;
}
/* line 8825, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-blocks {
  border-radius: 0;
  border: none;
  padding: 0;
  width: 62%;
  margin: 0;
}
/* line 8831, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-blocks .cell-footer {
  margin-top: 10px;
}
/* line 8834, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-blocks:last-child {
  width: 38%;
  margin: 110px 0 0;
  text-align: left;
  padding-left: 15px;
}
/* line 8840, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-blocks a {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 8846, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-blocks img {
  width: auto;
  height: auto;
}
/* line 8851, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-blocks p a {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
/* line 8862, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-NNawards .awards-info-wrap .awards-info-img {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #292929;
}
/* line 8869, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-credentials .awards-info-wrap .awards-info-blocks:last-child p {
  width: 277px;
}

/* line 8874, ../scss/module/_nn-default-2.scss */
.headingSection {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #4e4e4e;
}

/* line 8883, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 20px;
}
/* line 8889, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 8896, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .map {
  float: left;
  width: 65%;
  padding-right: 25px;
  border-right: 1px dotted #a7a7a7;
}
/* line 8901, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .map iframe {
  border-radius: 6px;
}
/* line 8905, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .details {
  float: left;
  width: 35%;
  padding-left: 25px;
}
/* line 8909, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .details img {
  float: right;
  margin-top: -64px;
  margin-right: 70px;
}
/* line 8914, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .details p {
  margin: 0;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
/* line 8920, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .details p span {
  font-weight: normal;
}
/* line 8923, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .details p.orangeText {
  color: #f8b537;
  text-transform: uppercase;
}
/* line 8928, ../scss/module/_nn-default-2.scss */
.location_map .location-blocks .details .details-header {
  font-size: 30px;
  font-weight: bold;
  color: #f8b537;
  line-height: 1;
  margin: 0 0 10px;
}
/* line 8937, ../scss/module/_nn-default-2.scss */
.location_map .quote-cell {
  text-align: center;
  margin: 0 0 30px;
}
/* line 8940, ../scss/module/_nn-default-2.scss */
.location_map .quote-cell p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 8945, ../scss/module/_nn-default-2.scss */
.location_map .quote-cell p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 8955, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us {
  margin: 0 0 20px;
}
/* line 8957, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 8964, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us .map {
  width: 66%;
  float: left;
  border-radius: 6px;
}
/* line 8968, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us .map iframe {
  border-radius: 6px;
}
/* line 8972, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us .details {
  float: left;
  width: 34%;
  padding: 0 45px 0 35px;
}
/* line 8977, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us .details .visit-quotes p {
  margin: 0;
  font-weight: bold;
}
/* line 8982, ../scss/module/_nn-default-2.scss */
.location_visit_content .visit-us .details .visit-quotes .quote-author p {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  margin: 0px 0 20px;
}
/* line 8992, ../scss/module/_nn-default-2.scss */
.location_visit_content .quote-cell {
  text-align: center;
  margin: 0 0 30px;
}
/* line 8995, ../scss/module/_nn-default-2.scss */
.location_visit_content .quote-cell p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9000, ../scss/module/_nn-default-2.scss */
.location_visit_content .quote-cell p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 9010, ../scss/module/_nn-default-2.scss */
.location_fly_content .quote-cell {
  text-align: center;
  margin: 0 0 30px;
}
/* line 9013, ../scss/module/_nn-default-2.scss */
.location_fly_content .quote-cell p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9018, ../scss/module/_nn-default-2.scss */
.location_fly_content .quote-cell p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}
/* line 9025, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer {
  margin: 0 0 20px;
  position: relative;
}
/* line 9026, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9035, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer .flyer-img {
  position: absolute;
  right: -20px;
  max-width: 420px;
  z-index: 0;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  top: -28px;
}
/* line 9046, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer-container {
  float: left;
  width: 65%;
  position: relative;
  z-index: 1;
}
/* line 9051, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer-container .content-container {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 12px;
}
/* line 9058, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer-container .content-container .dl-button {
  margin: 0 0 20px;
}
/* line 9059, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer-container .content-container .dl-button a {
  background: #f8b537;
  color: #ffffff;
  line-height: 36px;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
}
/* line 9072, ../scss/module/_nn-default-2.scss */
.location_fly_content .flyer-container .content-container p {
  margin: 0;
  font-size: 12px;
  color: #4e4e4e;
}

/* line 9083, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9090, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell .photo-gallery {
  width: 32%;
  margin: 0 1% 20px;
  float: left;
  position: relative;
}
/* line 9095, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell .photo-gallery:first-child {
  margin-left: 0;
}
/* line 9098, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell .photo-gallery:last-child {
  margin-right: 0;
}
/* line 9101, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell .photo-gallery img {
  width: 100%;
  height: auto;
}
/* line 9105, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell .photo-gallery .cell-footer {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  width: 90%;
  left: 5%;
  border-radius: 5px;
  padding: 8px 5px;
  background: rgba(183, 183, 183, 0.8);
}
/* line 9114, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .gallery-cell .photo-gallery .cell-footer p {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
/* line 9125, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .photogallery-quote {
  text-align: center;
  margin: 0 0 40px;
}
/* line 9128, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .photogallery-quote p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9133, ../scss/module/_nn-default-2.scss */
.photogallery-wrapper .photogallery-quote p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 9142, ../scss/module/_nn-default-2.scss */
.location_google_content {
  position: relative;
}
/* line 9144, ../scss/module/_nn-default-2.scss */
.location_google_content .google_details_box {
  float: left;
  width: 28.5%;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  margin: 0 0 20px;
  min-height: 302px;
}
/* line 9154, ../scss/module/_nn-default-2.scss */
.location_google_content .google_details_box img {
  display: inline-block;
}
/* line 9157, ../scss/module/_nn-default-2.scss */
.location_google_content .google_details_box .headline-text {
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #a7a7a7;
  text-align: left;
}
/* line 9164, ../scss/module/_nn-default-2.scss */
.location_google_content .google_map {
  width: 67.5%;
  float: right;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 6px;
  margin: 0 0 20px;
}
/* line 9172, ../scss/module/_nn-default-2.scss */
.location_google_content .google_map img {
  width: 100%;
  height: 280px;
}
/* line 9177, ../scss/module/_nn-default-2.scss */
.location_google_content .google_map_tour {
  position: absolute;
  left: 23%;
  top: -10px;
}
/* line 9182, ../scss/module/_nn-default-2.scss */
.location_google_content .quote-cell {
  text-align: center;
  margin: 0 0 30px;
}
/* line 9185, ../scss/module/_nn-default-2.scss */
.location_google_content .quote-cell:before, .location_google_content .quote-cell:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9193, ../scss/module/_nn-default-2.scss */
.location_google_content .quote-cell p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9198, ../scss/module/_nn-default-2.scss */
.location_google_content .quote-cell p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 9208, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff_wrap {
  text-align: center;
}
/* line 9210, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff_wrap .staff_inner {
  display: inline-block;
  width: 290px;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 0 13px 10px;
  border-radius: 6px;
  text-align: center;
  margin: 0 10px 20px;
}
/* line 9219, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff_wrap .staff_inner .staff_img {
  margin-bottom: 5px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 9222, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff_wrap .staff_inner .staff_img img {
  margin: 0 auto;
}
/* line 9227, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff_wrap .staff_inner .staff_info p {
  margin: 0;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  color: #4e4e4e;
}
/* line 9234, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff_wrap .staff_inner .staff_info p.name {
  font-size: 18px;
}
/* line 9241, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff-quote {
  text-align: center;
  margin: 0 0 30px;
}
/* line 9244, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff-quote:before, .knowledge-staff .staff-quote:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9252, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff-quote p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9257, ../scss/module/_nn-default-2.scss */
.knowledge-staff .staff-quote p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 9266, ../scss/module/_nn-default-2.scss */
.location-event-content {
  position: relative;
}
/* line 9268, ../scss/module/_nn-default-2.scss */
.location-event-content .events_detail {
  float: left;
  width: 28.5%;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 70px 10px 10px;
  border-radius: 6px;
  margin: 0 0 20px;
}
/* line 9276, ../scss/module/_nn-default-2.scss */
.location-event-content .events_detail p {
  margin: 0;
  font-weight: bold;
}
/* line 9279, ../scss/module/_nn-default-2.scss */
.location-event-content .events_detail p.title {
  font-size: 26px;
  color: #f8b537;
  margin: 0 0 4px;
  line-height: 1;
}
/* line 9285, ../scss/module/_nn-default-2.scss */
.location-event-content .events_detail p.date {
  font-size: 19px;
  color: #f8b537;
  margin: 0 0 5px;
  line-height: 1;
}
/* line 9293, ../scss/module/_nn-default-2.scss */
.location-event-content .events_detail .headline-text p {
  padding: 10px 0 0;
  margin: 10px 0 0;
  font-size: 12px;
  border-top: 1px solid #a7a7a7;
  font-weight: normal;
  line-height: 1.4;
}
/* line 9303, ../scss/module/_nn-default-2.scss */
.location-event-content .events_img {
  width: 67.5%;
  float: right;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 6px;
  margin: 0 0 20px;
  position: relative;
}
/* line 9312, ../scss/module/_nn-default-2.scss */
.location-event-content .events_img .cell-footer {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 90%;
  left: 5%;
  border-radius: 5px;
  padding: 8px 5px;
  background: rgba(183, 183, 183, 0.8);
}
/* line 9321, ../scss/module/_nn-default-2.scss */
.location-event-content .events_img .cell-footer p {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
/* line 9330, ../scss/module/_nn-default-2.scss */
.location-event-content .events_img img {
  width: 100%;
  height: auto;
}
/* line 9335, ../scss/module/_nn-default-2.scss */
.location-event-content .events_In_Store_Events {
  position: absolute;
  left: 19%;
  top: -9px;
}
/* line 9341, ../scss/module/_nn-default-2.scss */
.location-event-content .seminars p {
  font-size: 18px;
  font-weight: bold;
}
/* line 9346, ../scss/module/_nn-default-2.scss */
.location-event-content .seminars .seminars_wrapper > div {
  width: 32%;
  margin: 0 1% 20px;
  float: left;
  position: relative;
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 6px;
}
/* line 9354, ../scss/module/_nn-default-2.scss */
.location-event-content .seminars .seminars_wrapper > div:first-child {
  margin-left: 0;
}
/* line 9357, ../scss/module/_nn-default-2.scss */
.location-event-content .seminars .seminars_wrapper > div:last-child {
  margin-right: 0;
}
/* line 9363, ../scss/module/_nn-default-2.scss */
.location-event-content .staff-quote {
  text-align: center;
  margin: 0 0 30px;
}
/* line 9366, ../scss/module/_nn-default-2.scss */
.location-event-content .staff-quote:before, .location-event-content .staff-quote:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9374, ../scss/module/_nn-default-2.scss */
.location-event-content .staff-quote p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9379, ../scss/module/_nn-default-2.scss */
.location-event-content .staff-quote p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 9390, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div {
  width: 32%;
  margin: 0 1% 20px;
  float: left;
}
/* line 9394, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div:first-child {
  margin-left: 0;
}
/* line 9397, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div:last-child {
  margin-right: 0;
}
/* line 9400, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div img {
  width: 100%;
  height: auto;
}
/* line 9404, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div.img-with-text {
  position: relative;
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
/* line 9410, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div.img-with-text img {
  display: inline-block;
  width: auto;
}
/* line 9414, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div.img-with-text .with-img {
  padding: 10px 0 10px;
}
/* line 9417, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div.img-with-text .with-text {
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #a7a7a7;
}
/* line 9421, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div.img-with-text .with-text p {
  margin: 0;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  color: #4e4e4e;
}
/* line 9428, ../scss/module/_nn-default-2.scss */
.exceptional-classes .class-inner > div.img-with-text .with-text p.title {
  font-size: 18px;
}
/* line 9436, ../scss/module/_nn-default-2.scss */
.exceptional-classes .quote-cell {
  text-align: center;
  margin: 0 0 30px;
}
/* line 9439, ../scss/module/_nn-default-2.scss */
.exceptional-classes .quote-cell:before, .exceptional-classes .quote-cell:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9447, ../scss/module/_nn-default-2.scss */
.exceptional-classes .quote-cell p {
  margin: 0;
  font-size: 35px;
  color: #a0b540;
  line-height: 1.6;
}
/* line 9452, ../scss/module/_nn-default-2.scss */
.exceptional-classes .quote-cell p img {
  display: inline-block;
  max-width: 31px;
  vertical-align: top;
}

/* line 9462, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section {
  margin: 0 0 15px;
}
/* line 9464, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section:before, .videoSection .heading-section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9472, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section .text-left {
  float: left;
  width: auto;
  padding-right: 25px;
}
/* line 9477, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section .text-center {
  float: left;
  width: 40%;
}
/* line 9480, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section .text-center p {
  font-size: 12px;
}
/* line 9484, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section .text-right {
  float: left;
  width: auto;
  text-align: right;
  float: right;
  font-size: 14px;
  color: #9eb644;
  padding-bottom: 2px;
  border-bottom: 1px solid #9eb644;
  margin-top: 15px;
}
/* line 9494, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section .text-right a {
  color: #9eb644;
  text-decoration: none;
}
/* line 9499, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section p {
  margin: 0;
}
/* line 9503, ../scss/module/_nn-default-2.scss */
.videoSection .heading-section .text-left h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0px;
  color: #4e4e4e;
}
/* line 9513, ../scss/module/_nn-default-2.scss */
.videoSection.product-review .heading-section {
  margin: 0 0 25px;
}
/* line 9515, ../scss/module/_nn-default-2.scss */
.videoSection.product-review .heading-section .text-right {
  margin-top: 0;
}
/* line 9521, ../scss/module/_nn-default-2.scss */
.videoSection.interview-expert .heading-section {
  margin: 0 0 25px;
}
/* line 9523, ../scss/module/_nn-default-2.scss */
.videoSection.interview-expert .heading-section .text-right {
  margin-top: 0;
}

/* line 9530, ../scss/module/_nn-default-2.scss */
.product-review-inner {
  padding: 0 60px;
}
/* line 9533, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-stage-outer ul {
  margin: 0;
}
/* line 9535, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-stage-outer ul li {
  list-style: none;
  width: 32%;
  margin: 0 1% 20px;
  float: left;
}
/* line 9540, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-stage-outer ul li:first-child {
  margin-left: 0;
}
/* line 9543, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-stage-outer ul li:last-child {
  margin-right: 0;
}
/* line 9546, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-stage-outer ul li img {
  border-radius: 6px;
  border: 1px solid #a7a7a7;
}
/* line 9553, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-dots {
  display: none;
}
/* line 9556, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  margin-top: -39px;
}
/* line 9562, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-nav .owl-prev {
  padding: 0;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 8px 0 0;
  margin-left: -60px;
  background-position: 0 -934px;
}
/* line 9575, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-nav .owl-prev:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: 0 -934px;
}
/* line 9581, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-nav .owl-next {
  padding: 0;
  float: right;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 0 0 8px;
  background-position: -60px -934px;
  margin-right: -60px;
}
/* line 9594, ../scss/module/_nn-default-2.scss */
.product-review-inner .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: -60px -934px;
}

/* line 9603, ../scss/module/_nn-default-2.scss */
.suplement-video-container {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 15px;
  border-radius: 6px;
  margin: 0 0 30px;
}
/* line 9609, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul {
  margin: 0;
  max-height: 350px;
  overflow: auto;
  padding-right: 20px;
}
/* line 9614, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li {
  list-style: none;
  width: 32%;
  float: left;
  min-height: 160px;
}
/* line 9619, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li a {
  position: relative;
  display: block;
}
/* line 9622, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li a:after {
  width: 50px;
  height: 33px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -25px;
  cursor: pointer;
  background-position: 0 -72px;
}
/* line 9636, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 1%;
  margin-bottom: 20px;
}
/* line 9641, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li:nth-child(3n+3) {
  margin-right: 0;
  margin-left: 1%;
  margin-bottom: 20px;
}
/* line 9646, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li:nth-child(3n+2) {
  margin: 0 1% 20px;
}
/* line 9649, ../scss/module/_nn-default-2.scss */
.suplement-video-container ul li img {
  border-radius: 6px;
  border: 1px solid #a7a7a7;
  width: 100%;
  height: auto;
}

/* line 9659, ../scss/module/_nn-default-2.scss */
.interview-expert {
  margin: 0 0 30px;
}
/* line 9661, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap {
  padding: 0 60px;
}
/* line 9664, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content p {
  font-size: 11px;
}
/* line 9667, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content img {
  border-radius: 6px;
  border: 1px solid #a7a7a7;
}
/* line 9671, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content .text-left {
  width: 60%;
  float: left;
  padding: 0;
}
/* line 9676, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content .text-right {
  width: 40%;
  float: right;
  padding-left: 30px;
  padding-bottom: 20px;
}
/* line 9682, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content h3 {
  font-weight: bold;
  color: #f8b537;
  font-size: 20px;
  margin: 6px 0;
}
/* line 9688, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content:nth-child(even) {
  border-top: 1px dotted #a7a7a7;
  padding: 20px 0 0;
}
/* line 9691, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content:nth-child(even) .text-left {
  width: 40%;
  float: left;
  padding-right: 30px;
}
/* line 9696, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .interview-slider-content:nth-child(even) .text-right {
  width: 60%;
  float: right;
  padding: 0;
}
/* line 9703, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .owl-dots {
  display: none;
}
/* line 9706, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
/* line 9712, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .owl-nav .owl-prev {
  padding: 0;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 8px 0 0;
  margin-left: -60px;
  background-position: 0 -934px;
}
/* line 9725, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .owl-nav .owl-prev:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: 0 -934px;
}
/* line 9731, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .owl-nav .owl-next {
  padding: 0;
  float: right;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 0 0 8px;
  background-position: -60px -934px;
  margin-right: -60px;
}
/* line 9744, ../scss/module/_nn-default-2.scss */
.interview-expert .interview-wrap .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: -60px -934px;
}

/* line 9755, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap {
  margin: 0 0 40px;
}
/* line 9757, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 9764, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap .commercials-left {
  float: left;
  width: 65%;
  padding-right: 25px;
}
/* line 9768, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap .commercials-left img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  border: 1px solid #a7a7a7;
}
/* line 9775, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap .commercials-right {
  float: left;
  width: 35%;
  padding-left: 25px;
}
/* line 9779, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap .commercials-right .customer-review {
  margin: 0 0 50px;
}
/* line 9781, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap .commercials-right .customer-review p {
  margin: 0;
  font-weight: bold;
}
/* line 9785, ../scss/module/_nn-default-2.scss */
.commericial .commercials-wrap .commercials-right .customer-review p.writer-name {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 20px;
}

/* line 9798, ../scss/module/_nn-default-2.scss */
.health-expert.owl-carousel .owl-stage-outer {
  z-index: 2;
}
/* line 9801, ../scss/module/_nn-default-2.scss */
.health-expert.owl-carousel .owl-nav {
  z-index: 1;
}
/* line 9805, ../scss/module/_nn-default-2.scss */
.health-expert .video-row {
  padding: 0 60px;
  margin: 0 0 40px;
}
/* line 9809, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-stage-outer ul {
  margin: 0;
}
/* line 9811, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-stage-outer ul li {
  list-style: none;
  width: 49%;
  margin: 0 1%;
  float: left;
}
/* line 9816, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-stage-outer ul li a {
  display: block;
}
/* line 9819, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-stage-outer ul li:first-child {
  margin-left: 0;
}
/* line 9822, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-stage-outer ul li:last-child {
  margin-right: 0;
}
/* line 9825, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-stage-outer ul li img {
  border-radius: 6px;
  border: 1px solid #a7a7a7;
}
/* line 9832, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-dots {
  display: none;
}
/* line 9835, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  z-index: -1;
}
/* line 9842, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-nav .owl-prev {
  padding: 0;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 8px 0 0;
  margin-left: -60px;
  background-position: 0 -934px;
}
/* line 9855, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-nav .owl-prev:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: 0 -934px;
}
/* line 9861, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-nav .owl-next {
  padding: 0;
  float: right;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 0 0 8px;
  background-position: -60px -934px;
  margin-right: -60px;
}
/* line 9874, ../scss/module/_nn-default-2.scss */
.health-expert .video-row .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: -60px -934px;
}

/* line 9885, ../scss/module/_nn-default-2.scss */
.events-slider .events-container {
  border-radius: 10px;
  border: 1px solid #a7a7a7;
  padding: 20px 60px;
}
/* line 9889, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .text-left {
  float: left;
}
/* line 9891, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .text-left h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}
/* line 9897, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .text-right {
  float: right;
}
/* line 9899, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .text-right a {
  font-size: 14px;
  color: #9eb644;
  padding-bottom: 2px;
  border-bottom: 1px solid #9eb644;
  text-decoration: none;
}
/* line 9909, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap ul,
.events-slider .events-container .full-videos-wrap ul {
  margin: 0;
}
/* line 9911, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap ul li,
.events-slider .events-container .full-videos-wrap ul li {
  list-style: none;
  width: 32%;
  float: left;
}
/* line 9915, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap ul li:nth-child(3n+1),
.events-slider .events-container .full-videos-wrap ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 1%;
  margin-bottom: 20px;
}
/* line 9920, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap ul li:nth-child(3n+3),
.events-slider .events-container .full-videos-wrap ul li:nth-child(3n+3) {
  margin-right: 0;
  margin-left: 1%;
  margin-bottom: 20px;
}
/* line 9925, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap ul li:nth-child(3n+2),
.events-slider .events-container .full-videos-wrap ul li:nth-child(3n+2) {
  margin: 0 1% 20px;
}
/* line 9928, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap ul li img,
.events-slider .events-container .full-videos-wrap ul li img {
  border-radius: 6px;
  border: 1px solid #a7a7a7;
  width: 100%;
  height: auto;
}
/* line 9936, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap .owl-dots,
.events-slider .events-container .full-videos-wrap .owl-dots {
  display: none;
}
/* line 9939, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap .owl-nav,
.events-slider .events-container .full-videos-wrap .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  z-index: -1;
}
/* line 9946, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap .owl-nav .owl-prev,
.events-slider .events-container .full-videos-wrap .owl-nav .owl-prev {
  padding: 0;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 8px 0 0;
  margin-left: -48px;
  background-position: 0 -934px;
}
/* line 9959, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap .owl-nav .owl-prev:hover,
.events-slider .events-container .full-videos-wrap .owl-nav .owl-prev:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: 0 -934px;
}
/* line 9965, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap .owl-nav .owl-next,
.events-slider .events-container .full-videos-wrap .owl-nav .owl-next {
  padding: 0;
  float: right;
  background: none;
  border: none;
  border-radius: 0;
  width: 30px;
  height: 36px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  margin: 0 0 0 8px;
  background-position: -60px -934px;
  margin-right: -48px;
}
/* line 9978, ../scss/module/_nn-default-2.scss */
.events-slider .events-container .trailers-wrap .owl-nav .owl-next:hover,
.events-slider .events-container .full-videos-wrap .owl-nav .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  opacity: 0.8;
  background-position: -60px -934px;
}

/* line 9990, ../scss/module/_nn-default-2.scss */
.videos-page-content-wrapper .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/video-page-banner.png") no-repeat;
  background-position: right -25px;
  border-radius: 0;
}
/* line 9996, ../scss/module/_nn-default-2.scss */
.videos-page-content-wrapper .sc-header-container p.sc-block-header {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #4e4e4e;
}

/* line 10006, ../scss/module/_nn-default-2.scss */
div.brand_container {
  padding: 0;
  border: none;
  min-height: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 10013, ../scss/module/_nn-default-2.scss */
div.brand_container div.brand_details {
  margin: 0;
  float: left;
}
/* line 10016, ../scss/module/_nn-default-2.scss */
div.brand_container div.brand_details .aw_brand_title {
  font-size: 22px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  text-transform: none;
  font-weight: bold;
  line-height: 1.4;
}
/* line 10025, ../scss/module/_nn-default-2.scss */
div.brand_container div.aw_brand_logo {
  float: right;
  border: none;
  min-height: 0;
  margin: 0;
}
/* line 10030, ../scss/module/_nn-default-2.scss */
div.brand_container div.aw_brand_logo img {
  max-height: 45px;
  width: auto;
}

/* line 10037, ../scss/module/_nn-default-2.scss */
div.brand-description {
  margin-bottom: 12px;
}
/* line 10039, ../scss/module/_nn-default-2.scss */
div.brand-description a {
  color: #a0b540;
  text-decoration: none;
}

/* line 10048, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .owl-stage-outer {
  margin: 30px 0;
  height: 317px;
}
/* line 10051, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .owl-stage-outer .owl-stage {
  white-space: nowrap;
}
/* line 10054, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .owl-stage-outer .owl-item {
  white-space: normal;
}
/* line 10057, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .owl-stage-outer .item {
  padding-bottom: 0;
  margin: 0 0 0 -1px;
}
/* line 10064, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .collateral-tabs .tab-container {
  padding: 0;
  border: none;
}
/* line 10067, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .collateral-tabs .tab-container .product-info {
  padding: 0;
}
/* line 10073, ../scss/module/_nn-default-2.scss */
.product-view .product-collateral.productDetialSlider .owl-nav {
  top: -35px;
}

/* line 10080, ../scss/module/_nn-default-2.scss */
.back-to-top {
  padding: 10px 0;
  text-transform: uppercase;
  color: #a0b540;
  font-weight: bold;
  text-align: right;
}

/* line 10088, ../scss/module/_nn-default-2.scss */
.popup-outer {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 111111;
}

/* line 10099, ../scss/module/_nn-default-2.scss */
.account-cc-billing {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 15px;
  border-radius: 6px;
}
/* line 10104, ../scss/module/_nn-default-2.scss */
.account-cc-billing .title {
  font-size: 20px;
  padding: 0;
  border: none;
  margin: 0 0 20px;
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 10113, ../scss/module/_nn-default-2.scss */
.account-cc-billing .title-cc-form {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 20px;
}
/* line 10119, ../scss/module/_nn-default-2.scss */
.account-cc-billing .account-cc-content .converge-card-list {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/* line 10124, ../scss/module/_nn-default-2.scss */
.account-cc-billing .account-cc-content .converge-card-form {
  float: left;
  width: 49%;
}
/* line 10129, ../scss/module/_nn-default-2.scss */
.account-cc-billing .card-info {
  margin-top: 8px;
}
/* line 10131, ../scss/module/_nn-default-2.scss */
.account-cc-billing .card-info .card-exp,
.account-cc-billing .card-info .card-number {
  font-size: 14px;
  line-height: 20px;
}
/* line 10136, ../scss/module/_nn-default-2.scss */
.account-cc-billing .card-info .card-logo {
  margin-bottom: 4px;
}
/* line 10140, ../scss/module/_nn-default-2.scss */
.account-cc-billing .bx-checkbox {
  position: relative;
  padding-left: 46px;
  padding-top: 12px;
  margin-top: 10px;
}
/* line 10145, ../scss/module/_nn-default-2.scss */
.account-cc-billing .bx-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 10154, ../scss/module/_nn-default-2.scss */
.account-cc-billing .bx-checkbox input + label {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 10158, ../scss/module/_nn-default-2.scss */
.account-cc-billing .bx-checkbox input + label:after {
  content: '';
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -57px -813px;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0px;
  top: 0;
}
/* line 10171, ../scss/module/_nn-default-2.scss */
.account-cc-billing .bx-checkbox input:checked + label:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -110px -812px;
}
/* line 10179, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add {
  min-height: 418px;
}
/* line 10182, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add,
.account-cc-billing .converge-card-info {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 25px 25px;
  border-radius: 6px;
  margin: 0 0 20px;
  position: relative;
}
/* line 10190, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .bx-action-control,
.account-cc-billing .converge-card-info .bx-action-control {
  margin-top: 40px;
}
/* line 10192, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .bx-action-control .bx-checkbox,
.account-cc-billing .converge-card-info .bx-action-control .bx-checkbox {
  float: left;
}
/* line 10195, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .bx-action-control .bx-btn,
.account-cc-billing .converge-card-info .bx-action-control .bx-btn {
  float: right;
  margin-top: 20px;
}
/* line 10200, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card,
.account-cc-billing .converge-card-info .form-list-card {
  margin: 10px 0 0;
}
/* line 10202, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field,
.account-cc-billing .converge-card-info .form-list-card .field {
  margin: 0 0 20px;
}
/* line 10204, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field:after,
.account-cc-billing .converge-card-info .form-list-card .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 10211, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field label,
.account-cc-billing .converge-card-info .form-list-card .field label {
  float: left;
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 14px;
  width: 124px;
  text-align: right;
  padding-right: 8px;
}
/* line 10220, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field label.required:after,
.account-cc-billing .converge-card-info .form-list-card .field label.required:after {
  display: none;
}
/* line 10223, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field label.required:before,
.account-cc-billing .converge-card-info .form-list-card .field label.required:before {
  content: '*';
  font-size: 14px;
  color: #4e4e4e;
  position: relative;
  left: -5px;
}
/* line 10232, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box,
.account-cc-billing .converge-card-info .form-list-card .field .input-box {
  padding: 0;
  float: left;
  width: calc( 100% - 124px);
  position: relative;
}
/* line 10237, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box .validation-advice,
.account-cc-billing .converge-card-info .form-list-card .field .input-box .validation-advice {
  position: relative;
  bottom: -2px;
  left: 0;
  clear: left;
  font-size: 12px;
}
/* line 10244, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box input,
.account-cc-billing .converge-card-info .form-list-card .field .input-box input {
  border-radius: 3px;
  border: 1px solid #a0b540;
}
/* line 10250, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-cc-logo input,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-cc-logo input {
  float: left;
  width: 200px;
}
/* line 10254, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-cc-logo .logo-cc-list,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-cc-logo .logo-cc-list {
  position: absolute;
  right: 0;
  top: 0;
  float: left;
}
/* line 10258, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-cc-logo .logo-cc-list img,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-cc-logo .logo-cc-list img {
  max-width: 30px;
  height: auto;
  margin-left: 5px;
  margin-top: 5px;
}
/* line 10265, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-cc-logo .logo-cc-list span,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-cc-logo .logo-cc-list span {
  display: inline-block;
  vertical-align: middle;
}
/* line 10272, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-security-code input,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-security-code input {
  width: 70px;
}
/* line 10275, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-security-code .note-field,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-security-code .note-field {
  display: block;
  font-size: 10px;
  line-height: 20px;
}
/* line 10282, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-2fields .bx-select,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-2fields .bx-select {
  float: left;
  width: 70px;
  margin-right: 15px;
}
/* line 10286, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-2fields .bx-select select,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-2fields .bx-select select {
  border-radius: 3px;
  border: 1px solid #a0b540;
  width: 100%;
  height: 30px;
}
/* line 10292, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-list-card .field .input-box-2fields .bx-select .note-field,
.account-cc-billing .converge-card-info .form-list-card .field .input-box-2fields .bx-select .note-field {
  display: block;
  font-size: 10px;
  line-height: 20px;
}
/* line 10301, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .remove-cc,
.account-cc-billing .converge-card-info .remove-cc {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  color: #ffffff;
  font-weight: normal;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -231px -286px;
  text-indent: -99999px;
  text-decoration: none;
}
/* line 10317, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .form-title,
.account-cc-billing .converge-card-info .form-title {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.4;
}
/* line 10325, ../scss/module/_nn-default-2.scss */
.account-cc-billing .converge-card-add .editBtn,
.account-cc-billing .converge-card-info .editBtn {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: none;
  background: #f8b537;
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  border: none;
}

/* line 10345, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper,
.cms-contact.cms-page-view .callus-warpper {
  padding: 0 0 50px;
}
/* line 10347, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper ul,
.cms-contact.cms-page-view .callus-warpper ul {
  margin: 0;
}
/* line 10349, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper ul li,
.cms-contact.cms-page-view .callus-warpper ul li {
  float: left;
  width: 33.33%;
  padding-left: 40px;
  list-style: none;
  margin: 0;
}
/* line 10355, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper ul li > div,
.cms-contact.cms-page-view .callus-warpper ul li > div {
  display: inline-block;
  vertical-align: middle;
}
/* line 10358, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper ul li > div img,
.cms-contact.cms-page-view .callus-warpper ul li > div img {
  margin-right: 10px;
}
/* line 10361, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper ul li > div p,
.cms-contact.cms-page-view .callus-warpper ul li > div p {
  margin: 0;
  font-size: 22px;
  color: #4e4e4e;
  line-height: 26px;
}
/* line 10366, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .callus-warpper ul li > div p.callus-bold-font,
.cms-contact.cms-page-view .callus-warpper ul li > div p.callus-bold-font {
  font-weight: bold;
}

/* line 10378, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .emailus-warpper,
.cms-contact.cms-page-view .emailus-warpper {
  padding: 0 0 30px;
}
/* line 10380, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .emailus-warpper > div,
.cms-contact.cms-page-view .emailus-warpper > div {
  width: 45%;
  float: left;
  padding-left: 40px;
  line-height: 35px;
}
/* line 10385, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .emailus-warpper > div:last-child,
.cms-contact.cms-page-view .emailus-warpper > div:last-child {
  width: 55%;
}
/* line 10388, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .emailus-warpper > div p,
.cms-contact.cms-page-view .emailus-warpper > div p {
  font-size: 22px;
  color: #4e4e4e;
  line-height: 35px;
  margin: 0;
}
/* line 10393, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .emailus-warpper > div p a,
.cms-contact.cms-page-view .emailus-warpper > div p a {
  color: #4e4e4e;
}
/* line 10397, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .emailus-warpper > div a,
.cms-contact.cms-page-view .emailus-warpper > div a {
  font-size: 22px;
  color: #4e4e4e;
  font-weight: bold;
  text-decoration: underline;
}

/* line 10410, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .connectusus-warpper ul,
.cms-contact.cms-page-view .connectusus-warpper ul {
  font-size: 24px;
  color: #4e4e4e;
  text-align: center;
}
/* line 10414, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .connectusus-warpper ul li,
.cms-contact.cms-page-view .connectusus-warpper ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 20px;
}
/* line 10419, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .connectusus-warpper ul li > div,
.cms-contact.cms-page-view .connectusus-warpper ul li > div {
  display: inline-block;
  vertical-align: middle;
}
/* line 10422, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .connectusus-warpper ul li > div p,
.cms-contact.cms-page-view .connectusus-warpper ul li > div p {
  font-size: 24px;
  color: #4e4e4e;
  margin: 0;
}
/* line 10426, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .connectusus-warpper ul li > div p a,
.cms-contact.cms-page-view .connectusus-warpper ul li > div p a {
  color: #4e4e4e;
}
/* line 10430, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view .connectusus-warpper ul li > div img,
.cms-contact.cms-page-view .connectusus-warpper ul li > div img {
  display: inline-block;
  vertical-align: middle;
}

/* line 10441, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/feedback-banner.png") no-repeat;
  background-position: right top;
  position: relative;
  margin-bottom: 50px;
}
/* line 10447, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .commitmentDiv {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/commitment.png") no-repeat;
  background-position: right center;
  width: 173px;
  height: 196px;
  position: absolute;
  right: 376px;
  top: 104px;
}
/* line 10456, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .see-more {
  color: #4e4e4e;
  text-align: center;
}
/* line 10459, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .see-more img {
  display: inline-block;
}
/* line 10463, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container {
  text-align: center;
}
/* line 10465, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container .user-information .user-image {
  font-size: 18px;
  color: #a0b540;
  margin-top: 5px;
  font-weight: bold;
}
/* line 10470, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container .user-information .user-image img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 10478, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container li {
  display: inline-block;
  margin: 0 0 40px;
}
/* line 10481, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container li p {
  font-size: 36px;
  color: #4e4e4e;
  line-height: 40px;
  margin: 0;
}
/* line 10486, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container li p img {
  display: inline-block;
}
/* line 10490, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .feedback-post-container li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 10501, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .header-wrapper .headline-text p {
  font-size: 11px;
  line-height: 15px;
  padding: 0;
  margin: -15px 0 5px;
}
/* line 10509, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .description-text {
  padding-left: 35px;
}
/* line 10511, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .description-text p.big-bold-font {
  font-size: 30px;
}
/* line 10515, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .description-text p span.big-bold-font {
  font-size: 25px;
}
/* line 10518, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home .description-text p span.green_text,
.feedback-content-wrapper.cms-page-home .description-text p a {
  color: #a0b540;
  text-decoration: underline;
}
/* line 10525, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home p.disclaimer-message {
  margin-bottom: -10px;
}
/* line 10528, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm {
  padding-bottom: 20px;
}
/* line 10530, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .buttons-set {
  float: right;
  clear: none;
  padding: 0;
  border: none;
  position: relative;
  top: -85px;
  right: 30px;
}
/* line 10539, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .input-box {
  padding: 0;
  position: relative;
}
/* line 10542, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .input-box .validation-advice {
  position: static;
  font-size: 12px;
}
/* line 10547, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list {
  overflow: hidden;
}
/* line 10549, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .fields {
  list-style: none;
  float: left;
  width: 45%;
  margin-right: 10px;
}
/* line 10554, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .fields select,
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .fields input {
  width: 100%;
  border: 1px solid #a0b540;
  height: 34px;
  color: #95979a;
  border-radius: 1px;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
/* line 10566, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .fields .fieldsTwo .input-box {
  width: 50%;
  float: left;
  padding-right: 3px;
}
/* line 10570, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .fields .fieldsTwo .input-box:last-child {
  padding-left: 3px;
  float: right;
  padding-right: 0;
}
/* line 10578, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .buttons-set {
  float: right;
  clear: none;
  margin: 0 80px 0 0;
  padding: 0;
  border: 0;
}
/* line 10585, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .wide {
  float: left;
  list-style: none;
  width: 45%;
  margin-right: 10px;
}
/* line 10590, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper.cms-page-home #feedbackForm .form-list .wide textarea {
  width: 100%;
  border: 1px solid #a0b540;
  height: 75px;
  color: #95979a;
  border-radius: 1px;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  resize: none;
}

/* line 10607, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm {
  padding-bottom: 20px;
}
/* line 10609, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .buttons-set {
  float: right;
  clear: none;
  padding: 0;
  border: none;
  position: relative;
  top: -70px;
  right: 25px;
}
/* line 10618, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .input-box {
  padding: 0;
  font-size: 14px;
  position: relative;
}
/* line 10622, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .input-box .validation-advice {
  position: static;
  font-size: 12px;
}
/* line 10627, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list {
  overflow: hidden;
}
/* line 10629, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .fields {
  list-style: none;
  float: left;
  width: 45%;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* line 10636, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .fields select,
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .fields input {
  width: 100%;
  border: 1px solid #a0b540;
  height: 34px;
  color: #95979a;
  border-radius: 1px;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
/* line 10648, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .fields .fieldsTwo .input-box {
  width: 50%;
  float: left;
  padding-right: 3px;
}
/* line 10652, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .fields .fieldsTwo .input-box:last-child {
  padding-left: 3px;
  float: right;
  padding-right: 0;
}
/* line 10660, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .buttons-set {
  float: right;
  clear: none;
  margin: 0 80px 0 0;
  padding: 0;
  border: 0;
}
/* line 10667, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .wide {
  float: left;
  list-style: none;
  width: 45%;
  margin-right: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
}
/* line 10674, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon.cms-page-view #feedbackForm .form-list .wide textarea {
  width: 100%;
  border: 1px solid #a0b540;
  height: 75px;
  color: #95979a;
  border-radius: 1px;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  resize: none;
}

/* line 10691, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .header-wrapper {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/banner-sercurity.png") no-repeat;
  background-position: right -40px;
  position: relative;
  margin: 0;
}
/* line 10696, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .header-wrapper .main-heading {
  text-shadow: none;
  padding: 0;
}
/* line 10700, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .header-wrapper .security-credential-img-container {
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 20px;
  left: 440px;
}
/* line 10708, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .headline-text {
  margin: 20px 0 0;
}
/* line 10710, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .headline-text p {
  margin: 0;
}
/* line 10714, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper {
  color: #4e4e4e;
  margin-top: 23px;
  padding: 0 0 15px 15px;
  border-bottom: 1px solid #ababab;
}
/* line 10719, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper:last-child {
  border: none;
}
/* line 10722, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding: 0 85px 5px 0;
  display: inline-block;
}
/* line 10728, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper h3 .number {
  font-size: 38px;
  color: #313131;
}
/* line 10732, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper h3 .bullet {
  font-size: 38px;
  color: #b1b1b1;
}
/* line 10736, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper h3:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
}
/* line 10744, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper h4 {
  font-size: 20px;
  color: #a0b540;
  margin-bottom: 6px;
}
/* line 10749, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper p {
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}
/* line 10754, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper ul {
  margin: 23px 0 0;
}
/* line 10757, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper li {
  width: 250px;
  font-size: 12px;
  font-weight: bold;
  color: #313131;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 10px 8px 22px;
  list-style: none;
}
/* line 10767, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper li:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat 0 -991px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 10778, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-content {
  padding-left: 43px;
}
/* line 10781, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-left {
  width: 580px;
  float: left;
}
/* line 10785, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-right {
  width: 322px;
  float: left;
  padding-left: 15px;
  text-align: center;
}
/* line 10790, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-right img {
  display: inline-block;
}
/* line 10793, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-right h6 {
  line-height: 14px;
  color: #a0b540;
}
/* line 10798, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-right .click-icon:after {
  width: 23px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -188px -722px;
}
/* line 10808, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .security-list-right .button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  text-transform: none;
}
/* line 10816, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .before-after-wrapper {
  font-size: 11px;
  color: #313131;
  margin-top: 20px;
}
/* line 10820, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .before-after-wrapper h5 {
  color: #a0b540;
}
/* line 10823, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .before-after-wrapper .before {
  float: left;
  margin-right: 15px;
}
/* line 10827, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-list-wrapper .before-after-wrapper .after {
  float: left;
}
/* line 10833, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ev-certified-wrapper h3 {
  padding-right: 65px;
}
/* line 10835, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ev-certified-wrapper h3:after {
  width: 44px;
  height: 62px;
  top: -7px;
  background-position: 0 -931px;
}
/* line 10842, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ev-certified-wrapper .security-list-right {
  margin-top: 8px;
}
/* line 10844, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ev-certified-wrapper .security-list-right h6 {
  margin-bottom: 7px;
}
/* line 10850, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ssl-encryption-wrapper h3 {
  padding-right: 188px;
}
/* line 10852, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ssl-encryption-wrapper h3:after {
  width: 172px;
  height: 40px;
  top: 12px;
  background-position: -102px -667px;
}
/* line 10859, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ssl-encryption-wrapper li {
  width: 270px;
}
/* line 10862, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ssl-encryption-wrapper .security-list-right {
  margin-top: 13px;
}
/* line 10864, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .ssl-encryption-wrapper .security-list-right h6 {
  margin-top: 45px;
}
/* line 10870, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .secure-shopping-wrapper h3 {
  padding-right: 75px;
}
/* line 10872, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .secure-shopping-wrapper h3:after {
  width: 60px;
  height: 49px;
  top: 5px;
  background-position: -102px -722px;
}
/* line 10879, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .secure-shopping-wrapper .security-list-right {
  margin-top: 32px;
}
/* line 10881, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .secure-shopping-wrapper .security-list-right h6 {
  margin-top: 63px;
}
/* line 10888, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .anti-spam-wrapper h3:after {
  width: 58px;
  height: 64px;
  top: -2px;
  background-position: -102px -776px;
}
/* line 10895, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .anti-spam-wrapper li {
  width: 260px;
}
/* line 10898, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .anti-spam-wrapper .security-list-right {
  margin-top: -5px;
}
/* line 10900, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .anti-spam-wrapper .security-list-right .button {
  margin-top: 55px;
}
/* line 10907, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .shipping-insurance-wrapper h3:after {
  width: 70px;
  height: 70px;
  top: -12px;
  background-position: -102px -845px;
}
/* line 10914, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .shipping-insurance-wrapper .security-list-right {
  margin-top: -18px;
}
/* line 10916, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .shipping-insurance-wrapper .security-list-right .button {
  margin-top: 28px;
}
/* line 10923, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-tracking-wrapper h3:after {
  width: 70px;
  height: 70px;
  top: -8px;
  background-position: -102px -920px;
}
/* line 10930, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-tracking-wrapper li {
  width: 100%;
}
/* line 10933, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-tracking-wrapper .security-list-right {
  margin-top: -35px;
}
/* line 10935, ../scss/module/_nn-default-2.scss */
.security-content-wrapper .security-tracking-wrapper .security-list-right .button {
  margin-top: 40px;
}

/* line 10942, ../scss/module/_nn-default-2.scss */
.cms-security-and-credentials .security-content-wrapper .ghost_buttons {
  margin: 0;
  padding-left: 45px;
}
/* line 10945, ../scss/module/_nn-default-2.scss */
.cms-security-and-credentials .security-content-wrapper .ghost_buttons a {
  width: 298px;
  margin-right: 10px;
  float: left;
}

/* line 10952, ../scss/module/_nn-default-2.scss */
.border-common {
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 6px;
}

/* line 10960, ../scss/module/_nn-default-2.scss */
.col3-layout .col-wrapper .col-left {
  width: 21%;
  padding: 0;
}
/* line 10964, ../scss/module/_nn-default-2.scss */
.col3-layout .col-wrapper .col-main {
  width: 78%;
}
/* line 10967, ../scss/module/_nn-default-2.scss */
.col3-layout .col-wrapper .col-right {
  text-align: right;
}
/* line 10969, ../scss/module/_nn-default-2.scss */
.col3-layout .col-wrapper .col-right .block-ads-right {
  text-align: right;
}
/* line 10971, ../scss/module/_nn-default-2.scss */
.col3-layout .col-wrapper .col-right .block-ads-right img {
  display: inline-block;
  height: auto;
}

/* line 10980, ../scss/module/_nn-default-2.scss */
.bottom-right-cart {
  margin-top: 40px;
}
/* line 10982, ../scss/module/_nn-default-2.scss */
.bottom-right-cart h2 {
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
  color: #f8b537;
}
/* line 10990, ../scss/module/_nn-default-2.scss */
.bottom-right-cart .need-help-section {
  margin: 0;
  border-top: 1px solid #ededed;
}

/* line 10996, ../scss/module/_nn-default-2.scss */
.input-text:focus {
  border: 1px solid silver;
}

/* line 11001, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-wrapper {
  width: 470px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 15px 25px 20px;
  background: #ffffff;
}
/* line 11008, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .block-subtitle {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
}
/* line 11016, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .block-subtitle img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}
/* line 11022, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay_current_product {
  padding: 0 0 10px;
  max-width: none;
  border-bottom: 1px solid #a0b540;
}
/* line 11026, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay_current_product .item {
  margin: 0;
}
/* line 11030, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus-popup-bottom {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}
/* line 11033, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus-popup-bottom li {
  float: left;
  width: 50%;
}
/* line 11036, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus-popup-bottom li:last-child {
  text-align: right;
}
/* line 11038, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus-popup-bottom li:last-child button {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -30px -132px;
  background-color: #f8b537;
  padding: 0px 20px 0px 55px;
}
/* line 11045, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus-popup-bottom li button {
  font-weight: bold;
  border: none;
}
/* line 11048, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus-popup-bottom li button.disable {
  opacity: .6;
}
/* line 11055, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .popup-tagine {
  text-align: center;
  margin-bottom: 12px;
  color: #4e4e4e;
}
/* line 11062, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents li .bonus_overlay-actions img {
  vertical-align: middle;
  margin-right: 2px;
}
/* line 11068, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .list-items {
  padding-bottom: 20px;
  max-height: 248px;
  overflow: auto;
}
/* line 11073, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list {
  padding: 7px 15px;
  border-bottom: 1px solid #d9dada;
}
/* line 11076, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list:last-child {
  border-bottom: none;
}
/* line 11079, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list.disable {
  background: #fafafa;
}
/* line 11082, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-left {
  float: left;
  width: 65%;
}
/* line 11085, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-left .bx-image {
  float: left;
  width: 80px;
  padding-right: 10px;
}
/* line 11089, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-left .bx-image img {
  max-height: 98px;
  width: auto;
  height: auto;
}
/* line 11095, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-left .name-product {
  float: left;
  width: 130px;
  font-weight: bold;
  color: #4e4e4e;
  font-size: 11px;
  margin-top: 10px;
  text-transform: capitalize;
}
/* line 11105, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-right {
  float: right;
  width: 35%;
  text-align: right;
}
/* line 11109, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-right .bonus_overlay_plus_minus {
  position: relative;
  width: 50px;
  display: inline-block;
}
/* line 11113, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-right .bonus_overlay_plus_minus p {
  display: none;
}
/* line 11116, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-right .bonus_overlay_plus_minus .plus {
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
/* line 11122, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-right .bonus_overlay_plus_minus .minus {
  position: absolute;
  right: 2px;
  bottom: 2px;
  cursor: pointer;
}
/* line 11128, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .bx-item-right .bonus_overlay_plus_minus input {
  width: 50px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 11138, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .bonus_product_list .gift_item_max_qty {
  display: block;
  text-align: center;
  padding: 5px;
  text-decoration: underline;
  cursor: pointer;
}
/* line 11146, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-product {
  float: left;
  width: 280px;
  padding-left: 20px;
}
/* line 11150, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-product .bx-image {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  text-align: center;
}
/* line 11155, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-product .bx-image img {
  display: inline-block;
  vertical-align: middle;
  max-height: 130px;
}
/* line 11161, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-product .bx-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0px;
  width: 110px;
}
/* line 11168, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-product .bx-name a {
  color: #f8b537;
  text-decoration: none;
  word-wrap: break-word;
  text-transform: capitalize;
}
/* line 11176, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-bonus {
  float: left;
  width: 130px;
  padding-right: 00px;
}
/* line 11180, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-bonus span {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: #4e4e4e;
}
/* line 11188, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-bonus span:before {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  color: #4e4e4e;
  content: '+';
  left: -30px;
}
/* line 11198, ../scss/module/_nn-default-2.scss */
#bonus_overlay_form .bonus_overlay-contents .item-bonus img {
  max-height: 110px;
  width: auto;
  margin-left: 10px;
  max-width: 60px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 11211, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay {
  /*vertical-align: top;
  margin-top: 40px;*/
}
/* line 11214, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay #update_promotional_gift {
  width: 740px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 15px 30px;
  background: #ffffff;
}
/* line 11221, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .overlay-bonus-selected {
  width: 560px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px 30px 15px;
  background: #ffffff;
  position: relative;
  left: -100px;
}
/* line 11229, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .overlay-bonus-selected .bonus-image-section {
  border: none;
  padding: 0 30px 12px;
}
/* line 11233, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .overlay-bonus-selected .bonus-action-section {
  display: block;
  margin: 0 auto;
  width: 60%;
  border-top: 1px solid #e4e5e6;
}
/* line 11240, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-image-section {
  text-align: center;
  margin-bottom: 5px;
}
/* line 11243, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-image-section > div {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 18px;
}
/* line 11247, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-image-section > div img {
  max-height: 100px;
}
/* line 11251, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-image-section .no-bonus {
  position: relative;
}
/* line 11253, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-image-section .no-bonus span {
  position: absolute;
  top: 22px;
  text-align: center;
  left: 0;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 1.3;
  color: #8f9194;
  padding: 0px 1px;
  letter-spacing: -0.5px;
}
/* line 11268, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .block-subtitle {
  font-size: 26px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  padding: 0;
  border: none;
}
/* line 11277, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .block-subtitle span {
  font-weight: bold;
  text-transform: capitalize;
  padding: 0 0 5px 50px;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/BonusCart.png) no-repeat;
  background-position: left top;
  display: inline-block;
}
/* line 11286, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .popup-title {
  color: #4e4e4e;
  text-align: center;
  margin: 0 0 10px;
  border-bottom: 3px solid #a0b540;
  padding-bottom: 10px;
}
/* line 11295, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-action-section .bonus_overlay-actions .btnOrange {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat #f8b537;
  background-position: 7px -896px;
  padding-left: 40px;
}
/* line 11301, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-action-section ul {
  text-align: center;
  padding: 15px 0 0;
}
/* line 11304, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-action-section ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 11311, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper {
  padding: 0 15px;
}
/* line 11313, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content {
  padding: 12px 0;
  border-bottom: 1px solid #d9dada;
}
/* line 11316, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 11320, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .promotional-title {
  position: relative;
}
/* line 11322, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .promotional-title h2 {
  font-size: 20px;
  cursor: pointer;
}
/* line 11325, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .promotional-title h2:after {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -0px -1287px;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
/* line 11343, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .promotional-title.active-rule h2:after {
  -ms-transform: rotate(-270deg);
  /* IE 9 */
  -webkit-transform: rotate(-270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-270deg);
}
/* line 11353, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .cart-promotional-detail {
  max-height: 0px;
  overflow: auto;
  transition: max-height 0.5s ease-out;
}
/* line 11357, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .cart-promotional-detail .jcarousel-skin-tango {
  margin-top: 15px;
}
/* line 11360, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .cart-promotional-detail.active-rule {
  max-height: 200px;
  transition: max-height 0.5s ease-in;
}
/* line 11364, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .bonus-product-content .cart-promotional-detail .jcarousel-skin-tango .bonus-items:last-child {
  border: none;
  padding-bottom: 0;
}
/* line 11370, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item {
  padding: 6px 0;
  margin: 0;
  border-bottom: 1px solid #d9dada;
}
/* line 11374, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item.disable {
  background: #fafafa;
}
/* line 11377, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 11384, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item.last-child {
  border: none;
}
/* line 11387, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .promotional-image {
  float: left;
  width: 90px;
}
/* line 11390, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .promotional-image a {
  border: none;
}
/* line 11393, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .promotional-image img {
  width: auto;
  height: auto;
}
/* line 11398, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .product-name {
  float: left;
  width: 250px;
  font-weight: bold;
  color: #4e4e4e;
  font-size: 11px;
  padding-left: 10px;
  text-transform: capitalize;
}
/* line 11407, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .price-box {
  float: left;
  width: 220px;
  text-align: center;
  margin: 20px 0 0;
}
/* line 11412, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .price-box .old-price {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
/* line 11416, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .price-box .old-price span {
  color: #4e4e4e;
  font-size: 12px;
}
/* line 11421, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .price-box .special-price {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
/* line 11425, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .price-box .special-price span {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: bold;
}
/* line 11432, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .qty-box {
  float: right;
  width: 60px;
  margin-top: 10px;
}
/* line 11436, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper .item .qty-box input {
  width: 50px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 11446, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .bonus-product-wrapper h2 {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 11456, ../scss/module/_nn-default-2.scss */
.shoppingcart-promotion-overlay .overlay-to-qualify {
  left: 0;
}

/* line 11461, ../scss/module/_nn-default-2.scss */
.bonus-overlay-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 11471, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-wrapper {
  width: 500px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px 30px;
  background: #ffffff;
}
/* line 11477, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-wrapper .block-subtitle {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
}
/* line 11487, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .top-text {
  text-align: center;
  margin-bottom: 20px;
}
/* line 11493, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .list-items {
  max-height: 180px;
  overflow: auto;
}
/* line 11497, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list {
  padding: 8px 0;
  border-bottom: 1px solid #d9dada;
  overflow: hidden;
}
/* line 11501, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list.disable {
  background: #fafafa;
}
/* line 11504, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-left {
  float: left;
  width: 60%;
}
/* line 11507, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-left .bx-image {
  float: left;
  width: 60px;
}
/* line 11510, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-left .bx-image img {
  max-width: 50px;
  max-height: 75px;
  width: auto;
  height: auto;
}
/* line 11517, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-left .name-product {
  float: left;
  width: 130px;
  font-weight: bold;
  color: #4e4e4e;
  font-size: 13px;
  padding-left: 10px;
  text-transform: capitalize;
}
/* line 11527, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-right {
  float: right;
  width: 40%;
  font-size: 13px;
}
/* line 11531, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-right .item-bonus {
  display: inline-block;
}
/* line 11534, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-right .bonus_overlay_plus_minus {
  position: relative;
  width: 50px;
  display: inline-block;
}
/* line 11538, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-right .bonus_overlay_plus_minus p {
  display: none;
}
/* line 11541, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bonus_product_list .bx-item-right .bonus_overlay_plus_minus input {
  width: 50px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin-top: 15px;
}
/* line 11553, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .block-subtitle {
  font-size: 20px;
  text-align: left;
  color: #f8b537;
  border-bottom: 1px solid #a0b540;
  padding-bottom: 2px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-transform: capitalize;
  text-align: center;
}
/* line 11564, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bx-image {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  text-align: center;
}
/* line 11570, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bx-image img {
  max-height: 75px;
  display: inline-block;
}
/* line 11575, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bx-name {
  width: 238px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/* line 11580, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bx-name a {
  font-weight: bold;
  font-size: 12px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
/* line 11588, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_gift_list .bx-name span {
  display: block;
  font-size: 12px;
  color: #4e4e4e;
}
/* line 11595, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_current_product {
  padding: 0 0 10px;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
/* line 11600, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bonus_overlay_current_product .item {
  margin: 0;
}
/* line 11604, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bx-btn-actions {
  border-top: 1px solid #d9dada;
  padding-top: 18px;
  text-align: center;
}
/* line 11609, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bx-btn-actions .shopping-cart span {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  background: #c8c8c8;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 11624, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bx-btn-actions img {
  vertical-align: middle;
}
/* line 11627, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .bx-btn-actions .btn-yellow {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  background: #f8b537;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 11642, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 11649, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product .bx-image {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px 0 0;
}
/* line 11655, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product .bx-image img {
  max-height: 180px;
  display: inline-block;
}
/* line 11660, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product .bx-name {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 10px;
}
/* line 11666, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product .bx-name .top-text {
  text-align: left;
  margin-bottom: 40px;
  margin-top: 0px;
}
/* line 11671, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product .bx-name a {
  font-weight: bold;
  font-size: 12px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
/* line 11679, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .bonus_overlay-contents .item-product .bx-name span {
  display: block;
  font-size: 12px;
  color: #4e4e4e;
}

/* line 11689, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper {
  width: 400px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px 30px;
  background: #ffffff;
}
/* line 11695, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .block-subtitle {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
}
/* line 11704, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .top-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #636363;
}
/* line 11711, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product {
  padding-bottom: 10px;
}
/* line 11713, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 11720, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product .bx-image {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px 0 0;
}
/* line 11726, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product .bx-image img {
  max-height: 75px;
  display: inline-block;
}
/* line 11731, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product .bx-name {
  width: 248px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/* line 11736, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product .bx-name a {
  font-size: 12px !important;
  color: #4e4e4e !important;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
/* line 11743, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product .bx-name span {
  display: block;
  font-size: 12px;
  color: #4e4e4e;
}
/* line 11749, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .item-product input {
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  width: 60px;
}
/* line 11759, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .bonus_overlay-contents .bx-btn-actions {
  padding-top: 15px;
  text-align: center;
}
/* line 11762, ../scss/module/_nn-default-2.scss */
.item-reorder-overlay-wrapper .bonus_overlay-contents .bx-btn-actions .btnOrange,
.item-reorder-overlay-wrapper .bonus_overlay-contents .bx-btn-actions span {
  height: 23px;
  line-height: 21px;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

/* line 11777, ../scss/module/_nn-default-2.scss */
.giftCalc .bx-btn-actions {
  text-align: center;
  padding: 20px 0 0;
}
/* line 11780, ../scss/module/_nn-default-2.scss */
.giftCalc .bx-btn-actions span.btn {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 5px;
  font-family: Verdana, Geneva, sans-serif;
  cursor: pointer;
}
/* line 11788, ../scss/module/_nn-default-2.scss */
.giftCalc .bx-btn-actions a.btn {
  display: inline-block;
  vertical-align: middle;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -30px -132px;
  background-color: #f8b537;
  padding: 0px 20px 0px 55px;
  font-weight: bold;
  margin: 0 5px;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 11804, ../scss/module/_nn-default-2.scss */
.col3-layout .col-left-first,
.col2-left-layout .col-left-first {
  width: 15%;
}
/* line 11809, ../scss/module/_nn-default-2.scss */
.col3-layout .col-left-first .account-links ul li:nth-child(8), .col3-layout .col-left-first .account-links ul li:nth-child(3),
.col2-left-layout .col-left-first .account-links ul li:nth-child(8),
.col2-left-layout .col-left-first .account-links ul li:nth-child(3) {
  margin-bottom: 20px;
}
/* line 11813, ../scss/module/_nn-default-2.scss */
.col3-layout .col-left-first .account-links ul li:last-child,
.col2-left-layout .col-left-first .account-links ul li:last-child {
  margin-top: 20px;
}
/* line 11820, ../scss/module/_nn-default-2.scss */
.col3-layout .col-main,
.col2-left-layout .col-main {
  width: 85%;
}

/* line 11826, ../scss/module/_nn-default-2.scss */
.page-title.productReturnViewTitle h1 {
  border: none;
  margin: 0 0 20px;
}

/* line 11833, ../scss/module/_nn-default-2.scss */
.returnFormWrapper .productDetials {
  padding-left: 30px;
  color: #d32028;
}

/* line 11839, ../scss/module/_nn-default-2.scss */
.productReturnView {
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
}
/* line 11842, ../scss/module/_nn-default-2.scss */
.productReturnView .legend {
  padding: 0;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
}
/* line 11852, ../scss/module/_nn-default-2.scss */
.productReturnView .rma-items {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 15px;
}
/* line 11856, ../scss/module/_nn-default-2.scss */
.productReturnView .rma-items .fieldset {
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 10px;
}
/* line 11859, ../scss/module/_nn-default-2.scss */
.productReturnView .rma-items .fieldset:last-child {
  border: none;
  margin-bottom: 0px;
}
/* line 11865, ../scss/module/_nn-default-2.scss */
.productReturnView .form-list {
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  width: 500px;
}
/* line 11869, ../scss/module/_nn-default-2.scss */
.productReturnView .form-list label {
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
/* line 11877, ../scss/module/_nn-default-2.scss */
.productReturnView table {
  font-family: Verdana, Geneva, sans-serif;
  color: #4e4e4e;
  width: 500px;
}
/* line 11881, ../scss/module/_nn-default-2.scss */
.productReturnView table td {
  vertical-align: top;
  padding: 2px 5px 2px 0;
}
/* line 11885, ../scss/module/_nn-default-2.scss */
.productReturnView table .label {
  width: 120px;
  font-size: 12px;
  font-weight: bold;
}

/* line 11893, ../scss/module/_nn-default-2.scss */
.paypal-request-sent,
.processing {
  color: #f8b537;
}

/* line 11898, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper {
  text-align: right;
  margin-top: 20px;
}
/* line 11901, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
/* line 11906, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li {
  position: relative;
}
/* line 11908, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li a {
  border: 1px solid #a7a7a7;
  padding: 2px 25px 2px 5px;
  border-radius: 3px;
  display: block;
  width: 160px;
  text-align: left;
  text-decoration: none;
}
/* line 11916, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li a:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/brand-select.png") no-repeat;
  background-position: -3px 0px;
  content: '';
  width: 22px;
  height: 23px;
  position: absolute;
  right: -4px;
  top: -2px;
  background-size: 16px auto;
}
/* line 11928, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li ul {
  position: absolute;
  left: 0;
  z-index: 111;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  top: 0;
  display: none;
  background: #ffffff;
  overflow: hidden;
}
/* line 11938, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li ul.active {
  display: block;
}
/* line 11941, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li ul li {
  text-align: center;
  padding: 2px 10px;
}
/* line 11944, ../scss/module/_nn-default-2.scss */
.review-sort-wrapper .review-sorts .select-review-sorts > li ul li:hover {
  background: #cccccc;
}

/* line 11954, ../scss/module/_nn-default-2.scss */
.helpful-votes-title {
  text-transform: capitalize;
}

/* line 11959, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box {
  text-align: center;
}
/* line 11961, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box .regular-price {
  color: #d32028;
  font-size: 12px;
  font-weight: bold;
}
/* line 11965, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box .regular-price .price {
  font-size: 10px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
/* line 11973, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box .special-price {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
}
/* line 11977, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box .special-price span {
  color: #d32028;
  font-size: 12px;
  font-weight: bold;
}
/* line 11983, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box .old-price {
  display: inline-block;
  margin: 0 2px;
}
/* line 11986, ../scss/module/_nn-default-2.scss */
.owl-stage-outer .price-box .old-price .price {
  font-size: 10px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

/* line 11996, ../scss/module/_nn-default-2.scss */
.price-box {
  text-align: center;
}

/* line 12000, ../scss/module/_nn-default-2.scss */
.tracking-order {
  margin-top: -15px;
}
/* line 12003, ../scss/module/_nn-default-2.scss */
.tracking-order .tracking-info .info-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #4e4e4e;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px;
}
/* line 12012, ../scss/module/_nn-default-2.scss */
.tracking-order .tracking-header {
  font-size: 20px;
  text-transform: uppercase;
  color: #4e4e4e;
  font-weight: bold;
  line-height: 26px;
}
/* line 12018, ../scss/module/_nn-default-2.scss */
.tracking-order .tracking-header .order-number {
  color: #f8b537;
  display: block;
  margin: 65px 0 12px;
}
/* line 12023, ../scss/module/_nn-default-2.scss */
.tracking-order .tracking-header .exp-day {
  font-weight: normal;
  font-size: 16px;
}

/* line 12030, ../scss/module/_nn-default-2.scss */
.tracking-progress {
  margin-top: 68px;
  margin-bottom: 60px;
}
/* line 12033, ../scss/module/_nn-default-2.scss */
.tracking-progress .address-start {
  color: #4e4e4e;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 12040, ../scss/module/_nn-default-2.scss */
.tracking-progress .address-finish {
  float: right;
  text-transform: uppercase;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 16px;
}

/* line 12049, ../scss/module/_nn-default-2.scss */
.tracking-info {
  margin-bottom: 102px;
}
/* line 12052, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .wp-address-info {
  float: left;
  width: 79%;
  padding-right: 20px;
}
/* line 12056, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .wp-address-info .address-info {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.4;
  float: left;
  width: 47%;
  margin-right: 3%;
  color: #4e4e4e;
}
/* line 12066, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .wp-address-info .address-info:last-child {
  margin-left: 3%;
  margin-right: 0;
}
/* line 12070, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .wp-address-info .address-info .address-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #4e4e4e;
  font-weight: bold;
  line-height: 24px;
}
/* line 12079, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .block-actions {
  float: left;
  width: 21%;
}
/* line 12082, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .block-actions a {
  height: 36px;
  line-height: 36px;
  padding: 0px;
  color: #ffffff;
  text-transform: uppercase;
  background: #f8b537;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
/* line 12097, ../scss/module/_nn-default-2.scss */
.tracking-info .info-details .block-actions a.disable-btn {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 12106, ../scss/module/_nn-default-2.scss */
.progress-bar {
  padding-top: 20px;
}
/* line 12108, ../scss/module/_nn-default-2.scss */
.progress-bar .separator {
  background: none;
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  width: 38px;
  margin: 13px 2px;
  height: 4px;
  float: left;
}
/* line 12117, ../scss/module/_nn-default-2.scss */
.progress-bar .occurrence-date {
  color: #4e4e4e;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
/* line 12124, ../scss/module/_nn-default-2.scss */
.progress-bar .item {
  width: auto;
  position: relative;
  float: left;
}
/* line 12129, ../scss/module/_nn-default-2.scss */
.progress-bar .item:first-child:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #4e4e4e transparent transparent transparent;
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -7px;
}
/* line 12142, ../scss/module/_nn-default-2.scss */
.progress-bar .item:first-child.active:after {
  display: none;
}
/* line 12148, ../scss/module/_nn-default-2.scss */
.progress-bar .item.active + .separator {
  background: #9eb644;
  border: none;
  height: 6px;
  position: relative;
}
/* line 12153, ../scss/module/_nn-default-2.scss */
.progress-bar .item.active + .separator:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #f8b537 transparent transparent transparent;
  content: '';
  position: absolute;
  left: 50%;
  top: -28px;
  margin-left: -12px;
}
/* line 12167, ../scss/module/_nn-default-2.scss */
.progress-bar .item .item-title {
  padding: 0 25px;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 30px;
  border: 1px solid #4e4e4e;
  height: 32px;
  font-size: 14px;
  display: inline-block;
  color: #4e4e4e;
  min-width: 150px;
  text-align: center;
}
/* line 12181, ../scss/module/_nn-default-2.scss */
.progress-bar .item.green .item-title {
  background: #9eb644;
  color: #ffffff;
  border: 1px solid #9eb644;
}

/* line 12191, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .page-title h1 {
  color: #f8b537;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  border: none;
}
/* line 12200, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-header-container h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 12210, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list {
  margin: 35px 0 35px;
  text-align: center;
}
/* line 12213, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list li {
  display: inline-block;
  padding: 0 12px 0 10px;
  margin-bottom: 20px;
  border-right: 1px solid #a0b540;
}
/* line 12218, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list li:first-child {
  padding-left: 0;
}
/* line 12221, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 12225, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list li:nth-child(14) {
  border-right: none;
}
/* line 12230, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list li.inactive a {
  pointer-events: none;
}
/* line 12235, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .alphabet-list a {
  color: #a0b540;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
/* line 12243, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper {
  padding: 30px 7px 0;
  border-bottom: 1px solid #a0b540;
}
/* line 12246, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper .first-letter span {
  font-size: 34px;
  font-weight: bold;
  color: #a0b540;
  margin-bottom: 4px;
  line-height: 1.4;
}
/* line 12253, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper:last-child {
  border: none;
  padding: 30px 7px 70px;
}
/* line 12257, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper ul {
  margin-bottom: 30px;
  padding-left: 25px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
/* line 12263, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper ul li {
  padding-left: 10px;
  font-weight: 600;
}
/* line 12266, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper ul li h2 {
  break-inside: avoid-column;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px;
  position: relative;
}
/* line 12273, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .article-list-wrapper ul li h2:before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: -8px;
  width: 4px;
  height: 4px;
  background-color: #636363;
  border-radius: 100%;
}
/* line 12289, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .recipe-list .article-list-wrapper ul, .wordpress-term-view .news-list .article-list-wrapper ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

/* line 12300, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .page-title {
  float: left;
  width: 540px;
}
/* line 12303, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .page-title h1 {
  color: #a0b540;
  min-height: 56px;
  margin-bottom: 8px;
}
/* line 12312, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .ingredients-list .tablepress thead th {
  color: #4e4e4e;
  border: none;
  padding: 0;
  font-size: 12px;
}
/* line 12317, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .ingredients-list .tablepress thead th.column-2, .wordpress-post-view.healthy-recipes .ingredients-list .tablepress thead th.column-3 {
  text-align: center;
}
/* line 12324, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .ingredients-list .tablepress tbody td {
  padding: 0 20px 0 0;
  font-size: 12px;
  width: 33.33%;
}
/* line 12334, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .tablepress thead th {
  color: #a0b540;
  border: none;
}
/* line 12337, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .tablepress thead th.column-2, .wordpress-post-view.healthy-recipes .tablepress thead th.column-3 {
  text-align: center;
}
/* line 12346, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.healthy-recipes .post-view p strong {
  color: #a0b540;
}
/* line 12352, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .col-main {
  position: relative;
}
/* line 12355, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .page-title {
  margin: 0;
  float: left;
  width: 540px;
}
/* line 12359, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .page-title h1 {
  border: none;
  font-weight: bold;
  padding: 25px 0 0;
  margin: -5px 0 0 0px;
  margin-bottom: 8px;
}
/* line 12367, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .addthis_toolbox {
  float: right;
  position: absolute;
  left: 0;
  top: 5px;
  padding-right: 220px;
  width: 400px;
  padding-top: 0px;
}
/* line 12375, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .addthis_toolbox .at-icon {
  background: #b3b4b5;
}
/* line 12377, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .addthis_toolbox .at-icon:hover {
  background: #a0b540;
}
/* line 12382, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .acf_custom_field-by_line {
  font-weight: bold;
  font-size: 12px;
  color: #4e4e4e;
  margin-bottom: 12px;
  float: left;
  width: 540px;
}
/* line 12390, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .acf_custom_field-short_text {
  font-weight: bold;
  font-size: 12px;
  color: #f8b537;
  margin-bottom: 15px;
  width: 540px;
}
/* line 12398, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .acf_custom_field-what-youwill-learn ul {
  list-style: decimal;
}
/* line 12400, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .acf_custom_field-what-youwill-learn ul li {
  margin-left: 1.2em;
  cursor: pointer;
}
/* line 12403, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .acf_custom_field-what-youwill-learn ul li:hover {
  text-decoration: underline;
}
/* line 12410, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper form {
  position: relative;
}
/* line 12412, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper form .captcha-container {
  float: left;
  width: 50%;
  margin: 0px;
}
/* line 12416, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper form .captcha-container .validation-advice {
  position: relative;
  bottom: 17px;
}
/* line 12421, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper form .buttons-set {
  position: relative;
  left: 0;
  bottom: 5px;
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  float: right;
}
/* line 12430, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper form .buttons-set button {
  margin: 0;
  float: none;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 12438, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .comment-reply-title {
  margin: 0 0 15px;
}
/* line 12441, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .comment-reply-title .comment-right a {
  font-size: 14px;
}
/* line 12445, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .comment-reply-title a {
  text-decoration: underline;
}
/* line 12450, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields {
  margin: 0;
}
/* line 12452, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 12459, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field {
  width: 50%;
  float: left;
  margin: 0;
  padding-right: 4px;
}
/* line 12464, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field:last-child {
  padding-left: 4px;
  padding-right: 0px;
}
/* line 12468, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #b3b4b5;
  height: 36px;
  font-size: 14px;
}
/* line 12475, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #b3b4b5;
  border-radius: 0;
  height: 102px;
  resize: none;
  font-size: 14px;
}
/* line 12484, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image {
  text-align: right;
}
/* line 12486, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: normal;
  color: #c8c8c8;
  font-size: 14px;
}
/* line 12495, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown {
  vertical-align: middle;
  display: inline-block;
}
/* line 12499, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dd ul {
  border: none;
  background: #ffffff;
  min-width: 451px;
  border-right: 1px solid #b3b4b5;
  border-bottom: 1px solid #b3b4b5;
  padding: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: 11;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px #ccc;
}
/* line 12512, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dd ul li {
  float: left;
  vertical-align: top;
}
/* line 12515, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dd ul li a {
  background: none;
  padding: 5px;
  width: 90px;
  position: relative;
  border: 1px solid #b3b4b5;
  border-right: none;
  border-bottom: none;
  text-align: center;
}
/* line 12524, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dd ul li a img {
  border: medium none;
  height: auto;
  margin-left: 0px;
  vertical-align: middle;
  width: 46px;
  display: inline-block;
}
/* line 12537, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dt a {
  background: none;
  padding: 5px;
  width: 90px;
  position: relative;
  border: 1px solid #b3b4b5;
}
/* line 12543, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dt a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0px -1265px;
  height: 16px;
  width: 23px;
}
/* line 12553, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .comment_avtar_image .dropdown dt a img {
  border: medium none;
  height: auto;
  margin-left: 0px;
  vertical-align: middle;
  width: 46px;
}
/* line 12564, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper .form-list .fields .field .input-box {
  padding: 0;
  margin: 0 0 8px;
  position: relative;
}
/* line 12575, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .comments-wrapper h2 {
  font-size: 18px;
  color: #f8b537;
  font-weight: bold;
  margin: 20px 0 10px;
}
/* line 12583, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view div,
.wordpress-post-view .post-view ol,
.wordpress-post-view .post-view ul,
.wordpress-post-view .post-view li {
  font-family: Verdana, Geneva, sans-serif !important;
}
/* line 12589, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view span {
  font-family: Verdana, Geneva, sans-serif !important;
}
/* line 12592, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view p {
  color: #4e4e4e;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.3;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 12598, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view p span {
  font-family: Verdana, Geneva, sans-serif !important;
}
/* line 12601, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view p strong {
  color: #f8b537;
  font-weight: bold;
}
/* line 12606, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view p a strong {
  color: #4e4e4e;
  font-size: 12px;
}
/* line 12612, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view .featured-image-container {
  width: 400px;
  float: right;
  position: relative;
  margin: 25px 0 15px 20px;
}
/* line 12617, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view .featured-image-container .article-video-title {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
/* line 12627, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view .featured-image-container .article-video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 32px;
  width: 52px;
  margin: -18px 0 0 -26px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0px -73px;
}
/* line 12637, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view .featured-image-container img {
  border-radius: 6px;
  height: auto;
}
/* line 12642, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view h2 {
  color: #f8b537;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}
/* line 12649, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-view h3 {
  color: #636363;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
}
/* line 12657, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .blogWrapper .custom-selectbox {
  position: absolute;
  right: 0;
  top: 5px;
  margin-top: 0px;
}
/* line 12662, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .blogWrapper .custom-selectbox:after {
  border-left: 1px solid #a7a7a7;
  height: 30px;
  top: 0;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 5px -1278px;
  width: 30px;
  right: 0px;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  z-index: 0;
}
/* line 12677, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .blogWrapper .custom-selectbox select {
  font-weight: bold;
  width: 320px;
  border: 1px solid #a7a7a7;
  background-color: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 12px;
  padding-right: 40px;
  text-overflow: ellipsis;
}
/* line 12692, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .post-entry a {
  color: #a0b540;
}

/* line 12700, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment {
  border: 1px solid #a7a7a7;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 0px 1px 1px #ddd;
  margin: 0 0 20px;
}
/* line 12706, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment:last-child {
  margin: 0;
}
/* line 12709, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner {
  min-height: 102px;
  padding: 0 0 0 120px;
  position: relative;
  border: none;
}
/* line 12714, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .comment-meta-subject {
  color: #f8b537;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
/* line 12720, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .reply {
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 12723, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .reply span {
  display: none;
}
/* line 12727, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .comment-entry {
  margin-bottom: 15px;
}
/* line 12730, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .comment-meta {
  margin-bottom: 15px;
}
/* line 12732, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .comment-meta a,
.comments-wrapper .comment-list .comment .comment-inner .comment-meta span {
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  color: #4e4e4e;
  font-size: 13px;
  padding-right: 20px;
  position: relative;
}
/* line 12743, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .comment-meta a:after {
  content: ".";
  left: -15px;
  position: absolute;
  top: -3px;
}
/* line 12751, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .gravatar {
  padding: 5px;
  margin: 0;
  border: 1px solid #a7a7a7;
  float: none;
  position: absolute;
  top: 0px;
  border-radius: 3px;
  left: 0px;
  background: #ffffff;
}
/* line 12761, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment .comment-inner .gravatar img {
  max-width: 90px;
  height: auto;
}
/* line 12767, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment ul.children {
  margin: 20px 0 0 10px;
}
/* line 12769, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment ul.children ul {
  margin: 15px 0 0;
}
/* line 12772, ../scss/module/_nn-default-2.scss */
.comments-wrapper .comment-list .comment ul.children .comment {
  background: #ecf1da;
  border: none;
  box-shadow: none;
}

/* line 12784, ../scss/module/_nn-default-2.scss */
.recipe-content .recipe-content-inner li {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}
/* line 12788, ../scss/module/_nn-default-2.scss */
.recipe-content .recipe-content-inner li:last-child {
  margin-right: 0;
}
/* line 12791, ../scss/module/_nn-default-2.scss */
.recipe-content .recipe-content-inner li .article-header-container {
  position: relative;
  margin: 0 0 5px;
  overflow: hidden;
  border-radius: 6px;
}
/* line 12796, ../scss/module/_nn-default-2.scss */
.recipe-content .recipe-content-inner li .article-header-container img {
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
}
/* line 12801, ../scss/module/_nn-default-2.scss */
.recipe-content .recipe-content-inner li .article-header-container h2 {
  bottom: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  left: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
  width: 100%;
  min-height: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* line 12815, ../scss/module/_nn-default-2.scss */
.recipe-content .recipe-content-inner li p {
  font-size: 11px;
  line-height: 15px;
}

/* line 12823, ../scss/module/_nn-default-2.scss */
.recipe-attribute-ul {
  margin: 35px 0 35px;
}
/* line 12825, ../scss/module/_nn-default-2.scss */
.recipe-attribute-ul li {
  width: 25%;
  float: left;
  text-align: center;
  color: #a0b540;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
/* line 12835, ../scss/module/_nn-default-2.scss */
.recipe-attribute-ul li.recipe-attr {
  cursor: pointer;
}
/* line 12837, ../scss/module/_nn-default-2.scss */
.recipe-attribute-ul li.recipe-attr.inactive {
  cursor: default;
}

/* line 12844, ../scss/module/_nn-default-2.scss */
.revive-ads-bottom {
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 12847, ../scss/module/_nn-default-2.scss */
.revive-ads-bottom .ad {
  float: left;
  width: 50%;
}

/* line 12853, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup {
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  padding: 15px;
  width: 456px;
  box-shadow: 0 10px 20px #000000;
  height: auto;
}
/* line 12861, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup h2.block-subtitle {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #f8b537;
  margin-bottom: 18px;
  padding-bottom: 7px;
  border-bottom: 3px solid #a0b540;
}
/* line 12869, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup h2.block-subtitle:before {
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: bottom;
  content: "";
  margin-right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -102px;
}
/* line 12880, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup .contacting-us-content {
  font-size: 12px;
}
/* line 12882, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup .contacting-us-content h6 {
  margin: 20px 0 10px;
}
/* line 12887, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup #contactformSuccess p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
/* line 12892, ../scss/module/_nn-default-2.scss */
.contact-wrapper-popup #contactformSuccess h6 {
  margin: 6px 0 12px;
}

/* line 12902, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap.error-wrapper, .wordpress-post-view .fancybox-wrap.sucess-wrapper {
  width: 456px !important;
}
/* line 12907, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .contacting-us-popup#commentformSuccess, .wordpress-post-view .fancybox-wrap .contacting-us-popup#commentformSuccess {
  width: 100%;
}
/* line 12914, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
/* line 12918, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .comment-reply-title .comment-left {
  font-size: 24px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
}
/* line 12927, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .comment-reply-title span {
  display: block;
}
/* line 12930, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .comment-reply-title .comment-right {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}
/* line 12936, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #b3b4b5;
  border-radius: 0;
  height: 102px;
  resize: none;
  font-size: 14px;
}
/* line 12946, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields {
  margin: 0;
}
/* line 12948, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 12955, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .input-box {
  margin: 0 0 8px;
}
/* line 12958, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown {
  vertical-align: middle;
  display: inline-block;
}
/* line 12962, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dd ul {
  border: none;
  background: #ffffff;
  min-width: 451px;
  border-right: 1px solid #b3b4b5;
  border-bottom: 1px solid #b3b4b5;
  padding: 0;
  top: auto;
  left: 0;
  right: auto;
  z-index: 11;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px #ccc;
  bottom: 0;
}
/* line 12976, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dd ul li {
  float: left;
  vertical-align: top;
}
/* line 12979, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dd ul li a {
  background: none;
  padding: 5px;
  width: 90px;
  position: relative;
  border: 1px solid #b3b4b5;
  border-right: none;
  border-bottom: none;
  text-align: center;
}
/* line 12988, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dd ul li a img {
  border: medium none;
  height: auto;
  margin-left: 0px;
  vertical-align: middle;
  width: 46px;
  display: inline-block;
}
/* line 13001, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dt a {
  background: none;
  padding: 5px;
  width: 90px;
  position: relative;
  border: 1px solid #b3b4b5;
}
/* line 13007, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dt a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0px -1265px;
  height: 16px;
  width: 23px;
}
/* line 13017, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .replydropdown dt a img {
  border: medium none;
  height: auto;
  margin-left: 0px;
  vertical-align: middle;
  width: 46px;
}
/* line 13027, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .comment_avtar_image {
  text-align: right;
  float: right;
  width: 50%;
}
/* line 13031, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .comment_avtar_image label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: normal;
  color: #c8c8c8;
  font-size: 14px;
}
/* line 13042, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .fieldinside .input-box {
  padding: 0;
  margin: 0 0 8px;
}
/* line 13047, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .field {
  width: 50%;
  float: left;
  margin: 0;
  padding-right: 4px;
}
/* line 13052, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .field:last-child {
  padding-left: 4px;
  padding-right: 0px;
}
/* line 13056, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .fancybox-wrap .fancybox-skin .form-list .fields .field input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #b3b4b5;
  height: 36px;
  font-size: 14px;
}

/* line 13070, ../scss/module/_nn-default-2.scss */
.relativeDiv {
  position: relative;
}

/* line 13074, ../scss/module/_nn-default-2.scss */
.promo-protein-detail {
  position: relative;
}
/* line 13076, ../scss/module/_nn-default-2.scss */
.promo-protein-detail .bogo-footer {
  background: #bdbec0;
}

/* line 13082, ../scss/module/_nn-default-2.scss */
body.customer-address-form .primary-address-close {
  display: none;
}
/* line 13086, ../scss/module/_nn-default-2.scss */
body.customer-address-form .my-account .fieldset {
  margin: 0;
}
/* line 13091, ../scss/module/_nn-default-2.scss */
body.customer-address-form .page-title h1 {
  font-size: 24px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540 !important;
  text-transform: capitalize;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 13103, ../scss/module/_nn-default-2.scss */
body.customer-address-form h2.legend {
  font-size: 14px;
  color: #4e4e4e;
  font-weight: normal;
  text-transform: none;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 10px;
  border: none;
  padding: 0;
}

/* line 13118, ../scss/module/_nn-default-2.scss */
.cms-page-home.videos-page-content-wrapper .header-wrapper .headline-text p {
  margin-top: -5px;
  margin-bottom: 25px;
}
/* line 13124, ../scss/module/_nn-default-2.scss */
.cms-page-home.videos-page-content-wrapper .header-wrapper .description-text p {
  line-height: 28px;
}
/* line 13126, ../scss/module/_nn-default-2.scss */
.cms-page-home.videos-page-content-wrapper .header-wrapper .description-text p .accent-green {
  line-height: 1;
}
/* line 13131, ../scss/module/_nn-default-2.scss */
.cms-page-home.videos-page-content-wrapper .header-wrapper .main-heading {
  letter-spacing: 0.2px;
  padding-top: 12px;
  font-weight: bold;
}
/* line 13135, ../scss/module/_nn-default-2.scss */
.cms-page-home.videos-page-content-wrapper .header-wrapper .main-heading span {
  position: relative;
  color: #ffffff;
  font-size: 64px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
/* line 13142, ../scss/module/_nn-default-2.scss */
.cms-page-home.videos-page-content-wrapper .header-wrapper .main-heading span:after {
  content: 'Healthy';
  color: #a0b540;
  position: absolute;
  left: 3px;
  font-weight: normal;
  top: 0px;
  font-size: 60px;
  letter-spacing: 1.5px;
}

/* line 13157, ../scss/module/_nn-default-2.scss */
.breadcrumbs {
  min-height: 16px;
}
/* line 13159, ../scss/module/_nn-default-2.scss */
.breadcrumbs li {
  text-transform: capitalize;
}

/* line 13166, ../scss/module/_nn-default-2.scss */
.cms-contact .header-wrapper .float-section {
  top: 70px;
}
/* line 13169, ../scss/module/_nn-default-2.scss */
.cms-contact .header-wrapper .main-heading {
  padding-top: 10px;
}

/* line 13178, ../scss/module/_nn-default-2.scss */
.cms-page-home.awards-content-wrapper .header-wrapper .headline-text p {
  text-transform: none;
}
/* line 13182, ../scss/module/_nn-default-2.scss */
.cms-page-home.awards-content-wrapper .header-wrapper .main-heading {
  padding-top: 10px;
  text-shadow: 4px 3px 6px #fff;
}
/* line 13185, ../scss/module/_nn-default-2.scss */
.cms-page-home.awards-content-wrapper .header-wrapper .main-heading span {
  font-size: 42px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
/* line 13189, ../scss/module/_nn-default-2.scss */
.cms-page-home.awards-content-wrapper .header-wrapper .main-heading span.healthy-text {
  font-weight: normal;
  font-family: 'black_jackregular';
  font-size: 70px;
  color: #c5dc8c;
}

/* line 13202, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper .header-wrapper .main-heading {
  font-size: 48px;
  padding-top: 0px;
}
/* line 13205, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper .header-wrapper .main-heading span {
  font-size: 48px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
/* line 13209, ../scss/module/_nn-default-2.scss */
.feedback-content-wrapper .header-wrapper .main-heading span.healthy-text {
  font-weight: normal;
  font-family: 'black_jackregular';
  font-size: 80px;
  color: #c5dc8c;
}

/* line 13220, ../scss/module/_nn-default-2.scss */
.legal-link {
  color: #a0b540;
}

/* line 13224, ../scss/module/_nn-default-2.scss */
#tl_popupSC4 {
  z-index: 999 !important;
}

/* line 13229, ../scss/module/_nn-default-2.scss */
.location-page-content-wrapper .header-wrapper {
  margin-bottom: 25px;
}
/* line 13231, ../scss/module/_nn-default-2.scss */
.location-page-content-wrapper .header-wrapper .description-text {
  padding-left: 40px;
}
/* line 13235, ../scss/module/_nn-default-2.scss */
.location-page-content-wrapper .header-wrapper .headline-text p {
  padding-left: 40px;
}

/* line 13242, ../scss/module/_nn-default-2.scss */
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  border: none;
}
/* line 13248, ../scss/module/_nn-default-2.scss */
.tablepress thead th {
  font-size: 18px;
  color: #f8b537;
  text-transform: none;
  background: none !important;
  text-transform: capitalize;
  font-weight: bold !important;
  border-bottom: 1px solid #ddd;
}

/* line 13259, ../scss/module/_nn-default-2.scss */
.tablepress tbody td,
.tablepress tfoot th {
  border: none;
  background: none;
}

/* line 13265, ../scss/module/_nn-default-2.scss */
.tablepress .even td,
.tablepress .odd td {
  background-color: transparent !important;
  border-top: none;
}

/* line 13271, ../scss/module/_nn-default-2.scss */
.supplement-rec tbody {
  border: none;
  background-color: #fff;
  font-size: 12px;
}

/* line 13277, ../scss/module/_nn-default-2.scss */
.tablepress tbody tr:first-child td {
  border-top: 0;
}

/* line 13281, ../scss/module/_nn-default-2.scss */
.supplement-rec tbody td.column-1,
.supplement-rec tbody td.column-2 {
  border-right: none;
}

/* line 13286, ../scss/module/_nn-default-2.scss */
.supplement-rec tbody td.column-1 {
  font-weight: bold;
  color: #a0b540;
}

/* line 13291, ../scss/module/_nn-default-2.scss */
.tablepress .even td {
  background-color: #fff;
}

/* line 13295, ../scss/module/_nn-default-2.scss */
.supplement-rec tbody td {
  padding: 10px;
}

/* line 13299, ../scss/module/_nn-default-2.scss */
.tablepress tbody td {
  vertical-align: top;
}

/* line 13303, ../scss/module/_nn-default-2.scss */
.supplement-rec tbody td.column-1 a {
  text-transform: capitalize;
  color: #f8b537;
}

/* line 13308, ../scss/module/_nn-default-2.scss */
.featured-image-container {
  font: 400 12px/16px Verdana, Geneva, sans-serif;
}
/* line 13311, ../scss/module/_nn-default-2.scss */
.featured-image-container .acf_custom_field-image_caption p {
  text-align: center;
  margin: 10px 10px 0px;
}

/* line 13318, ../scss/module/_nn-default-2.scss */
#acf_custom_field-what_you_can_do_to_help .article-title {
  font-size: 18px;
}

/* line 13322, ../scss/module/_nn-default-2.scss */
#acf_custom_field-did_you_know .article-title {
  font-size: 18px;
  text-transform: uppercase;
}

/* line 13327, ../scss/module/_nn-default-2.scss */
.article-main div,
.article-main p {
  font: 400 12px/16px Verdana, Geneva, sans-serif;
  color: #636363;
  overflow: visible;
}

/* line 13334, ../scss/module/_nn-default-2.scss */
.equalHMWrap .eq.col-2 {
  width: 49%;
}

/* line 13338, ../scss/module/_nn-default-2.scss */
.equalHMWrap {
  justify-content: space-between;
}

/* line 13342, ../scss/module/_nn-default-2.scss */
.eqWrap {
  display: flex;
}

/* line 13346, ../scss/module/_nn-default-2.scss */
.information-container {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/overlay-backgroundnew.jpg") no-repeat scroll bottom center/100% auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 0px 7px rgba(153, 153, 153, 0.6);
  font: 400 12px/16px Verdana, Geneva, sans-serif;
}
/* line 13355, ../scss/module/_nn-default-2.scss */
.information-container tbody {
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #ccc;
}
/* line 13363, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress th center {
  text-align: left;
}
/* line 13367, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress tr {
    /*
	&:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	&:last-child {
		td {
			&:after {
				top: 6px;
				height: 30px;
			}
		}
	}*/
}
/* line 13386, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress tbody {
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #ccc;
}
/* line 13393, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress td,
.information-container .tablepress-inner .tablepress th {
  position: relative;
  padding: 5px 10px 5px 25px;
  text-transform: capitalize;
                                           /*
				&:after {
					position: absolute;
					content: '';
					right: 0;
					top: 0;
					width: 1px;
					height: 60px;
					background: silver;
				}*/
}
/* line 13407, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress td:nth-child(2),
.information-container .tablepress-inner .tablepress th:nth-child(2) {
  width: 35%;
}
/* line 13410, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress td:nth-child(3),
.information-container .tablepress-inner .tablepress th:nth-child(3) {
  width: 40%;
}
/* line 13412, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress td:nth-child(3):after,
.information-container .tablepress-inner .tablepress th:nth-child(3):after {
  display: none;
}
/* line 13417, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress th {
  padding: 10px;
}
/* line 13419, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-inner .tablepress th:after {
  display: none;
}

/* line 13430, ../scss/module/_nn-default-2.scss */
.information-container.supplement-rec tbody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
}
/* line 13434, ../scss/module/_nn-default-2.scss */
.information-container.supplement-rec tbody td:last-child {
  border-right: none;
}

/* line 13442, ../scss/module/_nn-default-2.scss */
.eqWrap .eq {
  padding: 20px;
}

/* line 13448, ../scss/module/_nn-default-2.scss */
.information-container .article-title {
  margin-left: 10px;
  font-size: 24px;
  color: #f8b537;
  text-transform: none;
  display: inline-block;
  font-weight: bold;
}

/* line 13457, ../scss/module/_nn-default-2.scss */
.information-inner {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px 20px;
  background-color: #fff;
  margin: 10px 0;
}

/* line 13466, ../scss/module/_nn-default-2.scss */
.box-contents.box-contents-button button {
  float: right;
}
/* line 13469, ../scss/module/_nn-default-2.scss */
.box-contents.box-contents-button .input-fly {
  float: left;
  width: auto;
  margin: 8px 0 0;
}

/* line 13477, ../scss/module/_nn-default-2.scss */
.public-comment-section .customer-comment {
  padding: 0px 40px 20px;
}
/* line 13481, ../scss/module/_nn-default-2.scss */
.public-comment-section .customer-comment p {
  border: 1px solid #a0b540;
  border-radius: 6px;
  padding: 10px;
  line-height: 18px;
  min-height: 80px;
  font-size: 12px;
}
/* line 13490, ../scss/module/_nn-default-2.scss */
.public-comment-section label {
  text-transform: capitalize;
  font-size: 14px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0 5px;
  font-weight: normal;
}

/* line 13501, ../scss/module/_nn-default-2.scss */
.col3-layout .col-wrapper {
  width: 81%;
}
/* line 13504, ../scss/module/_nn-default-2.scss */
.col3-layout .block-layered-nav {
  position: relative;
  top: -16px;
}
/* line 13508, ../scss/module/_nn-default-2.scss */
.col3-layout .col-main {
  top: 15px;
  position: relative;
}
/* line 13512, ../scss/module/_nn-default-2.scss */
.col3-layout .col-right {
  text-align: right;
  width: 19%;
}
/* line 13516, ../scss/module/_nn-default-2.scss */
.col3-layout .col-right .block-ads-right img {
  display: inline-block;
}
/* line 13520, ../scss/module/_nn-default-2.scss */
.col3-layout .col-right .ambanners {
  padding-left: 4px;
}
/* line 13522, ../scss/module/_nn-default-2.scss */
.col3-layout .col-right .ambanners > div {
  margin-bottom: 26px;
  text-align: right;
}
/* line 13526, ../scss/module/_nn-default-2.scss */
.col3-layout .col-right .ambanners img {
  display: inline-block;
}
/* line 13530, ../scss/module/_nn-default-2.scss */
.col3-layout .col-right .videoWrapper {
  padding-left: 4px;
}

/* line 13537, ../scss/module/_nn-default-2.scss */
.category-title.page-title h1 {
  margin-bottom: 5px;
}

/* line 13543, ../scss/module/_nn-default-2.scss */
.category-disc .discontinued_brand_container div.brand_details {
  float: none;
}
/* line 13545, ../scss/module/_nn-default-2.scss */
.category-disc .discontinued_brand_container div.brand_details h1.aw_brand_title {
  font-size: 43px;
  text-align: center;
  margin-top: 20px;
}
/* line 13552, ../scss/module/_nn-default-2.scss */
.category-disc .category-title.page-title h1 {
  font-size: 43px;
  text-align: center;
  margin-top: 20px;
}
/* line 13558, ../scss/module/_nn-default-2.scss */
.category-disc .category-description {
  display: none;
}
/* line 13561, ../scss/module/_nn-default-2.scss */
.category-disc .disc-category-description {
  font-size: 14px;
  padding: 0 7px 1.5em;
  line-height: 1.4;
}

/* line 13571, ../scss/module/_nn-default-2.scss */
.breadcrumbs {
  margin-bottom: 10px;
}

/* line 13575, ../scss/module/_nn-default-2.scss */
.related-videos {
  margin-top: 6px;
}
/* line 13577, ../scss/module/_nn-default-2.scss */
.related-videos .related-video {
  padding-left: 18px;
  position: relative;
  margin: 0 0 6px;
}
/* line 13581, ../scss/module/_nn-default-2.scss */
.related-videos .related-video:before {
  content: '';
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0px -1056px;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
}

/* line 13596, ../scss/module/_nn-default-2.scss */
.cms-contact .header-wrapper .headline-text p {
  margin-top: 6px;
}

/* line 13613, ../scss/module/_nn-default-2.scss */
.favouriteorder-index-index .main-container,
.trackorder-tracking-index .main-container,
.advancednewsletter-manage-index .main-container,
.customer-account-edit .main-container,
.sales-order-history .main-container,
.customer-address-index .main-container,
.customer-billing-index .main-container,
.wishlist-index-index .main-container,
.productreturn-front-list .main-container,
.rewardpoints-rewardpoints-index .main-container {
  padding: 25px 30px;
}

/* line 13622, ../scss/module/_nn-default-2.scss */
.favouriteorder-index-index .sidebar .block-account .block-title strong {
  line-height: 1;
}
/* line 13629, ../scss/module/_nn-default-2.scss */
.favouriteorder-index-index .col3-layout .col-main {
  top: 0;
}
/* line 13632, ../scss/module/_nn-default-2.scss */
.favouriteorder-index-index .col3-layout .col-main .welcome-msg .hello {
  font-size: 24px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f8b537;
  text-transform: capitalize;
  line-height: 1;
}
/* line 13638, ../scss/module/_nn-default-2.scss */
.favouriteorder-index-index .col3-layout .col-main .welcome-msg .hello strong {
  font-weight: bold;
}

/* line 13649, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-video.awards-NNawards .awards-info-wrap {
  display: block;
  text-align: center;
}
/* line 13652, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-video.awards-NNawards .awards-info-wrap a {
  display: inline-block;
}

/* line 13660, ../scss/module/_nn-default-2.scss */
.out-more-soon span {
  font-size: 12px !important;
  color: #4e4e4e !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
/* line 13665, ../scss/module/_nn-default-2.scss */
.out-more-soon span.text-bonus {
  font-weight: bold !important;
  color: #818281 !important;
  font-size: 14px !important;
}

/* line 13673, ../scss/module/_nn-default-2.scss */
.promotion-sidebar-banner {
  margin: -40px 0 30px;
  padding-left: 32px;
  text-align: center;
}
/* line 13677, ../scss/module/_nn-default-2.scss */
.promotion-sidebar-banner .promotion-sidebar-banner-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #f8b537;
  margin-bottom: 13px;
}
/* line 13684, ../scss/module/_nn-default-2.scss */
.promotion-sidebar-banner .button {
  width: 165px;
  font-size: 14px;
  font-weight: bold;
}
/* line 13689, ../scss/module/_nn-default-2.scss */
.promotion-sidebar-banner .img-inner {
  margin: 24px 0 32px;
  display: inline-block;
}

/* line 13696, ../scss/module/_nn-default-2.scss */
.block-shop-secure .item-secure {
  text-align: right;
}
/* line 13698, ../scss/module/_nn-default-2.scss */
.block-shop-secure .item-secure img {
  display: inline-block;
}

/* line 13704, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .desc {
  color: #6b6b6b;
}

/* line 13708, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .desc a {
  color: #0092dd;
}

/* line 13712, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dd,
.wordpress-post-view .dropdown dt,
.wordpress-post-view .dropdown ul {
  margin: 0px;
  padding: 0px;
}

/* line 13719, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dd {
  position: relative;
}

/* line 13723, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown a,
.wordpress-post-view .dropdown a:visited {
  color: #816c5b;
  text-decoration: none;
  outline: none;
}

/* line 13730, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown a:hover {
  color: #5d4617;
}

/* line 13734, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dt a:hover {
  color: #5d4617;
  border: 1px solid #d0c9af;
}

/* line 13739, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dt a {
  background: #e4dfcb url("http://www.jankoatwarpspeed.com/wp-content/uploads/examples/reinventing-drop-down/arrow.png") no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #d4ca9a;
  width: 150px;
}

/* line 13747, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

/* line 13753, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dd ul {
  background: #e4dfcb none repeat scroll 0 0;
  border: 1px solid #d4ca9a;
  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 170px;
  list-style: none;
}

/* line 13767, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown span.value {
  display: none;
}

/* line 13771, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dd ul li a {
  padding: 5px;
  display: block;
}

/* line 13776, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown dd ul li a:hover {
  background-color: #d0c9af;
}

/* line 13780, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 13786, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .desc {
  color: #6b6b6b;
}

/* line 13790, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .desc a {
  color: #0092dd;
}

/* line 13794, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dd,
.wordpress-post-view .replydropdown dt,
.wordpress-post-view .replydropdown ul {
  margin: 0px;
  padding: 0px;
}

/* line 13801, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dd {
  position: relative;
}

/* line 13805, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown a,
.wordpress-post-view .replydropdown a:visited {
  color: #816c5b;
  text-decoration: none;
  outline: none;
}

/* line 13812, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown a:hover {
  color: #5d4617;
}

/* line 13816, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dt a:hover {
  color: #5d4617;
  border: 1px solid #d0c9af;
}

/* line 13821, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dt a {
  background: #e4dfcb url("http://www.jankoatwarpspeed.com/wp-content/uploads/examples/reinventing-drop-down/arrow.png") no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #d4ca9a;
  width: 150px;
}

/* line 13829, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

/* line 13835, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dd ul {
  background: #e4dfcb none repeat scroll 0 0;
  border: 1px solid #d4ca9a;
  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 170px;
  list-style: none;
}

/* line 13849, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown span.value {
  display: none;
}

/* line 13853, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dd ul li a {
  padding: 5px;
  display: block;
}

/* line 13858, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown dd ul li a:hover {
  background-color: #d0c9af;
}

/* line 13862, ../scss/module/_nn-default-2.scss */
.wordpress-post-view .replydropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 13868, ../scss/module/_nn-default-2.scss */
.breadcrumbs a:hover {
  color: #4e4e4e;
}

/* line 13872, ../scss/module/_nn-default-2.scss */
.overlay-to-qualify {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 20px #000000;
  padding: 20px;
  width: 510px;
  position: relative;
  left: -120px;
}

/* line 13882, ../scss/module/_nn-default-2.scss */
.rewards-friend-refer,
.detailed-review-overlay {
  width: 460px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 20px #000000;
  padding: 20px;
  text-align: center;
}
/* line 13890, ../scss/module/_nn-default-2.scss */
.rewards-friend-refer h1,
.detailed-review-overlay h1 {
  font-size: 24px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a0b540;
}
/* line 13898, ../scss/module/_nn-default-2.scss */
.rewards-friend-refer .review_overlay-contents,
.detailed-review-overlay .review_overlay-contents {
  margin-top: 20px;
}
/* line 13902, ../scss/module/_nn-default-2.scss */
.rewards-friend-refer .friend-refer-contents p,
.detailed-review-overlay .friend-refer-contents p {
  font-size: 24px;
  color: #f8b537;
  height: 60px;
  line-height: 60px;
  line-height: 60px;
}
/* line 13910, ../scss/module/_nn-default-2.scss */
.rewards-friend-refer .btn-orange,
.detailed-review-overlay .btn-orange {
  background-color: #f8b537;
  margin-top: 20px;
}

/* line 13916, ../scss/module/_nn-default-2.scss */
.reward-nologged {
  font-size: 14px;
}
/* line 13918, ../scss/module/_nn-default-2.scss */
.reward-nologged a {
  text-decoration: underline;
  font-weight: bold;
}

/* line 13925, ../scss/module/_nn-default-2.scss */
.review-customer-index .helpful-block {
  display: none;
}

/* line 13930, ../scss/module/_nn-default-2.scss */
.products-grid .product-name,
.products-list .product-name {
  font-family: Verdana, Geneva, sans-serif;
}

/* line 13937, ../scss/module/_nn-default-2.scss */
.videos-homepage-rotator .article-header-container .article-title {
  padding: 0 5px;
}
/* line 13940, ../scss/module/_nn-default-2.scss */
.videos-homepage-rotator .article-header-container .fancybox-media {
  position: relative;
  display: block;
}
/* line 13943, ../scss/module/_nn-default-2.scss */
.videos-homepage-rotator .article-header-container .fancybox-media:after {
  width: 50px;
  height: 33px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -25px;
  cursor: pointer;
  background-position: 0 -72px;
}

/* line 13960, ../scss/module/_nn-default-2.scss */
.ajaxcart {
  display: none;
}

/* line 13965, ../scss/module/_nn-default-2.scss */
.aw-ln-overlay.layered-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center center;
}

/* line 13977, ../scss/module/_nn-default-2.scss */
.blogWrapper {
  position: relative;
}
/* line 13979, ../scss/module/_nn-default-2.scss */
.blogWrapper .revive-ads-bottom {
  margin: 0 -15px 15px;
}
/* line 13981, ../scss/module/_nn-default-2.scss */
.blogWrapper .revive-ads-bottom .ad {
  padding: 0 15px;
}

/* line 13989, ../scss/module/_nn-default-2.scss */
.tab-container .tab-content .no-product {
  margin: 15px 0 40px;
  font-weight: bold;
}

/* line 13997, ../scss/module/_nn-default-2.scss */
.rewards-pop-container .morInfo {
  margin-top: 20px;
}
/* line 13999, ../scss/module/_nn-default-2.scss */
.rewards-pop-container .morInfo a {
  display: block;
  text-decoration: underline;
}

/* line 14009, ../scss/module/_nn-default-2.scss */
.upper-pager select::-ms-expand,
.toolbar select::-ms-expand,
.custom-selectbox select::-ms-expand {
  display: none;
}

/* line 14017, ../scss/module/_nn-default-2.scss */
.catalogsearch-result-index .main-container,
.awshopbybrand-index-brandpageview .main-container,
.catalog-category-view .main-container {
  padding: 25px 30px;
}
/* line 14019, ../scss/module/_nn-default-2.scss */
.catalogsearch-result-index .main-container .block-layered-nav,
.awshopbybrand-index-brandpageview .main-container .block-layered-nav,
.catalog-category-view .main-container .block-layered-nav {
  top: -12px;
}
/* line 14023, ../scss/module/_nn-default-2.scss */
.catalogsearch-result-index .breadcrumbs,
.awshopbybrand-index-brandpageview .breadcrumbs,
.catalog-category-view .breadcrumbs {
  margin-top: -18px;
}

/* line 14028, ../scss/module/_nn-default-2.scss */
.overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 111;
  left: 0;
  top: 0;
}

/* line 14038, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment-msg {
  display: block;
  margin: 0 0 20px;
}
/* line 14043, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 14050, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div {
  float: left;
  width: 100%;
  padding: 0 45px;
  display: flex;
}
/* line 14055, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .facebook-image,
.review-comment-content .reviews-comment > div .google-image,
.review-comment-content .reviews-comment > div .rating-image,
.review-comment-content .reviews-comment > div .comment-image {
  width: 21%;
  text-align: center;
}
/* line 14062, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .google-review-link,
.review-comment-content .reviews-comment > div .post-article-link,
.review-comment-content .reviews-comment > div .purchased-product-link,
.review-comment-content .reviews-comment > div .facebook-review-link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin: 0 0 10px;
}
/* line 14072, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .google-desc,
.review-comment-content .reviews-comment > div .purchased-product-desc,
.review-comment-content .reviews-comment > div .post-article-desc,
.review-comment-content .reviews-comment > div .facebook-desc {
  min-height: 70px;
  display: block;
  margin-bottom: 20px;
  width: 52%;
  padding-left: 110px;
}
/* line 14082, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .facebook-rewards-text,
.review-comment-content .reviews-comment > div .google-rewards-text,
.review-comment-content .reviews-comment > div .purchased-rewards-text,
.review-comment-content .reviews-comment > div .post-article-text {
  padding-left: 60px;
}
/* line 14088, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .facebook-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: 0px -264px;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 5px auto 14px;
}
/* line 14096, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .google-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: -0px -198px;
  display: inline-block;
  width: 86px;
  height: 50px;
  margin: 5px auto 15px;
}
/* line 14104, ../scss/module/_nn-default-2.scss */
.review-comment-content .reviews-comment > div .rating-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: -80px -268px;
  display: inline-block;
  width: 150px;
  height: 60px;
  margin: 5px auto 10px;
}

/* line 14117, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section {
  padding: 30px 25px !important;
  min-height: auto !important;
}
/* line 14120, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section .box-rating-comment {
  display: flex;
  padding: 0px 45px;
}
/* line 14123, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section .box-rating-comment .comment-image {
  width: 21%;
  text-align: center;
}
/* line 14126, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section .box-rating-comment .comment-image .post-article-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: 0px -326px;
  display: inline-block;
  width: 120px;
  height: 70px;
  margin: 0 auto 5px;
}
/* line 14135, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section .box-rating-comment .post-article-link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin: 0 0 10px;
}
/* line 14142, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section .box-rating-comment .post-article-desc {
  display: block;
  width: 52%;
  padding-left: 110px;
}
/* line 14147, ../scss/module/_nn-default-2.scss */
.post-article-container .box-rating-section .box-rating-comment .post-article-text {
  padding-left: 60px;
}

/* line 14155, ../scss/module/_nn-default-2.scss */
.follow-content .refer-top-description {
  display: block;
  margin: 0 0 20px;
}

/* line 14161, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe {
  padding: 0px 25px;
}
/* line 14163, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 14170, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div {
  width: 100%;
  float: left;
  padding-left: 190px;
  padding-top: 16px;
  position: relative;
  min-height: 120px;
  border-top: 1px solid #a7a7a7;
}
/* line 14178, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div:first-child {
  border-top: none;
}
/* line 14181, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div > div {
  width: 50%;
  float: left;
}
/* line 14185, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div .facebook-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: 0px -0px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 66px;
}
/* line 14195, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div .youtube-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: 0px -63px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 66px;
}
/* line 14205, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div .twitter-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: 0px -130px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 66px;
}
/* line 14215, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div .googlep-img {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite-2.png") no-repeat;
  background-position: 0px -195px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 66px;
}
/* line 14225, ../scss/module/_nn-default-2.scss */
.like-follow-subscribe > div .nn-twitter,
.like-follow-subscribe > div .nn-googlep,
.like-follow-subscribe > div .nn-youtube,
.like-follow-subscribe > div .nn-facebook {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 0 6px;
  display: block;
}

/* line 14240, ../scss/module/_nn-default-2.scss */
.cms-page-view.cms-security-and-credentials .header-wrapper .headline-text {
  margin: 14px 0 0;
}
/* line 14243, ../scss/module/_nn-default-2.scss */
.cms-page-view.cms-security-and-credentials .header-wrapper .description-text {
  margin-bottom: 15px;
  display: inline-block;
}
/* line 14246, ../scss/module/_nn-default-2.scss */
.cms-page-view.cms-security-and-credentials .header-wrapper .description-text p {
  line-height: 24px;
}
/* line 14248, ../scss/module/_nn-default-2.scss */
.cms-page-view.cms-security-and-credentials .header-wrapper .description-text p img {
  max-height: 40px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: -4px;
}
/* line 14256, ../scss/module/_nn-default-2.scss */
.cms-page-view.cms-security-and-credentials .header-wrapper .description-text p a.accent-green {
  font-size: 20px;
}

/* line 14267, ../scss/module/_nn-default-2.scss */
.cms-security-and-credentials .header-wrapper .headline-text p {
  font-size: 14px;
  margin: 0 0 10px;
  padding-left: 30px;
}
/* line 14273, ../scss/module/_nn-default-2.scss */
.cms-security-and-credentials .header-wrapper .description-text {
  padding-left: 30px;
}

/* line 14279, ../scss/module/_nn-default-2.scss */
body.sales-order-printshipment.customer-account .my-account .title-buttons h1,
body.sales-order-invoice.customer-account .my-account .title-buttons h1,
body.sales-order-shipment.customer-account .my-account .title-buttons h1,
body.sales-order-view.customer-account .my-account .title-buttons h1 {
  font-size: 16px;
  margin: 0;
}

/* line 14287, ../scss/module/_nn-default-2.scss */
body.sales-order-view.customer-account .my-account .order-details h3 {
  margin-bottom: 10px;
  font-size: 14px;
}

/* line 14296, ../scss/module/_nn-default-2.scss */
body.sales-order-printshipment.customer-account .my-account .title-buttons span.separator,
body.sales-order-printshipment.customer-account .my-account .title-buttons a,
body.sales-order-invoice.customer-account .my-account .title-buttons span.separator,
body.sales-order-invoice.customer-account .my-account .title-buttons a,
body.sales-order-shipment.customer-account .my-account .title-buttons span.separator,
body.sales-order-shipment.customer-account .my-account .title-buttons a,
body.sales-order-view.customer-account .my-account .title-buttons span.separator,
body.sales-order-view.customer-account .my-account .title-buttons a {
  font-size: 12px;
  position: static;
}
/* line 14301, ../scss/module/_nn-default-2.scss */
body.sales-order-printshipment.customer-account .my-account .title-buttons .link-print,
body.sales-order-invoice.customer-account .my-account .title-buttons .link-print,
body.sales-order-shipment.customer-account .my-account .title-buttons .link-print,
body.sales-order-view.customer-account .my-account .title-buttons .link-print {
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0;
  position: relative;
}
/* line 14307, ../scss/module/_nn-default-2.scss */
body.sales-order-printshipment.customer-account .my-account .title-buttons .link-print:after,
body.sales-order-invoice.customer-account .my-account .title-buttons .link-print:after,
body.sales-order-shipment.customer-account .my-account .title-buttons .link-print:after,
body.sales-order-view.customer-account .my-account .title-buttons .link-print:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0px -1110px;
  content: '';
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  position: absolute;
}

/* line 14324, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-date,
.sales-order-invoice .order-date,
.sales-order-shipment .order-date,
.sales-order-view .order-date {
  color: #4e4e4e;
  margin: 0 0 5px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 14330, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info,
.sales-order-invoice .order-info,
.sales-order-shipment .order-info,
.sales-order-view .order-info {
  border: none;
  margin: 0;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 14335, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info dt,
.sales-order-invoice .order-info dt,
.sales-order-shipment .order-info dt,
.sales-order-view .order-info dt {
  margin: 0;
}
/* line 14340, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info dd ul li,
.sales-order-invoice .order-info dd ul li,
.sales-order-shipment .order-info dd ul li,
.sales-order-view .order-info dd ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #4e4e4e;
  padding: 0 15px;
  border-right: 1px solid #a7a7a7;
  margin: 0;
}
/* line 14348, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info dd ul li.current,
.sales-order-invoice .order-info dd ul li.current,
.sales-order-shipment .order-info dd ul li.current,
.sales-order-view .order-info dd ul li.current {
  color: #a0b540;
}
/* line 14351, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info dd ul li.last,
.sales-order-invoice .order-info dd ul li.last,
.sales-order-shipment .order-info dd ul li.last,
.sales-order-view .order-info dd ul li.last {
  border: none;
}
/* line 14358, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .buttons-set,
.sales-order-invoice .buttons-set,
.sales-order-shipment .buttons-set,
.sales-order-view .buttons-set {
  margin: 0;
  border: none;
}

/* line 14364, ../scss/module/_nn-default-2.scss */
.order-info-box + .order-info-box {
  padding: 0;
}

/* line 14372, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .title-buttons,
.sales-order-invoice .title-buttons,
.sales-order-shipment .title-buttons,
.sales-order-view .title-buttons {
  font-size: 16px;
  margin: 0;
}
/* line 14377, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-details .table-caption,
.sales-order-invoice .order-details .table-caption,
.sales-order-shipment .order-details .table-caption,
.sales-order-view .order-details .table-caption {
  font-size: 14px;
  color: #4e4e4e;
}
/* line 14380, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-details .table-caption a,
.sales-order-invoice .order-details .table-caption a,
.sales-order-shipment .order-details .table-caption a,
.sales-order-view .order-details .table-caption a {
  color: #a0b540;
  font-weight: bold;
}
/* line 14386, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items,
.sales-order-invoice .order-items,
.sales-order-shipment .order-items,
.sales-order-view .order-items {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
}
/* line 14391, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .table-caption,
.sales-order-printshipment .order-items h2.sub-title,
.sales-order-invoice .order-items .table-caption,
.sales-order-invoice .order-items h2.sub-title,
.sales-order-shipment .order-items .table-caption,
.sales-order-shipment .order-items h2.sub-title,
.sales-order-view .order-items .table-caption,
.sales-order-view .order-items h2.sub-title {
  font-size: 14px;
  margin-top: 5px;
}
/* line 14396, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table,
.sales-order-invoice .order-items .data-table,
.sales-order-shipment .order-items .data-table,
.sales-order-view .order-items .data-table {
  margin-top: 0px;
}
/* line 14397, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table.tracking-table,
.sales-order-invoice .order-items .data-table.tracking-table,
.sales-order-shipment .order-items .data-table.tracking-table,
.sales-order-view .order-items .data-table.tracking-table {
  display: block;
}
/* line 14399, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table.tracking-table tbody,
.sales-order-printshipment .order-items .data-table.tracking-table tr,
.sales-order-invoice .order-items .data-table.tracking-table tbody,
.sales-order-invoice .order-items .data-table.tracking-table tr,
.sales-order-shipment .order-items .data-table.tracking-table tbody,
.sales-order-shipment .order-items .data-table.tracking-table tr,
.sales-order-view .order-items .data-table.tracking-table tbody,
.sales-order-view .order-items .data-table.tracking-table tr {
  display: block;
}
/* line 14403, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table.tracking-table tbody.first a,
.sales-order-printshipment .order-items .data-table.tracking-table tr.first a,
.sales-order-invoice .order-items .data-table.tracking-table tbody.first a,
.sales-order-invoice .order-items .data-table.tracking-table tr.first a,
.sales-order-shipment .order-items .data-table.tracking-table tbody.first a,
.sales-order-shipment .order-items .data-table.tracking-table tr.first a,
.sales-order-view .order-items .data-table.tracking-table tbody.first a,
.sales-order-view .order-items .data-table.tracking-table tr.first a {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: capitalize;
  background: #f8b537;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  margin: 10px 0;
}
/* line 14418, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table.tracking-table tbody td,
.sales-order-printshipment .order-items .data-table.tracking-table tbody th,
.sales-order-printshipment .order-items .data-table.tracking-table tr td,
.sales-order-printshipment .order-items .data-table.tracking-table tr th,
.sales-order-invoice .order-items .data-table.tracking-table tbody td,
.sales-order-invoice .order-items .data-table.tracking-table tbody th,
.sales-order-invoice .order-items .data-table.tracking-table tr td,
.sales-order-invoice .order-items .data-table.tracking-table tr th,
.sales-order-shipment .order-items .data-table.tracking-table tbody td,
.sales-order-shipment .order-items .data-table.tracking-table tbody th,
.sales-order-shipment .order-items .data-table.tracking-table tr td,
.sales-order-shipment .order-items .data-table.tracking-table tr th,
.sales-order-view .order-items .data-table.tracking-table tbody td,
.sales-order-view .order-items .data-table.tracking-table tbody th,
.sales-order-view .order-items .data-table.tracking-table tr td,
.sales-order-view .order-items .data-table.tracking-table tr th {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0;
}
/* line 14429, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table tfoot tr,
.sales-order-invoice .order-items .data-table tfoot tr,
.sales-order-shipment .order-items .data-table tfoot tr,
.sales-order-view .order-items .data-table tfoot tr {
  background: none;
}
/* line 14432, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table tfoot td,
.sales-order-invoice .order-items .data-table tfoot td,
.sales-order-shipment .order-items .data-table tfoot td,
.sales-order-view .order-items .data-table tfoot td {
  padding: 3px 10px;
}
/* line 14437, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table tr th,
.sales-order-invoice .order-items .data-table tr th,
.sales-order-shipment .order-items .data-table tr th,
.sales-order-view .order-items .data-table tr th {
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
}
/* line 14445, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table tr td,
.sales-order-invoice .order-items .data-table tr td,
.sales-order-shipment .order-items .data-table tr td,
.sales-order-view .order-items .data-table tr td {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 14447, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table tr td:first-child,
.sales-order-invoice .order-items .data-table tr td:first-child,
.sales-order-shipment .order-items .data-table tr td:first-child,
.sales-order-view .order-items .data-table tr td:first-child {
  width: 300px;
}
/* line 14450, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .data-table tr td a,
.sales-order-invoice .order-items .data-table tr td a,
.sales-order-shipment .order-items .data-table tr td a,
.sales-order-view .order-items .data-table tr td a {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 14459, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set,
.sales-order-invoice .order-info-box.col2-set,
.sales-order-shipment .order-info-box.col2-set,
.sales-order-view .order-info-box.col2-set {
  margin: 0;
  border: none;
}
/* line 14462, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box,
.sales-order-invoice .order-info-box.col2-set .box,
.sales-order-shipment .order-info-box.col2-set .box,
.sales-order-view .order-info-box.col2-set .box {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  min-height: 190px;
}
/* line 14469, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .col-2,
.sales-order-invoice .order-info-box.col2-set .col-2,
.sales-order-shipment .order-info-box.col2-set .col-2,
.sales-order-view .order-info-box.col2-set .col-2 {
  float: left;
  display: block;
  margin: 0 0 15px;
  width: 50%;
  padding: 0 0 0 10px;
}
/* line 14476, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .col-1,
.sales-order-invoice .order-info-box.col2-set .col-1,
.sales-order-shipment .order-info-box.col2-set .col-1,
.sales-order-view .order-info-box.col2-set .col-1 {
  float: left;
  display: block;
  margin: 0 0 15px;
  padding: 0 10px 0 0px;
  width: 50%;
}
/* line 14483, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-title,
.sales-order-invoice .order-info-box.col2-set .box-title,
.sales-order-shipment .order-info-box.col2-set .box-title,
.sales-order-view .order-info-box.col2-set .box-title {
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  float: none;
  padding-right: 0;
}
/* line 14489, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-title h2,
.sales-order-invoice .order-info-box.col2-set .box-title h2,
.sales-order-shipment .order-info-box.col2-set .box-title h2,
.sales-order-view .order-info-box.col2-set .box-title h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
  float: none;
}
/* line 14499, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-content,
.sales-order-invoice .order-info-box.col2-set .box-content,
.sales-order-shipment .order-info-box.col2-set .box-content,
.sales-order-view .order-info-box.col2-set .box-content {
  float: none;
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 14506, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-content label,
.sales-order-invoice .order-info-box.col2-set .box-content label,
.sales-order-shipment .order-info-box.col2-set .box-content label,
.sales-order-view .order-info-box.col2-set .box-content label {
  display: none;
}
/* line 14509, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-content p,
.sales-order-printshipment .order-info-box.col2-set .box-content label,
.sales-order-printshipment .order-info-box.col2-set .box-content .master-card,
.sales-order-printshipment .order-info-box.col2-set .box-content address,
.sales-order-invoice .order-info-box.col2-set .box-content p,
.sales-order-invoice .order-info-box.col2-set .box-content label,
.sales-order-invoice .order-info-box.col2-set .box-content .master-card,
.sales-order-invoice .order-info-box.col2-set .box-content address,
.sales-order-shipment .order-info-box.col2-set .box-content p,
.sales-order-shipment .order-info-box.col2-set .box-content label,
.sales-order-shipment .order-info-box.col2-set .box-content .master-card,
.sales-order-shipment .order-info-box.col2-set .box-content address,
.sales-order-view .order-info-box.col2-set .box-content p,
.sales-order-view .order-info-box.col2-set .box-content label,
.sales-order-view .order-info-box.col2-set .box-content .master-card,
.sales-order-view .order-info-box.col2-set .box-content address {
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 14519, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-content .card-image,
.sales-order-invoice .order-info-box.col2-set .box-content .card-image,
.sales-order-shipment .order-info-box.col2-set .box-content .card-image,
.sales-order-view .order-info-box.col2-set .box-content .card-image {
  margin-bottom: 5px;
}
/* line 14522, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-content p,
.sales-order-invoice .order-info-box.col2-set .box-content p,
.sales-order-shipment .order-info-box.col2-set .box-content p,
.sales-order-view .order-info-box.col2-set .box-content p {
  text-transform: uppercase;
  line-height: 30px;
}
/* line 14525, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-info-box.col2-set .box-content p strong,
.sales-order-invoice .order-info-box.col2-set .box-content p strong,
.sales-order-shipment .order-info-box.col2-set .box-content p strong,
.sales-order-view .order-info-box.col2-set .box-content p strong {
  text-transform: none;
}

/* line 14534, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper {
  margin-top: -15px;
}
/* line 14538, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .headline-text p {
  line-height: 1;
}
/* line 14542, ../scss/module/_nn-default-2.scss */
.cms-french-comingsoon .header-wrapper .description-text {
  margin-bottom: 0;
  line-height: 1;
}

/* line 14549, ../scss/module/_nn-default-2.scss */
#my-shipment-table-20 {
  margin-top: 20px;
}

/* line 14554, ../scss/module/_nn-default-2.scss */
.information-container .tablepress-table-description {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 14562, ../scss/module/_nn-default-2.scss */
.article-main .recipe-top-description {
  font-size: 13px;
  line-height: 19px;
  margin: 0px 0 20px;
  float: left;
  width: 540px;
}
/* line 14569, ../scss/module/_nn-default-2.scss */
.article-main .recipe-tags {
  text-align: center;
  margin: 0 0 20px;
  float: left;
  width: 540px;
}
/* line 14575, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes {
  margin-bottom: 30px;
}
/* line 14580, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 14589, ../scss/module/_nn-default-2.scss */
.article-main .try-list,
.article-main .make_it_this_way {
  margin-bottom: 15px;
}
/* line 14593, ../scss/module/_nn-default-2.scss */
.article-main .directions-list {
  margin-bottom: 15px;
}
/* line 14595, ../scss/module/_nn-default-2.scss */
.article-main .directions-list strong {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 14601, ../scss/module/_nn-default-2.scss */
.article-main .directions-list ol li {
  color: #4e4e4e;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.3;
}
/* line 14610, ../scss/module/_nn-default-2.scss */
.article-main p.sub-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 14617, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list ul {
  border-bottom: 1px solid #e4e5e6;
  padding-bottom: 15px;
}
/* line 14620, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list ul:last-child {
  border: none;
}
/* line 14627, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list .table-border-box table {
  border-bottom: 1px solid #e4e5e6;
  margin-bottom: 1.5em;
  display: block;
}
/* line 14631, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list .table-border-box table:last-child {
  border: none;
  margin-bottom: 0;
}
/* line 14635, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list .table-border-box table tbody {
  display: block;
}
/* line 14637, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list .table-border-box table tbody tr {
  display: block;
  overflow: hidden;
}
/* line 14640, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list .table-border-box table tbody tr td {
  width: 33.33%;
  display: inline-block;
  float: left !important;
}
/* line 14646, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list .table-border-box table tbody tr:last-child td {
  padding-bottom: 15px;
}
/* line 14656, ../scss/module/_nn-default-2.scss */
.article-main h2.article-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* line 14663, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes {
  text-align: center;
  padding: 0 60px;
  float: left;
  width: 540px;
}
/* line 14668, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  list-style: none;
  padding-left: 30px;
  padding-top: 6px;
  position: relative;
  margin: 0 5px 14px;
}
/* line 14679, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/recepie-sprite.png") no-repeat;
  background-position: 0px 0px;
}
/* line 14690, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li.dairy-free:before {
  height: 35px;
  background-position: -32px 0px;
  top: -5px;
}
/* line 14697, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li.corn-free:before {
  background-position: -66px 0px;
}
/* line 14702, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li.egg-free:before {
  background-position: 0px -39px;
}
/* line 14707, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li.sugar-free:before {
  background-position: -32px -39px;
}
/* line 14712, ../scss/module/_nn-default-2.scss */
.article-main .recipe-attributes li.vegetarian:before {
  background-position: -69px -48px;
}
/* line 14720, ../scss/module/_nn-default-2.scss */
.article-main .ingredients-list ul li {
  list-style: none;
  float: left;
  width: 33%;
  margin-bottom: 5px;
  margin-left: 0;
}

/* line 14731, ../scss/module/_nn-default-2.scss */
.cart-bonus-error,
.catalog-bonus-error {
  display: block;
  padding: 5px 0;
  color: #D22027;
  font-weight: bold;
  text-align: left;
}

/* line 14740, ../scss/module/_nn-default-2.scss */
.cart-bonus-error,
.catalog-bonus-text {
  margin-top: 10px;
  padding: 0;
  text-align: left;
}

/* line 14749, ../scss/module/_nn-default-2.scss */
.review-reminder-products .products-grid li.error-no-purchase {
  border: none;
  width: 100%;
  text-align: left;
}
/* line 14755, ../scss/module/_nn-default-2.scss */
.review-reminder-products li {
  padding: 0 15px;
  position: relative;
}
/* line 14759, ../scss/module/_nn-default-2.scss */
.review-reminder-products .product-image {
  text-align: center;
  display: block;
}
/* line 14762, ../scss/module/_nn-default-2.scss */
.review-reminder-products .product-image img {
  width: auto;
  display: inline-block;
  margin: 10px 0;
  min-height: 160px;
}

/* line 14772, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .review-reminder-header {
  text-align: center;
}
/* line 14774, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .review-reminder-header h1 {
  font-size: 41pt;
  color: #f8b537;
  font-weight: bold;
  text-transform: none;
  padding: 20px 0;
}
/* line 14781, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .review-reminder-header img {
  margin: 0 auto;
  padding-bottom: 30px;
}
/* line 14785, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .review-reminder-header p {
  font-size: 16pt;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 50px;
}
/* line 14794, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .category-products .products-grid li {
  padding: 15px 15px 45px;
}
/* line 14796, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .category-products .products-grid li .actions {
  padding: 0;
}
/* line 14798, ../scss/module/_nn-default-2.scss */
.drreminder-index-products .category-products .products-grid li .actions .btn-orange {
  background-color: #f8b537;
}

/* line 14807, ../scss/module/_nn-default-2.scss */
select::-ms-expand {
  display: none;
}

/* line 14811, ../scss/module/_nn-default-2.scss */
.tracking-desc {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}

/* line 14817, ../scss/module/_nn-default-2.scss */
span.comment-info {
  font-size: 14px;
  color: #a0b540;
}

/* line 14822, ../scss/module/_nn-default-2.scss */
span.comment-info-review {
  font-size: 12px;
  color: #a0b540;
  display: block;
  padding: 5px 0;
}

/* line 14829, ../scss/module/_nn-default-2.scss */
.tablepress-description {
  color: #f8b537;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px;
  display: block;
  padding-left: 10px;
}

/* line 14839, ../scss/module/_nn-default-2.scss */
.messages {
  margin-bottom: 10px;
  padding: 0px;
  margin-top: 10px;
}
/* line 14843, ../scss/module/_nn-default-2.scss */
.messages li li {
  position: relative;
  background: #f4f4f4;
  padding: 8px 10px 8px 20px;
}
/* line 14847, ../scss/module/_nn-default-2.scss */
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}
/* line 14853, ../scss/module/_nn-default-2.scss */
.messages .notice-msg li,
.messages .error-msg li {
  color: black;
  border-left: 5px solid #fddaa2;
  background-color: #fddaa2;
  padding-left: 45px;
}
/* line 14859, ../scss/module/_nn-default-2.scss */
.messages .notice-msg li:before,
.messages .error-msg li:before {
  content: '';
  position: absolute;
  display: block;
  width: 26px;
  height: 45px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat #ffffff;
  background-position: -132px -1854px;
  left: 5px;
  border: none;
  top: -1px;
}
/* line 14872, ../scss/module/_nn-default-2.scss */
.messages .success-msg li {
  color: black;
  border-left: 5px solid #dae1b8;
  background-color: #dae1b8;
  padding-left: 60px;
}
/* line 14877, ../scss/module/_nn-default-2.scss */
.messages .success-msg li:before {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 38px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat #ffffff;
  background-position: -85px -1861px;
  left: 5px;
  border: none;
  top: 0;
}

@media print {
  /* line 14893, ../scss/module/_nn-default-2.scss */
  body {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* line 14899, ../scss/module/_nn-default-2.scss */
  .footer .copyright,
  .footer .footer-bottom {
    display: none;
  }
  /* line 14904, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-list-wrapper {
    display: none;
  }
  /* line 14907, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-address-wrapper {
    margin: 0;
  }
  /* line 14909, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-address-wrapper .footer-address-right {
    width: 33%;
    margin: 0;
  }
  /* line 14913, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-address-wrapper .footer-address-left {
    overflow: hidden;
    width: 67%;
  }
  /* line 14916, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-address-wrapper .footer-address-left > div {
    float: left;
    width: 50%;
  }
  /* line 14922, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-list-wrapper.footer-subscribe {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  /* line 14927, ../scss/module/_nn-default-2.scss */
  .footer .footer-middle .footer-list-wrapper.footer-subscribe .footer-subscribe-inner {
    display: none;
  }

  /* line 14933, ../scss/module/_nn-default-2.scss */
  .page-header,
  .main-container,
  .footer-container {
    width: 1024px;
    padding-top: 0;
  }
  /* line 14938, ../scss/module/_nn-default-2.scss */
  .page-header .custom-toplinks,
  .main-container .custom-toplinks,
  .footer-container .custom-toplinks {
    display: none;
  }
  /* line 14941, ../scss/module/_nn-default-2.scss */
  .page-header .social-share,
  .main-container .social-share,
  .footer-container .social-share {
    display: none;
  }

  /* line 14947, ../scss/module/_nn-default-2.scss */
  .main-container .main .sidebar {
    display: none;
  }

  /* line 14954, ../scss/module/_nn-default-2.scss */
  .page-header-container .header-top {
    border-bottom: 3px solid #a0b540;
  }
  /* line 14957, ../scss/module/_nn-default-2.scss */
  .page-header-container .header-top .header-logo img {
    position: relative;
    top: -3px;
  }
  /* line 14963, ../scss/module/_nn-default-2.scss */
  .page-header-container .ms-megamenu {
    display: none;
  }
  /* line 14966, ../scss/module/_nn-default-2.scss */
  .page-header-container .col-right,
  .page-header-container .header-cart,
  .page-header-container .store-language-container,
  .page-header-container .header-phone,
  .page-header-container .header-search-wrapper {
    display: none;
  }
}
/* line 14977, ../scss/module/_nn-default-2.scss */
.image-container .image-caption {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1111111111;
  bottom: 30px;
  color: #333333 !important;
  padding: 10px;
  text-align: center;
  font-size: 12px !important;
  font-weight: bold;
}

/* line 14992, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme {
  border-radius: 6px;
  overflow: hidden;
}
/* line 14995, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-nav {
  margin: 0;
}
/* line 14998, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-dots {
  display: none;
}
/* line 15001, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat !important;
  background-position: 0px -1937px !important;
  width: 29px;
  height: 51px;
  opacity: 0.6;
}
/* line 15007, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-prev:before {
  display: none;
}
/* line 15011, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-next {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat !important;
  background-position: -44px -1937px !important;
  width: 29px;
  height: 51px;
  opacity: 0.6;
}
/* line 15017, ../scss/module/_nn-default-2.scss */
.featured-image-container .owl-theme .owl-next:before {
  display: none;
}

/* line 15025, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons {
  margin: 0 0 20px;
}
/* line 15027, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons a {
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 34px;
  border: 1px solid #a0b540;
  color: #4e4e4e;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: 24%;
  margin-right: .5%;
  margin-bottom: 10px;
}
/* line 15041, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 9px;
}
/* line 15048, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons a p {
  font-size: 18px;
  color: #4e4e4e;
  margin: 0;
  height: 36px;
  line-height: 34px;
}
/* line 15057, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper {
  padding-left: 15px;
  margin-top: -10px;
  min-height: 280px;
  border-radius: 6px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rewards-banner.png") no-repeat;
  background-position: 236px -47px;
  position: relative;
  margin-bottom: 23px;
}
/* line 15066, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .main-heading {
  font-size: 48px;
  color: #7c7c7c;
  line-height: 1;
  font-weight: bold;
  text-shadow: 2px 1px 0 #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-top: 0;
}
/* line 15075, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .main-heading span {
  font-family: 'black_jackregular';
  color: #a0b540;
  font-weight: normal;
  font-size: 96px;
  text-transform: none;
  text-shadow: none;
  opacity: 0.7;
}
/* line 15085, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .float-section {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/ways-to-earn.png") no-repeat;
  position: absolute;
  width: 204px;
  height: 204px;
  left: 440px;
  top: 60px;
}
/* line 15094, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .headline-text p {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 19px;
  font-weight: bold;
  padding-left: 14px;
  margin-bottom: 1.5em;
}
/* line 15103, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .description-text {
  padding-left: 10px;
  margin-top: -8px;
}
/* line 15106, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .description-text p {
  font-size: 19px;
  color: #4e4e4e;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
}
/* line 15112, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .description-text p .accent-green {
  color: #a0b540;
  font-size: 25px;
}
/* line 15116, ../scss/module/_nn-default-2.scss */
.rewards-index-index .header-wrapper .description-text p img {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
/* line 15124, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons {
  padding-left: 15px;
}
/* line 15126, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons a {
  width: 32.5%;
  margin-right: .5%;
}
/* line 15129, ../scss/module/_nn-default-2.scss */
.rewards-index-index .ghost_buttons a:last-child {
  margin-right: 0;
}

/* line 15137, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap {
  position: relative;
  line-height: 1.2;
}
/* line 15140, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header {
  font-size: 30px;
  color: #5d5d5d;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
}
/* line 15146, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .header-number {
  font-size: 38px;
}
/* line 15149, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .grey-bullet {
  font-size: 38px;
  color: #928e8e;
}
/* line 15153, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .cart-icon {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: 0 -0;
  width: 74px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
}
/* line 15161, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .review-image {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: 0 -82px;
  width: 173px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  position: relative;
  top: 7px;
}
/* line 15172, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .share-image {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: -4px -164px;
  width: 69px;
  height: 69px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 15px;
  top: -6px;
}
/* line 15183, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .subscribe-image {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: -192px -0px;
  width: 64px;
  height: 68px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 15px;
  top: -6px;
}
/* line 15194, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .rewards-block-header .refer-image {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: -289px -0px;
  width: 78px;
  height: 71px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 15px;
  top: -6px;
}
/* line 15206, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .green-button {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
/* line 15211, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .green-button:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 8px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}
/* line 15221, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .green-button .an-buttons button {
  background: #a0b540;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 225px;
  padding: 1px 10px 0;
  border-radius: 8px;
  height: 38px;
  text-decoration: none;
}
/* line 15235, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .green-button a {
  background: #a0b540;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 225px;
  padding: 3px 10px 0;
  border-radius: 8px;
  height: 38px;
  cursor: pointer;
  text-decoration: none;
}
/* line 15250, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .order-blocks {
  padding-left: 30px;
}
/* line 15252, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .order-blocks p {
  font-size: 11px;
  line-height: 14px;
  color: #5d5d5d;
  margin-bottom: 1.5em;
}
/* line 15259, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .earn-points {
  display: block;
  color: #a0b540;
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: bold;
}
/* line 15266, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .accent-orange-wrap {
  font-size: 26px;
  color: #f8b537;
}
/* line 15269, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .accent-orange-wrap > span {
  display: inline-block;
  vertical-align: middle;
}
/* line 15273, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .accent-orange-wrap .accent-og2 {
  font-weight: bold;
  font-size: 32px;
}
/* line 15277, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .accent-orange-wrap .accent-og4 {
  font-size: 32px;
  text-transform: uppercase;
}
/* line 15281, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap .accent-orange-wrap .accent-og3 {
  text-align: center;
  color: #ffffff;
  background: #f8b537;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  font-weight: bold;
  padding-top: 20px;
}
/* line 15296, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points {
  padding-bottom: 20px;
  padding-top: 45px;
}
/* line 15299, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .rewards-block-header {
  margin-bottom: 40px;
}
/* line 15302, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .rewards-table-wrap {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  border-radius: 8px;
}
/* line 15308, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points table {
  width: 100%;
}
/* line 15310, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points table th {
  color: #a0b540;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 15314, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points table th:last-child {
  font-size: 18px;
}
/* line 15318, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points table td,
.rewards-index-index .rewards-wrap.rewards-points table th {
  width: 440px;
  padding: 3px 0;
  font-weight: bold;
}
/* line 15323, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points table td:nth-child(2),
.rewards-index-index .rewards-wrap.rewards-points table th:nth-child(2) {
  width: 140px;
  text-align: center;
  color: #a0b540;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 15330, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points table td:last-child,
.rewards-index-index .rewards-wrap.rewards-points table th:last-child {
  width: 350px;
  text-align: right;
  padding-right: 20px;
}
/* line 15338, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .table-header ul {
  margin-bottom: 1.5em;
}
/* line 15340, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .table-header ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 15347, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .table-header ul li {
  list-style: none;
  margin: 0;
  float: left;
  width: 420px;
  font-size: 26px;
  color: #cccccc;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 15357, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .table-header ul li:nth-child(2) {
  width: 140px;
  text-align: center;
}
/* line 15361, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-points .table-header ul li:last-child {
  width: 400px;
  text-align: right;
}
/* line 15369, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-refer {
  padding-bottom: 20px;
  padding-top: 32px;
  border-bottom: 1px solid #5d5d5d;
  position: relative;
}
/* line 15374, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-refer .right-blocks {
  position: absolute;
  right: 15px;
  bottom: 85px;
  width: 225px;
  font-weight: bold;
}
/* line 15380, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-refer .right-blocks span {
  display: block;
  font-size: 20px;
  color: #a0b540;
  line-height: 21px;
  margin: 0 0 10px;
}
/* line 15389, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-refer .order-blocks:first-child {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/refer-image-rewards.jpg") no-repeat;
  height: 81px;
  width: 626px;
  background-position: 30px 0;
  margin-top: 24px;
  margin-bottom: 10px;
}
/* line 15397, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-refer .order-blocks:nth-child(2) {
  width: 540px;
}
/* line 15402, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-refer .green-button a {
  line-height: 38px;
  padding: 0;
}
/* line 15408, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-subscribe {
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #5d5d5d;
}
/* line 15412, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-subscribe:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/subs-image.png") no-repeat;
  content: '';
  width: 625px;
  height: 139px;
  position: absolute;
  right: 0;
  top: 22px;
}
/* line 15421, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-subscribe .rewards-block-header {
  margin: 0 0 15px;
}
/* line 15425, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-subscribe .order-blocks:nth-child(2) {
  width: 320px;
}
/* line 15430, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-subscribe .green-button a {
  line-height: 38px;
  padding: 0;
}
/* line 15436, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-comment {
  padding-top: 22px;
  padding-bottom: 60px;
  border-bottom: 1px solid #5d5d5d;
}
/* line 15440, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-comment:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: -190px -114px;
  content: '';
  width: 249px;
  height: 146px;
  position: absolute;
  right: 98px;
  top: 50px;
}
/* line 15450, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-comment .comment-image {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/reward-page-sprite.png") no-repeat;
  background-position: -97px 0px;
  width: 65px;
  height: 53px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 15px;
  top: -6px;
}
/* line 15462, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-comment .order-blocks:nth-child(2) {
  width: 590px;
}
/* line 15467, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-comment .green-button a {
  line-height: 38px;
  padding: 0;
}
/* line 15473, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share {
  padding-top: 16px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #5d5d5d;
}
/* line 15478, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks {
  float: left;
  width: 680px;
  letter-spacing: -.3px;
}
/* line 15482, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 40px;
  list-style: disc outside;
  margin-bottom: 1.5em;
}
/* line 15489, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li {
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 0 6px;
  text-indent: -9999px;
}
/* line 15498, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.twitter {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0px -79px;
  background-size: 213px auto;
}
/* line 15503, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.facebook {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0px -25px;
  background-size: 213px auto;
}
/* line 15508, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.google-plus {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0px -136px;
  background-size: 213px auto;
}
/* line 15513, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.blogger {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -406px;
  background-size: 213px auto;
}
/* line 15518, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.skype {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -188px;
  width: 58px;
  height: 58px;
  background-size: 213px auto;
}
/* line 15525, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.email {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -250px;
  background-size: 213px auto;
}
/* line 15530, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .order-blocks ul li.outlook {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/social-sprite2.png") no-repeat;
  background-position: 0 -301px;
  height: 55px;
  width: 57px;
  background-size: 213px auto;
}
/* line 15541, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-share .green-button a {
  line-height: 38px;
  padding: 0;
}
/* line 15547, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-review {
  padding-top: 24px;
  position: relative;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/review-banner.png") no-repeat;
  background-position: 467px 5px;
}
/* line 15552, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-review .order-blocks {
  float: left;
  letter-spacing: -.3px;
}
/* line 15555, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-review .order-blocks:first-child {
  width: 505px;
}
/* line 15559, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-review .order-blocks-wrapper {
  padding-bottom: 112px;
  border-bottom: 1px solid #5d5d5d;
}
/* line 15565, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-order .order-blocks {
  float: left;
  letter-spacing: -.3px;
}
/* line 15568, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-order .order-blocks:first-child {
  width: 445px;
}
/* line 15571, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-order .order-blocks:nth-child(2) {
  width: 203px;
  height: 206px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/cart-big.jpg") no-repeat;
  position: relative;
  padding: 0;
  margin-top: -55px;
  margin-left: 67px;
}
/* line 15580, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-order .order-blocks:last-child {
  width: 232px;
  padding: 0;
  margin-left: 13px;
}
/* line 15586, ../scss/module/_nn-default-2.scss */
.rewards-index-index .rewards-wrap.rewards-order .order-blocks-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #5d5d5d;
}

/* line 15594, ../scss/module/_nn-default-2.scss */
.data-table-footer {
  text-align: center;
  font-size: 46px;
  color: #a0b540;
  margin-top: 15px;
}
/* line 15599, ../scss/module/_nn-default-2.scss */
.data-table-footer .re2 {
  font-weight: bold;
}
/* line 15602, ../scss/module/_nn-default-2.scss */
.data-table-footer .re3 {
  font-weight: bold;
}
/* line 15605, ../scss/module/_nn-default-2.scss */
.data-table-footer img {
  display: inline-block;
  vertical-align: middle;
}
/* line 15609, ../scss/module/_nn-default-2.scss */
.data-table-footer .equal-to {
  color: #5d5d5d;
}
/* line 15612, ../scss/module/_nn-default-2.scss */
.data-table-footer .smily-image {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat;
  height: 65px;
  width: 94px;
  background-position: -530px -286px;
  display: inline-block;
  vertical-align: middle;
}

/* line 15627, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .table-caption,
.sales-order-shipment .order-items .table-caption,
.sales-order-invoice .order-items .table-caption,
.sales-order-view .order-items .table-caption {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 15633, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .sub-title,
.sales-order-shipment .order-items .sub-title,
.sales-order-invoice .order-items .sub-title,
.sales-order-view .order-items .sub-title {
  font-size: 14px;
  margin: 0 0 10px;
}
/* line 15638, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .order-history-table,
.sales-order-shipment .order-items .account-order-view .order-history-table,
.sales-order-invoice .order-items .account-order-view .order-history-table,
.sales-order-view .order-items .account-order-view .order-history-table {
  display: block;
}
/* line 15640, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .order-history-table tr,
.sales-order-printshipment .order-items .account-order-view .order-history-table tbody,
.sales-order-printshipment .order-items .account-order-view .order-history-table thead,
.sales-order-shipment .order-items .account-order-view .order-history-table tr,
.sales-order-shipment .order-items .account-order-view .order-history-table tbody,
.sales-order-shipment .order-items .account-order-view .order-history-table thead,
.sales-order-invoice .order-items .account-order-view .order-history-table tr,
.sales-order-invoice .order-items .account-order-view .order-history-table tbody,
.sales-order-invoice .order-items .account-order-view .order-history-table thead,
.sales-order-view .order-items .account-order-view .order-history-table tr,
.sales-order-view .order-items .account-order-view .order-history-table tbody,
.sales-order-view .order-items .account-order-view .order-history-table thead {
  display: block;
  background: none;
}
/* line 15647, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody,
.sales-order-shipment .order-items .account-order-view tbody,
.sales-order-invoice .order-items .account-order-view tbody,
.sales-order-view .order-items .account-order-view tbody {
  padding: 5px 0px;
  line-height: 1.2;
}
/* line 15650, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr,
.sales-order-shipment .order-items .account-order-view tbody tr,
.sales-order-invoice .order-items .account-order-view tbody tr,
.sales-order-view .order-items .account-order-view tbody tr {
  color: #928e8e;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  border-bottom: 1px solid #ededed;
}
/* line 15655, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr:after, .sales-order-printshipment .order-items .account-order-view tbody tr:before,
.sales-order-shipment .order-items .account-order-view tbody tr:after,
.sales-order-shipment .order-items .account-order-view tbody tr:before,
.sales-order-invoice .order-items .account-order-view tbody tr:after,
.sales-order-invoice .order-items .account-order-view tbody tr:before,
.sales-order-view .order-items .account-order-view tbody tr:after,
.sales-order-view .order-items .account-order-view tbody tr:before {
  content: '';
  display: table;
  clear: both;
}
/* line 15661, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr > td,
.sales-order-shipment .order-items .account-order-view tbody tr > td,
.sales-order-invoice .order-items .account-order-view tbody tr > td,
.sales-order-view .order-items .account-order-view tbody tr > td {
  padding: 10px 0;
  border: none;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 15666, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-image-order,
.sales-order-shipment .order-items .account-order-view tbody tr .product-image-order,
.sales-order-invoice .order-items .account-order-view tbody tr .product-image-order,
.sales-order-view .order-items .account-order-view tbody tr .product-image-order {
  width: 11%;
  float: left;
  text-align: center;
}
/* line 15670, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-image-order .product-image,
.sales-order-shipment .order-items .account-order-view tbody tr .product-image-order .product-image,
.sales-order-invoice .order-items .account-order-view tbody tr .product-image-order .product-image,
.sales-order-view .order-items .account-order-view tbody tr .product-image-order .product-image {
  border: none;
}
/* line 15673, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-image-order img,
.sales-order-shipment .order-items .account-order-view tbody tr .product-image-order img,
.sales-order-invoice .order-items .account-order-view tbody tr .product-image-order img,
.sales-order-view .order-items .account-order-view tbody tr .product-image-order img {
  display: inline-block;
}
/* line 15677, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-info-order,
.sales-order-shipment .order-items .account-order-view tbody tr .product-info-order,
.sales-order-invoice .order-items .account-order-view tbody tr .product-info-order,
.sales-order-view .order-items .account-order-view tbody tr .product-info-order {
  width: 30%;
  float: left;
  text-align: left;
  text-decoration: underline;
}
/* line 15682, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-info-order .product-name,
.sales-order-shipment .order-items .account-order-view tbody tr .product-info-order .product-name,
.sales-order-invoice .order-items .account-order-view tbody tr .product-info-order .product-name,
.sales-order-view .order-items .account-order-view tbody tr .product-info-order .product-name {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 15684, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-info-order .product-name a,
.sales-order-shipment .order-items .account-order-view tbody tr .product-info-order .product-name a,
.sales-order-invoice .order-items .account-order-view tbody tr .product-info-order .product-name a,
.sales-order-view .order-items .account-order-view tbody tr .product-info-order .product-name a {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 15688, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-info-order a,
.sales-order-shipment .order-items .account-order-view tbody tr .product-info-order a,
.sales-order-invoice .order-items .account-order-view tbody tr .product-info-order a,
.sales-order-view .order-items .account-order-view tbody tr .product-info-order a {
  color: #928e8e;
}
/* line 15691, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-info-order .product-sku,
.sales-order-shipment .order-items .account-order-view tbody tr .product-info-order .product-sku,
.sales-order-invoice .order-items .account-order-view tbody tr .product-info-order .product-sku,
.sales-order-view .order-items .account-order-view tbody tr .product-info-order .product-sku {
  font-size: 14px;
  text-transform: capitalize;
  text-transform: uppercase;
}
/* line 15697, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-qty-order,
.sales-order-shipment .order-items .account-order-view tbody tr .product-qty-order,
.sales-order-invoice .order-items .account-order-view tbody tr .product-qty-order,
.sales-order-view .order-items .account-order-view tbody tr .product-qty-order {
  width: 10%;
  text-align: center;
  float: left;
}
/* line 15702, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-review-link,
.sales-order-shipment .order-items .account-order-view tbody tr .product-review-link,
.sales-order-invoice .order-items .account-order-view tbody tr .product-review-link,
.sales-order-view .order-items .account-order-view tbody tr .product-review-link {
  width: 10%;
  float: left;
}
/* line 15705, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-review-link a,
.sales-order-shipment .order-items .account-order-view tbody tr .product-review-link a,
.sales-order-invoice .order-items .account-order-view tbody tr .product-review-link a,
.sales-order-view .order-items .account-order-view tbody tr .product-review-link a {
  color: #928e8e;
  font-size: 14px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
  font-weight: normal;
}
/* line 15714, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-reorder,
.sales-order-shipment .order-items .account-order-view tbody tr .product-reorder,
.sales-order-invoice .order-items .account-order-view tbody tr .product-reorder,
.sales-order-view .order-items .account-order-view tbody tr .product-reorder {
  width: 14%;
  text-align: center;
  float: left;
  position: relative;
}
/* line 15719, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-reorder a,
.sales-order-shipment .order-items .account-order-view tbody tr .product-reorder a,
.sales-order-invoice .order-items .account-order-view tbody tr .product-reorder a,
.sales-order-view .order-items .account-order-view tbody tr .product-reorder a {
  color: #928e8e;
  font-size: 14px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
}
/* line 15727, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-price-order,
.sales-order-shipment .order-items .account-order-view tbody tr .product-price-order,
.sales-order-invoice .order-items .account-order-view tbody tr .product-price-order,
.sales-order-view .order-items .account-order-view tbody tr .product-price-order {
  width: 13%;
  text-align: center;
  float: left;
}
/* line 15732, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view tbody tr .product-total-price,
.sales-order-shipment .order-items .account-order-view tbody tr .product-total-price,
.sales-order-invoice .order-items .account-order-view tbody tr .product-total-price,
.sales-order-view .order-items .account-order-view tbody tr .product-total-price {
  width: 12%;
  text-align: right;
  float: left;
}
/* line 15740, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr,
.sales-order-shipment .order-items .account-order-view thead tr,
.sales-order-invoice .order-items .account-order-view thead tr,
.sales-order-view .order-items .account-order-view thead tr {
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #928e8e;
  font-size: 14px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
/* line 15748, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th,
.sales-order-shipment .order-items .account-order-view thead tr th,
.sales-order-invoice .order-items .account-order-view thead tr th,
.sales-order-view .order-items .account-order-view thead tr th {
  float: left;
  background: none;
  text-align: center;
  color: #928e8e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  border: none;
}
/* line 15759, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-image,
.sales-order-shipment .order-items .account-order-view thead tr th.header-image,
.sales-order-invoice .order-items .account-order-view thead tr th.header-image,
.sales-order-view .order-items .account-order-view thead tr th.header-image {
  width: 11%;
}
/* line 15762, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-name,
.sales-order-shipment .order-items .account-order-view thead tr th.header-name,
.sales-order-invoice .order-items .account-order-view thead tr th.header-name,
.sales-order-view .order-items .account-order-view thead tr th.header-name {
  width: 30%;
  text-align: left;
}
/* line 15766, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-qty,
.sales-order-shipment .order-items .account-order-view thead tr th.header-qty,
.sales-order-invoice .order-items .account-order-view thead tr th.header-qty,
.sales-order-view .order-items .account-order-view thead tr th.header-qty {
  width: 10%;
  text-align: center;
}
/* line 15770, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-review,
.sales-order-shipment .order-items .account-order-view thead tr th.header-review,
.sales-order-invoice .order-items .account-order-view thead tr th.header-review,
.sales-order-view .order-items .account-order-view thead tr th.header-review {
  width: 10%;
}
/* line 15773, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-reorder,
.sales-order-shipment .order-items .account-order-view thead tr th.header-reorder,
.sales-order-invoice .order-items .account-order-view thead tr th.header-reorder,
.sales-order-view .order-items .account-order-view thead tr th.header-reorder {
  width: 14%;
  text-align: center;
}
/* line 15777, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-price,
.sales-order-shipment .order-items .account-order-view thead tr th.header-price,
.sales-order-invoice .order-items .account-order-view thead tr th.header-price,
.sales-order-view .order-items .account-order-view thead tr th.header-price {
  width: 13%;
  text-align: center;
}
/* line 15781, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view thead tr th.header-total,
.sales-order-shipment .order-items .account-order-view thead tr th.header-total,
.sales-order-invoice .order-items .account-order-view thead tr th.header-total,
.sales-order-view .order-items .account-order-view thead tr th.header-total {
  width: 12%;
  text-align: right;
}
/* line 15788, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order,
.sales-order-shipment .order-items .account-order-view .total-history-order,
.sales-order-invoice .order-items .account-order-view .total-history-order,
.sales-order-view .order-items .account-order-view .total-history-order {
  text-align: right;
  padding: 00px;
}
/* line 15791, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order strong,
.sales-order-shipment .order-items .account-order-view .total-history-order strong,
.sales-order-invoice .order-items .account-order-view .total-history-order strong,
.sales-order-view .order-items .account-order-view .total-history-order strong {
  font-weight: normal;
}
/* line 15794, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order table,
.sales-order-shipment .order-items .account-order-view .total-history-order table,
.sales-order-invoice .order-items .account-order-view .total-history-order table,
.sales-order-view .order-items .account-order-view .total-history-order table {
  display: inline-block;
  line-height: 1.4;
}
/* line 15797, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order table tr,
.sales-order-shipment .order-items .account-order-view .total-history-order table tr,
.sales-order-invoice .order-items .account-order-view .total-history-order table tr,
.sales-order-view .order-items .account-order-view .total-history-order table tr {
  border: none;
}
/* line 15800, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order table tr.grand_total td,
.sales-order-shipment .order-items .account-order-view .total-history-order table tr.grand_total td,
.sales-order-invoice .order-items .account-order-view .total-history-order table tr.grand_total td,
.sales-order-view .order-items .account-order-view .total-history-order table tr.grand_total td {
  font-weight: bold;
}
/* line 15804, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order table tr td,
.sales-order-shipment .order-items .account-order-view .total-history-order table tr td,
.sales-order-invoice .order-items .account-order-view .total-history-order table tr td,
.sales-order-view .order-items .account-order-view .total-history-order table tr td {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  padding: 0 0 0 10px;
  line-height: 1.4;
  position: relative;
}
/* line 15811, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order table tr td:last-child,
.sales-order-shipment .order-items .account-order-view .total-history-order table tr td:last-child,
.sales-order-invoice .order-items .account-order-view .total-history-order table tr td:last-child,
.sales-order-view .order-items .account-order-view .total-history-order table tr td:last-child {
  text-align: left;
}
/* line 15815, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .account-order-view .total-history-order table tr td:first-child:after,
.sales-order-shipment .order-items .account-order-view .total-history-order table tr td:first-child:after,
.sales-order-invoice .order-items .account-order-view .total-history-order table tr td:first-child:after,
.sales-order-view .order-items .account-order-view .total-history-order table tr td:first-child:after {
  content: ':';
  position: absolute;
  right: -8px;
  top: 0;
}

/* line 15831, ../scss/module/_nn-default-2.scss */
.more-information-wrapper .rewards-block-header {
  font-size: 30px;
  color: #5d5d5d;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid #5d5d5d;
}
/* line 15840, ../scss/module/_nn-default-2.scss */
.more-information-wrapper .col2,
.more-information-wrapper .col1 {
  margin-bottom: 15px;
}
/* line 15843, ../scss/module/_nn-default-2.scss */
.more-information-wrapper .col2 .more-information-heading,
.more-information-wrapper .col1 .more-information-heading {
  font-size: 16px;
  color: #a0b540;
  margin-bottom: 5px;
}
/* line 15848, ../scss/module/_nn-default-2.scss */
.more-information-wrapper .col2 p,
.more-information-wrapper .col1 p {
  font-size: 11px;
  line-height: 14px;
}

/* line 15856, ../scss/module/_nn-default-2.scss */
.fancybox-watch-now #watch-now-overlay {
  max-width: 380px;
  position: fixed;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  margin-top: -89px;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 20px #000000;
  z-index: 1111;
}
/* line 15868, ../scss/module/_nn-default-2.scss */
.fancybox-watch-now #watch-now-overlay .contacting-us-content {
  text-align: center;
}
/* line 15870, ../scss/module/_nn-default-2.scss */
.fancybox-watch-now #watch-now-overlay .contacting-us-content .watch-now-header {
  font-size: 30px;
  color: #f8b537;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 2px;
  border-bottom: 3px solid #a0b540;
  text-align: center;
  font-weight: bold;
}
/* line 15880, ../scss/module/_nn-default-2.scss */
.fancybox-watch-now #watch-now-overlay .contacting-us-content .headline-text {
  display: block;
  margin: 15px 0 6px;
}
/* line 15884, ../scss/module/_nn-default-2.scss */
.fancybox-watch-now #watch-now-overlay .contacting-us-content a {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  background: #a0b540;
  font-weight: bold;
  width: 190px;
  font-size: 11px;
  text-decoration: none;
  line-height: 24px;
  border-radius: 5px;
  padding: 0 10px;
}

/* line 15902, ../scss/module/_nn-default-2.scss */
.ui-tabs .note-msg,
.ui-tabs .wishlist-empty {
  padding: 10px;
  font-weight: bold;
}

/* line 15910, ../scss/module/_nn-default-2.scss */
.cart-forms-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 15917, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left {
  float: left;
}
/* line 15919, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment {
  width: 400px;
  border: 1px solid #a7a7a7;
  margin-top: 20px;
  padding: 5px 15px 10px;
  border-radius: 6px;
}
/* line 15925, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment h2 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
  padding-right: 30px;
}
/* line 15932, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment h2:after {
  top: 8px;
  cursor: pointer;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #c8c8c8;
  border-width: 10px;
  margin-left: -10px;
  transform: rotate(-90deg);
}
/* line 15950, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .coupon-content-hide:after {
  transform: none;
  top: 3px;
}
/* line 15955, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment textarea {
  width: 100%;
  height: 60px;
  font-size: 13px;
  border: 1px solid #a0b540;
  border-radius: 4px;
  resize: none;
  letter-spacing: -0.5px;
  margin-top: 10px;
}
/* line 15965, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .add-order-btn {
  text-align: right;
  margin-top: 15px;
}
/* line 15968, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .add-order-btn .button {
  min-width: 80px;
}
/* line 15972, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .comment-success-left {
  font-size: 14px;
  color: #4e4e4e;
  position: relative;
}
/* line 15978, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .success .order-note-title {
  text-transform: uppercase;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 5px;
  margin: 15px 0 10px;
}
/* line 15984, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .success .order-note-message {
  padding-right: 25px;
}
/* line 15987, ../scss/module/_nn-default-2.scss */
.cart-forms-content .cart-forms-left .order-comment .success button {
  position: absolute;
  right: 0;
  top: 30px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  border: none;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -1441px;
  display: inline-block;
  color: #a7a7a7;
}
/* line 16006, ../scss/module/_nn-default-2.scss */
.cart-forms-content #bottom-bonus-overlay-popup {
  font-size: 14px;
  font-weight: bold;
  color: #4e4e4e;
  margin-bottom: 30px;
}
/* line 16012, ../scss/module/_nn-default-2.scss */
.cart-forms-content #bottom-bonus-overlay-select {
  text-decoration: underline;
  color: #f8b537;
  cursor: pointer;
}

/* line 16021, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
/* line 16025, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper ul li {
  margin: 0;
  padding: 12px 0 15px;
  font-size: 12px;
  line-height: 18px;
}
/* line 16030, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper ul li strong {
  display: block;
}
/* line 16036, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .addr-sec p {
  line-height: 22px;
}
/* line 16039, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .addr-sec .last-modi {
  margin-top: 20px;
  font-size: 10px;
}
/* line 16044, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
/* line 16049, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .m5 {
  margin-bottom: 4px;
  display: block;
}
/* line 16053, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper br {
  display: none;
}
/* line 16056, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .sub-heading {
  margin-top: 20px;
}
/* line 16058, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .sub-heading strong {
  display: block;
  margin: 0 0 6px;
}
/* line 16063, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .page-heading {
  font-size: 42px;
  color: #7c7c7c;
  line-height: 1;
  font-weight: bold;
  text-shadow: 2px 1px 0 #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 18px;
  padding-left: 8px;
}
/* line 16074, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .legal-warpper .page-heading span {
  font-family: 'black_jackregular';
  color: #a0b540;
  font-weight: normal;
  font-size: 60px;
  text-transform: none;
  text-shadow: none;
}

/* line 16087, ../scss/module/_nn-default-2.scss */
.more-information-heading {
  margin: 25px 0 5px;
}

/* line 16091, ../scss/module/_nn-default-2.scss */
.promotion-label {
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif !important;
}

/* line 16101, ../scss/module/_nn-default-2.scss */
.item-reorder .catalog-bonus-text,
.product-reorder .catalog-bonus-text {
  font-size: 10px;
  margin-top: 5px;
  font-family: Verdana, Geneva, sans-serif !important;
  font-style: normal !important;
}

/* line 16109, ../scss/module/_nn-default-2.scss */
.post_category_699 {
  display: none;
}

/* line 16113, ../scss/module/_nn-default-2.scss */
.return-status {
  text-transform: capitalize;
}

/* line 16126, ../scss/module/_nn-default-2.scss */
body.customer-account .my-wishlist .fieldset .wishlist-empty {
  font-weight: bold;
  margin: 5px 0 0;
}

/* line 16133, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-lightbox,
.checkout-wishlist-remove-overlay .overlay-lightbox {
  width: 580px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px #000000;
  text-align: center;
}
/* line 16140, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-lightbox h1,
.checkout-wishlist-remove-overlay .overlay-lightbox h1 {
  color: #f8b537;
  font-size: 30px;
  border-bottom: 3px solid #a0b540;
  line-height: 1;
  margin: 0 0 3px;
  padding-bottom: 15px;
  font-weight: bold;
}
/* line 16155, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-details,
.checkout-wishlist-remove-overlay .overlay-details {
  padding: 15px 0;
  width: 360px;
  margin: 0 auto 20px;
}
/* line 16160, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-actions,
.checkout-wishlist-remove-overlay .overlay-actions {
  padding-top: 15px;
  display: inline-block;
  width: 280px;
  border-top: 1px solid silver;
}
/* line 16165, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-actions a.btn-remove-wishlist,
.checkout-wishlist-remove-overlay .overlay-actions a.btn-remove-wishlist {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  min-width: 90px;
  font-size: 11px;
  text-decoration: none;
  line-height: 24px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 6px;
  border: none;
  height: 24px;
  background: #8f9194;
  vertical-align: top;
}
/* line 16181, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-actions button,
.checkout-wishlist-remove-overlay .overlay-actions button {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  min-width: 90px;
  font-size: 11px;
  text-decoration: none;
  line-height: 24px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 6px;
  border: none;
  height: 24px;
  vertical-align: top;
}
/* line 16195, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-actions button.btn-green,
.checkout-wishlist-remove-overlay .overlay-actions button.btn-green {
  background: #a0b540;
}
/* line 16198, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .overlay-actions button.btn-grey,
.checkout-wishlist-remove-overlay .overlay-actions button.btn-grey {
  background: #8f9194;
}

/* line 16207, ../scss/module/_nn-default-2.scss */
.video-legacy-annotations .annotation.annotation-no-mouse {
  display: none;
}

/* line 16213, ../scss/module/_nn-default-2.scss */
.annotation-type-highlight {
  display: none !important;
}

/* line 16222, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .order-additional,
.sales-order-invoice .order-items .order-additional,
.sales-order-shipment .order-items .order-additional,
.sales-order-view .order-items .order-additional {
  margin: 20px 0 0;
  padding: 20px 0 0px;
  border-top: 1px solid #e4e5e6;
}
/* line 16227, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .order-additional .order-about dd,
.sales-order-invoice .order-items .order-additional .order-about dd,
.sales-order-shipment .order-items .order-additional .order-about dd,
.sales-order-view .order-items .order-additional .order-about dd {
  font-size: 12px;
  color: #928e8e;
  margin: 0 0 25px;
}
/* line 16232, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .order-additional .order-about dt,
.sales-order-invoice .order-items .order-additional .order-about dt,
.sales-order-shipment .order-items .order-additional .order-about dt,
.sales-order-view .order-items .order-additional .order-about dt {
  font-size: 12px;
  color: #928e8e;
  margin: 0 0 15px;
}
/* line 16236, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .order-additional .order-about dt small,
.sales-order-invoice .order-items .order-additional .order-about dt small,
.sales-order-shipment .order-items .order-additional .order-about dt small,
.sales-order-view .order-items .order-additional .order-about dt small {
  margin-top: 0px;
  display: block;
}
/* line 16239, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .order-additional .order-about dt small .subdue,
.sales-order-invoice .order-items .order-additional .order-about dt small .subdue,
.sales-order-shipment .order-items .order-additional .order-about dt small .subdue,
.sales-order-view .order-items .order-additional .order-about dt small .subdue {
  text-transform: uppercase;
}
/* line 16245, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .order-items .order-additional .sub-title,
.sales-order-invoice .order-items .order-additional .sub-title,
.sales-order-shipment .order-items .order-additional .sub-title,
.sales-order-view .order-items .order-additional .sub-title {
  display: none;
}

/* line 16252, ../scss/module/_nn-default-2.scss */
.loadMore,
.showLess {
  position: relative;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
  color: #a7a7a7;
}
/* line 16259, ../scss/module/_nn-default-2.scss */
.loadMore:before,
.showLess:before {
  position: absolute;
  content: '...';
  width: 100%;
  height: 100%;
  top: -10px;
  font-size: 54px;
  left: 0;
  border-radius: 50%;
}

/* line 16272, ../scss/module/_nn-default-2.scss */
.button-write-review {
  text-align: center;
}

/* line 16276, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment {
  background: #fefefe;
  font-family: Verdana, Geneva, sans-serif;
  width: 840px;
  margin: 20px auto;
}
/* line 16282, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .print-head img.logo {
  min-height: 0;
  height: auto;
  max-height: none;
  padding-left: 0;
}
/* line 16291, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .payment-info .item img {
  margin: 5px 0;
}
/* line 16296, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment h1 {
  color: #f8b537;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: arial;
  text-transform: capitalize;
  display: block;
}
/* line 16305, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  float: none;
}
/* line 16314, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set {
  margin: 0;
  border: none;
}
/* line 16317, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .col-2 {
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  min-height: 190px;
  float: left;
  display: block;
  margin: 0 0 15px 2%;
  width: 48%;
}
/* line 16327, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .col-1 {
  border: 1px solid #a7a7a7;
  padding: 10px 25px 15px 25px;
  border-radius: 6px;
  min-height: 190px;
  float: left;
  display: block;
  margin: 0 2% 15px 0;
  width: 48%;
}
/* line 16337, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set address {
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 16344, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
  float: none;
}
/* line 16353, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .box-content {
  float: none;
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 16360, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .box-content label {
  display: none;
}
/* line 16363, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .box-content p,
.sales-order-printshipment .col2-set .box-content label,
.sales-order-printshipment .col2-set .box-content .master-card,
.sales-order-printshipment .col2-set .box-content address {
  font-size: 14px;
  color: #4e4e4e;
  font-style: normal;
  line-height: 1.2;
  font-family: Verdana, Geneva, sans-serif;
}
/* line 16373, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .box-content .card-image {
  margin-bottom: 5px;
}
/* line 16376, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .box-content p {
  text-transform: uppercase;
  line-height: 30px;
}
/* line 16379, ../scss/module/_nn-default-2.scss */
.sales-order-printshipment .col2-set .box-content p strong {
  text-transform: none;
}

/* line 16387, ../scss/module/_nn-default-2.scss */
.paynow-btn {
  margin: 8px 0;
}

/* line 16391, ../scss/module/_nn-default-2.scss */
.payment-url {
  line-height: 1.3 !important;
  word-wrap: break-word;
  word-break: break-all;
  text-transform: none !important;
}

/* line 16398, ../scss/module/_nn-default-2.scss */
.cart-reward-point {
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 8px;
}

/* line 16406, ../scss/module/_nn-default-2.scss */
img {
  font-size: 10px;
  line-height: 1.1;
  word-wrap: break-word;
  word-break: break-all;
}

/* line 16413, ../scss/module/_nn-default-2.scss */
.slick-slide {
  outline: none;
}

/* line 16418, ../scss/module/_nn-default-2.scss */
.cms-awards-and-credentials .header-wrapper {
  margin-bottom: 20px;
}

/* line 16425, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .bx-btn-actions .btn-green {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  background: #a0b540;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 5px;
}
/* line 16440, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .bx-btn-actions .btn-gray {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  background: #c8c8c8;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 5px;
}
/* line 16455, ../scss/module/_nn-default-2.scss */
.wishlist-remove-overlay .bx-btn-actions .btn-yellow {
  margin: 0 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  background: #f8b537;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 16472, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper {
  line-height: 1;
}
/* line 16474, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .a_z_search {
  color: #f8b537;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
/* line 16480, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .a_z_search_right {
  float: right;
  position: relative;
  top: -30px;
  color: #f8b537;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
/* line 16488, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .a_z_search_right:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 16496, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product {
  margin: 16px 0 30px;
}
/* line 16498, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 16505, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product li {
  float: left;
  color: #a0b540;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0 9px;
  border-right: 1px solid #a0b540;
}
/* line 16515, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product li:first-child {
  padding-left: 0;
}
/* line 16518, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 16523, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product li.inactive a {
  pointer-events: none;
}
/* line 16528, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .shop_product a {
  color: #a0b540;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
/* line 16536, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .alphabet {
  font-size: 22px;
  font-weight: bold;
  color: #a0b540;
  margin-bottom: 14px;
}
/* line 16543, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row {
  overflow: hidden;
}
/* line 16545, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span {
  float: left;
  line-height: 18px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
/* line 16551, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span:before {
  content: '.................................................................................................................................';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  opacity: 0.5;
}
/* line 16559, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 11;
}
/* line 16565, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span a {
  text-transform: capitalize;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 11;
  padding-right: 5px;
}
/* line 16577, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.name {
  width: 50%;
  position: relative;
  padding-left: 8px;
}
/* line 16581, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.name:after {
  content: '.';
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 16587, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.name:before {
  left: 10px;
}
/* line 16591, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.brand {
  padding-left: 10px;
  width: 20%;
}
/* line 16593, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.brand:before {
  left: 10px;
}
/* line 16597, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.brand span {
  padding-right: 5px;
}
/* line 16601, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.r_price {
  width: 15%;
  text-align: right;
}
/* line 16604, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.r_price span {
  padding-left: 5px;
}
/* line 16608, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.s_price {
  width: 15%;
  font-weight: bold;
  text-align: right;
}
/* line 16612, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .product_listing .product_row > span.s_price span {
  padding-left: 5px;
}
/* line 16619, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .heading {
  color: #a0b540;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin: 0 0 15px;
}
/* line 16625, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .heading span {
  line-height: 1.2;
  float: left;
}
/* line 16628, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .heading span.name {
  width: 50%;
}
/* line 16631, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .heading span.brand {
  width: 20%;
  padding-left: 10px;
}
/* line 16635, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .heading span.r_price {
  width: 15%;
  text-align: right;
}
/* line 16639, ../scss/module/_nn-default-2.scss */
.a_z_product_search_wrapper .heading span.s_price {
  width: 15%;
  text-align: right;
}

/* line 16647, ../scss/module/_nn-default-2.scss */
.right-close {
  text-indent: -9999px;
}

/* line 16651, ../scss/module/_nn-default-2.scss */
.events-page-content-wrapper.cms-page-home {
  position: relative;
}
/* line 16653, ../scss/module/_nn-default-2.scss */
.events-page-content-wrapper.cms-page-home .video-sec {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
/* line 16661, ../scss/module/_nn-default-2.scss */
.events-page-content-wrapper.cms-page-home .header-wrapper {
  position: relative;
  z-index: 2;
}

/* line 16667, ../scss/module/_nn-default-2.scss */
.product-label-box {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 60px;
  top: 435px;
}
/* line 16675, ../scss/module/_nn-default-2.scss */
.product-label-box span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 16679, ../scss/module/_nn-default-2.scss */
.product-label-box span:after {
  content: '';
  right: -20px;
  top: 2px;
  position: absolute;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: 0 -1151px;
  width: 16px;
  height: 16px;
  opacity: 0.8;
  -ms-transform: rotate(75deg);
  /* IE 9 */
  -webkit-transform: rotate(75deg);
  /* Chrome, Safari, Opera */
  transform: rotate(75deg);
}

/* line 16695, ../scss/module/_nn-default-2.scss */
.zoomContainer {
  z-index: 11111111;
  border-radius: 0;
}
/* line 16698, ../scss/module/_nn-default-2.scss */
.zoomContainer .zoomLens {
  border-radius: 0 !important;
  z-index: 11111111;
  padding: 10px !important;
  border-width: 10px !important;
  border-color: #fff !important;
  height: 320px !important;
  width: 460px !important;
  background-color: #fff !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
/* line 16708, ../scss/module/_nn-default-2.scss */
.zoomContainer .zoomLens:after {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: 0 -2114px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  content: '';
  opacity: 0.8;
}
/* line 16720, ../scss/module/_nn-default-2.scss */
.zoomContainer .zoomLens:before {
  border: 1px solid #666;
  content: '';
  height: 300px;
  width: 440px;
  left: 0px;
  top: 0px;
  position: absolute;
}

/* line 16732, ../scss/module/_nn-default-2.scss */
.shop-product-gap {
  height: 20px;
}

/* line 16736, ../scss/module/_nn-default-2.scss */
.gift-note {
  margin-top: 5px;
}

/* line 16741, ../scss/module/_nn-default-2.scss */
.comodo-secure-box #tl_popupCL1 {
  z-index: 1 !important;
}

/* line 16746, ../scss/module/_nn-default-2.scss */
.img-blog-clear {
  overflow: hidden;
}

/* line 16751, ../scss/module/_nn-default-2.scss */
.highlights-wrapper li {
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
}
/* line 16755, ../scss/module/_nn-default-2.scss */
.highlights-wrapper li:before {
  width: 4px;
  height: 4px;
  position: absolute;
  background: red;
  content: " ";
  left: 0;
  top: 7px;
}

/* line 16767, ../scss/module/_nn-default-2.scss */
.award-youtube {
  position: absolute;
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/top-youtube-logo.png) no-repeat 0 0;
  width: 217px;
  height: 226px;
  left: 414px;
  top: 82px;
}

/* line 16779, ../scss/module/_nn-default-2.scss */
.catalog-adv-search.page-title {
  text-align: center;
}
/* line 16781, ../scss/module/_nn-default-2.scss */
.catalog-adv-search.page-title h1 {
  text-align: center;
  font-size: 30px;
  border: none;
  margin: 0 0 12px;
  display: inline-block;
}
/* line 16809, ../scss/module/_nn-default-2.scss */
.catalog-adv-search.page-title h2 {
  font-size: 20px;
  text-transform: none;
  border: none;
  padding: 3px 0 8px;
}

/* line 16818, ../scss/module/_nn-default-2.scss */
.catalog-error-mess {
  text-align: center;
}
/* line 16820, ../scss/module/_nn-default-2.scss */
.catalog-error-mess p {
  font-size: 14px;
  margin: 0 0 10px;
}
/* line 16823, ../scss/module/_nn-default-2.scss */
.catalog-error-mess p .smiley-big-img {
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  background-position: -0px -2333px;
  width: 111px;
  height: 80px;
  margin: 10px 0 0;
}

/* line 16834, ../scss/module/_nn-default-2.scss */
.custom-advance-search {
  background: none;
  padding: 0;
  border: none;
  margin: 0 auto;
}
/* line 16839, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list {
  margin: 25px 0 28px;
}
/* line 16841, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li {
  width: 386px;
  float: left;
  margin-right: 20px;
}
/* line 16845, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li:last-child {
  margin-right: 0;
}
/* line 16848, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li label {
  float: left;
  width: 92px;
  border: 1px solid #a0b540;
  text-align: right;
  font-size: 10px;
  padding: 0 5px 0 0;
  line-height: 32px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: normal;
}
/* line 16859, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li label:after {
  display: none;
}
/* line 16863, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box {
  padding: 0;
  float: left;
  width: calc(100% - 92px);
  position: relative;
}
/* line 16868, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box .validation-advice {
  position: static;
  font-size: 12px;
}
/* line 16872, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box select {
  border: none;
  width: 100%;
  height: 34px;
  margin: 0;
  width: 100%;
  border: 1px solid #a0b540;
  border-left: 0;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
}
/* line 16885, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box select:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 16888, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box select:active, .custom-advance-search .form-list li .input-box select:hover, .custom-advance-search .form-list li .input-box select:focus {
  outline: none;
}
/* line 16894, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box input {
  border-radius: 0px 3px 3px 0px;
  height: 34px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #a0b540;
  border-left: none;
}
/* line 16905, ../scss/module/_nn-default-2.scss */
.custom-advance-search .form-list li .input-box input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}

/* line 16914, ../scss/module/_nn-default-2.scss */
.custom-right-cart {
  text-align: center;
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #ccc;
}
/* line 16919, ../scss/module/_nn-default-2.scss */
.custom-right-cart h2.need-help-title {
  font-size: 20px;
  margin: 0;
}

/* line 16925, ../scss/module/_nn-default-2.scss */
.custom-empty-button {
  margin: 33px 0 0;
  text-align: center;
}
/* line 16928, ../scss/module/_nn-default-2.scss */
.custom-empty-button a.button {
  min-width: 130px;
  font-weight: normal;
  margin: 0 5px;
}

/* line 16936, ../scss/module/_nn-default-2.scss */
.custom-button-set.buttons-set {
  text-align: center;
  border: none;
}
/* line 16939, ../scss/module/_nn-default-2.scss */
.custom-button-set.buttons-set button.button {
  float: none;
  font-weight: normal;
}

/* line 16947, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper {
  position: relative;
}
/* line 16950, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .tickets-wrap ul {
  margin: 0 0 15px;
}
/* line 16952, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .tickets-wrap ul li {
  float: left;
  font-size: 14px;
  color: #4e4e4e;
  padding: 0 15px;
  border-right: 1px solid #a7a7a7;
}
/* line 16958, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .tickets-wrap ul li:last-child {
  border-right: none;
}
/* line 16961, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .tickets-wrap ul li a {
  text-transform: uppercase;
}
/* line 16964, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .tickets-wrap ul li.ui-tabs-active {
  font-weight: bold;
}
/* line 16966, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .tickets-wrap ul li.ui-tabs-active a {
  color: #a0b540;
  text-transform: uppercase;
}
/* line 16974, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .pager {
  position: absolute;
  right: 0;
  top: -8px;
}
/* line 16978, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .pager .limiter select {
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  text-align: center;
  padding: 0 25px 0 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/toolbar-arrow.png") no-repeat right 5px center;
  position: relative;
  cursor: pointer;
}
/* line 16995, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .page-title h1 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 15px;
  border: none;
  padding: 0;
}
/* line 17006, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .fieldset h2.legend {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 25px;
  border: none;
  padding: 0;
}
/* line 17016, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .table-ticket-outer {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  margin-bottom: 15px;
}
/* line 17021, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .table-ticket-outer .data-table {
  margin: 0;
}
/* line 17025, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .table-ticket-outer table td,
.ticket-list-wrapper .table-ticket-outer table th {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 17030, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .table-ticket-outer table thead th {
  background: none;
  font-weight: bold;
}
/* line 17037, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .table-ticket-outer table tbody tr:last-child td {
  border: none;
}
/* line 17045, ../scss/module/_nn-default-2.scss */
.ticket-list-wrapper .ticket-bottom-pager .pager {
  position: static;
}

/* line 17053, ../scss/module/_nn-default-2.scss */
.fieldset .create-new-ticket p.required {
  color: #a7a7a7;
  float: none;
}

/* line 17061, ../scss/module/_nn-default-2.scss */
.max-size {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

/* line 17067, ../scss/module/_nn-default-2.scss */
.create-new-ticket {
  position: relative;
}
/* line 17069, ../scss/module/_nn-default-2.scss */
.create-new-ticket .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
}
/* line 17076, ../scss/module/_nn-default-2.scss */
.create-new-ticket .buttons-set button {
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
  padding: 0 15px;
  text-transform: capitalize;
  min-width: 0;
}
/* line 17087, ../scss/module/_nn-default-2.scss */
.create-new-ticket > ul {
  width: 50%;
  padding: 0 0 0 15px;
  float: left;
  position: relative;
}
/* line 17092, ../scss/module/_nn-default-2.scss */
.create-new-ticket > ul .awhdu3-ticketform-file-list {
  margin-bottom: 30px;
}
/* line 17095, ../scss/module/_nn-default-2.scss */
.create-new-ticket > ul.form-list {
  padding: 0 15px 0 0;
}
/* line 17101, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .awhdu3-ticketform-file-list li {
  margin: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  padding-top: 4px;
}
/* line 17107, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .awhdu3-ticketform-file-list li label {
  font-size: 10px;
}
/* line 17109, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .awhdu3-ticketform-file-list li label input {
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}
/* line 17114, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .awhdu3-ticketform-file-list li label nobr {
  white-space: unset;
}
/* line 17123, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li .input-box .input-text-select {
  border: none;
  border-radius: 0px;
  font-size: 12px;
  height: 30px;
  color: #a7a7a7;
  margin: 10px 0 0;
  padding: 0px;
  font-weight: normal;
}
/* line 17134, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li textarea {
  height: 120px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #a0b540;
  resize: none;
  max-width: 100%;
  border-radius: 3px;
}
/* line 17146, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li textarea:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 17152, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li.control:before, .create-new-ticket ul li.control:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 17160, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li.control input {
  display: none;
}
/* line 17163, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li.control input[type=checkbox] + label {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  padding-left: 25px;
  height: 24px;
  display: inline-block;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: -48px -198px;
  font-size: 12px;
  cursor: pointer;
}
/* line 17174, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul li.control input[type=checkbox]:checked + label {
  background-position: -48px -227px;
}
/* line 17178, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .fields {
  margin: 0;
}
/* line 17180, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .fields:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 17188, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field {
  position: relative;
  margin-bottom: 10px;
}
/* line 17191, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 17198, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field label {
  float: left;
  width: 80px;
  border: 1px solid #a0b540;
  border-radius: 3px 0px 0px 3px;
  text-align: right;
  font-size: 10px;
  padding: 0 5px 0 0;
  line-height: 32px;
  font-weight: normal;
}
/* line 17208, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field label .requ-entry {
  display: inline-block;
}
/* line 17211, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field label:after {
  display: none;
}
/* line 17214, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field label.twoLine {
  line-height: 1.4;
  height: 34px;
  padding-top: 2px;
}
/* line 17220, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box {
  padding: 0;
  float: left;
  width: calc(100% - 80px);
}
/* line 17224, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box .validation-advice {
  position: static;
  right: 0;
  bottom: -15px;
  font-size: 12px;
}
/* line 17230, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box select {
  border: none;
  width: 100%;
  height: 34px;
  margin: 0;
  width: 100%;
  border: 1px solid #a0b540;
  border-left: 0;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
}
/* line 17243, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box select:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 17246, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box select:active, .create-new-ticket ul .field .input-box select:hover, .create-new-ticket ul .field .input-box select:focus {
  outline: none;
}
/* line 17252, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box input {
  height: 34px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #a0b540;
  border-left: 0;
  border-radius: 0px 3px 3px 0px;
}
/* line 17263, ../scss/module/_nn-default-2.scss */
.create-new-ticket ul .field .input-box input:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}

/* line 17272, ../scss/module/_nn-default-2.scss */
.no-tickets {
  padding: 10px;
  font-size: 14px;
}

/* line 17278, ../scss/module/_nn-default-2.scss */
.helpdesk-container .input-text-select {
  border: none;
  border-radius: 0px;
  font-size: 12px;
  height: 30px;
  color: #a7a7a7;
  margin: 5px 0 0;
  padding: 0px;
  font-weight: normal;
}
/* line 17288, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left {
  width: 260px;
  float: left;
}
/* line 17291, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .awhdu3-ticketform-file-list {
  width: 480px;
  font-size: 10px;
}
/* line 17294, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .awhdu3-ticketform-file-list li {
  margin: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  padding-top: 4px;
}
/* line 17300, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .awhdu3-ticketform-file-list li label {
  font-size: 10px;
}
/* line 17302, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .awhdu3-ticketform-file-list li label input {
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}
/* line 17307, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .awhdu3-ticketform-file-list li label nobr {
  white-space: unset;
}
/* line 17313, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .attachments-input {
  display: none;
}
/* line 17316, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .attachments-label {
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}
/* line 17324, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .file-details {
  width: 300px;
  margin: 10px 0 5px;
  font-size: 12px;
}
/* line 17329, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-left .file-count {
  font-weight: bold;
}
/* line 17333, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-right {
  float: right;
}
/* line 17335, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup-right button {
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  font-size: 12px;
  padding: 0 15px;
  text-transform: capitalize;
  min-width: 0;
}
/* line 17345, ../scss/module/_nn-default-2.scss */
.helpdesk-container .awhdu3-ticket-view-action-bottomgroup {
  padding: 22px 0 0;
}
/* line 17349, ../scss/module/_nn-default-2.scss */
.helpdesk-container .form-list li.wide {
  width: 100%;
}
/* line 17352, ../scss/module/_nn-default-2.scss */
.helpdesk-container .form-list .post-reply {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: capitalize;
  margin: 5px 0 18px;
  border: none;
  padding: 0;
}
/* line 17362, ../scss/module/_nn-default-2.scss */
.helpdesk-container .form-list .input-box textarea {
  height: 194px;
  border: none;
  width: 100%;
  outline: none;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #a0b540;
  resize: none;
  max-width: 100%;
  border-radius: 3px;
  padding: 5px 10px;
}
/* line 17375, ../scss/module/_nn-default-2.scss */
.helpdesk-container .form-list .input-box textarea:focus {
  box-shadow: 2px 0px 10px 2px #9eb644;
}
/* line 17381, ../scss/module/_nn-default-2.scss */
.helpdesk-container table {
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
}
/* line 17385, ../scss/module/_nn-default-2.scss */
.helpdesk-container table th {
  width: 150px;
  text-transform: uppercase;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #a7a7a7;
}
/* line 17391, ../scss/module/_nn-default-2.scss */
.helpdesk-container table td {
  padding: 15px 0;
  border-bottom: 1px solid #a7a7a7;
}
/* line 17396, ../scss/module/_nn-default-2.scss */
.helpdesk-container table tr:last-child td, .helpdesk-container table tr:last-child th {
  border: none;
}
/* line 17402, ../scss/module/_nn-default-2.scss */
.helpdesk-container.col2-set .col-2,
.helpdesk-container.col2-set .col-1 {
  padding-top: 0;
}
/* line 17408, ../scss/module/_nn-default-2.scss */
.helpdesk-container .page-title h1 {
  border: none;
  margin: 0 0 12px;
}

/* line 17417, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread.thread-container .awhdu3-ticket-view-thread-message-box {
  border: none;
  margin-bottom: 15px;
  border-radius: 6px;
}
/* line 17422, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread.thread-container .awhdu3-ticket-view-thread-message-box-body {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.4);
}
/* line 17426, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread.thread-container .awhdu3-ticket-view-thread-message-box-body .awhdu3-ticket-view-thread-message-box-body-attachmentbox {
  background: none;
  padding: 0;
  margin: 10px 0 0;
}
/* line 17430, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread.thread-container .awhdu3-ticket-view-thread-message-box-body .awhdu3-ticket-view-thread-message-box-body-attachmentbox span {
  font-weight: bold;
}

/* line 17440, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-list-table tr td {
  padding: 10px;
}
/* line 17444, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-list-table tbody {
  cursor: pointer;
}
/* line 17447, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-list-table tbody tr:hover {
  background-color: #ffc;
}

/* line 17454, ../scss/module/_nn-default-2.scss */
.awhdu3-customer-ticketview-page-title {
  margin: 0;
  overflow-x: auto;
}

/* line 17459, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}

/* line 17464, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-view-escalate-textarea-bottom-group {
  text-align: right;
  padding-top: 10px;
}

/* line 17469, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-view-escalate-textarea textarea {
  width: 100%;
  height: 80px;
}

/* line 17474, ../scss/module/_nn-default-2.scss */
.aw-hdu3-external-ticketview #awhdu3-replyform-message {
  width: 894px !important;
}

/* line 17478, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box {
  border: 1px solid #ccc;
  border-left: 4px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 15px;
  overflow-x: auto;
}
/* line 17484, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box > div blockquote {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid #ccc;
}

/* line 17491, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-header {
  text-align: left;
}

/* line 17495, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-header-author {
  font-weight: bold;
}

/* line 17499, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body {
  margin-top: 8px;
  padding-top: 2px;
  border-top: 1px dotted #333;
}
/* line 17503, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body p {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}

/* line 17510, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body-attachmentbox {
  font-size: 12px;
  min-width: 100px;
  display: inline-block;
  background: #BEBEBE;
  padding: 5px;
}
/* line 17517, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body-attachmentbox > span {
  float: left;
  padding: 0 10px 0 0;
}
/* line 17521, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body-attachmentbox > ul {
  float: right;
}
/* line 17523, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body-attachmentbox > ul > li {
  padding: 0;
  margin: 0 !important;
}
/* line 17526, ../scss/module/_nn-default-2.scss */
.awhdu3-ticket-view-thread-message-box-body-attachmentbox > ul > li > a {
  color: #2A96FF;
}

/** ATTACHMENT FILE LIST (ON UPLOAD)*/
/* line 17536, ../scss/module/_nn-default-2.scss */
.awhdu3-ticketform-file-list li {
  margin: 0 10px 10px 0;
  padding: 0;
}
/* line 17539, ../scss/module/_nn-default-2.scss */
.awhdu3-ticketform-file-list li span {
  display: block;
}
/* line 17541, ../scss/module/_nn-default-2.scss */
.awhdu3-ticketform-file-list li span label {
  float: none;
}
/* line 17545, ../scss/module/_nn-default-2.scss */
.awhdu3-ticketform-file-list li img {
  height: 50px;
}

/* line 17550, ../scss/module/_nn-default-2.scss */
.awhdu3-ticketform-file-list-error-el {
  color: red;
}

/* line 17554, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-view-escalate-form {
  text-align: left;
}
/* line 17555, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-view-escalate-form .required:after {
  content: ' *';
  color: red;
  font-weight: normal;
  font-size: 12px;
}
/* line 17562, ../scss/module/_nn-default-2.scss */
#awhdu3-ticket-view-escalate-form label {
  text-align: center;
}

/* line 17567, ../scss/module/_nn-default-2.scss */
.rating-button {
  overflow: hidden;
  display: inline-block;
}
/* line 17570, ../scss/module/_nn-default-2.scss */
.rating-button .rating-input {
  display: none;
}
/* line 17573, ../scss/module/_nn-default-2.scss */
.rating-button:hover .rating-star:hover {
  opacity: 0.5;
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rating_star.png");
}
/* line 17576, ../scss/module/_nn-default-2.scss */
.rating-button:hover .rating-star:hover ~ .rating-star {
  opacity: 0.5;
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rating_star.png");
}
/* line 17581, ../scss/module/_nn-default-2.scss */
.rating-button .rating-input:checked ~ .rating-star {
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rating_star.png");
}
/* line 17584, ../scss/module/_nn-default-2.scss */
.rating-button .rating-star, .rating-button:hover .rating-star {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background-image: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rating_star-disabled.png");
}
/* line 17591, ../scss/module/_nn-default-2.scss */
.rating-button .rating-message {
  position: relative;
  top: 3px;
}
/* line 17595, ../scss/module/_nn-default-2.scss */
.rating-button .rating {
  display: inline-block;
  width: 115px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rating_star-disabled.png") 0 0 repeat-x;
}

  /*.rating__bar {
	display: block;
	width: 0;
	height: 17px;
	background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/rating_star.png") 0 0 repeat-x;
  }
  
  .rating__bar--5 {
	width: 9px;
  }
  
  .rating__bar--10 {
	width: 18px;
  }
  
  .rating__bar--15 {
	width: 27px;
  }
  
  .rating__bar--20 {
	width: 36px;
  }
  
  .rating__bar--25 {
	width: 45px;
  }
  
  .rating__bar--30 {
	width: 54px;
  }
  
  .rating__bar--35 {
	width: 63px;
  }
  
  .rating__bar--40 {
	width: 72px;
  }
  
  .rating__bar--45 {
	width: 81px;
  }
  
  .rating__bar--50 {
	width: 90px;
  }

.cms-feedback .help-desk-form .helpme-field {
	display: none;
}*/
/* line 17655, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-active .order-address {
  display: none;
}
/* line 17662, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-accordion .col-item:first-child,
.account-order-content .row-item .row-order-info .pending-creditmemo-accordion .col-item:first-child {
  width: 32%;
}
/* line 17665, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-accordion .col-item:nth-child(2),
.account-order-content .row-item .row-order-info .pending-creditmemo-accordion .col-item:nth-child(2) {
  width: 22%;
}
/* line 17668, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-accordion .col-item:nth-child(3),
.account-order-content .row-item .row-order-info .pending-creditmemo-accordion .col-item:nth-child(3) {
  width: 21%;
}
/* line 17671, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-accordion .col-item:last-child,
.account-order-content .row-item .row-order-info .pending-creditmemo-accordion .col-item:last-child {
  width: 25%;
}
/* line 17677, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-accordion.recent-order-active .col-item {
  min-height: 57px;
}
/* line 17682, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .pm-print {
  padding: 0;
}
/* line 17684, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .pm-print .pm-print-left {
  width: 70%;
  float: left;
  font-size: 14px;
  color: #4e4e4e;
  margin-top: -20px;
  padding-left: 40px;
}
/* line 17691, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .pm-print .pm-print-left label {
  font-size: 14px;
  color: #4e4e4e;
}
/* line 17695, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .pm-print .pm-print-left .ship-to-address {
  margin: 8px 0;
}
/* line 17699, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .pm-print .payment-print {
  width: 30%;
  display: block;
  float: left;
  padding-top: 15px;
}
/* line 17709, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-image {
  width: 15%;
}
/* line 17712, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-name {
  width: 26%;
}
/* line 17715, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-qty {
  width: 10%;
}
/* line 17718, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-review {
  width: 10%;
}
/* line 17721, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-reorder {
  width: 14%;
}
/* line 17724, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-price {
  width: 13%;
}
/* line 17727, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-total {
  width: 12%;
}
/* line 17732, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-image-order {
  width: 15%;
}
/* line 17735, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-info-order {
  width: 26%;
  padding: 10px 0;
}
/* line 17739, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-qty-order {
  width: 10%;
}
/* line 17742, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-review-link {
  width: 10%;
}
/* line 17744, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-review-link a {
  color: #928e8e;
  font-size: 14px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
  font-weight: normal;
}
/* line 17753, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-reorder {
  width: 14%;
}
/* line 17756, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-price-order {
  width: 13%;
}
/* line 17759, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr .product-total-price {
  width: 12%;
}
/* line 17765, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .order-history-table td {
  float: left;
}
/* line 17773, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .total-history-order .discount td,
.account-order-content .row-item .row-order-info .recent-order-detail .total-history-order .rewardpoints td {
  color: #d02027;
}
/* line 17778, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .order-notes {
  padding: 0 40px 15px 40px;
  position: relative;
}
/* line 17781, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .order-notes .order-notes-title {
  padding: 15px 0;
  border-top: 1px solid #ededed;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 17788, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .order-notes .view-all {
  position: absolute;
  right: 40px;
  top: 18px;
  text-decoration: underline;
  font-weight: bold;
}
/* line 17795, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .order-notes .created-by {
  margin-bottom: 15px;
  font-size: 11px;
}
/* line 17798, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail .order-notes .created-by span {
  font-weight: bold;
}

/* line 17807, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .title-tab-order {
  margin-bottom: 15px;
}
/* line 17809, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .title-tab-order li:first-child {
  padding-left: 0;
}
/* line 17813, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .no-gift-card {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding-top: 15px;
  border-top: 2px solid #cccccc;
}
/* line 17820, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .pager {
  margin: 0;
}
/* line 17822, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .pager .limiter {
  display: none;
}
/* line 17830, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item:first-child,
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item:first-child,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item:first-child {
  width: 170px;
}
/* line 17833, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item:nth-child(2),
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item:nth-child(2),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item:nth-child(2) {
  width: 140px;
}
/* line 17836, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item:nth-child(3),
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item:nth-child(3),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item:nth-child(3) {
  width: 180px;
}
/* line 17839, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item:nth-child(4),
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item:nth-child(4),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item:nth-child(4) {
  width: 180px;
}
/* line 17842, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item:nth-child(5),
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item:nth-child(5),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item:nth-child(5) {
  width: 140px;
}
/* line 17845, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item:nth-child(6),
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item:nth-child(6),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item:nth-child(6) {
  width: 110px;
}
/* line 17848, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item.print-order,
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item.print-order,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item.print-order {
  width: auto;
  float: right;
  margin-top: 5px;
}
/* line 17852, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item.print-order a,
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item.print-order a,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item.print-order a {
  width: 27px;
  height: 24px;
  display: inline-block;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat 0 -1112px;
}
/* line 17859, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item label,
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item label,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item label {
  display: block;
}
/* line 17862, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item span,
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item span,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item span {
  font-weight: normal;
}
/* line 17866, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-accordion .col-item .order-status span,
.customer-giftcards-balance .account-order-content .row-item .active-card-accordion .col-item .order-status span,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-accordion .col-item .order-status span {
  font-weight: bold;
}
/* line 17875, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table caption,
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table caption,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table caption {
  width: 100%;
  display: block;
  padding: 0 40px 8px;
  text-transform: uppercase;
}
/* line 17881, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tbody,
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tbody,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tbody {
  padding: 0 40px;
}
/* line 17883, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tbody tr,
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tbody tr,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tbody tr {
  border: none;
}
/* line 17886, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tbody tr td,
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tbody tr td,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tbody tr td {
  text-align: left;
  color: #636363;
  padding: 0;
}
/* line 17891, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tbody tr:nth-child(even),
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tbody tr:nth-child(even),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tbody tr:nth-child(even) {
  margin: 4px 0 30px;
}
/* line 17898, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tr td:first-child,
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tr td:first-child,
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tr td:first-child {
  width: 170px;
}
/* line 17901, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tr td:nth-child(2),
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tr td:nth-child(2),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tr td:nth-child(2) {
  width: 140px;
}
/* line 17904, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tr td:nth-child(3),
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tr td:nth-child(3),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tr td:nth-child(3) {
  width: 180px;
}
/* line 17907, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .row-item .recent-order-detail .order-history-table tr td:nth-child(4),
.customer-giftcards-balance .account-order-content .row-item .active-card-detail .order-history-table tr td:nth-child(4),
.customer-giftcards-balance .account-order-content .row-item .pending-creditmemo-detail .order-history-table tr td:nth-child(4) {
  width: 180px;
}
/* line 17916, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .account-order-content .no-activity-history {
  font-size: 14px;
  color: #f8b537;
  font-weight: bold;
  padding: 10px 40px 15px;
}

/* line 17925, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .title-tab-order {
  margin-bottom: 15px;
}
/* line 17927, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .title-tab-order li:first-child {
  padding-left: 0;
}
/* line 17931, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .customer-account-accordion .font-normal {
  font-weight: normal;
}
/* line 17937, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .order-history-table caption,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active .order-history-table caption {
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 0 50px 20px 40px;
  text-transform: uppercase;
  color: #4e4e4e;
}
/* line 17947, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-image,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-image {
  width: 15%;
}
/* line 17950, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-name,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-name {
  width: 30%;
  padding: 0 10px;
}
/* line 17954, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-qty,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-qty {
  width: 18%;
}
/* line 17957, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-reorder,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-reorder {
  width: 11%;
}
/* line 17960, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-price,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-price {
  width: 13%;
}
/* line 17963, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active thead tr th.header-total,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active thead tr th.header-total {
  width: 13%;
  text-align: center;
}
/* line 17969, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr td.product-image-order,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active tbody tr td.product-image-order {
  width: 15%;
}
/* line 17972, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr td.product-info-order,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active tbody tr td.product-info-order {
  width: 30%;
  padding: 10px;
}
/* line 17976, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr td.product-qty-order,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active tbody tr td.product-qty-order {
  width: 18%;
}
/* line 17979, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr td.product-reorder,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active tbody tr td.product-reorder {
  width: 11%;
}
/* line 17982, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr td.product-price-order,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active tbody tr td.product-price-order {
  width: 13%;
}
/* line 17985, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active tbody tr td.product-total-price,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active tbody tr td.product-total-price {
  width: 13%;
  text-align: center;
}
/* line 17990, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .total-history-order,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active .total-history-order {
  width: 50%;
  float: left;
  padding: 0;
}
/* line 17995, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .total-history-order table tr td,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr td {
  padding: 0 5px 0 13px;
}
/* line 17999, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .total-history-order table tr.subtotal td,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr.subtotal td {
  padding: 15px 5px 12px 13px;
}
/* line 18002, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .total-history-order table tr.subtotal td:first-child:after,
.productreturn-front-creditmemo .account-order-content .row-item .row-order-info .pending-creditmemo-detail.pending-creditmemo-active .total-history-order table tr.subtotal td:first-child:after {
  top: 14px;
}
/* line 18011, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .notes-total-wrapper {
  padding: 0 40px 20px;
}
/* line 18014, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .notes-refund-wrapper {
  width: 50%;
  float: left;
  color: #928e8e;
  font-size: 14px;
  line-height: 16px;
}
/* line 18020, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .notes-refund-wrapper h4 {
  text-transform: uppercase;
}
/* line 18023, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .notes-refund-wrapper .credit-memos-notes {
  margin-bottom: 75px;
}
/* line 18027, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .credit-memo-description {
  margin-top: 65px;
}
/* line 18029, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .credit-memo-description h4 {
  color: #928e8e;
  margin-bottom: 15px;
}
/* line 18033, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .credit-memo-description p {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #928e8e;
  margin-bottom: 16px;
}
/* line 18041, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .no-credit-memos {
  margin-bottom: 95px;
}
/* line 18043, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .no-credit-memos p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 35px 0 40px;
}

/* line 18053, ../scss/module/_nn-default-2.scss */
#wk-cs-chatwindow {
  bottom: auto;
  right: auto;
  top: 80px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
}
/* line 18060, ../scss/module/_nn-default-2.scss */
#wk-cs-chatwindow.chat-minimize {
  width: 295px;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 0;
}

/* line 18068, ../scss/module/_nn-default-2.scss */
#wk-cs-chat-container {
  border-bottom: 1px solid #E5E5E5;
}

/* line 18071, ../scss/module/_nn-default-2.scss */
#wk-cs-chat-top {
  background: #f8b537;
  padding: 5px 20px;
  display: none;
}

/* line 18076, ../scss/module/_nn-default-2.scss */
#wk-cs-admin-signal {
  margin: 7px 0 0;
  font-family: Verdana, Geneva, sans-serif;
}

/* line 18080, ../scss/module/_nn-default-2.scss */
.wk-cs-loader {
  width: 100%;
  border: none;
  padding: 10px 5px;
}
/* line 18084, ../scss/module/_nn-default-2.scss */
.wk-cs-loader .wk-cs-loading-image {
  width: 120px;
}
/* line 18087, ../scss/module/_nn-default-2.scss */
.wk-cs-loader .wk-cs-welcome,
.wk-cs-loader .wk-cs-heading,
.wk-cs-loader .wk-cs-loading-message a .wk-cs-inline-block {
  color: #a0b540;
}

/* line 18093, ../scss/module/_nn-default-2.scss */
#chat_popup_off {
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
}

/* line 18101, ../scss/module/_nn-default-2.scss */
#wk-cs-sh {
  padding: 0;
  margin: 9px 6px 0 10px;
}
/* line 18104, ../scss/module/_nn-default-2.scss */
#wk-cs-sh:hover {
  background: none;
}

/* line 18108, ../scss/module/_nn-default-2.scss */
.wk-cs-option-container {
  margin: 5px 0 0;
}
/* line 18110, ../scss/module/_nn-default-2.scss */
.wk-cs-option-container .wk-cs-option {
  margin: 0;
  padding: 0;
}

/* line 18115, ../scss/module/_nn-default-2.scss */
.wk-cs-hide {
  margin: 0;
}

/* line 18118, ../scss/module/_nn-default-2.scss */
#wk-cs-head {
  font-size: 14px;
  padding: 5px 20px;
  box-shadow: none;
}

/* line 18123, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-image {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
/* line 18127, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-image img {
  display: none;
}

/* line 18131, ../scss/module/_nn-default-2.scss */
.wk-cs-head .wk-cs-inline-block span {
  font-size: 12px;
  color: #333;
}

/* line 18135, ../scss/module/_nn-default-2.scss */
#wk-cs-agent-name {
  width: 170px;
  height: auto;
  font-size: 14px;
  margin-bottom: 1px;
  color: #f8b537;
  overflow: visible;
}

/* line 18143, ../scss/module/_nn-default-2.scss */
.wk-cs-chat-ref {
  width: 30px;
  height: 30px;
}

/* line 18147, ../scss/module/_nn-default-2.scss */
#wk-cs-chat-list-small {
  height: 300px;
  background: #f6f6f6;
  margin-bottom: 0;
}

/* line 18152, ../scss/module/_nn-default-2.scss */
#wk-cs-chat-moveable-list {
  background: #f6f6f6;
  padding: 0 15px;
}

/* line 18156, ../scss/module/_nn-default-2.scss */
#wk-cs-enter-text-small {
  display: none !important;
}

/* line 18161, ../scss/module/_nn-default-2.scss */
#wk-cs-setting:hover,
#wk-cs-volume:hover {
  background-color: #fff;
}

/* line 18165, ../scss/module/_nn-default-2.scss */
.emoji-wysiwyg-editor {
  cursor: text;
}

/* line 18168, ../scss/module/_nn-default-2.scss */
#wk-cs-enter-text-container-small {
  width: 100%;
  padding: 0;
  border-radius: 0;
  box-shadow: 0px -3px 6px #ccc;
}

/* line 18174, ../scss/module/_nn-default-2.scss */
.emoji-wysiwyg-editor {
  border: none;
}

/* line 18177, ../scss/module/_nn-default-2.scss */
.wk-cs-inner,
.wk-cs-inner-admin {
  border-color: #ccc;
}
/* line 18180, ../scss/module/_nn-default-2.scss */
.wk-cs-inner:before,
.wk-cs-inner-admin:before {
  right: -10px;
}
/* line 18183, ../scss/module/_nn-default-2.scss */
.wk-cs-inner:before, .wk-cs-inner:after,
.wk-cs-inner-admin:before,
.wk-cs-inner-admin:after {
  width: 0;
  height: 0;
  border-right: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  background: none;
}
/* line 18193, ../scss/module/_nn-default-2.scss */
.wk-cs-inner:after,
.wk-cs-inner-admin:after {
  border-left-color: #fff;
}

/* line 18198, ../scss/module/_nn-default-2.scss */
.wk-cs-inner-admin:before {
  right: auto;
  left: -10px;
}
/* line 18202, ../scss/module/_nn-default-2.scss */
.wk-cs-inner-admin:before, .wk-cs-inner-admin:after {
  border-left: none;
  border-right: 10px solid #ccc;
}
/* line 18207, ../scss/module/_nn-default-2.scss */
.wk-cs-inner-admin:after {
  border-right-color: #fff;
}

/* line 18211, ../scss/module/_nn-default-2.scss */
.wk-cs-chat-ref-admin {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}
/* line 18215, ../scss/module/_nn-default-2.scss */
.wk-cs-chat-ref-admin img {
  height: auto;
}

/* line 18220, ../scss/module/_nn-default-2.scss */
.emoji-picker-icon {
  width: 20px;
  height: 20px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/emoji-picker.png");
  right: auto;
  left: 20px;
  top: 10px;
  border: none;
  opacity: 1;
}

/* line 18230, ../scss/module/_nn-default-2.scss */
.emoji-wysiwyg-editor {
  min-height: 40px;
  padding: 11px 10px 11px 45px;
}

/* line 18234, ../scss/module/_nn-default-2.scss */
.emoji-menu {
  /*position: fixed !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  right: 322px;
  bottom: 5px;*/
  left: 198px !important;
  top: 274px !important;
  transform: none !important;
}
/* line 18244, ../scss/module/_nn-default-2.scss */
.emoji-menu .emoji-items-wrap {
  overflow: auto;
}
/* line 18247, ../scss/module/_nn-default-2.scss */
.emoji-menu .emoji-items {
  margin-right: 0 !important;
}
/* line 18249, ../scss/module/_nn-default-2.scss */
.emoji-menu .emoji-items a {
  margin: 0;
  padding: 3.4px;
}

/* line 18256, ../scss/module/_nn-default-2.scss */
.wk-cs-enter-button {
  display: none;
}

/* line 18260, ../scss/module/_nn-default-2.scss */
.wk-cs-form-container {
  width: 100%;
  padding: 0;
}

/* line 18265, ../scss/module/_nn-default-2.scss */
#wk-cs-account-form {
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #f6f6f6;
  /*#wk-cs-create-button {
  	background: $c-green;
  	box-shadow: none;
  	margin-bottom: 0;
  }*/
}
/* line 18270, ../scss/module/_nn-default-2.scss */
#wk-cs-account-form input {
  width: 100%;
}

/* line 18279, ../scss/module/_nn-default-2.scss */
.wk-cs-form input {
  box-shadow: none;
  border-color: #a0b540;
}

/* line 18283, ../scss/module/_nn-default-2.scss */
#wk-cs-begin-chat {
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  background: #f6f6f6;
  /*#wk-cs-begin-chat-button {
  	background: $c-green;
  	box-shadow: none;
  	margin-bottom: 0;
  }*/
}
/* line 18288, ../scss/module/_nn-default-2.scss */
#wk-cs-begin-chat .wk-cs-heading {
  font-size: 18px;
  color: #a0b540;
  margin: 0 0 12px;
  padding: 0;
}
/* line 18294, ../scss/module/_nn-default-2.scss */
#wk-cs-begin-chat .wk-cs-begin-chat-outer {
  height: auto;
}

/* line 18303, ../scss/module/_nn-default-2.scss */
.wk-cs-form #wk-cs-login-button,
.wk-cs-form #wk-cs-create-button,
.wk-cs-button {
  background: #a0b540;
  box-shadow: none;
  margin-bottom: 0;
}

/* line 18310, ../scss/module/_nn-default-2.scss */
.wk-cs-ajaxloader {
  width: 100%;
}
/* line 18312, ../scss/module/_nn-default-2.scss */
.wk-cs-ajaxloader h1 {
  display: none;
}
/* line 18315, ../scss/module/_nn-default-2.scss */
.wk-cs-ajaxloader .wk-cs-ajaxloader-inner {
  width: 52px;
  height: 85px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/loader.gif") no-repeat;
  background-size: 52px 85px !important;
  top: 75px;
}

/* line 18323, ../scss/module/_nn-default-2.scss */
.wk-cs-setting-container span:hover {
  background: #fff;
  color: #636363;
}

/* line 18327, ../scss/module/_nn-default-2.scss */
#wk-cs-loader-container {
  width: 100%;
  position: static;
}

/* line 18332, ../scss/module/_nn-default-2.scss */
#wk-cs-loader {
  width: 20px;
  height: 32px;
  margin-top: 5px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/loader.gif") no-repeat;
  background-size: 20px 32px;
}

/* line 18339, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-profile,
.wk-cs-agent-review {
  background: #f6f6f6;
  padding: 7px 20px 20px;
}

/* line 18344, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-detail {
  padding: 0;
}
/* line 18346, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-detail strong {
  display: block;
  text-align: center;
  margin: 5px 0 10px;
}
/* line 18350, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-detail strong span {
  padding: 0;
  font-size: 14px;
}

/* line 18356, ../scss/module/_nn-default-2.scss */
#wk-cs-agent-name-profile {
  color: #a0b540;
  padding-left: 5px;
}

/* line 18360, ../scss/module/_nn-default-2.scss */
.wk-cs-option-container div:hover {
  background-color: #fff;
}

/* line 18364, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-review > div {
  font-size: 12px;
}
/* line 18367, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-review #wk-cs-comment {
  font-size: 12px;
  border: 1px solid #a0b540;
  border-radius: 3px;
  margin-bottom: 5px;
}
/* line 18373, ../scss/module/_nn-default-2.scss */
.wk-cs-agent-review h5.wk-cs-align-center {
  margin: 8px 0 4px;
}

/* line 18377, ../scss/module/_nn-default-2.scss */
#wk-cs-message-begin-chat {
  max-width: 100%;
  border-color: #a0b540;
  box-shadow: none;
  font-size: 12px;
}

/* line 18383, ../scss/module/_nn-default-2.scss */
.wk-cs-signal-away {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/js/chatsystem/images/chat-signal.png") no-repeat -21px -38px;
}

/* line 18386, ../scss/module/_nn-default-2.scss */
#chat_popup {
  cursor: pointer;
}

/* line 18389, ../scss/module/_nn-default-2.scss */
#wk-cs-chat-top.wk-cs-bg-yellow {
  animation-duration: 800ms;
  animation-name: blink;
  animation-iteration-count: 5;
}

@keyframes blink {
  from {
    background: #a0b540;
  }
  to {
    background: #f8b537;
  }
}
/* line 18404, ../scss/module/_nn-default-2.scss */
.banner-box-slider .owl-stage-outer {
  max-height: 364px;
}
/* line 18407, ../scss/module/_nn-default-2.scss */
.banner-box-slider .owl-theme .owl-dots {
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
}
/* line 18412, ../scss/module/_nn-default-2.scss */
.banner-box-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #b4b2b3;
  border: none;
  margin: 0 5px;
}
/* line 18419, ../scss/module/_nn-default-2.scss */
.banner-box-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #58595b;
}
/* line 18424, ../scss/module/_nn-default-2.scss */
.banner-box-slider .item img {
  border-radius: 7px;
}
/* line 18428, ../scss/module/_nn-default-2.scss */
.banner-box-slider .owl-nav .owl-prev,
.banner-box-slider .owl-nav .owl-next {
  top: 50%;
  margin: -13px 5px 0;
}

/* line 18438, ../scss/module/_nn-default-2.scss */
#articles_tabber_homepage .item img {
  width: 100%;
  height: 166px;
  margin: 0;
  padding: 0;
}
/* line 18445, ../scss/module/_nn-default-2.scss */
#articles_tabber_homepage .owl-prev,
#articles_tabber_homepage .owl-next {
  top: 73px;
  opacity: 1;
}

/* line 18472, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage .t-icon {
  width: 15px;
  height: 41px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 2px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -250px -503px;
}
/* line 18481, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage .brand-img {
  width: 180px;
  height: 165px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
/* line 18488, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage .brand-img a {
  display: inline-block;
}
/* line 18492, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage .double-points {
  width: 64px;
  height: 65px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -274px -503px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 18500, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage .owl-prev,
#brand_tabber_homepage .owl-next {
  top: 75px;
}

/* line 18506, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage-1 .brand-img a {
  width: 145px;
}

/* line 18513, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider:after,
.catalog-product-view .detail-review-section:after {
  content: '';
  display: table;
  clear: both;
}
/* line 18518, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider .tab-title,
.catalog-product-view .detail-review-section .tab-title {
  background: #a0b540;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  padding: 5px 20px;
  line-height: 20px;
  float: left;
  font-size: 13px;
}
/* line 18528, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper,
.catalog-product-view .detail-review-section ul.toggle-tabs,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper {
  width: auto;
  float: left;
  border: none;
  margin-left: 55px;
}
/* line 18534, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs li.current,
.catalog-product-view .productDetialSlider ul.toggle-tabs li.active,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li.current,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li.active,
.catalog-product-view .detail-review-section ul.toggle-tabs li.current,
.catalog-product-view .detail-review-section ul.toggle-tabs li.active,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li.current,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li.active {
  background: none;
  border: none;
}
/* line 18538, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs li.current span,
.catalog-product-view .productDetialSlider ul.toggle-tabs li.active span,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li.current span,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li.active span,
.catalog-product-view .detail-review-section ul.toggle-tabs li.current span,
.catalog-product-view .detail-review-section ul.toggle-tabs li.active span,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li.current span,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li.active span {
  color: #a0b540;
  text-transform: uppercase;
}
/* line 18541, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs li.current span:after,
.catalog-product-view .productDetialSlider ul.toggle-tabs li.active span:after,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li.current span:after,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li.active span:after,
.catalog-product-view .detail-review-section ul.toggle-tabs li.current span:after,
.catalog-product-view .detail-review-section ul.toggle-tabs li.active span:after,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li.current span:after,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li.active span:after {
  display: block;
}
/* line 18547, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs li span,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li span,
.catalog-product-view .detail-review-section ul.toggle-tabs li span,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li span {
  font-size: 13px;
  padding: 5px 20px;
}
/* line 18550, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs li span:after,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li span:after,
.catalog-product-view .detail-review-section ul.toggle-tabs li span:after,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li span:after {
  height: 19px;
}
/* line 18556, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.toggle-tabs li:last-child span:after,
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper li:last-child span:after,
.catalog-product-view .detail-review-section ul.toggle-tabs li:last-child span:after,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper li:last-child span:after {
  display: none;
}
/* line 18563, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider ul.reviews-tab-wrapper,
.catalog-product-view .detail-review-section ul.reviews-tab-wrapper {
  margin-left: 25px;
}
/* line 18566, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider .collateral-tabs,
.catalog-product-view .productDetialSlider .reviews-wrapper,
.catalog-product-view .detail-review-section .collateral-tabs,
.catalog-product-view .detail-review-section .reviews-wrapper {
  width: 100%;
  float: left;
  border-top: 2px solid #a0b540;
}
/* line 18574, ../scss/module/_nn-default-2.scss */
.catalog-product-view .detail-review-section .review-tab-title {
  min-width: 218px;
  text-align: center;
}
/* line 18580, ../scss/module/_nn-default-2.scss */
.catalog-product-view .product-view .product-essential .product-shop .ratingsOuter .rating-box {
  float: left;
  margin: 0;
}
/* line 18584, ../scss/module/_nn-default-2.scss */
.catalog-product-view .product-view .product-essential .product-shop .ratingsOuter .availability {
  float: left;
  line-height: 26px;
  margin: 0 41px 0 45px;
}
/* line 18588, ../scss/module/_nn-default-2.scss */
.catalog-product-view .product-view .product-essential .product-shop .ratingsOuter .availability span {
  margin: 0 4px 0 0;
}
/* line 18591, ../scss/module/_nn-default-2.scss */
.catalog-product-view .product-view .product-essential .product-shop .ratingsOuter .availability.out-of-stock {
  margin: 0 6px 0 10px;
}
/* line 18594, ../scss/module/_nn-default-2.scss */
.catalog-product-view .product-view .product-essential .product-shop .ratingsOuter .availability .sprites-instock {
  position: relative;
  right: -5px;
  top: 3px;
}
/* line 18600, ../scss/module/_nn-default-2.scss */
.catalog-product-view .product-view .product-essential .product-shop .ratingsOuter .bonus-btn {
  background: none;
  border: none;
  color: #a0b540;
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 26px;
  text-transform: uppercase;
}
/* line 18613, ../scss/module/_nn-default-2.scss */
.catalog-product-view .productDetialSlider .old-price .save-price {
  display: none;
}

/* line 18620, ../scss/module/_nn-default-2.scss */
.review-remaining-char {
  position: absolute;
  top: 84px;
  padding-left: 8px;
  margin-bottom: 0px !important;
}

/* line 18627, ../scss/module/_nn-default-2.scss */
a.crosslink {
  color: #a0b540;
}

/* line 18631, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage-3 {
  padding-top: 15px;
}
/* line 18633, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage-3 .item {
  padding-top: 10px;
}
/* line 18636, ../scss/module/_nn-default-2.scss */
#brand_tabber_homepage-3 .double-points {
  min-width: inherit;
  right: 17px;
  top: 0px;
}

/* line 18644, ../scss/module/_nn-default-2.scss */
.col2-right-layout .col-right.sidebar .block-viewed,
.col2-right-layout .col-right.sidebar .videoWrapper {
  padding-left: 16px;
}

/* line 18652, ../scss/module/_nn-default-2.scss */
.product-image .amlabel-table2,
.product-image a .amlabel-table2 {
  display: none;
}
/* line 18654, ../scss/module/_nn-default-2.scss */
.product-image .amlabel-table2:last-child,
.product-image a .amlabel-table2:last-child {
  display: block;
}

/* line 18662, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-nav {
  border-bottom: 5px solid #a0b540;
  float: none;
}
/* line 18666, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-nav li a {
  padding: 8px 20px;
  line-height: 20px;
  position: relative;
}
/* line 18670, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-nav li a:after {
  top: 7px;
}
/* line 18674, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-nav li.ui-tabs-active {
  font-weight: bold;
  background: #a0b540;
}
/* line 18677, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-nav li.ui-tabs-active a {
  color: #ffffff;
}
/* line 18679, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-nav li.ui-tabs-active a:after {
  display: none;
}
/* line 18686, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .homeTab .ui-tabs-panel {
  float: none;
}
/* line 18691, ../scss/module/_nn-default-2.scss */
.wordpress-term-view .description {
  margin: 35px 35px 0;
  line-height: 1.4;
  font-size: 14px;
}

/* line 18699, ../scss/module/_nn-default-2.scss */
.product-essential #free-shipping-popup {
  top: -100px;
  bottom: auto;
  right: auto;
  left: -65px;
}
/* line 18705, ../scss/module/_nn-default-2.scss */
.product-essential #rewards-popup {
  left: -70px;
  top: -20px;
}

/* line 18711, ../scss/module/_nn-default-2.scss */
.awards-content-wrapper .awards-education .awards-info-wrap > div a img {
  height: auto;
}

/* line 18716, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .block-cart-bottom {
  margin-top: 55px;
}
/* line 18719, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist {
  margin-bottom: 55px;
}
/* line 18721, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist .page-title h1 {
  font-size: 30px;
  margin-bottom: 5px;
}
/* line 18726, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr td .add-to-cart-alt {
  font-size: 14px;
  margin-top: 40px;
}
/* line 18731, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .brand {
  margin: 0;
}
/* line 18734, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .btn-remove {
  margin: 0;
}
/* line 18737, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
}
/* line 18742, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage button {
  background: none;
  color: #f8b537;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
/* line 18749, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .item-manage .out-of-stock {
  margin-top: 8px;
}
/* line 18753, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .wishlist-sku {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
/* line 18757, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist #wishlist-table.clean-table tbody tr .customer-wishlist-item-info .wishlist-sku span {
  display: block;
}
/* line 18764, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist .wishlist-cell1 {
  font-size: 14px;
  font-weight: bold;
  color: #4e4e4e;
  text-transform: capitalize;
  position: relative;
}
/* line 18770, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist .wishlist-cell1 a {
  color: #4e4e4e;
}
/* line 18774, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist .wishlist-header {
  min-height: 63px;
}
/* line 18779, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .lastminutedeals .lastdeal {
  border: 1px solid #a7a7a7;
  padding: 20px 13px;
}
/* line 18782, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .lastminutedeals .lastdeal .owl-stage-outer {
  border: none;
}
/* line 18784, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .lastminutedeals .lastdeal .owl-stage-outer .item {
  padding-bottom: 0;
}
/* line 18791, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bottom-right-cart {
  margin-top: 70px;
}

/* line 18797, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-empty-container,
.wishlist-index-index .wishlist-empty-container {
  font-size: 14px;
  color: #4e4e4e;
}
/* line 18800, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-empty-container ul,
.wishlist-index-index .wishlist-empty-container ul {
  border-bottom: 1px dashed #a7a7a7;
  text-align: right;
  margin-bottom: 25px;
}
/* line 18805, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-empty-container li,
.wishlist-index-index .wishlist-empty-container li {
  width: 130px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
}

/* line 18815, ../scss/module/_nn-default-2.scss */
.wishlist-index-index .my-wishlist form .fieldset {
  margin-bottom: 68px;
}
/* line 18818, ../scss/module/_nn-default-2.scss */
.wishlist-index-index .bottom-right-cart {
  margin-top: 100px;
}

/* line 18824, ../scss/module/_nn-default-2.scss */
.review-customer-index .my-account .page-title {
  float: left;
}
/* line 18827, ../scss/module/_nn-default-2.scss */
.review-customer-index .my-account .upper-pager {
  float: right;
}

/* line 18833, ../scss/module/_nn-default-2.scss */
.review-customer-index .page-title h2,
.advancednewsletter-manage-index .page-title h2 {
  font-size: 20px;
  border: none;
  padding-bottom: 0;
  color: #4e4e4e;
  text-transform: uppercase;
}

/* line 18843, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .browse-files-wrapper {
  margin-top: 18px;
}
/* line 18846, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .browse-files {
  width: 350px;
  float: left;
}
/* line 18849, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .browse-files .input-box {
  padding-top: 0;
}
/* line 18852, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .browse-files .attachments-input {
  display: none;
}
/* line 18855, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .browse-files .attachments-label {
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
/* line 18864, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .browse-files .file-details {
  margin: 5px 0;
  font-size: 12px;
}
/* line 18869, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .buttons-set {
  float: right;
  position: static;
  clear: none;
}
/* line 18873, ../scss/module/_nn-default-2.scss */
.aw-hdu3-customer-index .create-new-ticket .buttons-set .button {
  margin-top: 0;
}

/* line 18880, ../scss/module/_nn-default-2.scss */
.customer-billing-index .account-cc-billing {
  border: none;
  padding: 0;
}

/* line 18890, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .list-orders .row-item .order-history-table thead tr,
.trackorder-track-index .account-order-content .list-orders .row-item .order-history-table thead tr {
  padding: 5px 15px;
}
/* line 18893, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .list-orders .row-item .order-history-table tbody,
.trackorder-track-index .account-order-content .list-orders .row-item .order-history-table tbody {
  padding: 5px 15px;
}
/* line 18895, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .list-orders .row-item .order-history-table tbody tr .product-image-order img,
.trackorder-track-index .account-order-content .list-orders .row-item .order-history-table tbody tr .product-image-order img {
  max-height: inherit;
}
/* line 18900, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .empty-order-wrapper,
.trackorder-track-index .account-order-content .empty-order-wrapper {
  padding: 20px 15px;
}
/* line 18902, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .empty-order-wrapper p,
.trackorder-track-index .account-order-content .empty-order-wrapper p {
  font-size: 14px;
  font-weight: bold;
  color: #636363;
}
/* line 18907, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .empty-order-wrapper .empty-order-buttons,
.trackorder-track-index .account-order-content .empty-order-wrapper .empty-order-buttons {
  margin: 30px 0 40px;
}
/* line 18909, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .empty-order-wrapper .empty-order-buttons a,
.trackorder-track-index .account-order-content .empty-order-wrapper .empty-order-buttons a {
  min-width: 110px;
  text-align: center;
  margin-right: 25px;
}

/* line 18919, ../scss/module/_nn-default-2.scss */
.customer-giftcards-balance .bottom-right-cart {
  margin-top: 95px;
}

/* line 18925, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .list-orders .row-item .order-history-table thead tr {
  padding: 5px 15px;
}
/* line 18928, ../scss/module/_nn-default-2.scss */
.productreturn-front-creditmemo .account-order-content .list-orders .row-item .order-history-table tbody {
  padding: 5px 15px;
}

/* line 18934, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .return-policy-content {
  margin-bottom: 65px;
  clear: both;
}
/* line 18937, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .return-policy-content h4 {
  color: #4e4e4e;
  margin-bottom: 10px;
}
/* line 18941, ../scss/module/_nn-default-2.scss */
.productreturn-front-list .return-policy-content p {
  color: #4e4e4e;
  line-height: 16px;
  margin-bottom: 20px;
}

/* line 18950, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper .box {
  min-height: inherit;
  padding-bottom: 10px;
}
/* line 18954, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper .box-title {
  padding: 0;
}
/* line 18957, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper h3.custom-toggle {
  cursor: pointer;
  margin: 0;
}
/* line 18960, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper h3.custom-toggle span {
  width: 25px;
  display: inline-block;
  vertical-align: top;
}
/* line 18966, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper .box-content {
  display: none;
}
/* line 18969, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper .data-table {
  margin-top: 18px;
}
/* line 18972, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .box-account.custom-toggle-wrapper .add-transaction-total {
  padding-bottom: 15px;
}
/* line 18976, ../scss/module/_nn-default-2.scss */
.rewards-dashboard .interact-points h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #f8b537;
  font-weight: bold;
  margin: 10px 0px 20px;
  width: 100%;
  float: left;
}

/* line 18987, ../scss/module/_nn-default-2.scss */
.trackorder-tracking-index .bottom-right-cart {
  margin-top: 105px;
}

/* line 18991, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .my-wishlist .fieldset .availability.out-of-stock span {
  line-height: 18px;
}

/* line 18995, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .order-history-table .bonus-items-heading,
.customer-account .order-items.order-details .account-order-view .order-history-table .bonus-items-heading {
  border: none;
}
/* line 18998, ../scss/module/_nn-default-2.scss */
.account-order-content .row-item .row-order-info .recent-order-detail.recent-order-active .order-history-table .bonus-items-heading td,
.customer-account .order-items.order-details .account-order-view .order-history-table .bonus-items-heading td {
  width: 100%;
  font-size: 20px;
  padding: 10px 0 5px;
}

/* line 19004, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items .bonus-items-heading {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0 5px;
}
/* line 19009, ../scss/module/_nn-default-2.scss */
.recent-order-items .order-items .bonus-items-heading + li {
  border: none;
}

/* line 19014, ../scss/module/_nn-default-2.scss */
.checkout-cart-index {
  /*	.added_product_bonus_overlay .remove-wishlist-popup {
  		.block-subtitle {
  			font-size: 22px;
  			letter-spacing: -1px;
  			margin-bottom: 15px;
  		}
  		.item-product {
  			.bx-name {
  				color: #4e4e4e;
  				.top-text {
  					margin: 18px 0 25px;
  				}
  				.middle-text {
  					font-weight: bold;
  				}
  			} 
  		}
  	}*/
}
/* line 19016, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .added_product_bonus_overlay .bonus_overlay-wrapper {
  padding: 15px 20px 10px;
}
/* line 19018, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .added_product_bonus_overlay .bonus_overlay-wrapper .block-subtitle {
  font-size: 28px;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
/* line 19026, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .added_product_bonus_overlay .bonus_overlay-wrapper .item-product .bx-image img {
  height: auto;
}
/* line 19030, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .added_product_bonus_overlay .bonus_overlay-wrapper .item-product .bx-name {
  margin-top: 0;
  padding-left: 15px;
  color: #4e4e4e;
}
/* line 19034, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .added_product_bonus_overlay .bonus_overlay-wrapper .item-product .bx-name .top-text {
  margin-bottom: 30px;
}
/* line 19037, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .added_product_bonus_overlay .bonus_overlay-wrapper .item-product .bx-name a {
  margin-bottom: 12px;
}
/* line 19045, ../scss/module/_nn-default-2.scss */
.checkout-cart-index #bonus_overlay_form .popup-bonus {
  padding: 15px 20px 20px;
}
/* line 19047, ../scss/module/_nn-default-2.scss */
.checkout-cart-index #bonus_overlay_form .popup-bonus .block-subtitle {
  padding-bottom: 15px;
}
/* line 19049, ../scss/module/_nn-default-2.scss */
.checkout-cart-index #bonus_overlay_form .popup-bonus .block-subtitle span {
  font-size: 24px;
  letter-spacing: -0.5px;
  display: block;
}
/* line 19058, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .bonus_overlay_current_product {
  max-width: 425px;
}
/* line 19061, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .block-subtitle {
  font-size: 30px;
  letter-spacing: 0;
}
/* line 19066, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .item-product .bx-image {
  width: 110px;
}
/* line 19069, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .item-product .bx-name {
  width: 310px;
  color: #4e4e4e;
  padding-left: 5px;
}
/* line 19073, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .item-product .bx-name .top-text {
  margin-bottom: 12px;
}
/* line 19076, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .item-product .bx-name .middle-text {
  margin: 30px 0 15px;
  font-weight: bold;
}
/* line 19081, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .wishlist-remove-overlay.added_product_bonus_overlay .item-product .bx-name .bottom-text span {
  display: inline;
}
/* line 19089, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bonus_overlay-wrapper.cart-moved-item .bonus_overlay_current_product {
  max-width: 420px;
}
/* line 19092, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bonus_overlay-wrapper.cart-moved-item .block-subtitle {
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 0;
  padding-bottom: 8px;
}
/* line 19097, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bonus_overlay-wrapper.cart-moved-item .block-subtitle:after {
  width: 45px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -273px;
}
/* line 19107, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bonus_overlay-wrapper.cart-moved-item .item-product .bx-name {
  width: 285px;
  padding-left: 5px;
}
/* line 19110, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bonus_overlay-wrapper.cart-moved-item .item-product .bx-name .top-text {
  margin: 12px 0 40px;
}
/* line 19113, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .bonus_overlay-wrapper.cart-moved-item .item-product .bx-name a {
  margin-bottom: 15px;
}
/* line 19120, ../scss/module/_nn-default-2.scss */
.checkout-cart-index #update_promotional_gift .popup-title .reselect-block-subtitle {
  font-size: 26px;
  font-weight: bold;
  color: #f8b537;
  text-transform: capitalize;
  margin-bottom: 7px;
}
/* line 19127, ../scss/module/_nn-default-2.scss */
.checkout-cart-index #update_promotional_gift .popup-title .reselect-top-text {
  color: #4e4e4e;
  font-weight: bold;
}
/* line 19152, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .bonus_overlay-wrapper,
.checkout-cart-index .cart-recalculate-no-rule-overlay .bonus_overlay-wrapper {
  padding-bottom: 15px;
}
/* line 19156, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .shoppingcart-confirmation-header .block-subtitle,
.checkout-cart-index .cart-recalculate-no-rule-overlay .shoppingcart-confirmation-header .block-subtitle {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
/* line 19162, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .shoppingcart-confirmation-header p,
.checkout-cart-index .cart-recalculate-no-rule-overlay .shoppingcart-confirmation-header p {
  color: #4e4e4e;
  text-align: center;
  padding: 0 25px;
}
/* line 19168, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .bonus-update-content,
.checkout-cart-index .cart-recalculate-no-rule-overlay .bonus-update-content {
  max-width: 360px;
  margin: 0 auto;
}
/* line 19172, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .product-list-wrap,
.checkout-cart-index .cart-recalculate-no-rule-overlay .product-list-wrap {
  width: 100%;
  float: left;
  color: #4e4e4e;
  margin-top: 25px;
}
/* line 19177, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .product-list-wrap .product-list-image,
.checkout-cart-index .cart-recalculate-no-rule-overlay .product-list-wrap .product-list-image {
  width: 140px;
  float: left;
  padding-right: 15px;
}
/* line 19181, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .product-list-wrap .product-list-image img,
.checkout-cart-index .cart-recalculate-no-rule-overlay .product-list-wrap .product-list-image img {
  height: auto;
}
/* line 19185, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .product-list-wrap .product-list-name,
.checkout-cart-index .cart-recalculate-no-rule-overlay .product-list-wrap .product-list-name {
  width: 220px;
  float: left;
}
/* line 19188, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .shoppingcart-confirmation-overlay .product-list-wrap .product-list-name p,
.checkout-cart-index .cart-recalculate-no-rule-overlay .product-list-wrap .product-list-name p {
  font-weight: bold;
  text-transform: capitalize;
  margin: 25px 0 15px;
}
/* line 19197, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .cart-recalculate-no-rule-overlay .cart-recalculate-no-rule-footer {
  text-align: center;
}
/* line 19199, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .cart-recalculate-no-rule-overlay .cart-recalculate-no-rule-footer h3 {
  font-size: 22px;
  line-height: 62px;
  display: inline-block;
  text-transform: uppercase;
  color: #f8b537;
  font-weight: bold;
  text-align: center;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sad-carrot.png") no-repeat right center;
  margin: 15px 0 10px;
  padding-right: 70px;
}

/* line 19217, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay {
  font-family: Verdana, Geneva, sans-serif;
}
/* line 19219, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .bonus_overlay-wrapper,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .bonus_overlay-wrapper {
  padding: 15px 20px 10px;
}
/* line 19222, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .bonus_overlay_current_product,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .bonus_overlay_current_product {
  max-width: 100%;
  padding: 0 15px;
}
/* line 19226, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .block-subtitle,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .block-subtitle {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
/* line 19231, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .item-product,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .item-product {
  font-size: 12px;
  line-height: 14px;
}
/* line 19234, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-image,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-image {
  width: 145px;
}
/* line 19237, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-name,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-name {
  width: 280px;
  color: #4e4e4e;
  padding-left: 5px;
}
/* line 19241, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-name .top-text,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-name .top-text {
  margin: 12px 0;
}
/* line 19244, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-name .middle-text,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .item-product .bx-name .middle-text {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 19250, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions {
  border: none;
  margin: 5px 0 10px;
}
/* line 19253, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions .btn,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions .btn {
  font-size: 12px;
}
/* line 19256, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions .btn-grey,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions .btn-grey {
  font-weight: bold;
  float: left;
  padding: 0 8px;
}
/* line 19261, ../scss/module/_nn-default-2.scss */
.checkout-cart-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions .btn-yellow,
.wishlist-index-index .remove-confirmation.added_product_bonus_overlay .bx-btn-actions .btn-yellow {
  float: right;
  padding: 0 12px;
}

/* line 19269, ../scss/module/_nn-default-2.scss */
.customer-account-index .my-account .dashboard .box-account:first-child .col-2 .box {
  min-height: 220px;
}

/* line 19275, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .free-rewards-points .current-balance-label {
  margin-bottom: 10px;
}
/* line 19277, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .free-rewards-points .current-balance-label label {
  float: left;
  width: 145px;
  border: 1px solid #a0b540;
  border-radius: 3px 0px 0px 3px;
  text-align: right;
  font-size: 10px;
  padding: 0 25px 0 0;
  color: #4e4e4e;
  line-height: 32px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 19290, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .free-rewards-points .current-balance-label p {
  height: 34px;
  margin: 0;
  float: left;
  width: 170px;
  border: 1px solid #a0b540;
  border-left: 0;
  padding-right: 25px;
  text-align: right;
  font-size: 18px;
  color: #a0b540;
  font-weight: bold;
  border-radius: 0px 3px 3px 0px;
}
/* line 19305, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .free-rewards-points li {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 5px;
}
/* line 19309, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .free-rewards-points li:last-child {
  margin-bottom: 0;
}
/* line 19312, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .free-rewards-points li a {
  color: #a0b540;
  text-decoration: underline;
}
/* line 19318, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .email-notifications {
  width: 100%;
  padding: 0;
  margin-top: 22px;
}
/* line 19322, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .email-notifications .box {
  min-height: inherit;
}
/* line 19326, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .email-notifications .notificationsBlock form {
  width: 100%;
  float: left;
}
/* line 19330, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .email-notifications .notificationsBlock ul {
  float: left;
}
/* line 19333, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .email-notifications .notificationsBlock li {
  float: left;
  margin-right: 85px;
}
/* line 19337, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .email-notifications .notificationsBlock .buttons-set {
  clear: none;
  float: right;
}
/* line 19343, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .box-title {
  padding-bottom: 0px;
}
/* line 19345, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .box-account .col2-set .box-title h3 {
  text-transform: capitalize;
  padding-left: 20px;
}

/* line 19352, ../scss/module/_nn-default-2.scss */
.gift-rewards-form {
  margin: 0;
}
/* line 19354, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .gift-point {
  width: 50%;
  float: left;
  padding: 0 0 0 15px;
  margin: 24px 0 60px;
}
/* line 19359, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .gift-point .promotion-reward-points {
  width: 100%;
  padding: 0;
}
/* line 19363, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .gift-point .apply-points-text {
  margin-top: 16px;
  line-height: 22px;
}
/* line 19367, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .gift-point .gift-point-bottom {
  margin: 0;
}
/* line 19369, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .gift-point .gift-point-bottom #applied-message {
  margin-top: 35px;
}
/* line 19374, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper {
  width: 50%;
  float: left;
  margin: 24px 0 60px;
}
/* line 19378, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #freepoint-error-container {
  font-size: 13px;
  margin: 10px 0;
  color: #ff0000;
}
/* line 19384, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .lb-balance {
  font-size: 14px;
}
/* line 19386, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .lb-balance .lb-points {
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 19390, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .lb-balance .available-point {
  font-weight: normal;
}
/* line 19393, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .lb-balance span {
  text-transform: none;
  font-weight: normal;
}
/* line 19397, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .lb-balance > span {
  font-size: 12px;
}
/* line 19401, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .input-box {
  margin: 16px 0;
}
/* line 19403, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .input-box .input-text {
  width: 460px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #a0a1a3;
  font-size: 14px;
  padding: 0 8px;
}
/* line 19412, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .bx-btn-rewards {
  position: relative;
}
/* line 19414, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .bx-btn-rewards .button:disabled {
  background: #f8b537;
}
/* line 19417, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper #payment_freepoint_form .bx-btn-rewards .select-offer {
  font-size: 10px;
  line-height: 32px;
  margin-left: 10px;
}
/* line 19425, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner li {
  font-size: 10px;
  margin-bottom: 10px;
  display: flex;
}
/* line 19429, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner li a {
  color: #a0b540;
  text-decoration: underline;
}
/* line 19433, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner li p {
  position: relative;
}
/* line 19435, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner li p:first-child {
  padding-right: 108px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 19441, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner li p:last-child {
  white-space: nowrap;
}
/* line 19446, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner input[type='radio'] {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* line 19451, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner .applied-free-point {
  padding: 0 25px 0 10px;
  font-weight: bold;
  position: relative;
  top: -1px;
}
/* line 19457, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner .cancel-free-point-button {
  position: absolute;
  right: 0;
  top: -5px;
}
/* line 19462, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner .cancel-free-point {
  width: 20px;
  height: 20px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -177px;
  border: none;
}
/* line 19468, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .free-points-rule-conatiner .expiry-date {
  width: 104px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 19475, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .free-points-wrapper .please-wait {
  display: block;
}

/* line 19482, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard {
  padding: 24px 0 60px;
}
/* line 19484, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .lb-gift-card {
  font-size: 14px;
}
/* line 19486, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .lb-gift-card .lb-points {
  text-transform: uppercase;
}
/* line 19489, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .lb-gift-card .giftcard_value {
  font-weight: normal;
}
/* line 19493, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .input-box {
  margin: 16px 0;
}
/* line 19495, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .input-box .input-text {
  width: 460px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #a0a1a3;
  font-size: 14px;
  padding: 0 8px;
}
/* line 19505, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .bx-btn-view-gift .button {
  margin: 16px 0 5px;
}
/* line 19508, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .bx-btn-view-gift .gift-note {
  line-height: 16px;
}
/* line 19513, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .bx-btn-view-gift-value .button {
  margin-top: 15px;
}
/* line 19517, ../scss/module/_nn-default-2.scss */
.giftcard-form .promotion-giftcard .giftcardvalue-error {
  color: #ff0000;
  margin-top: 5px;
}
/* line 19522, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper {
  width: 400px;
  font-size: 14px;
}
/* line 19525, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper #giftcard-applied-message {
  font-weight: bold;
  padding-bottom: 6px;
  margin: 35px 0 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #a0a1a3;
}
/* line 19532, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper .discount-success {
  display: block;
}
/* line 19534, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper .discount-success .discount-price {
  float: right;
  margin: 0;
}
/* line 19539, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper .checkout-payment-giftmessage,
.giftcard-form .giftcard-message-wrapper .checkout-cart-couponmessage,
.giftcard-form .giftcard-message-wrapper .checkout-payment-rewardsmessage {
  position: relative;
  line-height: 16px;
  margin-bottom: 7px;
  padding-right: 33px;
}
/* line 19546, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper .checkout-payment-giftmessage .discount-success,
.giftcard-form .giftcard-message-wrapper .checkout-cart-couponmessage .discount-success,
.giftcard-form .giftcard-message-wrapper .checkout-payment-rewardsmessage .discount-success {
  line-height: 16px;
}
/* line 19549, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper .checkout-payment-giftmessage .button2,
.giftcard-form .giftcard-message-wrapper .checkout-cart-couponmessage .button2,
.giftcard-form .giftcard-message-wrapper .checkout-payment-rewardsmessage .button2 {
  width: 20px;
  height: 20px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -84px -177px;
  position: absolute;
  right: 5px;
  top: -2px;
}
/* line 19558, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-message-wrapper .noAppliedMess {
  display: none;
}
/* line 19562, ../scss/module/_nn-default-2.scss */
.giftcard-form .giftcard-error {
  font-size: 13px;
  margin-top: 5px;
  color: #ff0000;
}

/* line 19571, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .what-free-points,
.free-reward-heading .what-free-points {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 32px;
}
/* line 19576, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .what-free-points .points-info-wrapper,
.free-reward-heading .what-free-points .points-info-wrapper {
  display: inline-block;
}
/* line 19578, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .what-free-points .points-info-wrapper span,
.free-reward-heading .what-free-points .points-info-wrapper span {
  color: #a0b540;
}
/* line 19581, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .what-free-points .points-info-wrapper .points-info-content,
.free-reward-heading .what-free-points .points-info-wrapper .points-info-content {
  width: 365px;
  position: absolute;
  left: 70px;
  top: 30px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 9;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: none;
}
/* line 19595, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .what-free-points .points-info-wrapper .points-info-content p:first-child,
.free-reward-heading .what-free-points .points-info-wrapper .points-info-content p:first-child {
  margin-bottom: 7px;
}
/* line 19599, ../scss/module/_nn-default-2.scss */
.gift-rewards-form .what-free-points .points-info-wrapper:hover .points-info-content,
.free-reward-heading .what-free-points .points-info-wrapper:hover .points-info-content {
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  display: block;
}

/* line 19608, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .free-reward-heading {
  padding-bottom: 15px;
}
/* line 19610, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .free-reward-heading h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/* line 19615, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .free-reward-heading .what-free-points {
  margin-bottom: -5px;
}
/* line 19617, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .free-reward-heading .what-free-points p {
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
}
/* line 19622, ../scss/module/_nn-default-2.scss */
.dashboard .box-account .col2-set .free-reward-heading .put-item-note {
  font-size: 10px;
  margin: 2px 0;
}

/* line 19627, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper {
  width: 100%;
  float: left;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  padding: 10px 25px 15px 25px;
}
/* line 19633, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .col-1,
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .col-2 {
  width: 38%;
  padding: 0 45px 0 0;
}
/* line 19637, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .col-1 .box,
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .col-2 .box {
  border: none;
  min-height: inherit;
  padding: 0;
}
/* line 19643, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .col-2 {
  width: 62%;
  padding: 0 0 0 45px;
}
/* line 19647, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .free-rewards-points {
  min-height: 76px;
  position: relative;
}
/* line 19650, ../scss/module/_nn-default-2.scss */
.dashboard.rewards-dashboard .col2-set .rewards-points-wrapper .free-rewards-points:before {
  height: 100%;
  border-left: 1px solid #a7a7a7;
  content: "";
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 0;
}

/* line 19662, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content #received-orders,
.sales-order-history .account-order-content #canceled-orders {
  display: none;
}
/* line 19666, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .recent-order-accordion {
  min-height: 77px;
}

/* line 19670, ../scss/module/_nn-default-2.scss */
.trackorder-track-index .account-order-content #received-orders,
.productreturn-front-creditmemo .account-order-content #all_creditmemo,
.customer-giftcards-balance .account-order-content #card_used {
  display: none;
}

/* line 19679, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .row-item .row-order-info .recent-order-detail,
.trackorder-track-index .account-order-content .row-item .row-order-info .recent-order-detail {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
/* line 19683, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .row-item .row-order-info .recent-order-detail .track-order,
.trackorder-track-index .account-order-content .row-item .row-order-info .recent-order-detail .track-order {
  position: relative;
  z-index: 9;
}
/* line 19688, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .row-item .row-order-info .recent-order-detail .pm-print .pm-print-left,
.trackorder-track-index .account-order-content .row-item .row-order-info .recent-order-detail .pm-print .pm-print-left {
  margin-top: 0;
}
/* line 19691, ../scss/module/_nn-default-2.scss */
.sales-order-history .account-order-content .row-item .row-order-info .recent-order-detail .pm-print .payment-print,
.trackorder-track-index .account-order-content .row-item .row-order-info .recent-order-detail .pm-print .payment-print {
  padding-top: 35px;
}

/* line 19700, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .return-bottom-pager .pager {
  margin: 15px 0 -10px;
}
/* line 19702, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder .return-bottom-pager .pager .amount,
.productreturn-front-newrequestselectorder .return-bottom-pager .pager .limiter,
.productreturn-front-newrequestselectorder .return-bottom-pager .pager .pages {
  margin-bottom: 0;
}
/* line 19711, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder #my-orders-table td {
  padding: 18px 10px 21px;
}
/* line 19713, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder #my-orders-table td.a-center.last {
  font-size: 12px;
  font-weight: normal;
  padding: 12px 10px 12px 0;
  text-align: center;
}
/* line 19718, ../scss/module/_nn-default-2.scss */
.productreturn-front-newrequestselectorder #my-orders-table td.a-center.last a.btn {
  margin-top: 2px;
}

/* line 19727, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper {
  width: 580px;
  padding: 15px 20px 20px;
}
/* line 19730, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .top-heading {
  font-weight: bold;
  text-align: center;
  margin: 5px 0 20px;
}
/* line 19735, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions {
  border: none;
  padding-top: 0;
}
/* line 19738, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions .btn {
  border: none;
  font-size: 12px;
  font-weight: bold;
}
/* line 19743, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions p {
  font-size: 10px;
  margin-top: 5px;
}
/* line 19747, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions #cancel-freepoint-gift,
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions #apply-freepoint-gift,
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions #cancel-reward-gift,
.free-point-overlay .bonus_overlay-wrapper .bx-btn-actions #apply-reward-gift {
  padding: 0 10px;
}
/* line 19754, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .bx-btn-left {
  display: inline-block;
  margin-right: 5px;
}
/* line 19758, ../scss/module/_nn-default-2.scss */
.free-point-overlay .bonus_overlay-wrapper .bx-btn-right {
  display: inline-block;
}
/* line 19763, ../scss/module/_nn-default-2.scss */
.free-point-overlay .free-point-reward .bonus_overlay-contents {
  width: 475px;
  margin: 0 auto;
}
/* line 19768, ../scss/module/_nn-default-2.scss */
.free-point-overlay .free-point-qualified {
  text-align: center;
}
/* line 19770, ../scss/module/_nn-default-2.scss */
.free-point-overlay .free-point-qualified p {
  margin: -4px 0 20px;
}
/* line 19773, ../scss/module/_nn-default-2.scss */
.free-point-overlay .free-point-qualified h4 {
  display: inline-block;
  font-size: 15px;
  padding-left: 25px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/correct-icon.jpg") no-repeat left center;
}
/* line 19781, ../scss/module/_nn-default-2.scss */
.free-point-overlay .free-point-promotion h6 {
  font-weight: normal;
  padding: 12px 25px 0;
}

/* line 19788, ../scss/module/_nn-default-2.scss */
.article-homepage-heading {
  color: #f8b537;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  border: none;
}

/* line 19797, ../scss/module/_nn-default-2.scss */
.health-article-content {
  padding: 10px 7px;
}
/* line 19799, ../scss/module/_nn-default-2.scss */
.health-article-content .article-title {
  text-align: center;
  font-weight: 600;
  color: #a0b540;
  font-size: 15px;
  line-height: 1.5;
}
/* line 19805, ../scss/module/_nn-default-2.scss */
.health-article-content .article-title a {
  color: #a0b540;
}

/* line 19811, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper {
  margin: 0 20px;
  font-family: Verdana, Geneva, sans-serif;
  border: none;
  background: none;
  color: #636363;
  padding: 0;
}
/* line 19818, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-tabs {
  margin: 0 40px;
}
/* line 19820, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-tabs h4, .health-articles-wrapper .health-articles-tabs h2 {
  display: inline-block;
  width: 50%;
  text-align: left;
  font-size: 34px;
  color: #f8b537;
  font-weight: 800;
}
/* line 19828, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-tabs a.link {
  display: inline-block;
  width: 49%;
  text-align: right;
  font-size: 15px;
  text-decoration: underline;
  color: #f8b537;
}
/* line 19838, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content {
  margin: 17px 0 40px;
}
/* line 19840, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .health-aricle-img {
  border: 1px solid #d2d2d4;
  border-radius: 3px;
  overflow: hidden;
}
/* line 19845, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .ui-tabs-panel {
  border: none;
  padding: 0;
  box-shadow: none;
}
/* line 19850, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .owl-dots {
  display: none;
}
/* line 19853, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .owl-prev,
.health-articles-wrapper .health-articles-content .owl-next {
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat transparent;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 74px;
  opacity: 1;
}
/* line 19863, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .owl-prev:hover,
.health-articles-wrapper .health-articles-content .owl-next:hover {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat transparent;
}
/* line 19879, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .owl-next {
  left: auto;
  right: 0;
  background-position: -32px 0;
}
/* line 19883, ../scss/module/_nn-default-2.scss */
.health-articles-wrapper .health-articles-content .owl-next:hover {
  background-position: -32px 0;
}

/* line 19895, ../scss/module/_nn-default-2.scss */
.wordpress-index-index .health-articles-content {
  margin: 17px 0 75px;
}

/* line 19900, ../scss/module/_nn-default-2.scss */
.health-articles-videos .health-aricle-img {
  position: relative;
}
/* line 19902, ../scss/module/_nn-default-2.scss */
.health-articles-videos .health-aricle-img:after {
  width: 50px;
  height: 33px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -25px;
  pointer-events: none;
  background-position: 0 -72px;
}

/* line 19920, ../scss/module/_nn-default-2.scss */
.coupontab1.owl-carousel .owl-item img,
.coupontab2.owl-carousel .owl-item img {
  width: 307px;
}

/* line 19925, ../scss/module/_nn-default-2.scss */
.opc .title-section #free-payment-button {
  position: absolute;
  right: 236px;
  top: 16px;
  text-transform: capitalize;
}

/* line 19933, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-main-title,
.std .promo-container .promotion-cat-title {
  font-size: 52px;
  line-height: 54px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bc2328;
  margin: 30px 0 5px;
}
/* line 19941, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-main-title span,
.std .promo-container .promotion-cat-title span {
  font-size: 36px;
  line-height: 38px;
  color: #b7b9bb;
  text-transform: none;
  font-weight: normal;
  position: relative;
  top: -8px;
}
/* line 19951, ../scss/module/_nn-default-2.scss */
.std .promo-container .viewall-link {
  position: absolute;
  right: 0;
  top: 23px;
}
/* line 19955, ../scss/module/_nn-default-2.scss */
.std .promo-container .viewall-link a {
  text-decoration: underline;
}
/* line 19959, ../scss/module/_nn-default-2.scss */
.std .promo-container ul {
  list-style: none;
  margin: 0;
}
/* line 19963, ../scss/module/_nn-default-2.scss */
.std .promo-container .promotion-cat-title {
  margin-bottom: 10px;
}
/* line 19967, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-header h2 {
  font-size: 62px;
  line-height: 64px;
  text-align: center;
  margin: 20px 0 15px;
}
/* line 19974, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links {
  border-top: 1px solid #a0b540;
  border-bottom: 1px solid #a0b540;
  padding: 17px 0;
  text-align: center;
}
/* line 19979, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links li {
  display: inline-block;
  margin: 0;
  text-align: center;
  border-right: 1px solid #bdbdbd;
}
/* line 19984, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links li:last-child {
  border: none;
}
/* line 19987, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links li a {
  font-size: 22px;
  line-height: 32px;
  display: block;
}
/* line 19991, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links li a:hover {
  text-decoration: none;
  color: #bc2328;
}
/* line 19998, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links .promo-links-top li {
  padding: 0 60px;
}
/* line 20002, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links .promo-links-bottom {
  width: 950px;
  margin: 7px auto 0;
  padding-top: 7px;
  border-top: 1px solid #ccc;
}
/* line 20007, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-links .promo-links-bottom li {
  padding: 0 25px;
}
/* line 20012, ../scss/module/_nn-default-2.scss */
.std .promo-container .flexslider {
  position: relative;
}
/* line 20015, ../scss/module/_nn-default-2.scss */
.std .promo-container .flexslider .slides li {
  margin: 0;
}
/* line 20017, ../scss/module/_nn-default-2.scss */
.std .promo-container .flexslider .slides li a {
  cursor: default;
}
/* line 20022, ../scss/module/_nn-default-2.scss */
.std .promo-container .flexslider .flex-control-nav,
.std .promo-container .flexslider .flex-control-paging {
  display: none;
}
/* line 20027, ../scss/module/_nn-default-2.scss */
.std .promo-container .flexslider .flex-prev,
.std .promo-container .flexslider .flex-next {
  width: 16px;
  height: 19px;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png") no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 9;
}
/* line 20039, ../scss/module/_nn-default-2.scss */
.std .promo-container .flexslider .flex-next {
  left: auto;
  right: 0;
  background-position: -32px 0;
}
/* line 20045, ../scss/module/_nn-default-2.scss */
.std .promo-container .homeTab {
  margin: 0;
}
/* line 20048, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-button {
  text-align: center;
  margin: 80px 0 20px;
}
/* line 20051, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-button a {
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  text-transform: uppercase;
  height: auto;
  padding: 4px 68px 6px 25px;
  box-shadow: 8px 8px 14px -2px #909090;
  position: relative;
}
/* line 20060, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-button a:after {
  content: ">";
  position: absolute;
  top: 24px;
  right: 5px;
  font-size: 60px;
  font-weight: bold;
}
/* line 20072, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .actions button {
  background: url(https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite-2.png) no-repeat;
  background-position: -43px -132px;
  background-color: #f8b537;
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 10px 6px 35px;
}
/* line 20080, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .actions input {
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
/* line 20088, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .price-box {
  margin: 2px 0px;
}
/* line 20092, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .cat-ordercode p {
  margin: 0 0 5px;
  font-size: 10px;
  color: #4e4e4e;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
/* line 20100, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .cat-ordercode p .brand a {
  text-decoration: none;
}
/* line 20105, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .cat-ordercode p .code a {
  text-decoration: underline;
}
/* line 20111, ../scss/module/_nn-default-2.scss */
.std .promo-container .owl-stage-outer .owl-nav .owl-prev,
.std .promo-container .owl-stage-outer .owl-nav .owl-next {
  top: 120px;
}
/* line 20116, ../scss/module/_nn-default-2.scss */
.std .promo-container .promo-vitamin .promo-main-title {
  margin-top: 50px;
}

/* line 20121, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .unshippable-overlay-wrapper {
  width: 515px;
}
/* line 20124, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .unshippable-overlay-wrapper .bonus_overlay-contents .bonus_overlay_current_product {
  max-width: 100%;
}
/* line 20128, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .unshippable-overlay-wrapper .bonus_overlay-contents .item-product .bx-image {
  width: 140px;
}
/* line 20131, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .unshippable-overlay-wrapper .bonus_overlay-contents .item-product .bx-name {
  width: 305px;
}
/* line 20133, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .unshippable-overlay-wrapper .bonus_overlay-contents .item-product .bx-name .top-text {
  margin-bottom: 30px;
}
/* line 20137, ../scss/module/_nn-default-2.scss */
.added_product_bonus_overlay .unshippable-overlay-wrapper .bonus_overlay-contents .item-product .unshippable-top {
  margin-top: 20px;
}

/* line 20145, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper h4 {
  color: #4e4e4e;
}
/* line 20148, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .bonus_overlay-contents .item-product .bx-name .top-text {
  margin: 15px 0;
}
/* line 20151, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .come-visit {
  margin-top: 25px;
  padding-left: 50px;
  position: relative;
}
/* line 20155, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .come-visit h4 {
  position: relative;
  z-index: 9;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
/* line 20162, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .come-visit:before {
  width: 62px;
  height: 43px;
  display: inline-block;
  content: "";
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/sprite.png") no-repeat -277px -320px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 20173, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .instore-tour-map {
  width: 406px;
  margin: 0 auto 12px;
  text-align: center;
  text-transform: uppercase;
}
/* line 20178, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .instore-tour-map h4 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 20184, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .instore-tour {
  float: left;
  margin-right: 10px;
}
/* line 20188, ../scss/module/_nn-default-2.scss */
.instore-overlay-wrapper .instore-map {
  float: left;
}

/* line 20195, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .popup-wrap, #curbside-confirm-overlay .popup-wrap,
#more_bonus_confirmation_overlay_form .popup-wrap {
  width: 520px;
}
/* line 20197, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .popup-wrap .list-items, #curbside-confirm-overlay .popup-wrap .list-items,
#more_bonus_confirmation_overlay_form .popup-wrap .list-items {
  padding-bottom: 5px;
  max-height: inherit;
  overflow: visible;
}
/* line 20204, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-item-container .bx-image, #curbside-confirm-overlay .bx-item-container .bx-image,
#more_bonus_confirmation_overlay_form .bx-item-container .bx-image {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-right: 10px;
}
/* line 20210, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-item-container .bx-image img, #curbside-confirm-overlay .bx-item-container .bx-image img,
#more_bonus_confirmation_overlay_form .bx-item-container .bx-image img {
  display: inline-block;
}
/* line 20214, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-item-container .bx-name, #curbside-confirm-overlay .bx-item-container .bx-name,
#more_bonus_confirmation_overlay_form .bx-item-container .bx-name {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
/* line 20219, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-item-container .bx-name .top-text, #curbside-confirm-overlay .bx-item-container .bx-name .top-text,
#more_bonus_confirmation_overlay_form .bx-item-container .bx-name .top-text {
  margin: 12px 0 25px;
}
/* line 20222, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-item-container .bx-name .middle-text, #curbside-confirm-overlay .bx-item-container .bx-name .middle-text,
#more_bonus_confirmation_overlay_form .bx-item-container .bx-name .middle-text {
  text-transform: capitalize;
}
/* line 20225, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-item-container .bx-name .bottom-text, #curbside-confirm-overlay .bx-item-container .bx-name .bottom-text,
#more_bonus_confirmation_overlay_form .bx-item-container .bx-name .bottom-text {
  margin-top: 15px;
  font-weight: normal;
}
/* line 20231, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-btn-actions, #curbside-confirm-overlay .bx-btn-actions,
#more_bonus_confirmation_overlay_form .bx-btn-actions {
  border-top: 2px solid #c8c8c8;
  padding-top: 18px;
}
/* line 20234, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-btn-actions button, #curbside-confirm-overlay .bx-btn-actions button,
#more_bonus_confirmation_overlay_form .bx-btn-actions button {
  border: none;
}
/* line 20237, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-btn-actions .btn-grey, #curbside-confirm-overlay .bx-btn-actions .btn-grey,
#more_bonus_confirmation_overlay_form .bx-btn-actions .btn-grey {
  float: left;
}
/* line 20240, ../scss/module/_nn-default-2.scss */
#bonus_confirmation_overlay_form .bx-btn-actions .btnOrange, #curbside-confirm-overlay .bx-btn-actions .btnOrange,
#more_bonus_confirmation_overlay_form .bx-btn-actions .btnOrange {
  float: right;
}

/* line 20248, ../scss/module/_nn-default-2.scss */
.supplements .information-container .tablepress-inner .tablepress th:empty {
  display: none;
}
/* line 20252, ../scss/module/_nn-default-2.scss */
.supplements .information-container .tablepress-inner .tablepress td:first-child {
  width: 22%;
}
/* line 20255, ../scss/module/_nn-default-2.scss */
.supplements .information-container .tablepress-inner .tablepress td:nth-child(2) {
  width: 78%;
}

/* line 20263, ../scss/module/_nn-default-2.scss */
.product-view-point-banner {
  max-width: 920px;
  font-size: 24px;
  line-height: 36px;
  min-height: 42px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 25px;
  padding-right: 65px;
  text-align: right;
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/nn-points-stroke.jpg") no-repeat right top;
}

/* line 20278, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper .unavailable-bx-name p {
  text-transform: capitalize;
  font-weight: bold;
}
/* line 20282, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper .unavailable-bx-name .prod-name {
  font-weight: normal;
  margin: 5px 0;
}
/* line 20286, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper .unavailable-bx-name .prod-sku {
  text-transform: uppercase;
}
/* line 20289, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper .unavailable-bx-name .bottom-text {
  margin-top: 20px;
}

/* line 20295, ../scss/module/_nn-default-2.scss */
.review-captcha-wrapper {
  margin-bottom: 15px;
}
/* line 20297, ../scss/module/_nn-default-2.scss */
.review-captcha-wrapper .captcha-label {
  min-width: 221px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 10px;
}
/* line 20304, ../scss/module/_nn-default-2.scss */
.review-captcha-wrapper #review-captcha {
  display: inline-block;
  vertical-align: middle;
}
/* line 20309, ../scss/module/_nn-default-2.scss */
.review-captcha-wrapper .captcha-error {
  padding: 5px 0 0 225px;
  color: #ff0000;
}

/* line 20315, ../scss/module/_nn-default-2.scss */
.review-dialog-block .reward-nologged {
  margin-bottom: 20px;
}

/* line 20319, ../scss/module/_nn-default-2.scss */
.telephone-advice-title {
  margin-top: 7px;
}

/******** Essential oil css ********/
/* line 20325, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .page-title h1 {
  padding-top: 15px;
  font-size: 28px;
  margin-bottom: 5px;
}
/* line 20330, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .acf_custom_field-by_line {
  margin-bottom: 15px;
}
/* line 20333, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .post-view .featured-image-container {
  margin: 70px 0 15px 20px;
}
/* line 20336, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .article-dropdown-wrapper {
  top: 18px;
}
/* line 20339, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .post-view p {
  color: #a3a5a8;
  font-weight: bold;
  line-height: 18px;
}
/* line 20344, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .post-view p strong {
  font-size: 24px;
  margin-top: 25px;
  display: block;
  margin-bottom: 13px;
  color: #a0b540;
}
/* line 20351, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.essential-oils .article-essential-info p {
  color: #4e4e4e;
  font-weight: normal;
  font-size: 12px;
}

/* line 20360, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .article-essential-info h3 {
  font-size: 16px;
  color: #f8b537;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 23px;
  text-transform: uppercase;
}
/* line 20368, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .article-essential-info h4 {
  font-size: 12px;
  color: #f8b537;
}
/* line 20373, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .revive-ads-bottom {
  display: none;
}
/* line 20376, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .ingredients-list .tablepress {
  margin-bottom: 15px;
}
/* line 20378, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .ingredients-list .tablepress thead th {
  font-size: 14px;
  padding-bottom: 5px;
}
/* line 20383, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .ingredients-list .tablepress tbody tr:last-child td {
  width: 100%;
  padding-top: 10px;
}
/* line 20387, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .ingredients-list .tablepress tbody td {
  font-size: 12px;
  color: #4e4e4e;
}
/* line 20393, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .tablepress-description {
  padding-left: 0px;
  font-size: 24px;
  line-height: 39px;
  margin: 35px 0 10px;
  color: #a0b540;
}
/* line 20400, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container {
  border: none;
  box-shadow: none;
  padding: 0px;
  background: transparent;
}
/* line 20408, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress th {
  text-align: center;
  color: #f8b537;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 10px 5px;
  vertical-align: top;
}
/* line 20415, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress th span {
  font-size: 8px;
  text-transform: uppercase;
}
/* line 20422, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress tbody tr td {
  color: #4e4e4e;
  padding-left: 18px;
}
/* line 20425, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress tbody tr td.column-1 {
  vertical-align: middle;
}
/* line 20431, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress td:first-child, .essential-oils-articles .information-container .tablepress-inner .tablepress th:first-child {
  width: 13%;
}
/* line 20434, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress td:nth-child(2), .essential-oils-articles .information-container .tablepress-inner .tablepress th:nth-child(2) {
  width: 18%;
}
/* line 20437, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container .tablepress-inner .tablepress td:nth-child(3), .essential-oils-articles .information-container .tablepress-inner .tablepress th:nth-child(3) {
  width: 14%;
}
/* line 20443, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .information-container.diffuser-table .tablepress td:nth-child(3), .essential-oils-articles .information-container.diffuser-table .tablepress th:nth-child(3) {
  width: 70%;
}
/* line 20447, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .cautions {
  margin-top: 40px;
}
/* line 20449, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .cautions p {
  line-height: 16px;
}
/* line 20451, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .cautions p strong {
  margin-bottom: 5px;
  display: block;
  color: #a0b540;
}
/* line 20458, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .comments-wrapper {
  margin-top: 37px;
}
/* line 20461, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating {
  width: 540px;
  display: flex;
  justify-content: center;
}
/* line 20465, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul {
  margin-bottom: 0px;
  list-style-type: none;
}
/* line 20468, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li {
  margin-left: 0px;
  display: flex;
}
/* line 20471, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .ratinglabel {
  font-size: 17px;
  color: #9fb747;
  letter-spacing: 7px;
  min-width: 90px;
  min-height: 27px;
  padding-top: 4px;
}
/* line 20479, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers {
  position: relative;
}
/* line 20481, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers div + div {
  position: absolute;
  top: 0;
  height: 25px;
}
/* line 20486, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/gray-flower.png") repeat-x;
  width: 140px;
  height: 25px;
}
/* line 20491, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating1 {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-flower.png") repeat-x;
  width: 25px;
}
/* line 20495, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating2 {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-flower.png") repeat-x;
  width: 48px;
}
/* line 20499, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating3 {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-flower.png") repeat-x;
  width: 70px;
}
/* line 20503, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating4 {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-flower.png") repeat-x;
  width: 93px;
}
/* line 20507, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating5 {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-flower.png") repeat-x;
  width: 116px;
}
/* line 20511, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .acf_custom_field-essential_oils_rating ul li .rating-flowers .rating6 {
  background: url("https://smhttp-ssl-68201.nexcesscdn.net/skin/frontend/nationalnutrition/default/images/orange-flower.png") repeat-x;
  width: 140px;
}
/* line 20519, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .wordpress-post-view.healthy-recipes .ingredients-list .tablepress tbody tr {
  line-height: 16px;
}
/* line 20521, ../scss/module/_nn-default-2.scss */
.essential-oils-articles .wordpress-post-view.healthy-recipes .ingredients-list .tablepress tbody tr td {
  float: none !important;
}

/* line 20542, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.wordpress-post-20658.healthy-recipes .page-title h1 {
  color: #f8b537;
}
/* line 20545, ../scss/module/_nn-default-2.scss */
.wordpress-post-view.wordpress-post-20658.healthy-recipes .post-view p strong {
  color: #f8b537;
}

/* line 20550, ../scss/module/_nn-default-2.scss */
#curbside-confirm-overlay #top-title {
  color: #636363;
  font-size: 20px;
  text-align: center;
  width: 100%;
  float: left;
}
/* line 20557, ../scss/module/_nn-default-2.scss */
#curbside-confirm-overlay .bonus_overlay-contents p {
  padding: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
/* line 20563, ../scss/module/_nn-default-2.scss */
#curbside-confirm-overlay .bx-btn-actions {
  text-align: center;
  padding-bottom: 10px;
  border-top: 0px !important;
}

/* line 20570, ../scss/module/_nn-default-2.scss */
#co-shipping-form .shipping-method-description {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* line 20575, ../scss/module/_nn-default-2.scss */
#co-shipping-form .field-1col-wp .custom-selectbox {
  margin-top: 45px !important;
}

/* line 20580, ../scss/module/_nn-default-2.scss */
#sameday-map-overlay .block-subtitle {
  width: 90% !important;
  margin-left: 20px;
  font-size: 25px;
}
/* line 20585, ../scss/module/_nn-default-2.scss */
#sameday-map-overlay .bonus_overlay-wrapper {
  width: 560px !important;
}

/* line 20591, ../scss/module/_nn-default-2.scss */
#co-shipping-method-form .sameday-map a {
  font-size: 13px;
  text-decoration: underline;
  float: right;
}
/* line 20596, ../scss/module/_nn-default-2.scss */
#co-shipping-method-form .sameday-standard a {
  font-size: 13px;
  float: left;
  text-decoration: underline;
}
/* line 20602, ../scss/module/_nn-default-2.scss */
#co-shipping-method-form .service-type-local .bx-checkout-btn, #co-shipping-method-form .service-type-api .bx-checkout-btn {
  float: right;
  width: 20%;
}
/* line 20607, ../scss/module/_nn-default-2.scss */
#co-shipping-method-form .delivery-address {
  float: left;
}

/* line 20611, ../scss/module/_nn-default-2.scss */
#sameday-pops {
  float: right;
  width: 53%;
}

/* line 20617, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay .bonus_overlay-wrapper {
  width: 673px;
}
/* line 20620, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay .bonus_overlay-contents span {
  float: left;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}
/* line 20628, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay .standard-top, #sameday-standard-overlay .standard-order-details, #sameday-standard-overlay .standard-delivery-details, #sameday-standard-overlay .standard-contactless-details {
  font-weight: bold;
}
/* line 20631, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay .standard-top {
  margin: 15px 0px;
}
/* line 20634, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay .standard-orderplace-details {
  margin-top: 20px;
}
/* line 20638, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay p {
  margin-top: 20px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  float: left;
}
/* line 20646, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay .sameday-map-link {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100% !important;
  float: left;
  margin-top: 20px;
}
/* line 20655, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay #top-title {
  text-align: center;
  width: 100%;
}
/* line 20659, ../scss/module/_nn-default-2.scss */
#sameday-standard-overlay #bottom-title {
  display: block;
}

/* line 20664, ../scss/module/_nn-default-2.scss */
.gift-cards-container {
  padding-bottom: 120px;
  text-align: center;
}
/* line 20667, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-page-title {
  margin-bottom: 30px;
}
/* line 20669, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-page-title h1 {
  font-size: 82px;
  color: #f8b537;
  margin: 30px 0 0;
  border-bottom: 2px solid #f8b537;
}
/* line 20676, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper {
  width: 30%;
  display: inline-block;
}
/* line 20679, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative {
  position: relative;
}
/* line 20681, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative img {
  min-width: 360px;
  min-height: 432px;
}
/* line 20685, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative .gift-cards-absolute {
  width: 100%;
  position: absolute;
  bottom: 45px;
  margin-top: 65px;
}
/* line 20690, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative .gift-cards-absolute .gift-cards-text {
  list-style: none;
}
/* line 20692, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative .gift-cards-absolute .gift-cards-text li {
  font-size: 16px;
  font-weight: bold;
  color: #5d5d5d;
  line-height: 25px;
  margin: 0;
}
/* line 20698, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative .gift-cards-absolute .gift-cards-text li span {
  text-decoration: underline;
}
/* line 20702, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-relative .gift-cards-absolute .gift-cards-text li:before {
  content: "- ";
  text-indent: -5px;
}
/* line 20709, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-title h3 {
  font-size: 30px;
  line-height: 52px;
  color: #a0b540;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 20717, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-button {
  width: 100%;
  height: 40px;
}
/* line 20720, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-button a:hover {
  text-decoration: none;
}
/* line 20723, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper .gift-cards-button span {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  color: white;
  line-height: 39px;
}
/* line 20733, ../scss/module/_nn-default-2.scss */
.gift-cards-container .gift-cards-wrapper-middle {
  margin: 0 4.5%;
}

/* line 20738, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .gift-cards-landingpage-needhelp p {
  font-size: 13px;
}
/* line 20741, ../scss/module/_nn-default-2.scss */
.cms-page-view .std .gift-cards-landingpage-needhelp .need-help-section {
  padding-top: 30px;
  border-top: 1px solid #a7a7a7;
  margin-top: 90px;
}

/* line 20749, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential {
  margin: 0 0 10px;
}
/* line 20751, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-img-box {
  width: 80%;
  margin-bottom: 0;
}
/* line 20755, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-product-shop {
  margin: 50px 0 0 0;
  width: 100%;
  display: block;
  float: none;
}
/* line 20760, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-product-shop .extra-info {
  padding-right: 0;
  text-align: center;
}
/* line 20764, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-product-shop .clearfix {
  display: inline-block;
}
/* line 20767, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-product-shop .rating-rewards {
  margin-left: 25px;
}
/* line 20771, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info {
  width: 215px;
}
/* line 20774, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box {
  padding: 15px 0;
}
/* line 20778, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper input {
  height: 35px;
  width: 110px;
  font-size: 16px;
}
/* line 20784, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .gift-cards-price {
  margin-top: 10px;
}
/* line 20786, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .gift-cards-price label {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
  float: none;
  display: block;
  margin: 0;
  color: #4e4e4e;
  line-height: 40px;
}
/* line 20796, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .gift-cards-price #card-amount {
  background-color: white;
  float: none;
  height: 35px;
  text-align: center;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  font-size: 14px;
  width: 110px;
}
/* line 20807, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .add-to-box .add-to-cart .gift-cards-price .price-box .price {
  color: #d02027;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
}
/* line 20817, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .right-info .add-to-cart-wrapper .bonus-text {
  font-size: 14px;
  line-height: 18px;
}
/* line 20823, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option {
  clear: both;
  padding: 20px 0 0 30px;
}
/* line 20826, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field {
  margin-bottom: 25px;
}
/* line 20828, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .btn {
  font-weight: bold;
}
/* line 20831, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field label {
  font-size: 16px;
  color: #4e4e4e;
  text-transform: capitalize;
  min-width: 156px;
  text-align: left;
}
/* line 20838, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field input {
  border: 1px solid #a0b540;
  border-radius: 0;
  width: 395px;
  max-width: 100%;
  font-size: 12px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.3);
  font-family: Verdana, Geneva, sans-serif;
}
/* line 20848, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field textarea {
  border: 1px solid #a0b540;
  border-radius: 0;
  width: 395px;
  max-width: 100%;
  font-size: 12px;
  resize: none;
  font-style: normal;
  color: rgba(0, 0, 0, 0.3);
  font-family: Verdana, Geneva, sans-serif;
  padding-right: 5px;
  height: 100px;
}
/* line 20859, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field textarea:focus {
  box-shadow: 2px 0px 10px 2px #a0b540;
}
/* line 20864, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .gift-cards-input {
  display: inline-block;
  vertical-align: middle;
}
/* line 20868, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .gift-cards-message-input {
  vertical-align: top;
}
/* line 20871, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .gift-cards-info-right {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
  margin-top: 8px;
}
/* line 20876, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .gift-cards-info-right img {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  height: 14px;
}
/* line 20882, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .gift-cards-info-right span {
  vertical-align: middle;
}
/* line 20885, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-option .field .gift-cards-info-right .small-text {
  font-size: 11px;
}
/* line 20891, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-desc {
  clear: both;
  width: 65%;
  padding: 30px 0;
}
/* line 20895, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .product-essential .gift-cards-desc h3 {
  text-align: center;
}
/* line 20900, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight, .catalog-product-view .gift-cards-product-view .gift-cards-desc, .catalog-product-view .gift-cards-product-view .gift-cards-graphics {
  list-style: none;
}
/* line 20901, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight h3, .catalog-product-view .gift-cards-product-view .gift-cards-desc h3, .catalog-product-view .gift-cards-product-view .gift-cards-graphics h3 {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 10px;
}
/* line 20909, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight p, .catalog-product-view .gift-cards-product-view .gift-cards-highlight li, .catalog-product-view .gift-cards-product-view .gift-cards-desc p, .catalog-product-view .gift-cards-product-view .gift-cards-desc li, .catalog-product-view .gift-cards-product-view .gift-cards-graphics p, .catalog-product-view .gift-cards-product-view .gift-cards-graphics li {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 18px;
}
/* line 20914, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight ul, .catalog-product-view .gift-cards-product-view .gift-cards-desc ul, .catalog-product-view .gift-cards-product-view .gift-cards-graphics ul {
  list-style: none;
}
/* line 20916, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight ul li:before, .catalog-product-view .gift-cards-product-view .gift-cards-desc ul li:before, .catalog-product-view .gift-cards-product-view .gift-cards-graphics ul li:before {
  content: "- ";
  text-indent: -5px;
}
/* line 20920, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight ul li, .catalog-product-view .gift-cards-product-view .gift-cards-desc ul li, .catalog-product-view .gift-cards-product-view .gift-cards-graphics ul li {
  list-style: none;
  padding-bottom: 3px;
}
/* line 20924, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight ul .text-underline, .catalog-product-view .gift-cards-product-view .gift-cards-desc ul .text-underline, .catalog-product-view .gift-cards-product-view .gift-cards-graphics ul .text-underline {
  text-decoration: underline;
}
/* line 20929, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight li:before, .catalog-product-view .gift-cards-product-view .gift-cards-desc li:before, .catalog-product-view .gift-cards-product-view .gift-cards-graphics li:before {
  content: "- ";
  text-indent: -5px;
}
/* line 20933, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight li, .catalog-product-view .gift-cards-product-view .gift-cards-desc li, .catalog-product-view .gift-cards-product-view .gift-cards-graphics li {
  list-style: none;
  padding-bottom: 3px;
}
/* line 20937, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight .text-underline, .catalog-product-view .gift-cards-product-view .gift-cards-desc .text-underline, .catalog-product-view .gift-cards-product-view .gift-cards-graphics .text-underline {
  text-decoration: underline;
}
/* line 20940, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight .gift-cards-short-desc, .catalog-product-view .gift-cards-product-view .gift-cards-desc .gift-cards-short-desc, .catalog-product-view .gift-cards-product-view .gift-cards-graphics .gift-cards-short-desc {
  display: inline-block;
  width: 56.5%;
  vertical-align: top;
  margin-right: 39px;
}
/* line 20945, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight .gift-cards-short-desc h3, .catalog-product-view .gift-cards-product-view .gift-cards-desc .gift-cards-short-desc h3, .catalog-product-view .gift-cards-product-view .gift-cards-graphics .gift-cards-short-desc h3 {
  text-align: center;
}
/* line 20949, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight .gift-cards-highlights, .catalog-product-view .gift-cards-product-view .gift-cards-desc .gift-cards-highlights, .catalog-product-view .gift-cards-product-view .gift-cards-graphics .gift-cards-highlights {
  display: inline-block;
  width: 38.5%;
  vertical-align: top;
  padding-left: 40px;
  border-left: 1px solid #a7a7a7;
}
/* line 20957, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight-send {
  padding-bottom: 40px;
}
/* line 20960, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-highlight-send .gift-cards-short-desc h3 {
  text-align: left;
}
/* line 20965, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-desc {
  padding: 40px 0;
}
/* line 20968, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-graphics {
  margin: 10px 0 0;
}
/* line 20970, ../scss/module/_nn-default-2.scss */
.catalog-product-view .gift-cards-product-view .gift-cards-graphics .gift-cards-graphic {
  margin: 50px 0 100px;
}

/* line 20977, ../scss/module/_nn-default-2.scss */
.customer-giftcards-print {
  margin: 0 20px;
}

/* line 20982, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper.product-prescription-wrapper .title {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
}
/* line 20989, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper.product-prescription-wrapper .bonus_overlay-contents .bonus_overlay_current_product textarea {
  padding: 10px;
  font-size: 13px;
  border-color: #b3b4b5;
  border-radius: 3px;
}
/* line 20996, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper.product-prescription-wrapper .bonus_overlay-contents .bottom-text {
  text-align: center;
  font-size: 11px;
  border: none;
}
/* line 21001, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper.product-prescription-wrapper .bonus_overlay-contents .bx-btn-actions {
  border-top: none;
  cursor: pointer;
}
/* line 21004, ../scss/module/_nn-default-2.scss */
.bonus_overlay-wrapper.product-prescription-wrapper .bonus_overlay-contents .bx-btn-actions .btn-yellow {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: normal;
}

/* line 21015, ../scss/module/_nn-default-2.scss */
.category-description-more {
  color: #a0b540;
  cursor: pointer;
}

/* line 21019, ../scss/module/_nn-default-2.scss */
.category-full-description, .product-description-section {
  clear: both;
  padding-top: 6em;
  line-height: 1.4;
}
/* line 21023, ../scss/module/_nn-default-2.scss */
.category-full-description .top-link-description, .product-description-section .top-link-description {
  color: #a0b540;
  cursor: pointer;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
/* line 21030, ../scss/module/_nn-default-2.scss */
.category-full-description h2, .product-description-section h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 21035, ../scss/module/_nn-default-2.scss */
.category-full-description h3, .product-description-section h3 {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}
/* line 21040, ../scss/module/_nn-default-2.scss */
.category-full-description p, .product-description-section p {
  padding-bottom: 1em;
}
/* line 21044, ../scss/module/_nn-default-2.scss */
.category-full-description ul, .product-description-section ul {
  margin-left: 16px;
  margin-bottom: 10px;
}
/* line 21048, ../scss/module/_nn-default-2.scss */
.category-full-description a, .product-description-section a {
  color: #a0b540;
}

/* line 21053, ../scss/module/_nn-default-2.scss */
.category-description {
  padding-bottom: 1.5em;
  line-height: 1.4;
}

/* line 21057, ../scss/module/_nn-default-2.scss */
.social-share-wrapper {
  text-align: justify;
  height: 30px;
  /* IE special */
  width: 100%;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
/* line 21066, ../scss/module/_nn-default-2.scss */
.social-share-wrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* line 21074, ../scss/module/_nn-default-2.scss */
.social-share-wrapper .social-share-view-all {
  display: inline-block;
  vertical-align: bottom;
}
/* line 21078, ../scss/module/_nn-default-2.scss */
.social-share-wrapper .social-share-view-all a:hover {
  text-decoration: none;
}
/* line 21081, ../scss/module/_nn-default-2.scss */
.social-share-wrapper .social-share-view-all .view-all-link-before {
  color: #f8b537;
  font-weight: bold;
  vertical-align: middle;
  font-size: 10px;
}
/* line 21086, ../scss/module/_nn-default-2.scss */
.social-share-wrapper .social-share-view-all .view-all-link-before:hover {
  text-decoration: none;
}
/* line 21090, ../scss/module/_nn-default-2.scss */
.social-share-wrapper .social-share-view-all .view-all-link {
  color: #f8b537;
  font-weight: bold;
  text-decoration: underline;
}
/* line 21096, ../scss/module/_nn-default-2.scss */
.social-share-wrapper .social-share {
  display: inline-block;
  vertical-align: baseline;
}

/* line 21102, ../scss/module/_nn-default-2.scss */
.social-share-btn {
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 2px 0 0;
  display: inline-block;
  overflow: hidden;
  border: 0;
  text-decoration: none;
  text-transform: none;
  background-color: transparent;
  color: inherit;
  transition: all .2s ease-in-out;
  padding: 0;
  line-height: 0;
}
/* line 21117, ../scss/module/_nn-default-2.scss */
.social-share-btn:hover, .social-share-btn:focus {
  transform: translateY(-4px);
  outline-offset: -1px;
  color: inherit;
}
/* line 21122, ../scss/module/_nn-default-2.scss */
.social-share-btn .social-share-visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}
/* line 21129, ../scss/module/_nn-default-2.scss */
.social-share-btn .social-share-icon-svg {
  fill: white;
  width: 20px;
  height: 20px;
}

/* line 21135, ../scss/module/_nn-default-2.scss */
.social-share-fb {
  background-color: #3b5998;
}

/* line 21138, ../scss/module/_nn-default-2.scss */
.social-share-twitter {
  background-color: #1da1f2;
}

/* line 21141, ../scss/module/_nn-default-2.scss */
.social-share-pint {
  background-color: #cb2027;
}

/* line 21144, ../scss/module/_nn-default-2.scss */
.social-share-email {
  background-color: #848484;
}

/************ home page section news css *********/
/* line 21151, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section {
  width: 100%;
  float: left;
  padding: 25px 0 0;
  border-top: 2px solid #a0b540;
}
/* line 21156, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section .nn-news-article-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
/* line 21160, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section .nn-news-article-inner .nn-news-items {
  max-width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
/* line 21164, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section .nn-news-article-inner .nn-news-items h3 {
  text-align: center;
  color: #a0b540;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 5px;
  min-height: 51px;
}
/* line 21171, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section .nn-news-article-inner .nn-news-items h3 a {
  color: #a0b540;
}
/* line 21175, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section .nn-news-article-inner .nn-news-items p {
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
}
/* line 21179, ../scss/module/_nn-default-2.scss */
.nn-newarticle-main .nn-news-article-inne-new-section .nn-news-article-inner .nn-news-items p a {
  color: #a0b540;
}

/* line 21188, ../scss/module/_nn-default-2.scss */
.login-manage-subscription {
  margin-bottom: 30px;
  color: #f8b537;
  font-size: 16pt;
}

