/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses 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.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}

.image-shadow {
  -webkit-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
}
.bg-clip-padding-box {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@font-face {
  font-family: 'theinhardtlight';
  src: url('/assets/fonts/theinhardtlight-webfont.eot?e498fee7fe38');
  src: url('/assets/fonts/theinhardtlight-webfont-.eot?e498fee7fe38#iefix') format('embedded-opentype'), url('/assets/fonts/theinhardtlight-webfont.woff?e498fee7fe38') format('woff'), url('/assets/fonts/theinhardtlight-webfont.ttf?e498fee7fe38') format('truetype'), url('/assets/fonts/theinhardtlight-webfont.svg?e498fee7fe38#theinhardtlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'theinhardtmedium';
  src: url('/assets/fonts/theinhardtmed-webfont.eot?e498fee7fe38');
  src: url('/assets/fonts/theinhardtmed-webfont-.eot?e498fee7fe38#iefix') format('embedded-opentype'), url('/assets/fonts/theinhardtmed-webfont.woff?e498fee7fe38') format('woff'), url('/assets/fonts/theinhardtmed-webfont.ttf?e498fee7fe38') format('truetype'), url('/assets/fonts/theinhardtmed-webfont.svg?e498fee7fe38#theinhardtmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'theinhardtregular';
  src: url('/assets/fonts/theinhardtreg-webfont.eot?e498fee7fe38');
  src: url('/assets/fonts/theinhardtreg-webfont-.eot?e498fee7fe38#iefix') format('embedded-opentype'), url('/assets/fonts/theinhardtreg-webfont.woff?e498fee7fe38') format('woff'), url('/assets/fonts/theinhardtreg-webfont.ttf?e498fee7fe38') format('truetype'), url('/assets/fonts/theinhardtreg-webfont.svg?e498fee7fe38#theinhardt_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
button,
input,
select,
option,
textarea {
  font-family: inherit;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #cecece;
  text-shadow: none;
}
::selection {
  background: #cecece;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a.no-underline,
a.no-underline:hover,
a.no-underline:visited,
a.no-underline:active {
  text-decoration: none;
}
.editable-form {
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -300px;
}
.content.issues .form-actions,
.content.issues .Actons {
  margin: 0;
}
#product-form .input_id_quantity {
  display: none;
}
#product-form .input_id_issues {
  margin: 15px 0 0 0;
}
.grid-image {
  position: relative;
}
.product-description {
  position: absolute;
  bottom: 10px;
  width: 110px;
  padding: 6px 10px 6px;
  color: #fff;
  background-color: #B1B1B1;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
#magazine-beta .editable-original {
  margin-bottom: 28px;
}
.paypal-buttons {
  display: none;
  float: left;
  height: 30px;
  margin: 10px 0;
}
.paypal-buttons form {
  display: inline-block;
}
#variations {
  margin: 0 0 20px 0;
  padding: 0;
}
#variations li {
  margin-left: 0;
  list-style: none;
}
#variations li .price {
  font-size: 18px;
  font-weight: bold;
}
#variations li:before {
  display: none;
}
#id_issues {
  width: 398px;
  height: 170px;
}
#issues-total {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #565655;
  font-size: 12px;
  background-color: #fff;
}
legend,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3a39;
  margin: 2px 0 18px 0;
  padding: 0;
  line-height: 0.9;
  font-weight: normal;
  font-size: 18px;
  font-family: 'theinhardtmedium', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
p {
  color: #565655;
  font-size: 12px;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.45;
}
p strong {
  font-weight: bold;
}
small {
  font-size: 100%;
}
li {
  color: #565655;
  font-size: 18px;
  margin: 0 0 3px 0;
  font-weight: 400;
  vertical-align: top;
}
input,
label {
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
h1,
h2 {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
span {
  font-size: 12px;
}
img {
  max-width: 100%;
}
a,
a:visited,
a:focus {
  color: #6b859e;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #565655;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
fieldset {
  display: block;
}
.clear {
  margin: 0;
}
.last-child p:last-child {
  margin: 0;
}
.gutter {
  margin-right: 20px;
}
.mobile {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#wrap {
  zoom: 1;
  margin: 0 auto;
}
#wrap:before,
#wrap:after {
  content: "";
  display: table;
}
#wrap:after {
  clear: both;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
.row {
  zoom: 1;
  max-width: 1140px;
  margin: 0 auto;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.container {
  zoom: 1;
  padding: 0 10px;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.column {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.col-12 {
  width: 100%;
}
.col-6 {
  width: 50%;
}
.col-4 {
  width: 33.3333%;
}
.col-3 {
  width: 25%;
}
.container .page-title {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.col-main {
  overflow: hidden;
}
.main-title {
  margin: 0 0 10px 0;
}
.col-aside {
  position: absolute;
  top: 23px;
  left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.header {
  border-bottom: 1px solid #d5d5d5;
}
.header .row {
  margin: 0 auto;
  position: relative;
}
#logo {
  float: left;
  padding-left: 10px;
}
#logo h1 {
  margin: 0;
}
#logo h1 a {
  display: block;
  text-indent: -9999px;
  background-color: #6b859e;
  background-image: url('/assets/images/AM-logo.svg?e498fee7fe38');
  background-size: 83%;
  background-position: 55% 42%;
  background-repeat: no-repeat;
}
#navigation {
  float: right;
  padding-right: 10px;
}
#navigation span {
  float: left;
  width: 100%;
  margin: 45px 0 0 0;
  text-align: center;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#navigation span a.cart {
  font-family: 'theinhardtregular', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#navigation span a {
  margin: 0 35px 0 10px;
  font-size: 16px;
  color: #3a3a39;
  text-decoration: none;
}
#navigation span a:hover {
  color: #6b859e;
}
#navigation span a.section,
#navigation span a.current {
  color: #3a3a39;
  border-bottom: 1px solid #818180;
}
#navigation-alpha {
  float: left;
  border-right: 1px solid #d5d5d5;
}
#navigation-beta {
  float: right;
  border-right: 1px solid #d5d5d5;
}
.navbar-toggle {
  display: none;
  position: relative;
  float: right;
  margin-top: 24px;
  margin-right: 6px;
  padding: 4px 8px 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.nav-opened .navbar-toggle,
.navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  outline: 0;
}
.navbar-toggle:focus {
  border: 0;
  outline: 0;
}
.icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 4px;
  border-radius: 1px;
  background-color: #ddd;
}
@media (max-width: 767px) {
  .header {
    background-color: #6b859e;
  }
  .header #logo {
    margin-left: -20px;
  }
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  .navbar-toggle {
    margin-top: 20px;
  }
}
.promo {
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #d5d5d5;
}
.promo h2 {
  margin: 0 0 20px 0;
}
.promo p,
.promo li {
  font-size: 13px;
}
.promo-title {
  padding-left: 10px;
  padding-right: 10px;
}
.carousel {
  padding-top: 23px;
  padding-bottom: 33px;
}
.carousel-inner {
  position: relative;
}
.carousel-inner .prev,
.carousel-inner .next {
  top: 6px;
  position: absolute;
  display: block;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.carousel-inner .prev {
  right: 45px;
  background-image: url('/assets/images/back-arrow-left.gif?e498fee7fe38');
}
.carousel-inner .prev:hover {
  background-position: 0 -16px;
}
.carousel-inner .next {
  right: 10px;
  background-image: url('/assets/images/back-arrow-right.gif?e498fee7fe38');
}
.carousel-inner .next:hover {
  background-position: 0 -16px;
}
.promo-slides {
  width: 100%;
  overflow: hidden;
}
.grid-items.promo-slides .grid-item {
  float: none;
  width: auto;
  height: auto;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: top;
}
.grid-items.promo-slides .grid-item img {
  display: block;
  margin: 0 auto;
  width: 68.2%;
}
.grid-items.promo-slides .grid-item h2 {
  margin: 0 0 10px 0;
  color: #3a3a39;
  text-decoration: none;
  white-space: normal;
  min-height: 2em;
}
.grid-items.promo-slides .grid-item h2 span {
  font-size: 18px;
  font-weight: normal;
}
.grid-items.promo-slides .grid-item:hover h2 {
  color: #6b859e;
  text-decoration: none;
}
.no-cycle .prev,
.no-cycle .next {
  display: none;
}
.no-cycle .grid-items.promo-slides .grid-item {
  float: left;
  width: 50%;
}
@media (max-width: 400px) {
  .no-cycle .grid-items.promo-slides .grid-item {
    width: 100%;
  }
  .no-cycle .grid-items.promo-slides .grid-item .grid-image {
    margin-bottom: 10px;
  }
  .no-cycle .grid-items.promo-slides .grid-item h2 {
    min-height: 2em;
  }
}
.promotion-page .col-main {
  padding-left: 20px;
}
.promotion-page .product h2 {
  font-family: 'theinhardtmedium', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  color: #3a3a39;
  margin-bottom: 10px;
}
.promotion-page h2 + p {
  margin-top: 20px;
}
.promotion-page .col-aside h4,
.promotion-page .col-aside p,
.promotion-page .col-aside ul {
  margin-bottom: 15px;
}
.promotion-page .col-aside .selected-price {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.promotion-lead {
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.promotion-lead img {
  height: auto;
}
.promotion-page #id_items {
  display: none;
}
.promotion-page #checkout-form .submit {
  padding-left: 20px;
  padding-right: 20px;
}
ul.selected-items {
  margin: 0 0 10px 0;
  padding: 0;
}
ul.selected-items li {
  margin: 0;
  font-size: 15px;
  line-height: 1em;
  list-style: none;
}
ul.selected-items li:before {
  display: none;
}
ul.selected-items li div {
  display: inline-block;
  padding-left: 15px;
  font-size: 13px;
  line-height: 21px;
  cursor: pointer;
  background-image: url('/assets/images/icon-cross.png?e498fee7fe38');
  background-position: left 5px;
  background-repeat: no-repeat;
}
ul.selected-items li div:hover {
  color: #6b859e;
  background-position: left -16px;
}
.grid-items.products-grid .product.item {
  font-family: 'theinhardtregular', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
.grid-items.products-grid .product.item p {
  font-size: 13px;
  margin-top: 3px;
}
.grid-items.products-grid .product.item p span {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.grid-items.products-grid .product.item .price-label,
.grid-items.products-grid .product.item .price {
  display: block;
  margin-top: 4px;
}
.grid-items.products-grid .product.item .price-label {
  font-size: 14px;
  font-weight: bold;
}
.grid-items.products-grid .product.item.selected .grid-image {
  background-color: #6b859e;
}
#categories h1,
#categories h2 {
  margin: 2px 0 15px 0;
}
#categories h3 {
  font-weight: normal;
  margin: 0 0 6px 0;
  color: #6b859e;
}
#categories h4 {
  font-weight: normal;
  margin: 0 0 20px 0;
}
#categories h4 a {
  text-decoration: none;
}
#categories ul {
  float: left;
  width: 100%;
  margin: 2px 0 20px 0;
  padding: 0;
  list-style: none;
}
#categories li {
  color: #ccc;
  font-weight: lighter;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 5px 0;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#categories li a {
  display: block;
  color: #9e9e9d;
  text-decoration: none;
}
#categories li a.current {
  display: block;
  color: #9e9d9d;
  text-decoration: none;
  background: transparent url('/assets/images/icon-cross.png?e498fee7fe38') right 3px no-repeat;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#categories li a.current:hover {
  background: transparent url('/assets/images/icon-cross.png?e498fee7fe38') right -17px no-repeat;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#categories li a:hover {
  color: #6b859e;
  text-decoration: none;
}
#categories li.active a {
  color: #3a3a39;
}
#categories li.current {
  color: #6b859e;
  font-family: 'theinhardtregular', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#categories li.current a {
  color: #6b859e;
}
#search-wrap {
  float: left;
  width: 100%;
}
#search-wrap input.text {
  float: left;
  width: 190px;
  padding: 5px;
  background: #fff url('/assets/images/icon-search.gif?e498fee7fe38') right center no-repeat;
  border: 1px solid #b4b4b4;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#search-wrap input.text:hover {
  border: 1px solid #6b859e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#search-wrap input.text:focus {
  border: 1px solid #b4b4b4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#products-inner h1 a {
  text-decoration: none;
}
.related-products {
  clear: both;
  float: none;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.related-products .grid-items {
  margin-left: -10px;
  margin-right: -10px;
}
#product-beta + .related-products {
  padding-top: 30px;
}
.col-main .grid-items {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-items.products-grid .grid-item {
  position: relative;
  margin-bottom: 38px;
}
.grid-items.products-grid .grid-item .new-category {
  clear: left;
}
.grid-items.products-grid .grid-item .grid-image {
  height: auto;
  margin-bottom: 20px;
  background-color: #ccc;
}
.grid-items.products-grid .grid-item p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.grid-items.products-grid .grid-item p span {
  width: 100%;
  display: block;
  font: inherit;
}
.grid-items.products-grid .grid-item h2 {
  margin: 0 0 2px 0;
}
.grid-items.products-grid .grid-item h2 span {
  font-size: 18px;
  font-weight: normal;
}
.grid-items.products-grid .grid-item h2 a {
  color: #3a3a39;
  text-decoration: none;
}
.grid-items.products-grid .grid-item h2 a:hover {
  color: #6b859e;
  text-decoration: none;
}
.grid-items.products-grid .grid-item a.button {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#product-featured {
  float: left;
  width: 100%;
}
#product-featured p {
  line-height: 1;
}
#product-featured p img {
  vertical-align: baseline;
}
.store-select {
  margin-bottom: 20px;
}
.store-select optgroup {
  margin-top: 5px;
}
#product-form .field {
  margin: 0 0 15px 0;
}
#product-form .total {
  margin: 0 0 20px 0;
}
#product-form .dropdown select {
  min-width: 160px;
  padding: 3px;
}
#product-form .total span {
  clear: both;
  font-size: 18px;
  color: #3a3a39;
}
#product-form .total p {
  font-size: 12px;
  color: #9e9d9d;
  margin: 0;
}
#product-form .renew {
  color: #fff;
  border: none;
  background-color: #9c9c9c;
  margin: 0 4px 0 0;
  padding: 7px 9px 7px 9px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#product-form a.renew {
  float: left;
  margin: 0 4px 0 0;
}
#product-form .renew:hover {
  background-color: #3a3a39;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#product-form .form-actions,
#product-form .Actions {
  float: left;
  width: 100%;
  height: 28px;
}
#issue-picker h3,
#product-beta .field label,
#product-form .field label {
  font-size: 18px;
  color: #6b859e;
  margin: 0 0 10px 0;
}
.related-products .col-4 {
  width: 25%;
}
.ui-multiselect {
  margin: 0 !important;
}
.form-actions {
  margin-top: 35px;
}
.error.non-field-errors .help-inline {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px;
  color: white;
  background-color: #b94a48;
}
.error.field .help-inline,
.error.field label {
  color: #b94a48;
}
.error.field .help-inline {
  display: block;
  font-size: 14px;
  padding: 8px 0 0;
}
.error.field input,
.error.field select {
  border-color: #b94a48 !important;
}
.cvv-help + .help-inline {
  clear: left;
}
.for_error {
  border-color: #b94a48 !important;
}
.no-js #promo_form {
  display: none;
}
#checkout-form .discount-form {
  clear: left;
}
#checkout-form .discount-form .field .middleColumn input {
  margin: 0 10px 0 0;
  max-width: 210px;
  padding: 7px 10px;
  border: 1px solid #d5d5d5;
  color: #565655;
  font-size: 16px;
  font-weight: 300;
}
#checkout-form .discount-form button {
  margin-top: 10px;
  color: #fff;
  background-color: #6b859e;
  padding: 10px 25px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
}
#checkout-form .discount-form button:active,
#checkout-form .discount-form button:hover {
  background-color: #3a3a39;
}
#checkout-form .field .middleColumn ul,
#checkout-form .field .middleColumn ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#checkout-form .field.input_id_card_type_0 .middleColumn label {
  float: none;
  width: auto;
}
#checkout-form .field.input_id_card_type_0 .middleColumn input {
  width: auto;
}
#checkout-form .field.required label::after,
#checkout-form .field.required label:after {
  content: "*";
  color: #b94a48;
}
select[disabled="disabled"],
input[readonly="readonly"] {
  color: #9e9d9d !important;
}
#checkout-form.renew-form {
  width: 100%;
}
#checkout-form.renew-form .control-group {
  margin-bottom: 15px;
}
#checkout-form.renew-form .control-group label {
  width: 150px;
}
#checkout-form.renew-form .Actions {
  margin: 15px 0 20px 0;
}
#subscription-forms {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.subscription-form {
  min-height: 175px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  clear: left;
}
.subscription-form .grid-image {
  position: relative;
  float: left;
  padding: 15px;
  background-color: #ccc;
}
.subscription-form .grid-image img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
.subscription-form .grid-detail {
  margin-left: 170px;
}
.subscription-form .grid-detail h4 {
  margin: 0 0 15px 0;
}
.subscription-form .grid-detail p {
  margin: 0 0 8px 0;
  font-size: 14px;
}
.subscription-form .grid-detail h6 {
  font-size: 16px;
  margin: 28px 0 10px;
}
.subscription-form select {
  width: 100px;
  margin-right: 10px;
}
.subscription-form ul.product-variations {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.subscription-form ul.product-variations li {
  font-size: 18px;
  font-weight: bold;
}
.subscription-form ul.product-variations li .original-price {
  margin-right: 10px;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
}
.subscription-form form .submit {
  float: right;
  clear: both;
}
.subscription-form .renew-product {
  float: left;
  width: 100%;
}
.subscription-form .renew-product.hide-submit {
  width: 80%;
}
.subscription-form .renew-product.hide-submit .submit {
  display: none;
  clear: none;
}
.subscription-form .paypal-renew {
  float: left;
  width: 20%;
}
a.button,
a.button-grey,
a.button-lightgrey,
.subscription-form .submit,
#product-form .submit,
#checkout-form .submit {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
a.button:hover,
a.button-grey:hover,
a.button-lightgrey:hover,
.subscription-form .submit:hover,
#product-form .submit:hover,
#checkout-form .submit:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.button,
a.button-grey,
a.button-lightgrey {
  margin: 0 4px 0 0;
  padding: 7px 25px;
  color: #fff;
}
a.button {
  background-color: #6b859e;
}
a.button:hover {
  background-color: #3a3a39;
}
a.button:active,
a.button:focus {
  background-color: #ccc;
}
a.button-grey {
  background-color: #3a3a39;
}
a.button-grey:hover {
  background-color: #6b859e;
}
a.button-grey:active,
a.button-grey:focus {
  background-color: #ccc;
}
a.button-lightgrey {
  background-color: #9c9c9c;
}
a.button-lightgrey:hover {
  background-color: #3a3a39;
}
a.button-lightgrey:active,
a.button-lightgrey:focus {
  background-color: #ccc;
}
.subscription-form .submit,
#checkout-form .submit,
#product-form .submit {
  margin: 0 4px 0 0;
  padding: 7px 9px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #6b859e;
}
.subscription-form .submit:hover,
#checkout-form .submit:hover,
#product-form .submit:hover {
  background-color: #3a3a39;
}
.subscription-form .submit:active,
#checkout-form .submit:active,
#product-form .submit:active,
.subscription-form .submit:focus,
#checkout-form .submit:focus,
#product-form .submit:focus {
  background-color: #ccc;
}
.subscription-form .submit {
  padding: 8px 12px;
}
.digital #product-form .Actions {
  background: transparent url('/assets/images/zinio.gif?e498fee7fe38') 75px 0 no-repeat;
}
.breadcrumb {
  list-style: none;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb > li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumb > li + li:before {
  padding: 0 4px 0 6px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > li.active {
  line-height: 23px;
}
.breadcrumb > li.active,
.breadcrumb > li a {
  color: #565655;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus,
.breadcrumb > li a:active {
  text-decoration: underline;
}
/* Slideshows and pagination inside
 * =========================================== */
.gallery {
  position: relative;
}
.gallery-images {
  text-align: center;
  background-color: #ccc;
}
.gallery-images .slide {
  width: 100%;
  padding: 75px 100px 100px;
}
.gallery-images .slide:nth-child(n+2) {
  display: none;
}
.gallery-images .slide-inner {
  display: block;
}
.gallery-images img {
  height: auto;
  -webkit-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
}
.gallery-pagination {
  width: 100%;
  position: absolute;
  height: 10px;
  left: 0;
  bottom: 5%;
  text-align: center;
  z-index: 400;
}
.gallery-pagination span {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: transparent url('/assets/images/back-gallery-pagaination.png?e498fee7fe38') 0 0 no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.gallery-pagination span:hover,
.gallery-pagination span.cycle-pager-active {
  background: transparent url('/assets/images/back-gallery-pagaination.png?e498fee7fe38') 0 -10px no-repeat;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.gallery-pagination a {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: transparent url('/assets/images/back-gallery-pagaination.png?e498fee7fe38') 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  cursor: pointer;
}
.gallery-pagination a:hover,
.gallery-pagination a.activeSlide {
  background: transparent url('/assets/images/back-gallery-pagaination.png?e498fee7fe38') 0 -10px no-repeat;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.feature-gallery {
  margin: 0 0 30px 0;
  background-color: #ccc;
}
.feature-gallery .gallery-images .slide {
  padding: 0;
}
.feature-gallery .gallery-images img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.divider {
  background-color: transparent;
  background-image: url('/assets/images/back-content.gif?e498fee7fe38');
  background-position: 2px 0;
  background-repeat: repeat-y;
}
.content-wrap {
  position: relative;
  padding-top: 23px;
  padding-bottom: 40px;
  overflow: hidden;
}
.page-list {
  padding: 23px 0 40px 0;
}
.clear-4-1 {
  clear: left;
}
.grid-items .grid-item {
  margin-bottom: 20px;
  text-decoration: none;
}
.grid-items .grid-item .grid-image {
  margin-bottom: 20px;
  background-color: #ccc;
}
.grid-items .grid-item img {
  display: block;
  margin: 0 auto;
  height: auto;
  -webkit-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
}
.grid-items .grid-item p {
  margin: 0 0 20px 0;
}
.grid-items .grid-item h2 {
  margin: 0 0 10px 0;
  color: #3a3a39;
  text-decoration: none;
}
.grid-items .grid-item h2:hover {
  color: #6b859e;
  text-decoration: none;
}
.grid-items .grid-item h2 span {
  font-size: 18px;
  font-weight: normal;
}
.content {
  position: relative;
}
.content h2,
.content h3 {
  color: #6b859e;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.content table h3 {
  margin: 0 0 20px 0;
}
.content p,
.content li {
  font-size: 13px;
}
.content ul,
.content ol {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.content ol li {
  margin-left: 18px;
  margin-bottom: 0;
  text-indent: -6px;
}
.content ul li {
  margin: 0;
  margin-left: 10px;
  list-style-type: none;
}
.content ul li:before {
  content: '\2022';
  margin-right: 4px;
  margin-left: -10px;
}
.content p a {
  white-space: pre;
}
.content .button {
  display: inline-block;
  margin: 0 8px 28px 0;
}
.product-detail .content h1 {
  margin: 0 0 8px 0;
}
.product-detail .content h2,
.product-detail .content h3 {
  margin: 0 0 18px 0;
}
.product-detail .content h2 {
  color: #565655;
}
.main-detail .content h1,
.main-detail .content h2 {
  margin: 0 0 20px 0;
}
.main-detail .content h3 {
  margin: 28px 0 15px 0;
}
#about-beta {
  margin: 0;
}
#about-beta h1,
#about-beta h2 {
  margin: 0 0 20px 0;
}
#about-beta h3 {
  margin: 0 0 20px 0;
}
#page-alpha {
  float: left;
  width: 540px;
}
#page-beta {
  float: right;
  width: 540px;
}
#page-beta h1,
#page-beta h2 {
  margin: 0 0 20px 0;
}
#page-beta h3 {
  color: #6b859e;
  font-weight: normal;
  margin: 28px 0 15px 0;
}
#about-media {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
#about-alpha {
  float: left;
  width: 540px;
}
#about-alpha h1,
#about-alpha h2 {
  margin: 0 0 20px 0;
}
#about-alpha h3 {
  color: #6b859e;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#about-alpha img {
  margin: 0 2px 0 0;
}
#contact-alpha {
  float: left;
  width: 260px;
}
#contact-alpha h1,
#contact-alpha h2 {
  margin: 0 0 20px 0;
}
#contact-alpha ul,
#contact-alpha ol {
  float: left;
  width: 100%;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
}
#contact-alpha li {
  color: #9e9d9d;
  font-weight: lighter;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 3px 0;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#contact-alpha li a {
  color: #9e9d9d;
  text-decoration: none;
}
#contact-alpha li a:hover {
  color: #6b859e;
  text-decoration: none;
}
#contact-alpha li.current {
  color: #6b859e;
  font-family: 'theinhardtregular', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#contact-alpha li.current a {
  color: #6b859e;
}
#contact-beta {
  float: right;
  width: 820px;
  margin: 0 0 0 0;
}
#contact-beta h1,
#contact-beta h2 {
  margin: 0 0 20px 0;
}
#contact-beta h3 {
  color: #6b859e;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#contact-beta .col-1 {
  float: left;
  width: 260px;
  margin: 0 20px 0 0;
}
#contact-beta .col-2 {
  float: left;
  width: 260px;
}
#contact-beta .col-3 {
  float: right;
  width: 260px;
}
.fourcolpage a,
.fourcolpage a:visited .fourcolpage a:focus {
  display: block;
}
@media (max-width: 979px) {
  .fourcolpage .col-3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .fourcolpage .col-3 {
    width: 100%;
  }
}
.col-aside h1,
.col-aside h2 {
  margin: 0 0 10px 0;
  line-height: 1.3em;
}
.col-aside p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.3em;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
.col-aside p a {
  color: #3a3a39;
}
.col-main {
  padding-left: 20px;
}
.col-main h3 {
  color: #6b859e;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.col-main legend {
  margin-bottom: 25px;
}
.col-main p {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
.col-main p a {
  color: #3a3a39;
}
.col-main p.danger {
  color: red;
}
.col-main .product-detail p {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
div.extra-info {
  margin-top: 40px;
}
div.extra-info p {
  font-size: 14px !important;
  line-height: 1.3em !important;
  color: #565655 !important;
}
.social-links {
  position: absolute;
  top: -5px;
  right: 10px;
  display: inline-block;
}
.social-links .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  line-height: 28px;
  vertical-align: text-top;
  background-image: url('/assets/images/payment-sprite.png?e498fee7fe38');
  background-repeat: no-repeat;
}
.facebook-icon {
  background-position: -10px -144px;
}
.facebook-icon:hover {
  background-position: -10px -179px;
}
.twitter-icon {
  background-position: -45px -144px;
}
.twitter-icon:hover {
  background-position: -45px -179px;
}
.gplus-icon {
  background-position: -79px -144px;
}
.gplus-icon:hover {
  background-position: -79px -179px;
}
.pinterest-icon {
  background-position: -114px -144px;
}
.pinterest-icon:hover {
  background-position: -114px -179px;
}
.instagram-icon {
  background-position: -150px -144px;
}
.instagram-icon:hover {
  background-position: -150px -179px;
}
.linkedin-icon {
  background-position: -184px -144px;
}
.linkedin-icon:hover {
  background-position: -184px -179px;
}
#social {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
#steps .page-title {
  padding: 0;
}
#steps ul {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
#steps ul li {
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 18px;
  color: #9e9d9d;
  line-height: 1.2;
}
#steps ul li.current {
  color: #6b859e;
  font-family: 'theinhardtregular', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#steps p {
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  color: #9e9d9d;
  line-height: 1.2;
}
#steps p strong {
  font-family: 'theinhardtregular', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#steps p span {
  font-size: 18px;
  color: #414042;
  line-height: 1.2;
}
#checkout-form {
  width: 90%;
  max-width: 705px;
  margin-bottom: 20px;
}
#checkout-form h1,
#checkout-form h2 {
  zoom: 1;
  width: 100%;
  margin: 10px 0 20px 0;
}
#checkout-form h1:before,
#checkout-form h2:before,
#checkout-form h1:after,
#checkout-form h2:after {
  content: "";
  display: table;
}
#checkout-form h1:after,
#checkout-form h2:after {
  clear: both;
}
#checkout-form .main-title {
  margin-top: 0;
}
#checkout-form fieldset {
  width: 100%;
}
#checkout-form .field {
  float: left;
  width: 100%;
  margin: 0 0 8px 0;
}
#checkout-form .Actions {
  float: right;
}
#checkout-form .Actions input {
  float: right;
  margin: 5px 0 0 0;
  padding: 8px 25px;
  border: none;
  color: #fff;
  background-color: #6b859e;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#checkout-form .Actions input.back {
  float: left;
  color: #fff;
  background-color: #9c9c9c;
}
#checkout-form .Actions a {
  float: left;
  margin: 5px 0 0 0;
  padding: 6px 25px;
}
#checkout-form .field label,
#checkout-form .control-group label {
  float: left;
  width: 37%;
  font-size: 18px;
  margin: 4px 0 0 0;
}
#checkout-form .field .middleColumn {
  float: right;
  width: 56.8%;
}
#checkout-form .field .middleColumn input,
#checkout-form .field .middleColumn textarea {
  width: 100%;
  padding: 7px;
  border: 1px solid #d5d5d5;
  color: #565655;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
#checkout-form .field .middleColumn textarea {
  height: 100px;
}
#checkout-form .checkbox label {
  margin: 4px 40px 0 0;
}
#checkout-form .checkbox input {
  margin: 10px 0 0 0;
}
#checkout-form .control-group.payment-options {
  margin-bottom: 40px;
}
#checkout-form .control-group.payment-options label {
  display: block;
  width: 120px;
}
#checkout-form .control-group.payment-options fieldset:first-child {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #checkout-form {
    width: 100%;
  }
  #checkout-form legend {
    margin-bottom: 15px;
  }
  #checkout-form .field label,
  #checkout-form .control-group label,
  #checkout-form .field .middleColumn {
    width: 100%;
  }
  #checkout-form .field .middleColumn {
    margin-top: 3px;
    margin-bottom: 8px;
  }
  #checkout-form .field.input_id_is_gift label,
  #checkout-form .field.input_id_same_billing_shipping label,
  #checkout-form .field.input_id_is_gift .middleColumn,
  #checkout-form .field.input_id_same_billing_shipping .middleColumn {
    width: auto;
    float: left;
  }
  #checkout-form .field.input_id_is_gift .middleColumn,
  #checkout-form .field.input_id_same_billing_shipping .middleColumn {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 10px;
  }
  #checkout-form .field.input_gatewayCardExpiryDateYear,
  #checkout-form .field.input_gatewayCardSecurityCode {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #checkout-form .field.input_gatewayCardExpiryDateYear,
  #checkout-form .field.input_gatewayCardSecurityCode {
    width: 100%;
  }
}
.sprite,
.paypal_sprite,
.visa_sprite {
  display: inline-block;
  border: none;
  outline: none;
  background-image: url('/assets/images/payment-sprite.png?e498fee7fe38');
  background-repeat: no-repeat;
}
.sprite {
  background-position: -18px -50px;
  width: 200px;
  height: 49px;
  float: left;
  margin-top: -10px;
}
.paypal_sprite {
  background-position: -178px -10px;
  width: 50px;
  height: 30px;
}
.visa_sprite {
  background-position: -10px -10px;
  width: 160px;
  height: 30px;
}
.promotion-left form .form-actions {
  margin-top: 0px;
}
.input_gatewayCardNumber .lock-icon {
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
  width: 35px;
  height: 36px;
  background-image: url('/assets/images/payment-sprite.png?e498fee7fe38');
  background-position: 6px -103px;
  background-repeat: no-repeat;
}
input#gatewayCardNumber {
  position: relative;
  background-image: url('/assets/images/placeholder.png?e498fee7fe38');
  background-position: 98% 5px;
  background-repeat: no-repeat;
  background-size: 38px 24px;
}
input#gatewayCardNumber.visa {
  background-image: url('/assets/images/visa.png?e498fee7fe38');
  background-position: 98% 5px;
  background-repeat: no-repeat;
  background-size: 38px 24px;
}
input#gatewayCardNumber.mastercard {
  background-image: url('/assets/images/master.png?e498fee7fe38');
  background-position: 98% 5px;
  background-repeat: no-repeat;
  background-size: 38px 24px;
}
input#gatewayCardNumber.amex {
  background-image: url('/assets/images/americanexpress.png?e498fee7fe38');
  background-position: 98% 5px;
  background-repeat: no-repeat;
  background-size: 38px 24px;
}
.control-group.input_gatewayCardNumber {
  position: relative;
}
.pxfusion_logo {
  margin-top: 40px;
}
.payment-back-action {
  float: left;
  margin-top: -37px;
  padding-bottom: 20px;
}
.payment-back-action .form-actions-wrap.Actions {
  margin-left: 0px;
}
#checkout-form .field #id_card_ccv {
  float: left;
  margin-right: 10px;
}
#paypal_section {
  margin-bottom: 80px;
}
#paypal_section legend {
  margin-bottom: 10px;
}
#paypal_section p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .control-group.input_gatewayCardNumber .middleColumn {
    padding-right: 32px;
  }
  .input_gatewayCardNumber .lock-icon {
    top: 32px;
    right: 2px;
  }
}
.footer {
  border-top: 1px solid #d5d5d5;
  padding-top: 17px;
  padding-bottom: 17px;
}
.footer-menu,
.footer-copyright {
  float: left;
  width: 50%;
  margin: 0 auto;
  padding: 0 10px;
}
.footer-menu span {
  display: block;
  color: #565655;
}
.footer-menu span a {
  color: #565655;
  text-decoration: none;
}
.footer-menu span a:hover {
  color: #6b859e;
  text-decoration: none;
}
.footer-menu span a:before {
  content: '|';
  margin: 0 4px;
}
.footer-menu span a:first-child:before {
  content: '';
  margin: 0;
}
.footer-copyright {
  text-align: right;
}
.footer-copyright span {
  color: #9e9d9d;
}
.footer-copyright span a {
  color: #9e9d9d;
  text-decoration: none;
}
.footer-copyright span a:hover {
  color: #565655;
  text-decoration: none;
}
/* Custom styles for select dropdowns */
select {
  width: 400px;
  max-width: 100%;
  padding: 7px;
  border: 1px solid #d5d5d5;
  font-family: 'theinhardtlight', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: #565655;
  background: transparent url('/assets/images/select-arrow.gif?e498fee7fe38') 100% -2px no-repeat;
  *background-image: none;
  /* turn bg image for IE7 */
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  select {
    background-image: none;
  }
}
@media (max-width: 979px) {
  select {
    width: 100%;
    max-width: none;
  }
}
.header .row,
#navigation,
#navigation-alpha,
#navigation-beta {
  height: 116px;
}
#logo {
  width: 270px;
}
#logo h1,
#logo h1 a {
  width: 260px;
  height: 116px;
}
#navigation span {
  margin-top: 45px;
}
.col-main {
  margin-left: 260px;
}
.col-aside {
  width: 260px;
}
.divider {
  background-position: 12px 0;
}
#navigation {
  width: 850px;
}
#navigation-alpha {
  width: 391px;
}
#navigation-beta {
  width: 446px;
}
#navigation span a {
  margin: 0 35px 0 10px;
}
.col-right {
  width: 850px;
}
.grid-items .grid-item img {
  width: 65.7692%;
}
.grid-items .grid-item .grid-image {
  padding: 20.7692% 0;
}
@media (max-width: 1140px) {
  .row {
    max-width: 1120px;
  }
  #navigation {
    width: 785px;
  }
  #navigation-alpha {
    width: 390px;
  }
  #navigation-beta {
    width: 380px;
  }
  #navigation span a {
    margin: 0 20px 0 10px;
  }
  .col-right {
    width: 785px;
  }
}
@media (max-width: 1100px) {
  .row {
    max-width: 1020px;
  }
  #navigation {
    width: 700px;
  }
  #navigation-alpha {
    width: 350px;
  }
  #navigation-beta {
    width: 340px;
  }
  #navigation span a {
    margin: 0 20px 0 10px;
  }
  .col-right {
    width: 700px;
  }
}
@media (min-width: 979px) and (max-width: 1020px) {
  #navigation {
    width: 665px;
  }
  #navigation-alpha {
    width: 330px;
  }
  #navigation-beta {
    width: 325px;
  }
  #navigation span a {
    margin: 0 20px 0 10px;
  }
  .col-right {
    width: 665px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    max-width: 768px;
  }
  .header .row,
  #navigation,
  #navigation-alpha,
  #navigation-beta {
    height: 86px;
  }
  #logo {
    width: 200px;
  }
  #logo h1,
  #logo h1 a {
    width: 190px;
    height: 86px;
  }
  #navigation span {
    margin-top: 30px;
  }
  .col-main {
    margin-left: 190px;
  }
  .col-aside {
    width: 190px;
  }
  .divider {
    background-position: -58px 0;
  }
  #navigation {
    width: 530px;
  }
  #navigation-alpha {
    width: 265px;
  }
  #navigation-beta {
    width: 255px;
  }
  #navigation span a {
    margin: 0 8px;
  }
  .col-right {
    width: 530px;
  }
  #navigation span a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #promo-form {
    margin-top: 40px;
  }
  #checkout-form.renew-form {
    max-width: 600px;
  }
  #checkout-form.renew-form .field .middleColumn {
    width: 66.66%;
  }
  #subscription-forms {
    max-width: 600px;
  }
  #checkout .content-wrap {
    min-height: 400px;
  }
}
@media (max-width: 979px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  .footer-menu,
  .footer-copyright {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .gallery-images .slide {
    padding: 64px;
  }
  .subscription-form .renew-product.hide-submit,
  .subscription-form .renew-product,
  .subscription-form .paypal-renew {
    width: 100%;
  }
  .subscription-form ul.product-variations {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .subscription-form .submit {
    float: right;
    margin-right: 0;
  }
}
/* Tablets & mobile
 * ================ */
@media (max-width: 767px) {
  .non-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }
  .row {
    max-width: none;
  }
  .col-3,
  .col-4 {
    width: 50%;
  }
  .col-3.clear-4-1,
  .col-4.clear-4-1,
  .col-3.clear-4-3,
  .col-4.clear-4-3 {
    clear: both;
  }
  .related-products .col-4 {
    width: 33.3333%;
  }
  .col-6 {
    width: 100%;
  }
  .products-grid .col-4,
  .grid-items .col-3 {
    width: 33.3333%;
    clear: none;
  }
  .products-grid .col-4.clear-3-1,
  .grid-items .col-3.clear-3-1 {
    clear: both;
  }
  .col-main {
    margin-left: 0;
  }
  .col-aside {
    position: static;
    width: auto;
    padding-right: 0;
  }
  #logo {
    width: 210px;
  }
  #logo h1,
  #logo h1 a {
    width: 200px;
    height: 89px;
  }
  .divider {
    background: none;
  }
  .header .row {
    max-width: none;
    height: auto;
  }
  .content-wrap {
    padding-bottom: 23px;
  }
  .content {
    margin-top: 20px;
  }
  .content + .content {
    margin-top: 0;
  }
  .breadcrumb + .content-wrap {
    padding-top: 0;
  }
  #navigation,
  #navigation-alpha,
  #navigation-beta {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }
  #navigation {
    display: none;
    margin-bottom: 10px;
  }
  #navigation span {
    margin: 0;
    text-align: left;
  }
  #navigation span a {
    display: block;
    margin: 0;
    padding: 10px;
    color: #eee;
  }
  #navigation span a.current,
  #navigation span a:hover {
    color: #eee;
    background-color: #5d768e;
    border-bottom: none;
  }
  .col-main,
  .promotion-page .col-main {
    padding-left: 0;
  }
  .split-page .col-aside {
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .gallery-images .slide {
    padding: 45px;
  }
  .subscription-form .grid-image {
    float: none;
    padding: 40px 20px;
  }
  .subscription-form .grid-image img {
    width: auto;
    height: 280px;
    -webkit-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 6px 8px -3px rgba(0, 0, 0, 0.8);
  }
  .subscription-form .grid-detail {
    margin-left: 0;
  }
  .subscription-form .grid-detail h4,
  .subscription-form .grid-detail h6 {
    margin-top: 10px;
  }
  .subscription-form select {
    display: inline-block;
    margin-bottom: 5px;
  }
  #checkout-form.renew-form {
    max-width: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .grid-items .grid-item.clear-4-1 {
    clear: none;
  }
  .grid-items .grid-item.clear-3-1 {
    clear: left;
  }
}
@media (max-width: 599px) {
  .content h1 {
    padding-right: 100px;
  }
  .grid-items .col-3,
  .products-grid .col-4 {
    width: 50%;
  }
  .grid-items .col-3.clear-3-1,
  .products-grid .col-4.clear-3-1 {
    clear: none;
  }
  .grid-items .col-3.clear-4-1,
  .products-grid .col-4.clear-4-1,
  .grid-items .col-3.clear-4-3,
  .products-grid .col-4.clear-4-3 {
    clear: left;
  }
  .content > table td {
    display: block;
  }
  .footer-menu span a {
    line-height: 24px;
  }
  .footer-menu span a:nth-child(5):before {
    content: '\A';
    white-space: pre;
    margin: 0;
  }
}
@media (max-width: 399px) {
  .grid-items .col-3,
  .grid-items .col-4,
  .col-3,
  .col-4 {
    width: 100%;
  }
  #logo {
    width: 200px;
  }
  #logo h1,
  #logo h1 a {
    width: 190px;
    height: 80px;
  }
  .divider {
    background: none;
  }
  .grid-items.products-grid .grid-item {
    height: auto;
  }
  .promotion-page .col-aside {
    margin-top: 0;
  }
  .subscription-form .grid-image {
    padding: 15% 0;
  }
  .subscription-form .grid-image img {
    width: 75%;
    height: auto;
  }
}
.products-grid .product-detail {
  height: 110px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .products-grid .product-detail {
    height: 132px;
  }
  .promotion-page .products-grid .product-detail {
    height: 170px;
  }
}
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0 0 0 -20px;
}
ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.thumbnails.image_picker_selector li.group_title {
  float: none;
}
ul.thumbnails.image_picker_selector li {
  float: left;
  margin: 0 0 20px 20px;
  letter-spacing: normal;
}
ul.thumbnails.image_picker_selector p {
  margin: 3px 0 0 0;
}
ul.thumbnails.image_picker_selector li .thumbnail img {
  width: 120px;
  height: 148px;
  padding: 15px;
  background-color: #ccc;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  background-color: #6b859e;
}
ul.image_picker_selected {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
ul.image_picker_selected li {
  margin-left: 0;
}
ul.image_picker_selected li:before {
  display: none;
}
ul.image_picker_selected li .thumbnail {
  display: none;
  font-size: 16px;
  letter-spacing: normal;
}
ul.image_picker_selected li .thumbnail.selected {
  display: block;
}
ul.image_picker_selected li .thumbnail p {
  margin: 0;
  display: inline-block;
  padding-left: 15px;
  font-size: 13px;
  line-height: 21px;
  background-image: url('/assets/images/icon-cross.png?e498fee7fe38');
  background-position: left 5px;
  background-repeat: no-repeat;
}
ul.image_picker_selected li .thumbnail p:hover {
  color: #6b859e;
  background-position: left -15px;
}
body.agmnz ul.image_picker_selected li .thumbnail p:hover {
  background-position: left -35px;
}
.please {
  margin: 0;
  line-height: 21px;
}
#issue-picker {
  clear: both;
  padding-top: 15px;
  padding-bottom: 10px;
}
#issue-picker h3 {
  margin: 0 0 15px;
}
ul.image_picker_selector li .thumbnail,
ul.image_picker_selected li .thumbnail {
  cursor: pointer;
}
@media (max-width: 767px) {
  ul.thumbnails.image_picker_selector {
    margin-left: -10px;
    margin-right: -10px;
  }
  ul.thumbnails.image_picker_selector li {
    margin: 0;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  ul.thumbnails.image_picker_selector li .thumbnail img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  ul.thumbnails.image_picker_selector li {
    width: 50%;
  }
}

/* Categories and products */
.btn-wishlist {line-height:30px;}
.product-sorting {margin:20px 0 25px 0;}
.product-sorting label {display:inline;}
.product-sorting select {margin:0 0 0 5px;}
#category .thumbnails h6 {color:#777; height:50px; margin:10px 0 5px 0; border-bottom:1px dashed #ddd;}
#category .thumbnails a {width:100px; height:200px; color:#666; padding:20px;}
#category .categories.thumbnails h6 {border-bottom:0px;}
#category .categories.thumbnails a {width:100px; height:140px; color:#666; padding:20px;}
#category .thumbnails a:hover {text-decoration:none;}
#category .thumbnails .placeholder {width:100px; height:100px; background:rgba(220,220,220, 0.1);}
#related-products.thumbnails h6 {color:#777; height:40px; margin:10px 0 5px 0; border-bottom:1px dashed #ddd;}
#related-products.thumbnails a {width:90px; height:170px; color:#666; padding:12px;}
#related-products.thumbnails a:hover {text-decoration:none;}
#related-products.thumbnails li {margin-right:-14px;}
.old-price {text-decoration:line-through; display:block; color:#ccc; margin-bottom:3px;}
#product-images-thumb li {display:inline; margin-right:-10px;}
.product-image-full {background:#fff; padding:20px;}
.right .btn-primary {margin:5px 0;}


/* Form actions (put primary button on right) */
.form-shop fieldset { margin-bottom: 20px; }
.form-shop .form-actions {width:100%; padding-left:0; padding-right:0; margin:10px 0; }
.form-shop .form-actions-wrap {float:left; margin-left:160px;}
.form-shop .form-actions-wrap * {float:right; margin-right:15px;}

/* Cart and order history */
.order-history th, .form-cart th {white-space:nowrap; text-align:right;}
.order-history th, .form-cart td {text-align:right; vertical-align:middle;}
.order-history .left, .form-cart .left {text-align:left;}
.order-history .center, .form-cart .center, .form-cart .quantity {text-align:center;}
.form-cart .quantity input {width:25px; text-align:center; margin:0;}
.form-cart label {margin-right:10px; font-weight:bold;}
.order-history .right, .form-cart .form-actions {text-align:right;}
.form-cart .form-actions-wrap {float:right; margin-right:5px;}
.order-history .btn {float:right; margin:0 0 0 5px;}
.btn-order-history {float:right; margin:-75px 20px 0 0;}
/* Overridden in main.css
.discount-form {float:right;}
.discount-form .btn {float:right; margin:-5px 7px 0 0;}
*/

/* Wishlist */
.wishlist img {vertical-align:middle; margin-right:5px;}
.wishlist form {margin:0; float:right;}
.wishlist .btn {margin-left:5px;}
.wishlist .btn-primary {margin-left:20px;}

/* Cart panel in checkout */
/*
#checkout .checkout-panel {float:right; margin:0px 30px 0 0;}
#checkout .checkout-panel li {border-bottom:1px dashed #eee; padding:10px 0; color:#999; line-height:15px;}
#checkout .checkout-panel img {float:left; margin-right:10px;}
#checkout .checkout-panel .price {float:right; line-height:20px;}
#checkout .checkout-panel .btn {float:right; margin-top:15px;}
#checkout .checkout-panel .order-totals {text-align:right;}
*/
.order-totals,
.order-totals .price {
  font-family: 'theinhardtlight';
  font-size: 18px;
  color: #414042;
}
.order-totals label {
  font-family: 'theinhardtregular';
  display: inline-block;
  margin-right: 2px;
}
.order-totals .price {
  display: inline-block;
}
.order-totals .total label {
  font-weight: bold;
}


/* Checkout forms */
/*
#checkout .left, #checkout .right {display:none !important;}
#checkout .middle {width:100%;}
#checkout-form {margin-left:5px;}
#checkout-form .non-field-errors:after {display:none;}
#checkout-form .form-actions {width:100%; padding-left:0; padding-right:0; margin:40px 0 !important;}
#checkout-form .form-actions-wrap {float:left; margin-left:170px;}
#checkout-form .form-actions input {float:right;}
#checkout-form legend {text-indent:170px;}
#checkout-form label {padding:4px 15px;}
#checkout-form fieldset {background:rgba(220,220,220, 0.1); padding-bottom:10px; margin-bottom:20px;}
#checkout-form .control-group input, #checkout-form textarea {width:60%;}
*/
#id_card_ccv {width:50px !important;}


/* Checkout checkboxes (right aligned labels) */
.input_id_same_billing_shipping .controls,
.input_id_is_gift .controls,
.input_id_remember .controls {
  margin-top: 10px;
}
.input_id_same_billing_shipping input,
.input_id_is_gift input,
.input_id_remember input {
  width:auto !important;
  padding: 5px 0;
}
.input_id_same_billing_shipping label,
.input_id_is_gift label,
.input_id_remember label {
  margin: 0;
  text-align:left !important;
  font-weight:normal;
}


/* Checkout expiry fields (mmake two fields look like one) */
.card-expiry-fields select {width:auto;}
.card-expiry-fields .control-group label {display:none;}
.card-expiry-fields .control-group, .card-expiry-fields .controls {display:inline; margin:0;}
.card-expiry-fields .control-group:before, .card-expiry-fields .control-group:after {display:none;}
.input_id_card_ccv .help-inline { display: block; }

.input_gatewayCardExpiryDateYear select{ width: 80px; }
.card-expiry-fields .input_id_card_expiry_year .selectBox-dropdown { min-width: 100px; }
#checkout-form .card-expiry-fields .input_id_card_expiry_month {
  margin-top: -30px;
  width: 400px;
  clear: both;
}
#checkout-form .card-expiry-fields .input_id_card_expiry_year {
  width: 200px;
  margin-top: -30px;
}
#checkout-form .card-expiry-fields .input_id_card_expiry_month .middleColumn {
  width: 102px;
  float: left;
  margin-left: 306px;
}
#checkout-form .card-expiry-fields .input_id_card_expiry_year .middleColumn {
  float: left;
}

#checkout-form .input_id_is_gift {
  margin-bottom: 20px;
}

#checkout-form .input_id_discount_code {
  margin-bottom: 30px;
}


/* Checkout confirmation */
.confirmation {width:40% !important; float:left; margin-right:20px;}
.confirmation legend {text-indent:50px !important;}
.confirmation ul {margin:10px;}
.confirmation li {margin:5px 0; color:#999; list-style: none;}
.confirmation label {display:inline; padding-right:5px; width:170px;}


#shipping_fields .gift-field { display: none; }

#shipping_fields.gift-fields .non-gift-field { display: none; }
#shipping_fields.gift-fields .gift-field { display: block; }
