/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 20px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
    Document   : mixins
    Created on : 22-Oct-2013, 12:25:05
    Author     : christeller
*/
/*
    Document   : fonts
    Created on : 22-Oct-2013, 12:10:10
    Author     : christeller
*/
@font-face {
  font-family: 'VagRounded';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/VAGRoundedStd-Thin.woff) format("woff");
}

@font-face {
  font-family: 'VagRoundedB';
  font-style: normal;
  font-weight: 800;
  src: url(/css/fonts/VAGRounded-BT.woff) format("woff");
}

@font-face {
  font-family: 'Bodedo';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/HVD_Bodedo.woff) format("woff");
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.brand-font {
  font-family: "VagRounded", sans-serif;
}

.brand-alt {
  font-family: "VagRoundedB", sans-serif;
}

.brand-alt-bld {
  font-family: "VagRoundedB", sans-serif;
}

.font-smaller {
  font-size: 100% !important;
}

.font-small {
  font-size: 85% !important;
}

.error-box, .required {
  color: red;
}

.success-box {
  color: #35903f;
}

/*
    Document   : icons
    Created on : 25-Oct-2013, 16:00:51
    Author     : christeller
*/
.icons {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
}

.iconSmall .icons {
  width: 33px;
  height: 33px;
  margin-top: -16.5px;
}

.icons.iconLarge {
  width: 90px;
  height: 90px;
}

.icons-sprite, .icons-arrow_left, .icons-arrow_right, .icons-check, .icons-comments_heart, .icons-menu, .icons-n_arrow_menu, .icons-n_arrow_more, .icons-n_arrow_signup, .icons-n_basket, .icons-n_bullet, .icons-n_buy, .icons-n_check, .icons-n_email, .icons-n_login, .icons-n_menu_left, .icons-n_search, .icons-n_ship, .icons-n_tick, .icons-n_user, .icons-next, .icons-prev, .icons-refresh, .icons-remove, .icons-social_fb, .icons-social_twitter, .icons-sponsor_kosher, .icons-sponsor_mib, .icons-sponsor_vsa, .icons-sponsor_wf, .icons-t_arrow_menu, .icons-t_arrow_more, .icons-t_arrow_signup, .icons-t_basket, .icons-t_bullet, .icons-t_buy, .icons-t_check, .icons-t_email, .icons-t_login, .icons-t_menu_left, .icons-t_search, .icons-t_ship, .icons-t_tick, .icons-t_user, a.see-results:before, a.see-poll:before, a.see-more:before, button.buy-me span:before, .button.buy-me span:before, button.buy-me.added span:before, .button.buy-me.added span:before, button.check span:before, .button.check span:before, .social-button.fb:before, .social-button.twitter:before, #nakd.main .basket-listing .column .basketRemove, #nakd.main .basket-listing .columns .basketRemove, #trek.main .basket-listing .column .basketRemove, #trek.main .basket-listing .columns .basketRemove, #corp.main .basket-listing .column .basketRemove, #corp.main .basket-listing .columns .basketRemove, #nakd.main .basket-listing .column .basketUpdate, #nakd.main .basket-listing .columns .basketUpdate, #trek.main .basket-listing .column .basketUpdate, #trek.main .basket-listing .columns .basketUpdate, #corp.main .basket-listing .column .basketUpdate, #corp.main .basket-listing .columns .basketUpdate, #nakd.main .basket-listing .basket-summary .basket-update:before, #trek.main .basket-listing .basket-summary .basket-update:before, #corp.main .basket-listing .basket-summary .basket-update:before, #nakd.main .basket-right .button.sign-in-link span:after, #trek.main .basket-right .button.sign-in-link span:after, #corp.main .basket-right .button.sign-in-link span:after {
  background: url('../graphics/icons-sdbabb875d6.png') no-repeat;
}

.icons-arrow_left {
  background-position: 0 -1097px;
}

.icons-arrow_right {
  background-position: 0 -1132px;
}

.icons-check {
  background-position: 0 -1043px;
}

.icons-comments_heart {
  background-position: 0 -337px;
}

.icons-menu {
  background-position: 0 -1434px;
}

.icons-n_arrow_menu {
  background-position: 0 -1364px;
}

.icons-n_arrow_more {
  background-position: 0 -1301px;
}

.icons-n_arrow_signup {
  background-position: 0 -1417px;
}

.icons-n_basket {
  background-position: 0 -592px;
}

.icons-n_bullet {
  background-position: 0 -1487px;
}

.icons-n_buy {
  background-position: 0 -981px;
}

.icons-n_check {
  background-position: 0 -719px;
}

.icons-n_email {
  background-position: 0 -437px;
}

.icons-n_login {
  background-position: 0 -1167px;
}

.icons-n_menu_left {
  background-position: 0 -747px;
}

.icons-n_search {
  background-position: 0 -1221px;
}

.icons-n_ship {
  background-position: 0 -624px;
}

.icons-n_tick {
  background-position: 0 -685px;
}

.icons-n_user {
  background-position: 0 -887px;
}

.icons-next {
  background-position: 0 -260px;
}

.icons-prev {
  background-position: 0 -181px;
}

.icons-refresh {
  background-position: 0 -1385px;
}

.icons-remove {
  background-position: 0 -1462px;
}

.icons-social_fb {
  background-position: 0 -1009px;
}

.icons-social_twitter {
  background-position: 0 -853px;
}

.icons-sponsor_kosher {
  background-position: 0 -477px;
}

.icons-sponsor_mib {
  background-position: 0 0;
}

.icons-sponsor_vsa {
  background-position: 0 -131px;
}

.icons-sponsor_wf {
  background-position: 0 -75px;
}

.icons-t_arrow_menu {
  background-position: 0 -1322px;
}

.icons-t_arrow_more {
  background-position: 0 -1343px;
}

.icons-t_arrow_signup {
  background-position: 0 -1400px;
}

.icons-t_basket {
  background-position: 0 -653px;
}

.icons-t_bullet {
  background-position: 0 -1476px;
}

.icons-t_buy {
  background-position: 0 -1273px;
}

.icons-t_check {
  background-position: 0 -1245px;
}

.icons-t_email {
  background-position: 0 -523px;
}

.icons-t_login {
  background-position: 0 -1067px;
}

.icons-t_menu_left {
  background-position: 0 -783px;
}

.icons-t_search {
  background-position: 0 -1197px;
}

.icons-t_ship {
  background-position: 0 -563px;
}

.icons-t_tick {
  background-position: 0 -819px;
}

.icons-t_user {
  background-position: 0 -934px;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: "VagRounded", sans-serif;
  font-weight: 300;
  color: #2c2a29;
  background: #4f3529 url("../graphics/n_bg.jpg") 0 0 repeat;
}
.no-fontface body {
  font-family: "Arial", sans-serif;
}

html,
button,
input,
optgroup,
option,
select,
textarea {
  font-family: "VagRounded", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "VagRoundedB", sans-serif;
  font-weight: normal;
  margin: 0 0 0.1em;
  text-transform: uppercase;
}
.no-fontface h1, .no-fontface h2, .no-fontface h3, .no-fontface h4, .no-fontface h5 {
  font-family: arial, helvetica, sans-serif;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper {
  text-transform: uppercase !important;
}

.inside h1, .inside h2, .inside h3, .inside h4 {
  color: #35903f;
}
.inside h1.brand-alt, .inside h2.brand-alt, .inside h3.brand-alt, .inside h4.brand-alt {
  color: #8bc63f;
}
.inside h1.brand-hlt, .inside h2.brand-hlt, .inside h3.brand-hlt, .inside h4.brand-hlt {
  color: #e48035;
}
.inside h1.default, .inside h2.default, .inside h3.default, .inside h4.default {
  color: #2c2a29;
}

h1 {
  font-size: 2.85714em;
}

h2 {
  font-size: 2.71429em;
  background: url("../graphics/n_divider_main.png") bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
h2.brand-hlt {
  background-image: url("../graphics/n_divider_hlt.png");
}

h3 {
  font-size: 2.42857em;
}

h4 {
  font-size: 1.71429em;
  line-height: 1.5em;
}

h5 {
  font-size: 1.14286em;
  line-height: 1.35714em;
}

h6 {
  font-size: 1em;
  line-height: 1.21429em;
}

p, pre, blockquote {
  margin: 0 0 1em;
}

ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

::-moz-selection {
  background: #8bc63f;
  text-shadow: none;
}

::selection {
  background: #8bc63f;
  text-shadow: none;
}

*:focus {
  outline: 0;
}

iframe {
  max-width: 100%;
}

hr {
  background: url("../graphics/n_divider_main.png") bottom repeat-x;
  border: none;
  height: 6px;
  margin: 20px 0;
}

.brand-main {
  color: #35903f;
}

.brand-sub {
  color: #8bc63f;
}

.brand-hlt {
  color: #e48035;
}

a.see-results, a.see-poll, a.see-more {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-family: "VagRoundedB", sans-serif;
  color: #35903f;
  font-size: 1.5em;
}
a.see-results:before, a.see-poll:before, a.see-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 17px;
  width: 22px;
  background-position: 0 -1417px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*[class^="wrapper"] {
    @include container;
    //@include susy-grid-background;
}*/
.wrapper {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:after, .group:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

header[role="banner"], footer[role="contentinfo"], nav[role="navigation"] {
  width: 100%;
  display: block;
}

section.main {
  background: white;
  margin-top: -6px;
  padding-bottom: 60px;
  min-height: 500px;
}
section.main .content {
  position: relative;
  padding-bottom: 30px;
  min-height: 300px;
}
section.main .content .pad {
  position: relative;
  z-index: 108;
  padding: 30px;
}
section.main .content .pad.padTop0 {
  padding-top: 0;
}

.col-2 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
.col-2:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.col-4 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
}
.col-4:nth-child(4n) {
  float: right;
  margin-right: 0;
}

.col-3 {
  position: relative;
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}
.col-3:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.col-2-left {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}
.col-2-left:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.col-3-2 {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
}
.col-3-2:nth-child(6n) {
  float: right;
  margin-right: 0;
}

.col-2-right {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
}
.col-2-right:nth-child(1n) {
  float: right;
  margin-right: 0;
}

.no-margin {
  margin: 0 !important;
}

.margin {
  margin: 1em;
}

.marginBottom {
  margin-bottom: 1em !important;
}

.marginBottom2 {
  margin-bottom: 2em;
}

.marginTop {
  margin-top: 1em;
}

.marginTop2 {
  margin-top: 2em;
}

.marginLeft {
  margin-left: 1em;
}

.padTop0 {
  padding-top: 0;
}

.float-right {
  float: right;
}

.float-right-pad {
  padding: 0 0 15px 15px;
}

.float-left {
  float: left;
}

.float-left-pad {
  padding: 0 15px 15px 0;
}

.lt-ie9 .lastChild {
  float: right;
  margin-right: 0;
}

.col-padding {
  padding: 1em 0;
}

/* Image left with border */
img.left2 {
  float: left;
  margin: 0 10px 5px 0;
  border: 3px solid #35903f;
  max-width: 100%;
}

/* Image left without border */
img.left1 {
  float: left;
  margin: 0 10px 5px 0;
  border: none;
  max-width: 100%;
}

/* Image right with border */
img.right2 {
  float: right;
  margin: 0 0 5px 20px;
  border: 3px solid #35903f;
  max-width: 100%;
}

/* Image right without border */
img.right1 {
  float: right;
  margin: 0 0 5px 20px;
  border: none;
  max-width: 100%;
}

/* Image with border */
img.none2 {
  float: none;
  margin: 0 10px 5px 0;
  border: 3px solid #35903f;
  max-width: 100%;
}

/* Image without border */
img.none1 {
  float: none;
  margin: 0 10px 5px 0;
  border: none;
  max-width: 100%;
}

iframe[align="left"] {
  float: left;
  margin-right: 20px;
}

iframe[align="right"] {
  float: right;
  margin-left: 20px;
}

ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: li-counter;
}
ol li {
  position: relative;
  margin-bottom: 20px;
  min-height: 3em;
}
ol li:before {
  float: left;
  font-family: "VagRoundedB", sans-serif;
  font-size: 2.2em;
  margin-right: .5em;
  line-height: 1;
  text-align: right;
  content: counter(li-counter);
  counter-increment: li-counter;
}

ul.default, .cms_content ul, #middle #content ul {
  list-style-type: none;
}
ul.default li, .cms_content ul li, #middle #content ul li {
  margin: 0 0 1em 0;
  line-height: 1.2em;
  position: relative;
  padding-left: 25px;
}
ul.default li:before, .cms_content ul li:before, #middle #content ul li:before {
  content: '\2022';
  color: #8bc63f;
  font-size: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.bullets {
  list-style-type: none;
  display: inline-block;
}
ul.bullets li {
  position: relative;
  padding: 0 0 15px 25px;
  line-height: 1.3em;
  font-size: 1.3em;
}
ul.bullets li:before {
  content: '\2022';
  font-size: 2em;
  display: block;
  position: absolute;
  color: #8bc63f;
  left: 0;
  top: 0;
}
ul.bullets li a {
  color: #35903f;
}
ul.bullets.small-font li {
  font-size: 1em;
}

div.ingredients {
  background: url("../graphics/bg_natural.jpg");
  padding: 10px;
  width: 225px;
  float: left;
  margin: 0 20px 20px 0;
}
div.ingredients h4 {
  color: #35903f;
  margin: 0 0 10px 0;
}
div.ingredients ul {
  list-style-type: none;
}
div.ingredients ul li {
  margin: 0 0 20px 0;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
  padding-left: 25px;
}
div.ingredients ul li:before {
  content: '\2022';
  color: #e48035;
  font-size: 2em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

p span.numbered {
  font-size: 2em;
  float: left;
  font-family: "VagRoundedB", sans-serif;
  line-height: 1em;
  padding: 0 10px 5px 0;
}

table {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  margin: 0 0 2em 0;
  border-collapse: collapse;
  width: 100%;
}
table th {
  color: white;
  padding: 0.5em 5px 0.5em 5px;
  font-size: 1.1em;
  background-color: #8bc63f;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
table td {
  padding: 5px;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
table td .button, table td button {
  font-size: 1em;
}
table tr:nth-of-type(even) td {
  background-color: #f6f6f6;
}

#sitemap .col-2-right ul {
  list-style-type: none;
}
#sitemap .col-2-right ul li {
  margin: 0 0 7px 0;
  line-height: 1em;
  position: relative;
  padding-left: 25px;
}
#sitemap .col-2-right ul li:before {
  content: '\2022';
  color: #e48035;
  font-size: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#sitemap .col-2-right ul li ul {
  margin: 10px 0 15px 0;
}
#sitemap .col-2-right ul li ul li:before {
  color: #35903f;
  font-size: 22px;
}
#sitemap .col-2-right ul li ul li ul li:before {
  color: #8bc63f;
  font-size: 18px;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type=password], input[type=date], input[type=search], input[type=checkbox], textarea, select {
  border: 1px solid #ccc;
  padding: 8px 6px;
  background-color: white;
  color: #2c2a29;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type=password], input[type=file], textarea {
  width: 100%;
}

.form-inline {
  display: inline-block;
}

.form-styled h4 {
  text-transform: initial;
  line-height: 1em;
}
.form-styled .note-description {
  margin-top: -17px;
  margin-bottom: 20px;
  font-style: italic;
  display: block;
}
.form-styled .form-group {
  margin-bottom: 20px;
  font-size: 1.2em;
}
.form-styled .form-group input[type=text], .form-styled .form-group input[type=email], .form-styled .form-group input[type=url], .form-styled .form-group input[type=number], .form-styled .form-group input[type=password], .form-styled .form-group input[type=date], .form-styled .form-group input[type=search], .form-styled .form-group input[type=checkbox], .form-styled .form-group textarea, .form-styled .form-group select {
  border: 3px solid #35903f;
}
.form-styled .form-group input[type=text].half, .form-styled .form-group input[type=email].half, .form-styled .form-group input[type=url].half, .form-styled .form-group input[type=number].half, .form-styled .form-group input[type=password].half, .form-styled .form-group input[type=date].half, .form-styled .form-group input[type=search].half, .form-styled .form-group input[type=checkbox].half, .form-styled .form-group textarea.half, .form-styled .form-group select.half {
  width: 49%;
  margin-right: 2%;
}
.form-styled .form-group input[type=text].half:nth-child(2), .form-styled .form-group input[type=email].half:nth-child(2), .form-styled .form-group input[type=url].half:nth-child(2), .form-styled .form-group input[type=number].half:nth-child(2), .form-styled .form-group input[type=password].half:nth-child(2), .form-styled .form-group input[type=date].half:nth-child(2), .form-styled .form-group input[type=search].half:nth-child(2), .form-styled .form-group input[type=checkbox].half:nth-child(2), .form-styled .form-group textarea.half:nth-child(2), .form-styled .form-group select.half:nth-child(2) {
  margin-right: 0;
}
.form-styled .form-group .select-styled {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25em;
  border: 3px solid #35903f;
}
.form-styled .form-group .select-styled select.input {
  background: transparent;
  padding: 5px;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.form-styled .form-group.error input[type=text], .form-styled .form-group.error input[type=email], .form-styled .form-group.error input[type=url], .form-styled .form-group.error input[type=number], .form-styled .form-group.error input[type=password], .form-styled .form-group.error input[type=date], .form-styled .form-group.error input[type=search], .form-styled .form-group.error input[type=checkbox], .form-styled .form-group.error textarea, .form-styled .form-group.error select, .form-styled .form-group.error .select-styled {
  border-color: red;
}

.error-box, .success-box {
  border: 1px solid red;
  padding: 20px;
  background-color: #fff2f2;
  margin-bottom: 1em;
}
.error-box ul, .success-box ul {
  margin-left: 20px;
}

.success-box {
  border-color: #35903f;
  background-color: #e7f6e9;
}

button, .button {
  display: inline-block;
  font-weight: 800;
  color: #2c2a29;
  background: #8bc63f;
  font-family: "VagRoundedB", sans-serif;
  border: none;
  border-radius: 8px;
  border-bottom: 3px solid #2c2a29;
  text-align: center;
  padding: 7px 10px;
  font-size: 18px;
  white-space: nowrap;
}
button.buy-me span:before, .button.buy-me span:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  content: "";
  height: 28px;
  width: 30px;
  background-position: 0 -981px;
}
button.buy-me.added span:before, .button.buy-me.added span:before {
  height: 28px;
  width: 30px;
  background-position: 0 -719px;
}
button.check span:before, .button.check span:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  content: "";
  height: 24px;
  width: 26px;
  background-position: 0 -1043px;
}
button.button-primary, .button.button-primary {
  background: #35903f;
  color: white;
}
button.extra-pad, .button.extra-pad {
  padding: 5px 20px;
}
button.span-full, .button.span-full {
  width: 100%;
}
button:hover, button:active, .button:hover, .button:active {
  text-decoration: none;
  background: #7eb636;
}
button.not-in-stock, button.not-in-stock:hover, .button.not-in-stock, .button.not-in-stock:hover {
  cursor: not-allowed;
  background: #859471;
  color: #ada9a7;
  border-bottom: 3px solid #7b7673;
}
button.not-in-stock span:before, button.not-in-stock:hover span:before, .button.not-in-stock span:before, .button.not-in-stock:hover span:before {
  opacity: .4;
}

.social-button {
  background: transparent;
  border: none;
  display: inline-block;
  margin-bottom: 15px;
}
.social-button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.social-button.fb {
  margin-right: 20px;
}
.social-button.fb:before {
  height: 34px;
  width: 37px;
  background-position: 0 -1009px;
}
.social-button.twitter:before {
  height: 34px;
  width: 37px;
  background-position: 0 -853px;
}

#nakd.main #checkout-static, #trek.main #checkout-static, #corp.main #checkout-static {
  background-color: white;
  padding: 1em;
  background: url(/graphics/bg_contentbox.png);
  background-size: 100% 100%;
}
#nakd.main #checkout-static.freeze, #trek.main #checkout-static.freeze, #corp.main #checkout-static.freeze {
  z-index: 9999;
  position: fixed;
  top: 20px;
  width: 100%;
}
#nakd.main #checkout-static label.menu-toggle, #trek.main #checkout-static label.menu-toggle, #corp.main #checkout-static label.menu-toggle {
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}
#nakd.main #checkout-static #menu-toggle, #trek.main #checkout-static #menu-toggle, #corp.main #checkout-static #menu-toggle {
  display: none;
}
#nakd.main #checkout-static #login-form, #trek.main #checkout-static #login-form, #corp.main #checkout-static #login-form {
  display: none;
}
#nakd.main #checkout-static #menu-toggle:checked, #trek.main #checkout-static #menu-toggle:checked, #corp.main #checkout-static #menu-toggle:checked {
  display: none;
}
#nakd.main #checkout-static #menu-toggle:checked ~ #login-form, #trek.main #checkout-static #menu-toggle:checked ~ #login-form, #corp.main #checkout-static #menu-toggle:checked ~ #login-form {
  display: block;
}
#nakd.main #checkout-static #menu-toggle:checked ~ .menu-toggle, #trek.main #checkout-static #menu-toggle:checked ~ .menu-toggle, #corp.main #checkout-static #menu-toggle:checked ~ .menu-toggle {
  display: none;
}
#nakd.main #checkout-static #login-form, #trek.main #checkout-static #login-form, #corp.main #checkout-static #login-form {
  text-align: left;
}
#nakd.main #checkout-static .checkout-or, #trek.main #checkout-static .checkout-or, #corp.main #checkout-static .checkout-or {
  text-align: center;
  margin-bottom: 10px;
}
#nakd.main #checkout-response, #trek.main #checkout-response, #corp.main #checkout-response {
  display: none;
}
#nakd.main .basket-left a, #nakd.main .basket-right a, #nakd.main .checkout-right a, #nakd.main .checkout-left a, #nakd.main .checkout-single a, #trek.main .basket-left a, #trek.main .basket-right a, #trek.main .checkout-right a, #trek.main .checkout-left a, #trek.main .checkout-single a, #corp.main .basket-left a, #corp.main .basket-right a, #corp.main .checkout-right a, #corp.main .checkout-left a, #corp.main .checkout-single a {
  color: #35903f;
}
#nakd.main .basket-left a.button, #nakd.main .basket-right a.button, #nakd.main .checkout-right a.button, #nakd.main .checkout-left a.button, #nakd.main .checkout-single a.button, #trek.main .basket-left a.button, #trek.main .basket-right a.button, #trek.main .checkout-right a.button, #trek.main .checkout-left a.button, #trek.main .checkout-single a.button, #corp.main .basket-left a.button, #corp.main .basket-right a.button, #corp.main .checkout-right a.button, #corp.main .checkout-left a.button, #corp.main .checkout-single a.button {
  color: #2c2a29;
}
#nakd.main .basket-left .smallText, #nakd.main .basket-right .smallText, #nakd.main .checkout-right .smallText, #nakd.main .checkout-left .smallText, #nakd.main .checkout-single .smallText, #trek.main .basket-left .smallText, #trek.main .basket-right .smallText, #trek.main .checkout-right .smallText, #trek.main .checkout-left .smallText, #trek.main .checkout-single .smallText, #corp.main .basket-left .smallText, #corp.main .basket-right .smallText, #corp.main .checkout-right .smallText, #corp.main .checkout-left .smallText, #corp.main .checkout-single .smallText {
  font-size: .8em;
}
#nakd.main .basket-left p, #nakd.main .basket-right p, #nakd.main .checkout-right p, #nakd.main .checkout-left p, #nakd.main .checkout-single p, #trek.main .basket-left p, #trek.main .basket-right p, #trek.main .checkout-right p, #trek.main .checkout-left p, #trek.main .checkout-single p, #corp.main .basket-left p, #corp.main .basket-right p, #corp.main .checkout-right p, #corp.main .checkout-left p, #corp.main .checkout-single p {
  font-size: 1em;
}
#nakd.main .basket-left h3, #nakd.main .basket-left h2, #nakd.main .basket-right h3, #nakd.main .basket-right h2, #nakd.main .checkout-right h3, #nakd.main .checkout-right h2, #nakd.main .checkout-left h3, #nakd.main .checkout-left h2, #nakd.main .checkout-single h3, #nakd.main .checkout-single h2, #trek.main .basket-left h3, #trek.main .basket-left h2, #trek.main .basket-right h3, #trek.main .basket-right h2, #trek.main .checkout-right h3, #trek.main .checkout-right h2, #trek.main .checkout-left h3, #trek.main .checkout-left h2, #trek.main .checkout-single h3, #trek.main .checkout-single h2, #corp.main .basket-left h3, #corp.main .basket-left h2, #corp.main .basket-right h3, #corp.main .basket-right h2, #corp.main .checkout-right h3, #corp.main .checkout-right h2, #corp.main .checkout-left h3, #corp.main .checkout-left h2, #corp.main .checkout-single h3, #corp.main .checkout-single h2 {
  font-size: 1.5em;
  color: #35903f;
  background: none;
  margin-bottom: 0;
}
#nakd.main .basket-left h1, #nakd.main .basket-right h1, #nakd.main .checkout-right h1, #nakd.main .checkout-left h1, #nakd.main .checkout-single h1, #trek.main .basket-left h1, #trek.main .basket-right h1, #trek.main .checkout-right h1, #trek.main .checkout-left h1, #trek.main .checkout-single h1, #corp.main .basket-left h1, #corp.main .basket-right h1, #corp.main .checkout-right h1, #corp.main .checkout-left h1, #corp.main .checkout-single h1 {
  color: #e48035;
}
#nakd.main .basket-left .lineSum, #nakd.main .basket-right .lineSum, #nakd.main .checkout-right .lineSum, #nakd.main .checkout-left .lineSum, #nakd.main .checkout-single .lineSum, #trek.main .basket-left .lineSum, #trek.main .basket-right .lineSum, #trek.main .checkout-right .lineSum, #trek.main .checkout-left .lineSum, #trek.main .checkout-single .lineSum, #corp.main .basket-left .lineSum, #corp.main .basket-right .lineSum, #corp.main .checkout-right .lineSum, #corp.main .checkout-left .lineSum, #corp.main .checkout-single .lineSum {
  color: #888;
}
#nakd.main .basket-left .row:after, #nakd.main .basket-right .row:after, #nakd.main .checkout-right .row:after, #nakd.main .checkout-left .row:after, #nakd.main .checkout-single .row:after, #trek.main .basket-left .row:after, #trek.main .basket-right .row:after, #trek.main .checkout-right .row:after, #trek.main .checkout-left .row:after, #trek.main .checkout-single .row:after, #corp.main .basket-left .row:after, #corp.main .basket-right .row:after, #corp.main .checkout-right .row:after, #corp.main .checkout-left .row:after, #corp.main .checkout-single .row:after {
  content: "";
  display: table;
  clear: both;
}
#nakd.main .basket-left .row, #nakd.main .basket-right .row, #nakd.main .checkout-right .row, #nakd.main .checkout-left .row, #nakd.main .checkout-single .row, #trek.main .basket-left .row, #trek.main .basket-right .row, #trek.main .checkout-right .row, #trek.main .checkout-left .row, #trek.main .checkout-single .row, #corp.main .basket-left .row, #corp.main .basket-right .row, #corp.main .checkout-right .row, #corp.main .checkout-left .row, #corp.main .checkout-single .row {
  *zoom: 1;
  margin-bottom: 1em;
}
#nakd.main .basket-left .button, #nakd.main .basket-right .button, #nakd.main .checkout-right .button, #nakd.main .checkout-left .button, #nakd.main .checkout-single .button, #trek.main .basket-left .button, #trek.main .basket-right .button, #trek.main .checkout-right .button, #trek.main .checkout-left .button, #trek.main .checkout-single .button, #corp.main .basket-left .button, #corp.main .basket-right .button, #corp.main .checkout-right .button, #corp.main .checkout-left .button, #corp.main .checkout-single .button {
  font-size: 15px;
}
#nakd.main .basket-left, #trek.main .basket-left, #corp.main .basket-left {
  width: 70%;
  float: left;
}
#nakd.main .basket-right, #trek.main .basket-right, #corp.main .basket-right {
  width: 30%;
  float: right;
  padding: 3em 0 0 2em;
}
#nakd.main .basket-listing .column, #nakd.main .basket-listing .columns, #trek.main .basket-listing .column, #trek.main .basket-listing .columns, #corp.main .basket-listing .column, #corp.main .basket-listing .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
  position: relative;
}
#nakd.main .basket-listing .column.medium-6, #nakd.main .basket-listing .columns.medium-6, #trek.main .basket-listing .column.medium-6, #trek.main .basket-listing .columns.medium-6, #corp.main .basket-listing .column.medium-6, #corp.main .basket-listing .columns.medium-6 {
  width: 60%;
}
#nakd.main .basket-listing .column.medium-3, #nakd.main .basket-listing .columns.medium-3, #trek.main .basket-listing .column.medium-3, #trek.main .basket-listing .columns.medium-3, #corp.main .basket-listing .column.medium-3, #corp.main .basket-listing .columns.medium-3 {
  width: 20%;
}
#nakd.main .basket-listing .column.medium-4, #nakd.main .basket-listing .columns.medium-4, #trek.main .basket-listing .column.medium-4, #trek.main .basket-listing .columns.medium-4, #corp.main .basket-listing .column.medium-4, #corp.main .basket-listing .columns.medium-4 {
  width: 34%;
}
#nakd.main .basket-listing .column.medium-8, #nakd.main .basket-listing .columns.medium-8, #trek.main .basket-listing .column.medium-8, #trek.main .basket-listing .columns.medium-8, #corp.main .basket-listing .column.medium-8, #corp.main .basket-listing .columns.medium-8 {
  width: 66%;
}
#nakd.main .basket-listing .column.well.right, #nakd.main .basket-listing .columns.well.right, #trek.main .basket-listing .column.well.right, #trek.main .basket-listing .columns.well.right, #corp.main .basket-listing .column.well.right, #corp.main .basket-listing .columns.well.right {
  width: 100%;
  text-align: right;
  font-size: 1.3em;
  background: url(/graphics/bg_natural.jpg);
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: -.8em;
}
#nakd.main .basket-listing .column .basketThumb, #nakd.main .basket-listing .column img.fullwidth, #nakd.main .basket-listing .columns .basketThumb, #nakd.main .basket-listing .columns img.fullwidth, #trek.main .basket-listing .column .basketThumb, #trek.main .basket-listing .column img.fullwidth, #trek.main .basket-listing .columns .basketThumb, #trek.main .basket-listing .columns img.fullwidth, #corp.main .basket-listing .column .basketThumb, #corp.main .basket-listing .column img.fullwidth, #corp.main .basket-listing .columns .basketThumb, #corp.main .basket-listing .columns img.fullwidth {
  float: left;
  width: 65px;
  height: 65px;
  border: 2px solid #8bc63f;
  margin: 0 1.5em 0 0;
}
#nakd.main .basket-listing .column select[name="deliveryVariant"], #nakd.main .basket-listing .columns select[name="deliveryVariant"], #trek.main .basket-listing .column select[name="deliveryVariant"], #trek.main .basket-listing .columns select[name="deliveryVariant"], #corp.main .basket-listing .column select[name="deliveryVariant"], #corp.main .basket-listing .columns select[name="deliveryVariant"] {
  width: 100%;
}
#nakd.main .basket-listing .column p.title, #nakd.main .basket-listing .columns p.title, #trek.main .basket-listing .column p.title, #trek.main .basket-listing .columns p.title, #corp.main .basket-listing .column p.title, #corp.main .basket-listing .columns p.title {
  font-size: 1.5em;
}
#nakd.main .basket-listing .column p.title a, #nakd.main .basket-listing .columns p.title a, #trek.main .basket-listing .column p.title a, #trek.main .basket-listing .columns p.title a, #corp.main .basket-listing .column p.title a, #corp.main .basket-listing .columns p.title a {
  color: #2c2a29;
}
#nakd.main .basket-listing .column .basketRemove, #nakd.main .basket-listing .columns .basketRemove, #trek.main .basket-listing .column .basketRemove, #trek.main .basket-listing .columns .basketRemove, #corp.main .basket-listing .column .basketRemove, #corp.main .basket-listing .columns .basketRemove {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 14px;
  width: 12px;
  background-position: 0 -1462px;
  margin: 0 .25em 0 .5em;
}
#nakd.main .basket-listing .column .basketUpdate, #nakd.main .basket-listing .columns .basketUpdate, #trek.main .basket-listing .column .basketUpdate, #trek.main .basket-listing .columns .basketUpdate, #corp.main .basket-listing .column .basketUpdate, #corp.main .basket-listing .columns .basketUpdate {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
  border: none;
  margin: .25em 0 0 .25em;
  height: 15px;
  width: 20px;
  background-position: 0 -1385px;
}
#nakd.main .basket-listing .column .basketQuantity, #nakd.main .basket-listing .columns .basketQuantity, #trek.main .basket-listing .column .basketQuantity, #trek.main .basket-listing .columns .basketQuantity, #corp.main .basket-listing .column .basketQuantity, #corp.main .basket-listing .columns .basketQuantity {
  width: 70%;
  float: left;
}
#nakd.main .basket-listing .column .updates, #nakd.main .basket-listing .columns .updates, #trek.main .basket-listing .column .updates, #trek.main .basket-listing .columns .updates, #corp.main .basket-listing .column .updates, #corp.main .basket-listing .columns .updates {
  float: left;
}
#nakd.main .basket-listing .column .basketPrice, #nakd.main .basket-listing .columns .basketPrice, #trek.main .basket-listing .column .basketPrice, #trek.main .basket-listing .columns .basketPrice, #corp.main .basket-listing .column .basketPrice, #corp.main .basket-listing .columns .basketPrice {
  text-align: right;
}
#nakd.main .basket-listing .right, #trek.main .basket-listing .right, #corp.main .basket-listing .right {
  float: right;
}
#nakd.main .basket-listing .right.subtotal, #trek.main .basket-listing .right.subtotal, #corp.main .basket-listing .right.subtotal {
  float: left;
}
#nakd.main .basket-listing .summary-right.subtotal, #trek.main .basket-listing .summary-right.subtotal, #corp.main .basket-listing .summary-right.subtotal {
  text-align: right;
  font-size: 1.3em;
  background: url(/graphics/bg_natural.jpg);
  padding-top: .75em;
  margin-top: -.8em;
  margin-bottom: .5em;
  border-bottom: none;
  padding-bottom: .5em;
}
#nakd.main .basket-listing .summary-right.subtotal p, #trek.main .basket-listing .summary-right.subtotal p, #corp.main .basket-listing .summary-right.subtotal p {
  margin: 0;
}
#nakd.main .basket-listing .summary-right.special-offer, #trek.main .basket-listing .summary-right.special-offer, #corp.main .basket-listing .summary-right.special-offer {
  text-align: center;
  margin-bottom: -1px;
  font-size: 1.2em;
}
#nakd.main .basket-listing .summary-right.total, #trek.main .basket-listing .summary-right.total, #corp.main .basket-listing .summary-right.total {
  text-align: right;
  font-size: 1.2em;
}
#nakd.main .basket-listing .summary-right.total .well.right, #trek.main .basket-listing .summary-right.total .well.right, #corp.main .basket-listing .summary-right.total .well.right {
  width: 100%;
  background: none;
  background-color: #8bc63f;
  color: white;
  margin-top: -.2em;
  margin-bottom: 4em;
}
#nakd.main .basket-listing .summary-right .columns.medium-3, #trek.main .basket-listing .summary-right .columns.medium-3, #corp.main .basket-listing .summary-right .columns.medium-3 {
  width: 30%;
}
#nakd.main .basket-listing .row.vouchers, #trek.main .basket-listing .row.vouchers, #corp.main .basket-listing .row.vouchers {
  padding-top: 1em;
}
#nakd.main .basket-listing .row.vouchers .columns.medium-6, #trek.main .basket-listing .row.vouchers .columns.medium-6, #corp.main .basket-listing .row.vouchers .columns.medium-6 {
  padding-left: 0;
}
#nakd.main .basket-listing .row.vouchers .columns.medium-6:first-child, #trek.main .basket-listing .row.vouchers .columns.medium-6:first-child, #corp.main .basket-listing .row.vouchers .columns.medium-6:first-child {
  width: 65%;
}
#nakd.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2), #trek.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2), #corp.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2) {
  width: 35%;
}
#nakd.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2) .medium-pushRight, #trek.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2) .medium-pushRight, #corp.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2) .medium-pushRight {
  padding: .5em 1em;
  margin-top: 1em;
  font-size: 1em;
}
#nakd.main .basket-listing .row.vouchers .columns.medium-6.apply-button, #trek.main .basket-listing .row.vouchers .columns.medium-6.apply-button, #corp.main .basket-listing .row.vouchers .columns.medium-6.apply-button {
  position: absolute;
  bottom: 40px;
  right: 0;
}
#nakd.main .basket-listing .row.vouchers .columns.medium-6.apply-button .medium-pushRight, #trek.main .basket-listing .row.vouchers .columns.medium-6.apply-button .medium-pushRight, #corp.main .basket-listing .row.vouchers .columns.medium-6.apply-button .medium-pushRight {
  padding: .5em 2em;
}
#nakd.main .basket-listing .row.vouchers .borderBottom, #trek.main .basket-listing .row.vouchers .borderBottom, #corp.main .basket-listing .row.vouchers .borderBottom {
  padding-bottom: 1em;
}
#nakd.main .basket-listing .basket-summary dl, #trek.main .basket-listing .basket-summary dl, #corp.main .basket-listing .basket-summary dl {
  background-color: #e48035;
  margin: 0;
}
#nakd.main .basket-listing .basket-summary dl dt, #trek.main .basket-listing .basket-summary dl dt, #corp.main .basket-listing .basket-summary dl dt {
  display: inline-block;
  width: 65%;
  padding: 1em 0 0 1em;
}
#nakd.main .basket-listing .basket-summary dl dd, #trek.main .basket-listing .basket-summary dl dd, #corp.main .basket-listing .basket-summary dl dd {
  margin: 0;
  display: inline-block;
  width: 25%;
  padding: 1em 1em 0 0;
}
#nakd.main .basket-listing .basket-summary dl dd:last-child, #trek.main .basket-listing .basket-summary dl dd:last-child, #corp.main .basket-listing .basket-summary dl dd:last-child {
  padding: 1em 1em 1em 0;
}
#nakd.main .basket-listing .basket-summary dl.basket-total, #trek.main .basket-listing .basket-summary dl.basket-total, #corp.main .basket-listing .basket-summary dl.basket-total {
  font-weight: bold;
  font-size: 1.3em;
  background-color: #4f3529;
}
#nakd.main .basket-listing .basket-summary dl.basket-total dt, #trek.main .basket-listing .basket-summary dl.basket-total dt, #corp.main .basket-listing .basket-summary dl.basket-total dt {
  padding: .5em 0 .5em .75em;
}
#nakd.main .basket-listing .basket-summary dl.basket-total dd, #trek.main .basket-listing .basket-summary dl.basket-total dd, #corp.main .basket-listing .basket-summary dl.basket-total dd {
  padding: .5em .75em .5em 0;
}
#nakd.main .basket-listing .basket-summary .basket-update, #trek.main .basket-listing .basket-summary .basket-update, #corp.main .basket-listing .basket-summary .basket-update {
  color: #35903f;
  font-size: 1.3em;
  padding: 0 .5em 0 2em;
  position: relative;
  display: block;
  float: right;
  margin: 1.5em 0;
  border: none;
}
#nakd.main .basket-listing .basket-summary .basket-update:before, #trek.main .basket-listing .basket-summary .basket-update:before, #corp.main .basket-listing .basket-summary .basket-update:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 20px;
  background-position: 0 -1385px;
}
#nakd.main .basket-listing .borderBottom, #trek.main .basket-listing .borderBottom, #corp.main .basket-listing .borderBottom {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #2c2a29;
}
#nakd.main .basket-listing .basket-summary, #nakd.main .basket-listing .basket-checkout, #trek.main .basket-listing .basket-summary, #trek.main .basket-listing .basket-checkout, #corp.main .basket-listing .basket-summary, #corp.main .basket-listing .basket-checkout {
  width: 45%;
  float: right;
}
#nakd.main .basket-listing .basket-details, #trek.main .basket-listing .basket-details, #corp.main .basket-listing .basket-details {
  font-size: .9em;
  margin: 5em 0 2em 0;
}
#nakd.main .basket-right .button.sign-in-link, #trek.main .basket-right .button.sign-in-link, #corp.main .basket-right .button.sign-in-link {
  white-space: normal !important;
  display: block;
}
#nakd.main .basket-right .button.sign-in-link span, #trek.main .basket-right .button.sign-in-link span, #corp.main .basket-right .button.sign-in-link span {
  padding: 0 0 0 .5em;
  position: relative;
}
#nakd.main .basket-right .button.sign-in-link span:before, #trek.main .basket-right .button.sign-in-link span:before, #corp.main .basket-right .button.sign-in-link span:before {
  width: 0;
  height: 0;
  background: none;
}
#nakd.main .basket-right .button.sign-in-link span:after, #trek.main .basket-right .button.sign-in-link span:after, #corp.main .basket-right .button.sign-in-link span:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 3px 5px;
  height: 17px;
  width: 22px;
  background-position: 0 -1417px;
}
#nakd.main .basket-right .xsmall-12.marginBottom, #trek.main .basket-right .xsmall-12.marginBottom, #corp.main .basket-right .xsmall-12.marginBottom {
  margin-bottom: .25em;
}
#nakd.main .basket-right .basket-login .row, #trek.main .basket-right .basket-login .row, #corp.main .basket-right .basket-login .row {
  margin-bottom: 1em;
}
#nakd.main .basket-right .borderBottom, #trek.main .basket-right .borderBottom, #corp.main .basket-right .borderBottom {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #2c2a29;
}
#nakd.main .basket-right .smallText, #trek.main .basket-right .smallText, #corp.main .basket-right .smallText {
  font-size: .9em !important;
}
#nakd.main .basket-right .smallText a, #trek.main .basket-right .smallText a, #corp.main .basket-right .smallText a {
  color: #35903f;
}
#nakd.main .checkout-right, #nakd.main .checkout-single, #trek.main .checkout-right, #trek.main .checkout-single, #corp.main .checkout-right, #corp.main .checkout-single {
  width: 48%;
  float: right;
}
#nakd.main .checkout-right .columns.medium-9, #nakd.main .checkout-single .columns.medium-9, #trek.main .checkout-right .columns.medium-9, #trek.main .checkout-single .columns.medium-9, #corp.main .checkout-right .columns.medium-9, #corp.main .checkout-single .columns.medium-9 {
  width: 75%;
  text-align: left !important;
}
#nakd.main .checkout-right .columns.medium-3, #nakd.main .checkout-single .columns.medium-3, #trek.main .checkout-right .columns.medium-3, #trek.main .checkout-single .columns.medium-3, #corp.main .checkout-right .columns.medium-3, #corp.main .checkout-single .columns.medium-3 {
  width: 25% !important;
}
#nakd.main .checkout-right .columns.well.right, #nakd.main .checkout-single .columns.well.right, #trek.main .checkout-right .columns.well.right, #trek.main .checkout-single .columns.well.right, #corp.main .checkout-right .columns.well.right, #corp.main .checkout-single .columns.well.right {
  width: 100%;
}
#nakd.main .checkout-right .columns p.title, #nakd.main .checkout-single .columns p.title, #trek.main .checkout-right .columns p.title, #trek.main .checkout-single .columns p.title, #corp.main .checkout-right .columns p.title, #corp.main .checkout-single .columns p.title {
  font-size: 1.25em;
}
#nakd.main .checkout-right .summary-right, #nakd.main .checkout-single .summary-right, #trek.main .checkout-right .summary-right, #trek.main .checkout-single .summary-right, #corp.main .checkout-right .summary-right, #corp.main .checkout-single .summary-right {
  width: 100%;
}
#nakd.main .checkout-left, #trek.main .checkout-left, #corp.main .checkout-left {
  width: 48%;
  float: left;
  margin-bottom: 4em;
}
#nakd.main .checkout-left ul.addresses, #trek.main .checkout-left ul.addresses, #corp.main .checkout-left ul.addresses {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nakd.main .checkout-left ul.addresses input[type="radio"], #trek.main .checkout-left ul.addresses input[type="radio"], #corp.main .checkout-left ul.addresses input[type="radio"] {
  margin-right: .5em;
}
#nakd.main .checkout-left .step .columns, #trek.main .checkout-left .step .columns, #corp.main .checkout-left .step .columns {
  float: left;
}
#nakd.main .checkout-left .step .columns.medium-8, #trek.main .checkout-left .step .columns.medium-8, #corp.main .checkout-left .step .columns.medium-8 {
  width: 66%;
  text-align: left !important;
}
#nakd.main .checkout-left .step .columns.medium-4, #trek.main .checkout-left .step .columns.medium-4, #corp.main .checkout-left .step .columns.medium-4 {
  width: 34%;
}
#nakd.main .checkout-single, #trek.main .checkout-single, #corp.main .checkout-single {
  width: 100%;
  float: none;
}
#nakd.main .checkout-single .order-number, #trek.main .checkout-single .order-number, #corp.main .checkout-single .order-number {
  border-bottom: 1px solid #2c2a29;
  border-top: 1px solid #2c2a29;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
#nakd.main .checkout-single .order-number .print-this, #trek.main .checkout-single .order-number .print-this, #corp.main .checkout-single .order-number .print-this {
  display: inline-block;
  margin-left: 50px;
}
#nakd.main .checkout-single .payment-method img, #trek.main .checkout-single .payment-method img, #corp.main .checkout-single .payment-method img {
  width: 100px;
  vertical-align: middle;
  padding: 10px 10px 10px 0;
}
#nakd.main .checkout-single .user-address .basket-checkout, #trek.main .checkout-single .user-address .basket-checkout, #corp.main .checkout-single .user-address .basket-checkout {
  width: 100%;
  float: none;
}
#nakd.main .checkout-single .user-register .basket-checkout, #trek.main .checkout-single .user-register .basket-checkout, #corp.main .checkout-single .user-register .basket-checkout {
  width: auto !important;
  float: right;
  margin-left: 15px;
}
#nakd.main .checkout-single .user-address, #trek.main .checkout-single .user-address, #corp.main .checkout-single .user-address {
  border-top: 1px solid #2c2a29;
  padding: 20px 0;
}
#nakd.main .checkout-single .user-register, #trek.main .checkout-single .user-register, #corp.main .checkout-single .user-register {
  margin-top: 20px;
  background: url("../graphics/bg_natural.jpg");
  padding: 15px;
}

body {
  background: none;
}

#logo_main a {
  display: block;
  padding: 20px;
  background: #35903f url("../graphics/n_logo.png") center no-repeat;
  height: 104px;
  width: 390px;
  text-indent: -9999px;
  position: relative;
  z-index: 106;
}

.print-this, footer, nav, #header-etc, .value.basket-checkout, .user-register {
  display: none;
}
