/*! 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, header #header-etc #basket h3 span, header #header-etc #login_search #login_img, header #header-etc #login_search #search input[type="submit"], footer section#newsletter h4:before, footer section#newsletter form .button span:before, footer section#info .column ul li:before, footer section#info .column:last-of-type a.find_more:before, footer section#info .column #foot_logos #mib, footer section#info .column #foot_logos #vsa, footer section#info .column #foot_logos #kosher, footer section#info .column #foot_logos #wf, nav section#menu #menu-title h3:before, .content .col-2-left .menu-left h4:before, .content .col-2-left .menu-left li a.active:before, section#home #customer_comments .quote_text:before, section#home .btn.prev, section#home .btn.next, .product ul li:before, #product_list ul li:before, .product_details #reviews .more-reviews: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_repeat.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, .inside .listing-box: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_repeat.jpg") repeat;
  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;
}

header {
  position: relative;
}
header #logo_main {
  float: left;
}
header #logo_main a {
  display: block;
  margin: 20px 20px 20px 0;
  background: url("../graphics/n_logo.png") left no-repeat;
  height: 64px;
  width: 350px;
  text-indent: -9999px;
  position: relative;
  z-index: 106;
}
header h2#logo_main {
  background: none;
  padding-bottom: 0px;
}
header #header-etc {
  float: right;
  position: relative;
  z-index: 106;
  max-width: 325px;
}
header #header-etc #basket {
  margin: 10px 0;
  background: url("../graphics/n_bg_basket.png");
  width: 314px;
  height: 62px;
  padding: 15px 10px 10px;
}
header #header-etc #basket #payment {
  display: inline-block;
  margin: -5px 5px 0 0;
}
header #header-etc #basket #payment .language-bar {
  display: inline;
}
header #header-etc #basket h3 {
  font-size: 1.6em;
  color: #e48035;
  font-family: "VagRoundedB", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
header #header-etc #basket h3 span {
  display: inline-block;
  height: 32px;
  width: 39px;
  background-position: 0 -592px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
header #header-etc #login_search {
  font-family: 'VagRounded';
  font-size: 1.1em;
  color: white;
  display: inline-block;
}
header #header-etc #login_search a, header #header-etc #login_search #login_img {
  color: white;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
header #header-etc #login_search img {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
}
header #header-etc #login_search #login_img {
  display: inline-block;
  height: 30px;
  width: 32px;
  background-position: 0 -1167px;
  padding: 0;
  margin-right: 10px;
}
header #header-etc #login_search #search {
  display: inline-block;
  margin-left: 15px;
  border-radius: 5px;
  background: white;
  border: 2px solid #35903f;
  padding: 3px;
}
header #header-etc #login_search #search input {
  border: none;
  background: transparent;
  width: 100px;
}
header #header-etc #login_search #search input[type="submit"] {
  text-indent: -9999px;
  height: 24px;
  width: 24px;
  background-position: 0 -1221px;
}
header #header-etc #login_search #search.smaller input[type="text"] {
  width: 70px;
}

.wrong-domain {
  background: #e48035;
  text-align: center;
  padding: 10px 0 3px 0;
  color: white;
  font-size: 1.2em;
}
.wrong-domain .wrapper {
  position: relative;
}
.wrong-domain img {
  vertical-align: middle;
  margin-right: 5px;
}
.wrong-domain .shop-from {
  font-family: VagRoundedB;
  font-size: 1.2em;
}
.wrong-domain .visit {
  padding-top: 5px;
}
.wrong-domain .shop-now {
  text-align: right;
}
.wrong-domain .shop-now .button {
  padding: 3px 10px;
  margin-right: 20px;
}
.wrong-domain .bar-close {
  position: absolute;
  right: 0;
  font-size: 1.3em;
  font-family: VagRoundedB;
}

footer {
  color: #fff;
  background: transparent url("../graphics/n_bg_foot_top.png") top repeat-x;
  padding-top: 78px;
  margin-top: -75px;
  position: relative;
  z-index: 107;
}
footer section#newsletter {
  padding: 10px 0 30px 0;
  background: #35903f url("../graphics/n_bg_foot_bot.png") bottom repeat-x;
  position: relative;
  z-index: 102;
}
footer section#newsletter h4 {
  font-family: "VagRoundedB", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1.6em;
  padding-left: 54px;
}
footer section#newsletter h4:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 45px;
  background-position: 0 -437px;
  margin-right: 10px;
  top: 50%;
  margin-top: -20px;
  left: 0;
}
footer section#newsletter form {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  float: right;
}
footer section#newsletter form input[type="text"] {
  padding: 8px;
  border: none;
  width: 170px;
  vertical-align: top;
  float: left;
}
footer section#newsletter form input[type="text"]:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 2px solid #f6f6f6;
}
footer section#newsletter form .button {
  padding: 5px 20px 6px;
  margin-left: -3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 1.2em;
  border: none;
  font-weight: 800;
}
footer section#newsletter form .button span:before {
  content: "";
  display: inline-block;
  height: 17px;
  width: 22px;
  background-position: 0 -1417px;
  margin-right: 10px;
}
footer section#info {
  background: #4f3529;
  padding: 15px 0;
}
footer section#info .column {
  display: block;
  float: left;
  width: 30%;
  margin-bottom: 20px;
}
footer section#info .column h3 {
  font-family: "VagRoundedB", sans-serif;
  font-size: 1.6em;
  margin-bottom: 10px;
}
footer section#info .column ul {
  white-space: nowrap;
}
footer section#info .column ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
footer section#info .column ul li:before {
  content: "";
  display: inline-block;
  height: 11px;
  width: 12px;
  background-position: 0 -1487px;
  vertical-align: middle;
  margin-right: 10px;
}
footer section#info .column:first-of-type {
  margin-right: 5%;
}
footer section#info .column:last-of-type {
  white-space: normal;
  margin-right: 0;
  width: 35%;
  padding-bottom: 30px;
}
footer section#info .column:last-of-type a.find_more {
  font-family: "VagRoundedB", sans-serif;
  font-size: 1.7em;
}
footer section#info .column:last-of-type a.find_more:before {
  content: "";
  display: inline-block;
  height: 21px;
  width: 28px;
  background-position: 0 -1301px;
  vertical-align: middle;
  margin-right: 10px;
}
footer section#info .column #foot_logos {
  white-space: nowrap;
}
footer section#info .column #foot_logos #mib, footer section#info .column #foot_logos #vsa, footer section#info .column #foot_logos #kosher, footer section#info .column #foot_logos #wf {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 10px 0 0;
  text-indent: -99999px;
}
footer section#info .column #foot_logos #mib {
  height: 75px;
  width: 64px;
  background-position: 0 0;
}
footer section#info .column #foot_logos #vsa {
  height: 50px;
  width: 79px;
  background-position: 0 -131px;
}
footer section#info .column #foot_logos #kosher {
  height: 46px;
  width: 55px;
  background-position: 0 -477px;
}
footer section#info .column #foot_logos #wf {
  height: 56px;
  width: 100px;
  background-position: 0 -75px;
}
footer section#info #copyright {
  clear: both;
  border-top: 1px solid #8bc63f;
  margin: 20px 0;
  padding: 15px 0;
  line-height: 2em;
}

nav {
  background: transparent url("../graphics/n_bg_menu_bot.png") repeat-x bottom;
  padding-bottom: 6px;
  position: relative;
  z-index: 99;
}
nav section#menu {
  margin-top: 1em;
  background: #35903f url("../graphics/n_bg_menu_top.png") repeat-x bottom;
}
nav section#menu #menu-title {
  display: none;
  text-align: center;
  color: white;
  font-size: .8em;
}
nav section#menu #menu-title h3 {
  font-family: "VagRoundedB", sans-serif;
  margin-bottom: 0;
  padding: 7px 0 5px 0;
}
nav section#menu #menu-title h3:before {
  content: "";
  margin: 5px 10px 0 0;
  vertical-align: top;
  display: inline-block;
  height: 28px;
  width: 33px;
  background-position: 0 -1434px;
}
nav section#menu ul#menu-h {
  white-space: nowrap;
  position: relative;
  z-index: 105;
}
nav section#menu ul#menu-h li {
  position: relative;
  z-index: 106;
  display: inline-block;
  margin: 10px 2.8% 10px 2.8%;
}
nav section#menu ul#menu-h li a {
  color: white;
  font-family: "VagRoundedB", sans-serif;
  text-transform: uppercase;
  font-size: 1.65em;
  display: block;
}
nav section#menu ul#menu-h li a.nav_nakd, nav section#menu ul#menu-h li a.nav_trek {
  text-indent: -9999px;
}
nav section#menu ul#menu-h li a.nav_nakd {
  height: 38px;
  width: 120px;
  background: url("../graphics/n_logo_naked.png") no-repeat;
}
nav section#menu ul#menu-h li a.nav_trek {
  height: 32px;
  width: 111px;
  background: url("../graphics/n_logo_trek.png") no-repeat;
}
nav section#menu ul#menu-h li a:hover {
  color: white;
}
nav section#menu ul#menu-h li:first-of-type {
  margin-left: 1%;
}
nav section#menu ul#menu-h li:last-of-type {
  margin-right: 0;
}
nav section#message {
  background: #8bc63f;
  padding: 5px 0;
  font-size: 1.5em;
  color: white;
  text-transform: uppercase;
}
nav section#message .wrapper {
  text-align: center;
}
nav section#message .wrapper span.icon {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
nav section#message .wrapper span.icon img {
  max-width: 30px;
  max-height: 30px;
}

.content .col-2-left {
  text-align: center;
}
.content .col-2-left .menu-left {
  background: url("../graphics/bg_natural_repeat.jpg") repeat;
  text-align: left;
}
.content .col-2-left .menu-left h4 {
  padding: 10px 20px 5px 20px;
  color: #2c2a29 !important;
  text-transform: uppercase !important;
  font-size: 1.71429em;
}
.content .col-2-left .menu-left h4:before {
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  height: 36px;
  width: 40px;
  background-position: 0 -747px;
}
.content .col-2-left .menu-left li {
  list-style-type: none;
  border-top: 1px solid #ccc;
  font-size: 1.28571em;
}
.content .col-2-left .menu-left li a {
  display: block;
  padding: 10px 20px;
  position: relative;
}
.content .col-2-left .menu-left li a span.a {
  font-family: "Minion Pro";
}
.content .col-2-left .menu-left li a:hover, .content .col-2-left .menu-left li a.active {
  color: #e48035;
  text-decoration: none;
}
.content .col-2-left .menu-left li a.active {
  padding: 7px 20px 7px 56px;
}
.content .col-2-left .menu-left li a.active:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 7px;
  height: 21px;
  width: 28px;
  background-position: 0 -1364px;
}
.content .col-2-left .menu-left li ul li {
  font-size: inherit;
  padding-left: 42px;
}

.banner ul {
  width: 100%;
  position: relative;
  height: 375px;
  -moz-box-shadow: 0 3px 4px #ccc;
  -webkit-box-shadow: 0 3px 4px #ccc;
  box-shadow: 0 3px 4px #ccc;
}
.banner ul li {
  list-style-type: none;
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.banner ul a {
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
  display: block;
  height: 100%;
  background-size: contain;
}

section#home .content .pad {
  padding-bottom: 0px;
}
section#home h2 {
  font-family: "VagRounded", sans-serif;
  text-transform: none;
  font-size: 3.28571em;
  color: #43883e;
  text-align: center;
  margin: 15px 0;
  line-height: 1em;
  background: none;
}
section#home h2.brand-hlt {
  color: #e48035;
}
section#home div.section {
  margin-bottom: 25px;
}
section#home #brand_goodies .group img, section#home #brand_goodies .inside .listing-box img, .inside section#home #brand_goodies .listing-box img, section#home #brand_goodies img.header {
  width: 100%;
}
section#home #offers {
  margin-top: 15px;
}
section#home #offers .col-3 img {
  width: 100%;
}
section#home #customer_comments {
  width: 100%;
  margin: 20px auto;
  background: url("../graphics/bg_natural_repeat.jpg") repeat;
  position: relative;
  height: 136px;
}
section#home #customer_comments .quote_text {
  min-height: 135px;
  font-size: 19px;
  padding: 15px 30px 5px 10px;
  padding-left: 128px;
  position: absolute;
  display: none;
  background: url("../graphics/bee_comments.png") bottom right 10px no-repeat;
}
section#home #customer_comments .quote_text:before {
  content: "";
  display: block;
  left: 10px;
  top: 10px;
  position: absolute;
  margin-right: 10px;
  height: 100px;
  width: 106px;
  background-position: 0 -337px;
  vertical-align: text-top;
}
section#home #customer_comments .quote_text a:hover {
  text-decoration: none;
}
section#home #customer_comments .quote_text .signature {
  font-family: "VagRoundedB", sans-serif;
  font-size: 1.4em;
  color: #35903f;
}
section#home #carousel_wrap {
  position: relative;
}
section#home #carousel {
  background: url("../graphics/bg_carousel.png") center no-repeat;
  background-size: 100% 100%;
  height: 460px;
  width: 84%;
  margin: auto;
  padding: 18px 0 17px 15px;
  z-index: 105;
}
section#home #carousel .owl-pagination {
  display: none;
}
section#home #carousel .item {
  background: url("../graphics/bg_carousel_item.png");
  background-size: 100% 100%;
  height: 426px;
  text-align: center;
  padding: 20px;
  margin-right: 15px;
  font-size: 23px;
  font-weight: 700;
  position: relative;
}
section#home #carousel .item img {
  border: 3px solid #8bc63f;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
section#home #carousel .item .buy-me {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  max-width: 230px;
  margin: auto;
}
section#home .btn.prev, section#home .btn.next {
  display: block;
  position: absolute;
  text-indent: -99999px;
  top: 180px;
}
section#home .btn.prev {
  left: 10px;
  height: 79px;
  width: 54px;
  background-position: 0 -181px;
}
section#home .btn.next {
  right: 10px;
  height: 77px;
  width: 53px;
  background-position: 0 -260px;
}
section#home .customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#social_box {
  width: 303px;
  height: 326px;
  margin: 20px auto 0 auto;
  background: url("../graphics/n_bg_social.png") center no-repeat;
  background-size: contain;
  position: relative;
}
#social_box ul {
  position: absolute;
  z-index: 106;
  list-style-type: none;
}
#social_box ul li {
  display: inline-block;
  margin: 12px;
}
#social_box ul li a {
  display: block;
  height: 70px;
  width: 75px;
  text-indent: -9999px;
  border: none;
  outline: none;
}
#social_box ul li:last-of-type {
  margin-right: 0;
}
#social_box #fb, #social_box #instagram, #social_box #instagram-trek, #social_box #twitter {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  display: none;
  text-align: left;
}
#social_box #fb .inner, #social_box #instagram .inner, #social_box #instagram-trek .inner, #social_box #twitter .inner {
  position: absolute;
  border-radius: 10px;
  top: 110px;
  left: 20px;
  width: 255px;
  height: 185px;
}
#social_box #fb {
  background: url("../graphics/bg_social_fb.png") no-repeat center;
  display: block;
  background-size: contain;
}
#social_box #fb .inner {
  top: 105px;
}
#social_box #instagram, #social_box #instagram-trek {
  background: url("../graphics/bg_social_instagram.png") no-repeat center;
  background-size: contain;
}
#social_box #instagram .inner, #social_box #instagram-trek .inner {
  padding-top: 20px;
}
#social_box #instagram .inner a, #social_box #instagram-trek .inner a {
  display: inline-block;
  width: 105px;
  height: 105px;
  border: 1px solid white;
  margin: 20px 10px;
}
#social_box #instagram .inner a:nth-of-type(4), #social_box #instagram .inner a:nth-of-type(8), #social_box #instagram-trek .inner a:nth-of-type(4), #social_box #instagram-trek .inner a:nth-of-type(8) {
  margin-right: 0;
}
#social_box #instagram .inner a img, #social_box #instagram-trek .inner a img {
  display: block;
  width: 100%;
}
#social_box #twitter {
  background: url("../graphics/bg_social_twitter.png") no-repeat center;
  background-size: contain;
}
#social_box #twitter .inner div {
  padding: 15px 10px 5px;
  color: white;
  word-wrap: break-word;
}
#social_box #twitter .inner div a {
  color: white;
}
#social_box #twitter .inner div.post {
  font-size: 1.2em;
}
#social_box #twitter .inner div.date {
  font-style: italic;
}

section#bees {
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
}
section#bees .wrapper {
  width: 1180px;
  max-width: 1180px;
}
section#bees .wrapper #bee_left {
  float: left;
  left: 20px;
  position: relative;
  width: 168px;
  height: 227px;
  background: url("../graphics/bee_left.png");
  top: -40px;
}
section#bees .wrapper #bee_right {
  float: right;
  position: relative;
  width: 110px;
  height: 227px;
  background: url("../graphics/bee_right.png") right no-repeat;
  top: -42px;
}

section#bees_bot {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -227px;
}
section#bees_bot .wrapper {
  width: 1180px;
  max-width: 1180px;
}
section#bees_bot .wrapper #bee_left {
  float: left;
  left: 20px;
  position: relative;
  z-index: 101;
  width: 208px;
  height: 227px;
  background: url("../graphics/bee_left_bot.png");
}
section#bees_bot .wrapper #bee_right {
  float: right;
  position: relative;
  z-index: 101;
  width: 210px;
  height: 227px;
  background: url("../graphics/bee_right_bot.png");
}

section.product > img {
  width: 51%;
  margin-right: 4%;
  border: 3px solid #8bc63f;
  display: block;
  float: left;
  margin-bottom: 10px;
}

.product .product_info.item {
  width: 45%;
  display: block;
  float: left;
  position: relative;
  padding-bottom: 90px;
}
.product .product_info.item .product-buy {
  padding-bottom: 54px;
}

.product ul, #product_list ul {
  list-style-type: none;
}
.product ul li, #product_list ul li {
  font-size: 1.14286em;
  margin-bottom: 7px;
}
.product ul li:before, #product_list ul li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 34px;
  width: 38px;
  background-position: 0 -685px;
}
.product .item, #product_list .item {
  margin-bottom: 10px;
  font-size: 1.28571em;
  padding-bottom: 54px;
}
.product .item a > img, #product_list .item a > img {
  width: 100%;
  border: 3px solid #8bc63f;
  display: block;
  margin-bottom: 10px;
}
.product .item .alreadyInBasket, #product_list .item .alreadyInBasket {
  display: block;
  font-size: .75em;
  line-height: .8em;
  color: #35903f;
}
.product .item a:hover, #product_list .item a:hover {
  text-decoration: none;
}
.product .item .oos, #product_list .item .oos {
  line-height: 1.85em;
  color: #999;
}
.product .item .title, #product_list .item .title {
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 5px;
  height: 2em;
}
.product .item .price, #product_list .item .price {
  font-weight: 800;
  font-size: 1.5em;
  color: #35903f;
}
.product .item .price .sale, #product_list .item .price .sale {
  font-size: .9em;
  text-decoration: line-through;
  margin-right: 5px;
}
.product .item .price .now, #product_list .item .price .now {
  color: #cb243e;
}
.product .item .special, #product_list .item .special {
  font-size: .8em;
  color: #cb243e;
  height: 2.5em;
  max-height: 2.5em;
  overflow: hidden;
}
.product .item .product-buy, #product_list .item .product-buy {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.product .item .rating, #product_list .item .rating {
  margin: 7px 0 5px 0;
}
.product .item .rating .rate, .product .item .rating .reviews, #product_list .item .rating .rate, #product_list .item .rating .reviews {
  display: block;
  float: left;
  font-size: .75em;
}
.product .item .rating .rate a, .product .item .rating .reviews a, #product_list .item .rating .rate a, #product_list .item .rating .reviews a {
  text-decoration: underline;
}
.product .item .rating .rate, #product_list .item .rating .rate {
  padding-right: 5px;
}
.product .item form, .product .item div.form, #product_list .item form, #product_list .item div.form {
  margin-top: 5px;
}
.product .item form label, .product .item div.form label, #product_list .item form label, #product_list .item div.form label {
  display: inline-block;
}
.product .item form label[for="quantity"], .product .item div.form label[for="quantity"], #product_list .item form label[for="quantity"], #product_list .item div.form label[for="quantity"] {
  line-height: 1em;
}
.product .item form input[type="text"], .product .item form input[type="number"], .product .item div.form input[type="text"], .product .item div.form input[type="number"], #product_list .item form input[type="text"], #product_list .item form input[type="number"], #product_list .item div.form input[type="text"], #product_list .item div.form input[type="number"] {
  width: 60px;
  border-radius: 8px;
  text-align: center;
  vertical-align: top;
  padding: 5px;
  margin-left: 10px;
}
.product .item form .button.buy-me, .product .item div.form .button.buy-me, #product_list .item form .button.buy-me, #product_list .item div.form .button.buy-me {
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#product_list .item {
  margin-bottom: 40px;
}
#product_list .item .price {
  font-size: 1.125em;
}
#product_list .item .price .now {
  float: right;
}
#product_list .item .price .sale {
  font-size: .8em;
}
#product_list .item form input[type="text"], #product_list .item div.form input[type="text"] {
  float: right;
}
#product_list .item form .button.buy-me, #product_list .item div.form .button.buy-me {
  bottom: auto;
}

.product_details .tab-wrap {
  margin-bottom: 20px;
}
.product_details .tab-wrap ul.tabs {
  list-style-type: none;
  white-space: nowrap;
}
.product_details .tab-wrap ul.tabs li {
  height: 39px;
  overflow: hidden;
  display: inline-block;
  padding: 0 1em;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background: url("../graphics/tab_ingredients_off.png");
  margin-right: 5px;
}
.product_details .tab-wrap ul.tabs li.ui-state-active {
  background: url("../graphics/n_tab_ingredients_on.png");
}
.product_details .tab-wrap ul.tabs li a {
  display: block;
  color: white;
  font-family: "VagRoundedB", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 2em;
  white-space: nowrap;
  text-align: center;
}
.product_details .tab-wrap ul.tabs li a:hover {
  text-decoration: none;
}
.product_details .tab-wrap ul.tabs li a:last-of-type {
  margin-right: 0;
}
.product_details .tab-wrap ul.tabs li a:focus {
  outline: none;
}
.product_details #reviews .header {
  margin-bottom: 30px;
}
.product_details #reviews .review {
  background: #f6f6f6;
  padding: 15px;
  margin-top: 10px;
}
.product_details #reviews .review .head {
  margin-bottom: 15px;
  position: relative;
}
.product_details #reviews .review .head h4 {
  text-transform: uppercase !important;
  color: #e48035 !important;
  margin-top: 0 !important;
  margin-bottom: -5px;
  line-height: 1.2em;
}
.product_details #reviews .review .head .author {
  font-weight: bold;
  color: #35903f;
  font-size: 1.1em;
  margin-right: 10px;
}
.product_details #reviews .review .head .date {
  font-size: .8em;
}
.product_details #reviews .review .head .rated {
  display: inline;
  margin-left: 10px;
  white-space: nowrap;
}
.product_details #reviews .review .head img.userpic {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.product_details #reviews .review .review-text {
  max-height: 172px;
  overflow: hidden;
  position: relative;
}
.product_details #reviews .review .review-text .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  padding-left: 10px;
}
.product_details #reviews .review .review-text .more-link .view-more {
  color: #35903f;
  text-decoration: underline;
}
.product_details #reviews .review .review-text.show-more {
  height: auto;
}
.product_details #reviews .more-reviews {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "VagRoundedB", sans-serif;
  color: #35903f;
  margin: 30px 0;
  font-size: 1.8em;
}
.product_details #reviews .more-reviews:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 17px;
  width: 22px;
  background-position: 0 -1417px;
}

.col-2-left section, .col-2-left div.section {
  margin-bottom: 25px;
}
.col-2-left #left-etc img {
  width: 100%;
  margin-bottom: 25px;
}

.col-2-right section, .col-2-right div.section {
  margin-bottom: 30px;
}

.content p {
  font-size: 1.28571em;
}

#trek.main .col-2-right h2 {
  background: none;
}
#trek.main .col-2-right h2.brand-hlt {
  background: none;
}

#nakd.main .content .cms_content h4, #trek.main .content .cms_content h4, #corp.main .content .cms_content h4, #corp.main .content .article h4, #middle .content.article h4 {
  text-transform: none;
  color: #35903f;
  margin-top: 30px;
}
#nakd.main .content .cms_content h4.brand-hlt, #trek.main .content .cms_content h4.brand-hlt, #corp.main .content .cms_content h4.brand-hlt, #corp.main .content .article h4.brand-hlt, #middle .content.article h4.brand-hlt {
  color: #e48035;
}
#nakd.main .content .cms_content.recipe h4, #trek.main .content .cms_content.recipe h4, #corp.main .content .cms_content.recipe h4, #corp.main .content .article.recipe h4, #middle .content.article.recipe h4 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#nakd.main .content .cms_content a, #trek.main .content .cms_content a, #corp.main .content .cms_content a, #corp.main .content .article a, #middle .content.article a {
  color: #35903f;
}
#nakd.main .content .cms_content p.intro, #trek.main .content .cms_content p.intro, #corp.main .content .cms_content p.intro, #corp.main .content .article p.intro, #middle .content.article p.intro {
  font-family: "VagRoundedB", sans-serif;
  font-weight: 800;
  line-height: 1.3em;
}
#nakd.main .content .cms_content p.introstandard, #trek.main .content .cms_content p.introstandard, #corp.main .content .cms_content p.introstandard, #corp.main .content .article p.introstandard, #middle .content.article p.introstandard {
  font-family: "VagRounded", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
#nakd.main .content .cms_content h3, #trek.main .content .cms_content h3, #corp.main .content .cms_content h3, #corp.main .content .article h3, #middle .content.article h3 {
  font-size: 1.3em;
}
#nakd.main .content .cms_content p.quote, #nakd.main .content .cms_content blockquote, #trek.main .content .cms_content p.quote, #trek.main .content .cms_content blockquote, #corp.main .content .cms_content p.quote, #corp.main .content .cms_content blockquote, #corp.main .content .article p.quote, #corp.main .content .article blockquote, #middle .content.article p.quote, #middle .content.article blockquote {
  color: #e48035;
  font-family: 'VagRoundedB';
  font-size: 1.3em;
}
#nakd.main .content .cms_content p.quote .person, #nakd.main .content .cms_content blockquote .person, #trek.main .content .cms_content p.quote .person, #trek.main .content .cms_content blockquote .person, #corp.main .content .cms_content p.quote .person, #corp.main .content .cms_content blockquote .person, #corp.main .content .article p.quote .person, #corp.main .content .article blockquote .person, #middle .content.article p.quote .person, #middle .content.article blockquote .person {
  display: block;
  font-family: "VagRounded", sans-serif;
  color: #2c2a29;
  font-size: .9em;
}
#nakd.main .content .cms_content blockquote, #trek.main .content .cms_content blockquote, #corp.main .content .cms_content blockquote, #corp.main .content .article blockquote, #middle .content.article blockquote {
  font-size: inherit;
  margin: .5em 0 1em 1em;
}

#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_repeat.jpg") repeat;
  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_repeat.jpg") repeat;
  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;
}
#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_repeat.jpg") repeat;
  padding: 15px;
}

.poll {
  border: 3px solid #35903f;
  padding: 10px 10px 60px 10px;
  background: url("../graphics/bg_natural_repeat.jpg") repeat;
  height: 303px;
  width: 303px;
}
.poll h3 {
  color: #35903f;
  background: url(../graphics/bg_bullets.png) repeat-x bottom;
  font-size: 2.2em;
}
.poll h4 {
  color: #e48035;
  font-size: 1.2em;
  text-transform: none;
  margin: 10px 0 5px 0;
}
.poll .poll-row {
  margin: 10px 0 15px 0;
  font-size: 1.2em;
}
.poll .results {
  margin-top: 10px;
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
}
.poll .results a.button {
  width: 45%;
  float: left;
}
.poll .results a.see-results, .poll .results a.see-poll {
  float: right;
  display: block;
  margin-top: 7px;
}
.poll .post-result .results {
  bottom: 5px;
}
.poll .post-result .results a.see-poll {
  float: none;
}

.poll-item .poll-row, .poll .poll-row {
  margin: 10px 0 5px 0;
  font-size: 1em;
}
.poll-item .post-result .poll-row, .poll .post-result .poll-row {
  margin: 0;
}
.poll-item .poll-indicator, .poll .poll-indicator {
  height: 15px;
  border-radius: 8px;
  background: #8bc63f;
}
.poll-item .poll-indicator.hlt, .poll .poll-indicator.hlt {
  background: #e48035;
}

.poll-item .poll-row {
  width: 50%;
  margin: 10px 0 5px 0;
}

.inside .testimony {
  font-style: italic;
  padding-bottom: 20px;
  background: url(../graphics/bg_bullets_hlt.png) bottom left repeat-x;
  margin-bottom: 30px;
}
.inside .testimony p {
  font-size: 100%;
}
.inside .testimony .signature {
  font-family: "VagRoundedB", sans-serif;
  font-size: 1.3em;
}
.inside .cat-label {
  display: inline-block;
  color: white;
  font-family: "VagRoundedB", sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  background: url(../graphics/bg_headline.png);
  background-size: 100% 100%;
  padding: 3px 10px 2px 10px;
  margin-bottom: 10px;
}
.inside p.no-results {
  background: url("../graphics/bg_natural_repeat.jpg") repeat;
  padding: 20px;
}
.inside .landing h3 {
  color: #e48035;
  background: url(../graphics/bg_bullets_hlt.png) bottom left repeat-x;
  text-transform: initial;
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 1.1em;
  padding-bottom: 10px;
}
.inside .landing h3 a:hover {
  text-decoration: none;
}
.inside .featured {
  margin-bottom: 20px;
}
.inside .featured p {
  font-size: 1.15em;
}
.inside .content-box {
  background: url(../graphics/bg_contentbox.png);
  background-size: 100% 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.inside .content-box .img-wrap {
  border: 3px solid #fff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.33);
  display: block;
  margin-bottom: 10px;
}
.inside .content-box .img-wrap img {
  display: block;
  width: 100%;
}
.inside .share-section a.button {
  vertical-align: text-bottom;
  padding: 5px 10px;
  font-size: 16px;
}
.inside .listing-box {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
}
.inside .listing-box .img-wrap {
  display: block;
  width: 40%;
  float: left;
  margin-right: 2%;
}
.inside .listing-box .img-wrap img {
  width: 100%;
  display: block;
}
.inside .listing-box h3 {
  color: #e48035;
  font-size: 1.8em;
  margin-bottom: 5px;
  line-height: 1.1em;
  text-transform: uppercase;
  background: none;
  padding: 0;
}
.inside .listing-box h3 a {
  color: #e48035 !important;
}
.inside .listing-box .listing-content {
  float: left;
  width: 58%;
  padding-bottom: 20px;
}
.inside .listing-box .listing-content p {
  font-size: 1em;
  margin-bottom: .7em;
}
.inside .listing-box .listing-content a.see-more {
  position: absolute;
  bottom: 0;
  left: 42%;
}
.inside .win h3 {
  font-size: 2.2em;
}
.inside .win p {
  font-size: 1em;
}
.inside .related-content {
  margin: 20px 0;
}
.inside .related-content h2 {
  font-size: 2.8em;
}
.inside .related-content .listing-box a.img-wrap {
  display: block;
  width: 30%;
  float: left;
  margin-right: 2%;
}
.inside .related-content .listing-box a.see-more {
  font-size: 1.5em;
  left: 32%;
}
.inside .related-content .listing-box .listing-content {
  width: 68%;
}
.inside .related-content .listing-box .listing-content p {
  margin-bottom: .2em;
}
.inside .load-more {
  text-align: center;
  margin: 30px auto 20px auto;
  position: relative;
}
.inside .load-more a {
  display: inline-block;
  margin: auto;
  font-family: "VagRoundedB", sans-serif;
  text-transform: uppercase;
  color: #35903f;
  font-size: 2.5em;
}
.inside .load-more a:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
  height: 50px;
  width: 48px;
  background: url(../graphics/load.png);
}
.inside .bottom #social_box {
  margin-top: 0;
}
.inside .article .head-img {
  width: 100%;
  margin-bottom: 20px;
}
.inside .article .content p {
  font-size: 1.1em;
}
.inside .article .content h3 {
  text-transform: none;
  background: none;
  font-size: 2.2em;
  color: #35903f;
  margin: 30px 0 10px 0;
  padding: 0;
}
.inside p.intro {
  font-family: "VagRoundedB", sans-serif;
  font-weight: 800;
  line-height: 1.3em;
}
.inside p.introstandard {
  font-family: "VagRounded", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
.inside .col-3 {
  margin-bottom: 15px;
}
.inside .col-3 a > img {
  width: 100%;
}
.inside.content .article a {
  color: #35903f;
  font-weight: bold;
}
.inside.content .article a:hover {
  color: #e48035;
}

#people .people {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 169px;
  width: 133px;
}
#people .people:hover {
  text-decoration: none;
}
#people .people_text {
  padding: 10px;
  display: block;
  color: #4f3529;
  font-family: "VagRoundedB", sans-serif;
  font-size: 2.2em;
  text-align: center;
}
#people .people_text span.job {
  font-size: .6em;
  display: block;
  height: 54px;
  overflow: hidden;
  color: #35903f;
  font-family: "VagRounded", sans-serif;
}
#people .people_text:hover {
  text-decoration: none;
}

.modal-outer {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow-x: auto;
  overflow-y: none;
}
.modal-outer .modal-wrap {
  width: 90%;
  max-width: 992px;
  -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
  margin: 100px auto 50px auto;
  position: relative;
}
.modal-outer .modal-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: url(../graphics/pop_close.png);
  width: 44px;
  height: 40px;
}
.modal-outer .modal-close:hover {
  cursor: pointer;
}
.modal-outer .modal-content {
  background: url("../graphics/bg_natural_repeat.jpg") repeat;
  min-height: 300px;
  padding: 15px;
}
.modal-outer .modal-content .profile-img {
  float: left;
  width: 30%;
}
.modal-outer .modal-content .profile-img img {
  width: 100%;
}
.modal-outer .modal-content .profile-content {
  width: 67%;
  float: right;
}
.modal-outer .modal-content .profile-content h3 {
  line-height: 1em;
  color: #35903f;
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal-outer .modal-content .profile-content h4 {
  line-height: .8em;
  margin-bottom: .7em;
}
.modal-outer .modal-content .profile-content p {
  font-size: 1.2em;
}
.modal-outer .modal-content .profile-loves {
  position: relative;
  float: right;
  width: 67%;
}
.modal-outer .modal-content .profile-loves .img-wrap {
  float: left;
  width: 22%;
}
.modal-outer .modal-content .profile-loves .img-wrap img {
  width: 100%;
  border: 3px solid #e48035;
}
.modal-outer .modal-content .profile-loves .product {
  float: right;
  width: 75%;
  padding-bottom: 32px;
}
.modal-outer .modal-content .profile-loves .product h5 {
  font-family: VagRoundedB;
  font-size: 1.6em;
  color: #35903f;
  text-transform: initial;
  margin-bottom: .5em;
}
.modal-outer .modal-content .profile-loves .product p {
  font-size: 1.1em;
}
.modal-outer .modal-content .profile-loves .product .see-more {
  position: absolute;
  bottom: 0;
}

.language-modal {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.language-modal-inner {
  width: 80%;
  max-width: 560px;
  min-height: 350px;
  margin: 260px auto;
  position: relative;
  background: #f9913a url("/graphics/modal-grass.png") bottom no-repeat;
  color: white;
  text-align: center;
  padding: 20px;
  font-family: 'VagRoundedB';
}
.language-modal-inner:before, .language-modal-inner:after {
  content: '';
  position: absolute;
  top: 100px;
  height: 196px;
  width: 203px;
}
.language-modal-inner:before {
  background: url("/graphics/modal-left-bee.png") no-repeat;
  left: -100px;
}
.language-modal-inner:after {
  background: url("/graphics/modal-right-bee.png") no-repeat;
  right: -100px;
}
.language-modal-inner p {
  font-size: 24px;
  padding-bottom: 20px;
}
.language-modal-inner span.modal-greeting {
  font-size: 50px;
  border-bottom: 5px dashed #8bc63f;
  display: inline-block;
  margin-bottom: 20px;
}
.language-modal-inner a.modal-confirm {
  background: #8bc63f;
  padding: 20px 30px;
  border-radius: 10px;
  color: #2c2a29;
  font-size: 24px;
  -webkit-transition: all 300ms;
  transition: all 0.3s;
}
.language-modal-inner a.modal-confirm:hover {
  background: #35903f;
  text-decoration: none;
  color: white;
}
.language-modal-inner a.modal-confirm img {
  max-width: 50px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  display: inline-block;
  margin-right: 20px;
}
.language-modal-inner p::-moz-selection {
  color: #2c2a29 !important;
  background: white !important;
}
.language-modal-inner p::selection {
  color: #2c2a29 !important;
  background: white !important;
}
.language-modal-inner span.modal-greeting::-moz-selection {
  color: #2c2a29 !important;
  background: white !important;
}
.language-modal-inner span.modal-greeting::selection {
  color: #2c2a29 !important;
  background: white !important;
}

.language-modal-dismiss {
  position: absolute;
  top: -25px;
  right: -25px;
  height: 50px;
  width: 50px;
  background: #35903f;
  border-radius: 50%;
  cursor: pointer;
  line-height: 50px;
  font-size: 24px;
  -webkit-transition: all 300ms;
  transition: all 0.3s;
}
.language-modal-dismiss:hover {
  background: #8bc63f;
}

/*on smaller screens*/
@media all and (max-width: 767px) {
  .language-modal-inner {
    min-height: 300px;
  }
  .language-modal-inner:before, .language-modal-inner:after {
    display: none;
  }
  .language-modal-inner span.modal-greeting {
    font-size: 30px;
  }
  .language-modal-inner p, .language-modal-inner a.modal-confirm {
    font-size: 18px;
  }
  .language-modal-inner a.modal-confirm {
    padding: 15px;
  }
  .language-modal-inner a.modal-confirm img {
    margin-right: 10px;
  }
}
@media all and (max-width: 280px) {
  .language-modal-inner a.modal-confirm {
    padding: 7px;
    font-size: 16px;
  }
  .language-modal-inner a.modal-confirm img {
    max-width: 25px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media all and (max-width: 1024px) {
  #bees, #bees_bot {
    display: none;
  }

  .wrong-domain .col-3 .button {
    margin-right: 30px;
  }
  .wrong-domain .col-3 .bar-close {
    right: 10px;
  }

  header.wrapper, #message > .wrapper, footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  section#home #customer_comments {
    height: auto;
  }
  section#home #customer_comments .quote_text {
    position: relative;
  }

  footer section#newsletter .wrapper {
    text-align: center;
  }
  footer section#newsletter form {
    margin-left: 20px;
  }
  footer section#newsletter form input[type="text"] {
    width: 100px;
  }
}
@media all and (max-width: 1010px) {
  nav section#menu ul#menu-h {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
  }
  nav section#menu ul#menu-h li {
    margin: 10px 1.5% 10px 1.5%;
  }
}
@media all and (max-width: 880px) and (min-width: 801px) {
  #nakd.main .col-2-right #product_list .item, #trek.main .col-2-right #product_list .item {
    font-size: 1em;
  }

  .col-2-left .menu-left h4 {
    font-size: 1.8em;
  }

  .col-2-left .menu-left li {
    font-size: 1.2em;
  }
}
@media all and (max-width: 960px) {
  nav section#menu ul#menu-h li a {
    font-size: 1.4em;
    line-height: 2em;
  }

  nav section#message {
    font-size: 1.3em;
  }

  #trek .content .col-2-left .menu-left h4 {
    font-size: 1.3em;
  }

  #corp.main .basket-listing .columns.well.right, #corp.main .basket-listing .summary-right {
    width: 80%;
  }

  #corp.main .checkout-left, #corp.main .checkout-right, #corp.main .basket-left, #corp.main .basket-right {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  #corp.main #checkout-static {
    display: none;
  }
  #corp.main #checkout-response {
    display: block;
  }
  #corp.main .basket-listing .summary-right.total .well.right {
    margin-bottom: 0;
  }
  #corp.main .basket-right {
    padding: 1em 0 0;
  }

  footer section#newsletter form {
    display: inline-block;
    margin: 10px auto;
    padding: 0 10px;
    float: none;
  }
  footer section#newsletter form input[type="text"] {
    width: 130px;
  }
  footer section#info div > div.column {
    width: 45%;
  }
  footer section#info div > div:nth-of-type(2) {
    margin-right: 0;
  }
  footer section#info div > div:nth-of-type(3) {
    clear: both;
    width: 100%;
  }

  section#home #carousel_wrap {
    width: 800px;
    margin: auto;
  }
  section#home #carousel_wrap #carousel {
    width: 680px;
    height: 360px;
  }
  section#home #carousel_wrap #carousel .item {
    font-size: 1.3em;
    height: 326px;
  }
  section#home #carousel_wrap .customNavigation .btn.next {
    right: 0;
  }
  section#home #carousel_wrap .customNavigation .btn.prev {
    left: 0;
  }
}
@media all and (max-width: 800px) {
  nav section#menu ul#menu-h {
    display: none;
    margin-top: -10px;
  }
  nav section#menu ul#menu-h li {
    display: block;
    border-top: 1px solid white;
    padding-top: 10px;
  }
  nav section#menu ul#menu-h li a {
    display: inline-block;
    font-size: 1.7em;
    line-height: normal;
  }
  nav section#menu #menu-title {
    display: block;
  }

  section#home
  #carousel_wrap {
    width: 630px;
    margin: auto;
  }
  section#home
  #carousel_wrap #carousel {
    width: 510px;
    padding: 18px 0 17px 10px;
    height: 410px;
  }
  section#home
  #carousel_wrap #carousel .item {
    padding: 10px;
    margin-right: 10px;
    font-size: 18px;
    height: 376px;
  }

  section.main .content .pad {
    padding: 20px;
  }

  #left-social, #main-social {
    display: none;
  }

  .col-3-2 {
    width: 100%;
  }

  .col-2-left, .col-2-right {
    float: none;
    display: block;
    width: 100%;
  }
  .col-2-left .menu-left h4, .col-2-right .menu-left h4 {
    cursor: pointer;
  }
  .col-2-left #left-etc, .col-2-right #left-etc {
    display: none;
  }

  .modal-outer .modal-content .profile-loves {
    width: 100%;
    margin-top: 1em;
  }
}
@media all and (max-width: 767px) {
  header #header-etc {
    float: none;
    width: 320px;
    margin: 10px auto;
  }
  header #logo_main {
    float: none;
  }
  header #logo_main a {
    max-width: 350px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-outer .modal-wrap {
    margin-top: 15px;
  }
  .modal-outer .modal-content .profile-content p {
    font-size: 1em;
  }

  #offers .col-3 {
    width: 48%;
  }
  #offers div.col-3:first-of-type {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #offers .poll {
    width: 100%;
    height: auto;
  }

  #carousel_wrap {
    zoom: .89;
  }

  #trek.main .col-2-right .product h2 {
    font-size: 1.8em;
  }
}
@media all and (min-width: 640px) {
  #product_list .item:nth-child(3n+1), .inside .col-3:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (max-width: 639px) {
  .wrong-domain .col-3 {
    width: 100%;
    text-align: center;
  }
  .wrong-domain .col-3 .bar-close {
    top: -60px;
  }
  .wrong-domain .col-3 .shop-from {
    padding-right: 15px;
  }

  section#home #carousel_wrap {
    width: 440px;
    margin: auto;
  }

  #trek.main .col-2-right .product h2 {
    font-size: 1.6em;
  }

  #history_table table, #history_table thead, #history_table tbody, #history_table th, #history_table td, #history_table tr {
    display: block;
  }
  #history_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #history_table td {
    position: relative;
    padding-left: 40%;
  }
  #history_table td:before {
    position: absolute;
    font-weight: bold;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #history_table td:nth-of-type(1):before {
    content: "Date:";
  }
  #history_table td:nth-of-type(2):before {
    content: "Products:";
  }
  #history_table td:nth-of-type(3):before {
    content: "Total:";
  }
  #history_table td:nth-of-type(4):before {
    content: "Order Status:";
  }
  #history_table td:nth-of-type(5) {
    border-bottom: 2px solid #ccc;
  }

  #corp.main .basket-listing .columns.well.right, #corp.main .basket-listing .summary-right {
    width: 100%;
  }
  #corp.main .basket-listing .columns p.title {
    font-size: 1.2em;
  }
  #corp.main .basket-listing .columns .basketQuantity {
    width: 100%;
    float: none;
  }
  #corp.main .basket-listing .columns .updates {
    float: none;
  }
  #corp.main .basket-listing .columns .updates .basketRemove, #corp.main .basket-listing .columns .updates .basketUpdate {
    display: inline-block;
    margin: .25em;
    vertical-align: middle;
  }

  section#home #carousel_wrap #carousel {
    width: 310px;
    padding: 18px 0 17px 10px;
  }
  section#home #carousel_wrap #carousel .item {
    padding: 10px;
    margin-right: 10px;
    font-size: 18px;
  }
  section#home #carousel_wrap #carousel .item img {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .product .item .price {
    font-size: 1.2em;
  }
  .product .item .rating .reviews {
    font-size: .6em;   
  }
  .product .item .rating .rate {
    zoom: .9;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(1);
    position: relative;
  }

  section.main .content .pad #product_list .col-3, section.main .content .pad#recipe-list .col-3, section.main .content .pad#community-list .col-3 {
    width: 48%;
    margin-right: 4%;
  }
  section.main .content .pad #product_list .col-3:nth-child(even), section.main .content .pad#recipe-list .col-3:nth-child(even), section.main .content .pad#community-list .col-3:nth-child(even) {
    margin-right: 0%;
  }
  section.main .content .pad #product_list .col-3:nth-child(3n), section.main .content .pad#recipe-list .col-3:nth-child(3n), section.main .content .pad#community-list .col-3:nth-child(3n) {
    float: left;
  }
  section.main .content .pad #product_list .col-3.item, section.main .content .pad#recipe-list .col-3.item, section.main .content .pad#community-list .col-3.item {
    max-height: 100%;
  }

  #product_list .item:nth-child(odd), .inside .col-3:nth-child(odd) {
    clear: both;
  }

  footer section#info div.column {
    width: 90% !important;
    margin: 0 5% 5%;
  }
}
@media all and (max-width: 520px) {
  #nakd.main .col-2-right h2, #trek.main .col-2-right h2 {
    font-size: 3em;
  }
}
@media all and (max-width: 480px) {
  section.main .content .pad {
    padding: 10px;
  }
  section.main .content .pad #product_list .col-3, section.main .content .pad#recipe-list .col-3, section.main .content .pad#community-list .col-3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none !important;
  }
  section.main .content .pad .col-3, section.main .content .pad #offers .col-3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  section.main .content .pad .col-3 img, section.main .content .pad #offers .col-3 img {
    max-width: 340px;
    margin: 0 auto 5px auto;
    display: block;
  }
  section.main .content .pad #product_list .item .title {
    height: auto;
  }

  #trek .col-3, #nakd .col-3 {
    padding: 0 20% 20px 20%;
  }
  #trek .col-3 form .button.buy-me, #nakd .col-3 form .button.buy-me {
    position: relative;
  }

  #nakd.main .col-2-right h2 {
    font-size: 2.5em;
  }

  #trek.main .col-2-right h2 {
    font-size: 1.4em;
  }

  .product_details .tab-wrap ul.tabs {
    text-align: center;
    white-space: normal;
  }

  footer section#newsletter form input[type="text"] {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  footer section#newsletter form .button {
    width: 100%;
    border-radius: 8px;
  }
}
@media all and (max-width: 439px) {
  #nakd.main .basket-listing .columns .updates .basketUpdate, #nakd.main .basket-listing .columns .updates .basketRemove {
    margin: .25em 0 .25em .25em;
  }

  section#home #carousel_wrap {
    width: 320px;
  }
  section#home .customNavigation {
    position: relative;
    height: 80px;
    width: 300px;
    margin: 10px auto;
  }
  section#home .customNavigation .btn.prev, section#home .customNavigation .btn.next {
    top: 0;
  }
}
@media all and (max-width: 380px) {
  header #logo_main a {
    width: 90%;
  }

  .wrong-domain .col-3 .shop-from {
    font-size: 1em;
  }

  #trek .col-3, #nakd .col-3 {
    padding: 0 5% 20px 5%;
  }

  #nakd.main .col-2-right h2 {
    font-size: 2.2em;
  }

  #trek.main .col-2-right h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .modal-outer .modal-content .profile-img {
    float: none;
    width: 90%;
  }
  .modal-outer .modal-content .profile-content {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
  .modal-outer .modal-content .profile-loves {
    float: none;
    width: 100%;
  }
  .modal-outer .modal-content .profile-loves .img-wrap {
    float: none;
    display: block;
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .modal-outer .modal-content .profile-loves .product h5 {
    font-size: 1.4em;
  }
}
@media all and (max-width: 400px) {
  #trek.main .col-2-right #product_list h2, #trek.main .col-2-right .product h2 {
    font-size: 1.1em;
  }

  #corp.main .basket-left p, #corp.main .checkout-right p {
    font-size: .9em;
  }
  #corp.main .basket-listing .row.vouchers .columns.medium-6:nth-child(2) .medium-pushRight {
    padding: .5em .7em;
  }
  #corp.main .basket-listing .columns {
    padding-left: .5em;
    padding-right: .5em;
  }
  #corp.main .basket-listing .columns .basketPrice {
    font-size: 1em;
  }
  #corp.main .basket-listing .columns p.title {
    font-size: 1em;
  }
  #corp.main .basket-listing .columns .updates .basketUpdate, #corp.main .basket-listing .columns .updates .basketRemove {
    margin: .25em 0 .25em .1em;
  }

  section.main .content .pad .col-3, section.main .content .pad .col-2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }

  .product_details #reviews .review .head h4 {
    font-size: 1.4em;
  }
  .product_details #reviews .review .head .rated {
    display: block;
    margin-left: 0;
  }

  section.product > img {
    width: 90%;
    min-width: 290px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  section.product.group .product_info, .inside section.product.listing-box .product_info {
    display: block;
    float: none;
    width: 90%;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  section#home #customer_comments .quote_text {
    padding-left: 10px;
  }
  section#home #customer_comments .quote_text h2, section#home #customer_comments .quote_text footer section#info div.column h3 {
    font-size: 2.4em;
  }
  section#home #customer_comments .quote_text:before {
    display: none;
  }

  footer section#info div.column #foot_logos {
    white-space: normal;
  }

  header.wrapper, #message > .wrapper, footer .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  header #header-etc {
    transform: scale(0.93);
  }
}
@media all and (max-width: 330px) {
  section#home h2 {
    font-size: 3em;
    line-height: 1.1em;
  }

  #trek.main .col-2-right .product h2 {
    font-size: .9em;
  }
}





/*Hardcode some styles, Rachel will move these back into sass*/

#mediasizer{
  width: 100%;
}

@media all and (max-width : 800px) {
  nav section#menu #menu-title {
    cursor: pointer;
  }

  nav section#menu ul#menu-h{
    height: 0;
    display: none !important;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  nav section#menu ul#menu-h.active{
    height: auto;
    display: block !important;
  }


}

/*Cookie notice temp */
.feedback-message { position: fixed; bottom: 0; left: 0; width: 100%; height: 10em; padding: 20px 50px 20px 30px; background: rgba(0, 0, 0, 0.9); z-index: 100000000; color: #fff; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; /*font-size: 14px;*/ font-size: 0.875em; }

.feedback-message p { /*font-size: 14px;*/ font-size: 1.7em; }

.feedback-message p:last-of-type { margin: 0px; }

.feedback-message a { color: #fff; text-decoration: underline; }

.feedback-message .feeback-message-text { /*padding-right: 20px;*/ text-align: left; max-width: 1060px; margin: 0 auto; padding: 0 100px 0px 0.625em; }

.feedback-message .feeback-message-actions { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; min-width: 350px; -webkit-flex-shrink: 0; flex-shrink: 0; }

.feedback-message .feeback-message-actions > div { width: 50%; }

.feedback-message .feeback-message-actions > div:nth-of-type(1) { text-align: center; }

.feedback-message .feeback-message-actions > div:nth-of-type(2) { text-align: right; padding-right: 30px; }

.feedback-message .accept-cookies { background: #C89D66; padding: 8px 16px; display: inline-block; min-width: 120px; text-align: center; cursor: pointer; -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; }

.feedback-message .accept-cookies:hover { background: #b98542; }

.feedback-message .dismiss-message { position: absolute; /*top: calc(50% - 15px);*/ top: 25px; background: #fff; color: #000; border-radius: 15%; right: 50px; height: 60px; width: 100px; cursor: pointer; line-height: 30px; text-align: center; font-size: 20px; }

@media all and (max-width: 1080px) { .feedback-message { padding: 20px 50px 20px 0.625em; } }
@media all and (max-width: 868px) { .feedback-message { padding: 20px 50px 20px 0.625em; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; height: 15em; }
  .feedback-message .feeback-message-text { /*margin-bottom: 20px;*/ padding-right: 100px; }
  .feedback-message .feeback-message-actions > div:nth-of-type(1) { text-align: left; }
  .feedback-message .dismiss-message { top: 20px; right: 20px; }
@media all and (max-width: 568px) { .feedback-message { font-size: 10px; height: 220px; }
  .feedback-message .feeback-message-text { padding-right: 50px; }
  .feedback-message .dismiss-message { font-size: 15px; width: 75px; right: 10px }
  .feedback-message .feeback-message-actions { min-width: initial; }
  .feedback-message .feeback-message-actions > div:nth-of-type(2) { padding-right: 0px; }
  .feedback-message .accept-cookies { padding: 4px 8px; min-width: initial; } }

#buy-me-new span::before {
   
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    content: "";
    height: 28px;
    width: 30px;
    background: url('../../graphics/icons-sdbabb875d6.png') no-repeat;
    background-position: 0 -1273px;
}