/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */


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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * 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 8/9.
 */

[hidden] {
    display: none;
}

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

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

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

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

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

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

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    color: #4a8b40;
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * 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.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 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;
}
body {
  background-color: floralwhite;
  /*color: #0052CC;*/
  color: #4a8b40;
  font-family: ‘American Typewriter’, ‘Courier New’, Courier, Monaco, mono;
  font-size: 11px;
  margin: 2vh 2vw;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;

}

a {
  /*color: #0052CC;*/
  /*color: #4C4C4C;*/
  color: #4a8b40;
  text-decoration: none;
}
a:hover {
  color: #4a8b40;
  cursor: pointer;
}

ul {
  /*list-style-type: disc */
}

ol {
  /*list-style-type: decimal */
}

ul, ol {
  margin-left: 30px;
}

ul.unstyled,
ol.unstyled {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

header {
  /*border-bottom: $border */
  font-family: Liquid error;
  margin-bottom: 30px;
  padding-bottom: 30px;
  /*text-align: center;*/
  display: inline-block;
}
header a {
  color: #4a8b40;
  font-size: 2.5em;
}
header a:hover {
  color: #4a8b40;
}

h1, h2, h3, h4, h5 {
  font-family: Liquid error;
}

div.wrap {
  display: table;
  width: 100%;
  padding-top: 1.5em;
}

aside {
  /*border-right: $border */
  /*display: table-cell */
  width: 100%;
  /*float: left */
  padding-right: 30px;
  /*cite a
   * background: url(//cache0.bigcartel.com/theme_assets/1/1.1.6/images/badge.png) no-repeat
   * border: none
   * display: block
   * height: 23px
   * overflow: hidden
   * text-indent: 100%
   * width: 79px
   * white-space: nowrap */
}
aside section {
  margin-bottom: 1.5em;
}
aside ul {
  margin-bottom: 1.5em;
  margin-top: 0;
}
aside ul li {
  margin-bottom: 0.3em;
}
aside ul li a {
  /*color: #0052CC;*/
  /*color: #4C4C4C;*/
  color: #4a8b40;
  font-size: 1em;
}
aside ul li a:hover {
  color: #4a8b40;
}
aside #category_nav {
  
}
aside #categories {
  float: left;
  padding-right: 2em;
}

aside #cart_nav {
  float: right;
  padding: 1em;
  background: #c8e4c4;
}
  
aside #cart_nav a {
  color: #4a8b40;
}


aside nav, aside #pages_nav {
  float: left
}

aside #pages_nav {
  float: right;
  position: fixed;
  bottom: 0;
  right: 2vw;
  text-align: right;
}

aside #pages_nav:hover {
  background: floralwhite;
  border-top: 1em solid floralwhite;
  border-left: 1em solid floralwhite;
}



section.content {
  /*display: table-cell */
  margin: 0 auto;
  padding: 5em 0;
  width: 90%;
  max-width: 1050px;
}

form li {
  margin-bottom: 1.2em;
}
form label {
  display: block;
  margin-bottom: 0.2em;
}
form input,
form textarea {
  /*border: 1px solid #ddd */
  padding: 5px;
  width: 350px;
}

.errors {
  border-top: 1px soldi #a65a5a;
  margin-bottom: 3em;
}
.errors li {
  background: #d97576;
  /*border-bottom: 1px soldi #A65A5A */
  color: white;
  padding: 3px 10px;
}

.hide {
  display: none;
}
body#home section.content ul, body#products section.content ul {
  list-style-type: none;
  overflow: hidden;
}
body#home section.content li.product, body#products section.content li.product {
  box-sizing: border-box;
  float: left;
  padding: 0 20px 30px;
  max-width: 35%;
}

body#home section.content li.product:nth-child(5n+2), body#products section.content li.product:nth-child(5n+2) {
  /*clear: left;*/
  max-width: 25%
}
body#home section.content li.product:nth-child(5n+3), body#products section.content li.product:nth-child(5n+3) {
  /*clear: left;*/
  max-width: 20%
}

body#home section.content li.product:nth-child(5n+5), body#products section.content li.product:nth-child(5n+5) {
  /*clear: left;*/
  max-width: 25%
}
body#home section.content img, body#products section.content img {
  display: block;
  margin-bottom: 15px;
  max-height: 90vh;
}
body#home section.content div.pagination, body#products section.content div.pagination {
  clear: both;
}
body#home section.content .pagination span.disabled, body#products section.content .pagination span.disabled {
  display: none;
}
body#product section.content .product_images {
  overflow: hidden;
  float: left;
  position: absolute;
  max-width: 50vw;
  margin-bottom: 10em;
}
body#product section.content .product_images li {
  float: left;
  margin-right: 18px;
  border: 3px solid #eeeeee;
}
body#product section.content .product_images li img {
  float: left;
  max-width: 100%;
  height: auto;
}
body#product section.content .product_images li.selected {
  border-color: #72c29b;
}
body#product section.content aside {
  padding-bottom: 2.5em;
  /*border-bottom: .25em dashed black;
  float: right;
  border-left: dashed 1px #dddddd;
  border-right: none;
  margin: 0 0 120px 30px;
  padding-left: 30px;*/
  width: 100%;
}
body#product section.content aside form div {
  float: left;
  margin-right: 5px;
}
body#product section.content aside form button {
  font-size: 12px;
  /*background: transparent;*/
  float: right;
}
body#product section.content .availability li {
  height: 16px;
  font-size: 11px;
  margin-bottom: 5px;
}
body#product section.content .availability li span {
  display: block;
  float: left;
  width: 20%;
}
body#product section.content .availability li > b {
  display: block;
  margin-left: 20%;
  width: 80%;
}
body#product section.content .availability li > b b {
  background: #eeeeee;
  display: block;
  height: 16px;
}
body#cart form ul {
  border-bottom: dashed 1px #dddddd;
  margin-bottom: 2em;
  
}
body#cart form ul + p {
  float: left;
}
body#cart form button {
  margin: 1.2em 0;
  background: transparent;
}
body#cart form li {
  overflow: hidden;
  list-style: none;
}
body#cart form li img {
  display: block;
  float: left;
  margin-right: 30px;
}
body#cart form li h2 {
  float: left;
  width: 60%;
  font-family: courier;
  font-size: 1.25em;
  padding-top: .9em;
}
body#cart form li p {
  float: left;
}
body#cart form li p input {
  margin-right: 10px;
  text-align: center;
  width: 15px;
}
body#cart form li a.remove {
  display: inline-block;
  background: transparent;
  border-radius: 20px;
  height: 20px;
  line-height: 18px;
  margin-left: 20px;
  text-align: center;
  width: 20px;
}
body#cart form li a.remove:hover {
  /*background: #dddddd;*/
}
/* ------------------------------------------------------------------------------------------------
 *
 * This is where all of the CSS code is handled for your theme.
 *
 * We recommend you break your CSS into multiple files and put them in a separate
 * directory. We've used a "stylesheets" directory in our example below. After that we'll use
 * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
 * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
 * use LESS (lesscss.org) by ending your file with .less.
 *
 * However, if you don't have much CSS, or you're just a glutton for punishment,
 * you could simply put all of your CSS in this file. It's up to you.
 *
 * ------------------------------------------------------------------------------------------------
 */

/*
 * Here we're including a 3rd-party stylesheet we put in stylesheets/vendor written in normal CSS,
 * as well as a few custom Sass stylesheets we've written for different areas of the store
 *





 *
 */

#logo {
  width: 88%;
  max-width: 30vw;
  position: absolute;
  
}

#random {
  position: absolute;
}

#about {
  position: relative;
  margin-left: 50%;
  padding-left: .5em;
  margin-top: 2em;
}

#about:hover, about.hover_effect {
  background: floralwhite;
}

.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}

#about p:hover {
  color: #d39b00;
  /*font-size: 16px;*/
}

img {
  max-width: 100%;
}

.no-margin {
  margin: 0 0 1em 0;
}

.product_images img {
  margin-right: 1em;
}

.product_text {
  
}

.product_text p {
  
}

p {
  text-align: left;
  line-height: 1.5em;
  
}

#footer_top {
  font-size: 16px;
  position: absolute;
  margin-left: -7em;
  margin-top: -1em;
}

#product_info_block {
  float: right;
  position: relative;
  width: 30%;
  margin-top: 15em;
  padding: .5em;
}

#product_info_block:hover, #product_info_block.hover_effect {
  background: floralwhite;
}

body#product section.content img, body#home section.content img {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#product_title {
  margin-bottom: 1em;
  display: block;
  font-size: 1.5em;
}

aside ul li#categories a:hover {
  /*border-bottom: .5em solid #f08527;*/
}

#ponsonby-address, #warehouse-address {
  float: right;
  display: inline-block;
  text-align: right;
  z-index: 10;
}

#ponsonby-address ul li:hover, #warehouse-address ul li:hover {
  background-color: floralwhite;
}
#ponsonby-address {
  padding-right: 7em;
}

footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 1.5em;
}

.product {
  float: right;
}

.map {
  width: 100%;
  height: 500px;
}

/*---- HOME ----*/

#contact-wrap {
  height: auto;
  width: auto;
}
#home-image {
  float: left;
  max-width: 40%;
  padding: 0 20px 30px;
}

body#products li#home-image {
  display: none;
}

#home-image:nth-child(3n+2) {
  max-width: 20%;
}

#home-image:nth-child(3n+3) {
  max-width: 35%;
  float: right;
}

#home-images img {
display: block;
margin-bottom: 15px;
max-height: 90vh;
}

#home-right {
  max-width: 50%;
  float: right;
}

#home-left {
  width: 100%;
  float: left;
  margin-top: -7.5em;
}

#home-shop {
  background: #c8e4c4;
  position: fixed;
  padding: 1em 3em;
  margin-top: 10vh;
  margin-left: 28vw;
  font-size: 2em;
}

#slideshow {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

body#home #category_nav {
  display: none;
}

body#home #cart_nav {
  display: none;
}

#bits_and_bobs {
  text-align: justify;
  max-width: 60%;
  margin: 0 auto;
}
  
/*---- SIGN UP ----*/

#mc_embed_signup {
  width: 100%;
}
div.mc-field-group input {
  width: 100%;
  background-color: floralwhite;
}
input.button {
  width: 100%;
  border: none;
  float: right;
  text-align: right;
  background: transparent;
}

/* --- CART --- */

#checkout-btn-footer {
  float: right;
}

#update-btn-footer {
  float: left;
}

body#cart.theme section.content {
  max-width: 60%;
}

#add-shipping {
  padding-left: 6em;
}

a:hover {
  text-decoration: underline;
}

input#cart_discount_code {
  min-width: 90%;
}

body#cart form li p#cart_discount_label {
  float: right;
  
}

body#cart form li p.label.cart_discount_name {
  float: right;
}

/* --- FADE --- */

body#products section.content li.product, aside #cart_nav, aside #category_nav  {
    
    animation: fadein 2s;
  
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* --- MEDIA QUERIES --- */

@media only screen and (max-width: 1024px) {
  header {
    display: block;
    width: 75vw;
    padding: 0;
    margin: 0;
  }
  
  body {
    font-size: .5em;
  }
  
  #logo {
    position: initial;
    min-width: 75%;
  }
  
  body#home section.content li.product, body#products section.content li.product {
    padding: 0 20px 30px; 
    width: 45%;
  }
  body#home section.content li.product:nth-child(5n+1), body#products section.content li.product:nth-child(5n+1) {
  
    max-width: 50%;
  }
  
  body#home section.content li.product:nth-child(5n+2), body#products section.content li.product:nth-child(5n+3) {
  
    max-width: 35%;
  }
  
  body#home section.content li.product:nth-child(5n+3), body#products section.content li.product:nth-child(5n+3) {
  
    max-width: 45%;
  }
  
  body#home section.content li.product:nth-child(5n+5), body#products section.content li.product:nth-child(5n+5) {
  
    max-width: 45%;
  }
  
  #ponsonby-address {
    padding-right: 7vw;
  }
 
  
  body {
    margin: 3%;
  }
  
  aside #pages_nav {
    right: 3%;
    background: floralwhite;
    border-top: .5em solid floralwhite;
    border-left: .5em solid floralwhite;
  }
  
  #home-image {
    float: left;
    max-width: 30%;
    
  }

  #home-image:nth-child(3n+2) {
    max-width: 40%;
  }

  #home-image:nth-child(3n+3) {
    max-width: 100%;
    float: right;
  }
  
  #mc_embed_signup {
    clear: both;
  }
  body#product section.content aside form button {
    font-size: 1em;
    float: none;
    margin: 1.5em 0;
    
  }
}

@media only screen and (max-height: 480px) {
  #home-shop {
    bottom: 0;
  }
}
  
  
@media only screen and (max-width: 500px) {
  body#products section.content li.product {
    min-width: 50%;
    padding: 0 2vw 4vh 2vw;
  }
  body#cart section.content {
    min-width: 85%;
    margin-bottom: 100px;
  }
  li.shipping {
    padding-top: 2em;
    margin-left: -.5em;
    overflow: visible;
  }
  #add-shipping {
    padding-left: 0;
  }
  #home-shop {
    margin-left: 30px;
  } 
  #ponsonby-address {
    
    padding-right: 0;
  }
  body#product section.content aside form button {
    font-size: 1em;
    float: left;
    margin: 1.5em 0;
  }
  #contact-wrap {
    display: flex;
    flex-direction: column; /* For vertical placement of items */
  }
  #ponsonby-address {
    order: 1;
  }
  #warehouse-address {
    order: 3;
  }
  div.mc-field-group input {
    max-width:65%;
  }
  
}
    

