@charset "UTF-8";
/* CSS Reset
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a img,
input,
textarea,
select,
button {
  outline: none; }

.clear {
  width: 100%;
  height: 0;
  clear: both;
  display: block; }

button {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: color .3s; }

a {
  text-decoration: none; }

/* Clearfix, border-box
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Colors
-------------------------------------------------- */
/* Fonts
-------------------------------------------------- */
/* Google Fonts? */
.rokkit {
  font-family: 'Rokkitt', serif; }

.rocksalt {
  font-family: 'Rock Salt', cursive; }

.cabinsketch {
  font-family: 'Cabin Sketch', cursive; }

.opensans {
  font-family: 'Open Sans', sans-serif; }

/* Monosocial */
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/font-social.eot?v=1494176000511646392);
  src: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/font-social.eot?%23iefix&v=1494176000511646392) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/font-social.woff?v=17156545456681132248) format("woff"), url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/font-social.ttf?v=6248415358984053237) format("truetype"), url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/font-social.svg%23MonoSocialIconsFont?5589) format("svg");
  src: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/font-social.ttf?v=6248415358984053237);
  font-weight: normal;
  font-style: normal; }

/* FontAwesome
-------------------------------------------------- */
.fa, .product-dropdown-parent .title:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .product-dropdown-parent .fa-pull-left.title:before {
  margin-right: .3em; }

.fa.fa-pull-right, .product-dropdown-parent .fa-pull-right.title:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .product-dropdown-parent .pull-left.title:before {
  margin-right: .3em; }

.fa.pull-right, .product-dropdown-parent .pull-right.title:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Custom Icons */
.fa-search:before {
  content: "\f002"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-comments:before {
  content: "\f086"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-down:before {
  content: "\f0d7"; }

/* Media Queries
-------------------------------------------------- */
/* Grid
-------------------------------------------------- */
.grid {
  margin: 0 -0.7%; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left; }

.col-1-5 {
  width: 50%; }
  @media only screen and (min-width: 40em) {
    .col-1-5 {
      width: 20%; } }

.col-1-4 {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .col-1-4 {
      width: 25%; } }
  @media only screen and (min-width: 62.5em) {
    .col-1-4 {
      width: 25%; } }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .col-1-2 {
      width: 50%; } }

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

@media only screen and (min-width: 40em) {
  .col-3-4 {
    width: 75%; } }
@media only screen and (min-width: 62.5em) {
  .col-3-4 {
    width: 75%; } }

.col-1 {
  width: 100%; }

[class*='col-'] {
  padding: 0 0.7%; }

/* Global
-------------------------------------------------- */
body {
  padding: 0 0 65px;
  font-family: 'Open Sans', sans-serif; }
  @media only screen and (min-width: 62.5em) {
    body {
      background-color: #f6f6f6;
      padding-bottom: 50px; } }

@media only screen and (min-width: 62.5em) {
  .desktop {
    display: block; } }

.page-wrapper {
  width: 100%;
  border: 0;
  margin: 0 auto;
  background: #fff;
  margin-top: 59px; }
  @media only screen and (min-width: 62.5em) {
    .page-wrapper {
      width: 1000px;
      border-top-left-radius: 20px;
      margin-top: 0; } }
  .page-wrapper img {
    max-width: 100%;
    transition: opacity .3s; }

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

.inner-home-page-wrapper {
  padding: 0 12px;
  margin: 0; }
  @media only screen and (min-width: 62.5em) {
    .inner-home-page-wrapper {
      margin: 0 36px; } }

.inner-page-wrapper {
  margin: 0 10px; }
  @media only screen and (min-width: 62.5em) {
    .inner-page-wrapper {
      margin: 0px 20px 0; } }

a {
  text-decoration: none;
  transition: background .3s, color .3s; }

.mobile {
  display: none; }

.clear {
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.main {
  width: 100%;
  float: left; }

#content {
  width: 100%;
  padding-top: 10px;
  position: relative; }

@media only screen and (min-width: 62.5em) {
  #content.collection {
    padding-top: 2rem; } }

#white {
  width: 1000px;
  margin: 8px auto 0;
  height: 2px;
  background: #fff; }

#wrap_footer {
  background: #fff;
  width: 100%;
  height: 2px;
  clear: both; }

/* Super Header
-------------------------------------------------- */
.superheader {
  display: none; }
  @media only screen and (min-width: 62.5em) {
    .superheader {
      display: block; } }

.superheader_wrap {
  width: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 62.5em) {
    .superheader_wrap {
      margin: 16px auto 0;
      width: 1000px; } }

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

.super-nav-item, .super-vert-bar {
  font-size: 10px; }

.super-nav-item {
  display: inline-block;
  padding-right: 17px;
  vertical-align: top;
  width: 100%; }
  @media only screen and (min-width: 62.5em) {
    .super-nav-item {
      width: initial; } }

.superheader li:last-of-type {
  margin-left: -4px;
  padding-right: 2px; }

.super-nav-item a,
.superheader .super-vert-bar {
  text-decoration: none;
  color: #a0a274;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 7px;
  display: inline-block;
  letter-spacing: 1px; }

.superheader form,
.superheader p {
  float: right; }

.superheader form {
  float: right;
  display: block;
  width: auto;
  height: 30px;
  text-align: left; }

.superheader button {
  display: block;
  float: left;
  width: 36px;
  height: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  font: 30px/24px 'Mono Social Icons Font';
  background-color: #fff; }

.superheader a.shopping_bag {
  padding: 0;
  position: relative;
  z-index: 2; }

.shipping-note {
  display: block;
  font: 16px/36px "Rokkitt", serif;
  color: #ef8704;
  height: 30px;
  margin: 0 0 0 0; }

#tollfree {
  display: block;
  height: 30px;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/icon-phone.png?v=8617261514817216761) no-repeat center left;
  font: 11px/30px "Open Sans", sans-serif;
  color: #978b90;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px; }

.super-nav {
  height: 28px;
  overflow: visible; }

.super-nav-blog-back {
  float: left; }

/* Header
-------------------------------------------------- */
.header {
  padding: 0 0 12px;
  background: #fff;
  border-bottom: 4px double #c2b6bb;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; }
  .header.mobile-scrollable {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media only screen and (min-width: 62.5em) {
      .header.mobile-scrollable {
        -webkit-overflow-scrolling: auto; } }
  @media only screen and (min-width: 62.5em) {
    .header {
      padding: 19px 12px 15px;
      position: relative;
      height: auto;
      overflow: initial;
      z-index: initial; } }

.logo {
  width: auto;
  height: auto;
  display: block;
  width: 268px;
  margin-left: 12px;
  max-width: 60%;
  padding-top: 10px;
  display: inline-block;
  float: none; }
  @media only screen and (min-width: 62.5em) {
    .logo {
      margin-left: 25px;
      float: left; } }

#header_goodies {
  float: right;
  width: 286px;
  position: relative;
  left: -11px;
  top: 14px; }

#minicart {
  float: left;
  padding: 16px 0 0 0;
  position: relative;
  top: -8px;
  left: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #d1c8cc;
  font-size: 10px;
  min-height: 47px;
  line-height: 15px;
  font-weight: 600; }

#minicart a.shopping_bag {
  display: block;
  float: left;
  margin: -16px 8px 0 0;
  text-decoration: none; }

#minicart a {
  color: #593161;
  text-decoration: none; }

#minicart a:hover {
  text-decoration: underline; }

.minicart_account {
  white-space: nowrap; }

.social {
  margin-top: 16px;
  float: left;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 1px; }
  .social a {
    margin-right: 5px; }
    .social a:hover {
      color: #a0a274; }

a.facebook {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/icon-flag-facebook.png?5589) no-repeat;
  width: 31px;
  height: 48px; }

a.twitter {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/icon-flag-twitter.png?5589) no-repeat;
  width: 30px;
  height: 45px; }

a.google {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/icon-flag-pinterest.png?5589) no-repeat;
  width: 30px;
  height: 40px; }

#shipping_note {
  width: 100%;
  height: 26px;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/hr.png?v=11646959746812492025) no-repeat left bottom;
  padding: 0 0 5px;
  margin: -15px 0 0; }

.search-bar-icon {
  font-size: 18px;
  color: #836589;
  vertical-align: middle; }

.fa-bars {
  color: #593161;
  cursor: pointer; }

/* Header Newsletter Signup & Search
-------------------------------------------------- */
.header form {
  display: none;
  background: #836589;
  height: 32px;
  padding: 2px 2px 2px 2px;
  float: right;
  margin: 20px; }
  @media only screen and (min-width: 62.5em) {
    .header form {
      display: block;
      margin: 11px 12px 0 0; } }

.header form input {
  display: block;
  width: 231px;
  height: 28px;
  float: left;
  border: none;
  color: #978b90;
  font: 14px/24px "Rokkitt", serif;
  padding: 0 0 0 12px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  color: #f0f0f0;
  color: #666666; }

.header form button {
  display: block;
  width: 27px;
  height: 28px;
  float: left;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0; }

/* STAY ON PAGE ADD TO CART */
body #minicart_notice {
  position: absolute;
  background: blue;
  padding: 10px 25px;
  margin: 50px 50px 0 0;
  color: #fff;
  font-size: 12px; }

/* Main Nav
-------------------------------------------------- */
.main-nav {
  display: none;
  float: left;
  margin-top: 15px;
  margin-left: 36px; }
  @media only screen and (min-width: 62.5em) {
    .main-nav {
      display: block; } }

.main-nav__list a[title="wovens-title"] {
  pointer-events: none; }

.main-nav__item {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-spacing: 1px; }
  .main-nav__item .list-title {
    color: #593161;
    padding-bottom: 3px; }
  .main-nav__item:hover > .list-title {
    color: #c2b6bb;
    border-bottom: 2px solid #c2b6bb; }
  .main-nav__item:hover .sub-nav {
    display: block; }

.sub-nav {
  display: none;
  padding-top: 38px;
  position: absolute;
  z-index: 1002;
  left: 90px;
  right: 90px; }

.sub-nav__list {
  text-transform: initial;
  letter-spacing: initial;
  border-top: 4px solid #c2b6bb;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-left: 36px;
  padding-right: 10px;
  padding-right: 30px;
  padding-bottom: 22px;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }
  .sub-nav__list .list-title {
    font-family: "Rokkitt", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #593161; }
    .sub-nav__list .list-title:hover {
      color: #616333; }

.sub-nav__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid; }

a[href$="fabric"] ~ .sub-nav .sub-nav__item {
  padding-bottom: 25px; }

a[href$="notions-all"] ~ .sub-nav,
a[href$="patterns"] ~ .sub-nav,
a[href$="yarn-all"] ~ .sub-nav {
  width: 235px; }
  a[href$="notions-all"] ~ .sub-nav .sub-nav__list,
  a[href$="patterns"] ~ .sub-nav .sub-nav__list,
  a[href$="yarn-all"] ~ .sub-nav .sub-nav__list {
    -moz-column-count: initial;
    -webkit-column-count: initial;
    column-count: initial; }

a[href$="notions-all"] ~ .sub-nav,
a[href$="patterns"] ~ .sub-nav,
a[href$="yarn-all"] ~ .sub-nav {
  left: auto;
  right: auto;
  margin-left: -37px; }
  a[href$="notions-all"] ~ .sub-nav .sub-nav__item,
  a[href$="patterns"] ~ .sub-nav .sub-nav__item,
  a[href$="yarn-all"] ~ .sub-nav .sub-nav__item {
    padding-bottom: 5px; }

.sub-sub-nav__list {
  padding-left: 18px; }
  .sub-sub-nav__list .list-title {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    color: #616333; }
    .sub-sub-nav__list .list-title:hover {
      color: #593161; }

.nav {
  width: 706px;
  margin: 0 auto;
  float: left; }

.nav a {
  display: block;
  float: right;
  text-decoration: none;
  height: 25px;
  border-radius: 12.5px;
  background: #eeefd1;
  color: #666666;
  line-height: 25px;
  font-family: 'Rokkitt', serif;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 0 7px; }

.nav a:hover {
  background: #c2b6bb;
  color: #fff; }

.nav a.last {
  margin: 0; }

.nav.below {
  display: none; }

.above-mobile-menu {
  text-align: center; }

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

/* Sidebar */
#sidebar {
  float: left;
  width: 210px;
  position: relative;
  margin-top: -154px;
  left: 10px;
  z-index: 1;
  background: #eeefd1;
  height: 100%;
  padding: 140px 0 0 12px; }

#products {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-products.png?v=10050596536050457097) no-repeat;
  width: 271px;
  height: 76px;
  position: relative;
  display: block;
  left: -39px; }

#products-smaller {
  display: none;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-products-mobile.png?v=4272759881335460751) no-repeat;
  width: 294px;
  height: 76px; }

#list {
  font-size: 12px;
  margin: 22px 0 0;
  border-bottom: thin solid #dcddbf;
  width: 194px; }

#list a,
#list-mobile a {
  display: block;
  text-decoration: none;
  color: #616333;
  text-transform: uppercase;
  border-top: thin solid #dcddbf;
  line-height: 16px;
  width: 194px;
  padding: 5px 0 5px 6px; }

#list a.child {
  text-transform: none;
  border-top: none;
  line-height: 17px;
  width: 196px;
  padding: 10px;
  margin: 0 0 1px; }

#list a.child span {
  font-size: 30px;
  display: inline-block;
  position: relative;
  top: 3px; }

#list a.child:hover {
  background: #fff;
  color: #593161; }

#list-mobile {
  font-size: 12px; }

.list_buffer {
  display: block;
  height: 7px; }

#newsletter {
  margin: 20px 0 0;
  color: #545624;
  font-size: 10px;
  line-height: 19px;
  margin-left: 20px; }

#newsletter_options {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/newsletter_options.png?v=18022597433325141920) no-repeat;
  width: 138px;
  height: 110px;
  padding: 104px 0 0 20px; }

#newsletter input[type=email] {
  display: block;
  border: none;
  background: #fff;
  width: 128px;
  padding: 0 10px 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  height: 23px;
  line-height: 23px;
  margin: 8px 0;
  color: #797979; }

#newsletter button {
  height: 24px;
  line-height: 21px;
  background: #fff;
  padding: 0 9px;
  border-radius: 12px;
  display: block;
  border: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #593161;
  letter-spacing: 1px;
  cursor: pointer;
  float: right;
  position: relative;
  left: -30px; }

#newsletter button:hover {
  border: 2px solid #d0c9bb;
  color: #c2b6bb; }

#gots {
  margin: 0px;
  float: left;
  border-bottom: thin solid #d5d6b8;
  background: #eeefd1;
  padding: 0px;
  text-align: center;
  padding-top: 0;
  height: 309px;
  text-align: center;
  padding-top: 50px;
  margin-right: 10px; }

.main #gots img {
  max-width: 130px;
  height: auto; }

#affiliate {
  margin: 15px 0 24px;
  width: 201px;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  line-height: 19px;
  color: #593161; }

#affiliate a {
  display: inline-block;
  background: #fff;
  padding: 0 13px;
  border: 2px solid #fff;
  color: #593161;
  height: 22px;
  line-height: 22px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 6px;
  font-style: normal; }

#affiliate a:hover {
  border-color: #d0c9bb;
  color: #c2b6bb; }

/* Mobile Nav
-------------------------------------------------- */
.mobile-menu {
  display: none;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 62.5em) {
    .mobile-menu {
      display: none !important; } }

#list-mobile li:hover .sublist,
#list-mobile li .sublist {
  float: left;
  width: 100%;
  background-color: transparent !important;
  border: none;
  z-index: 20000;
  position: static;
  display: none; }

#list-mobile li ul li a {
  text-transform: none;
  border: 0px !important; }

#list li .sublist {
  display: none; }

#list-mobile li .sublist li:hover a {
  background-color: rgba(240, 240, 240, 0.97); }

#list-mobile li a.open-sublist span,
.menu-icon-inside span i {
  font-style: normal;
  display: inline-block;
  background-image: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/has-children.png?v=17996100803766031756);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0px 25px 0px 0px; }

#sidebar {
  display: none; }

.mobile-menu-inside {
  float: left;
  width: 100%;
  height: auto;
  position: fixed;
  height: 100%;
  overflow-y: scroll; }

.nav-mobile {
  float: left;
  width: 100%;
  height: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding: 10px 0px 0px 0px; }

.nav-mobile a {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.97);
  border-radius: 12.5px;
  text-align: center;
  cursor: pointer;
  color: #666666;
  font-family: 'Rokkitt', serif;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  padding: 8px 10px;
  text-decoration: none; }

.customer-nav-mobile {
  float: none; }
  .customer-nav-mobile li {
    padding-right: 0; }
  .customer-nav-mobile a {
    background-color: #593161;
    color: white;
    padding: 12px 14px; }

a.mobile-cart-button {
  background-color: #0084b4; }

#sidebar-mobile {
  width: 100%;
  height: auto;
  padding-left: 15px !important;
  padding-right: 15px !important; }

#sidebar-mobile-inside img,
#sidebar-mobile-inside a {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

#sidebar-mobile-inside a {
  margin-top: 12px;
  margin-bottom: 12px; }

#sidebar-mobile li {
  width: 100%; }

#sidebar-mobile li ul {
  display: inline-block;
  width: 100%;
  vertical-align: top; }

#sidebar-mobile li ul li,
#sidebar-mobile li ul li a,
#list-mobile li ul li a {
  float: left;
  width: 100% !important; }

#sidebar-mobile li ul li a,
#list-mobile li ul li a {
  border-bottom: 0px; }

#products-smaller-mobile {
  background: none;
  width: 294px;
  height: 76px;
  z-index: 5;
  position: relative; }

.mobile-cart-icon {
  display: block;
  position: relative;
  float: right;
  width: 60px;
  padding: 10px 10px 10px 10px; }
  .mobile-cart-icon a, .mobile-cart-icon img {
    display: block; }
  @media only screen and (min-width: 62.5em) {
    .mobile-cart-icon {
      display: none; } }

/* bxSlider - relevant styles
-------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0 auto 45px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bxslider li {
  visibility: hidden; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
    ===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("bx_loader.gif") center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Index
-------------------------------------------------- */
.slideshow {
  margin-top: 12px; }
  @media only screen and (min-width: 62.5em) {
    .slideshow {
      margin-top: 22px;
      padding: 0 2px; } }
  .slideshow .bxslider li {
    padding: 4px 0; }
  .slideshow img {
    display: block;
    margin: 0 auto; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #cfd0b9;
  width: 12px;
  height: 12px;
  border-radius: 12px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #a0a274; }

#slideshow {
  width: 707px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.arrow a {
  display: block;
  position: absolute;
  z-index: 200;
  width: 23px;
  height: 50px;
  text-decoration: none; }

#prev a {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-prev.png?v=12042322549534804249) no-repeat; }

#next a {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-next.png?v=7074518044541757346) no-repeat;
  right: 0px;
  float: right; }

#next {
  float: right;
  right: 0px; }

#next,
#prev {
  top: 50%;
  margin-top: -25px;
  position: absolute; }

.featured-collections {
  margin-bottom: 6px; }
  .featured-collections .heading {
    font: 14px/16px "Rokkitt", serif;
    color: #a0a274;
    text-align: center;
    margin-bottom: 12px; }
    .featured-collections .heading img {
      vertical-align: middle;
      width: 15%; }
    @media only screen and (min-width: 62.5em) {
      .featured-collections .heading {
        font: 22px/24px "Rokkitt", serif; }
        .featured-collections .heading img {
          width: initial; } }
  .featured-collections .featured-collection__item a {
    display: block;
    position: relative;
    height: 161px; }
    @media only screen and (min-width: 40em) {
      .featured-collections .featured-collection__item a {
        height: 242px; } }
  .featured-collections .featured-collection__item:nth-of-type(2n + 1) {
    padding-right: 0.7%;
    clear: left; }
  .featured-collections .featured-collection__item:nth-of-type(2n) {
    padding-left: 0.7%; }
  .featured-collections .featured-collection__item:hover .title {
    background-color: #a0a274; }
  .featured-collections .featured-collection__item {
    margin-bottom: 24px; }
    .featured-collections .featured-collection__item img {
      display: block; }
  .featured-collections .title {
    background-color: #c1c2a5;
    color: white;
    text-align: center;
    font: 18px/24px "Rokkitt", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 0 11px;
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 1; }

.featured-products .heading {
  font: 20px/24px "Rokkitt", serif;
  color: #a0a274;
  text-align: center;
  margin-bottom: 20px; }
  .featured-products .heading img {
    vertical-align: middle;
    position: relative;
    top: -5px; }
  .featured-products .heading h3 {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    background-color: white; }
    @media only screen and (min-width: 62.5em) {
      .featured-products .heading h3 {
        width: 200px; } }
  .featured-products .heading:before {
    content: '';
    display: block;
    position: relative;
    top: 13px;
    border-bottom: 4px double #c2b6bb; }
.featured-products .info {
  text-align: center;
  color: #666666;
  font: 13px/19px "Open Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 5px 10px; }
  @media only screen and (min-width: 40em) {
    .featured-products .info {
      display: none;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 100%;
      padding: 28px 5% 32px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.featured-products__grid {
  margin: 0 -0.7%; }
  .featured-products__grid li:nth-of-type(2n + 1) {
    clear: left; }
  @media only screen and (min-width: 40em) {
    .featured-products__grid li:nth-of-type(2n + 1) {
      clear: none; }
    .featured-products__grid li:nth-of-type(5n + 1) {
      clear: left; } }

.featured-products__item {
  position: relative;
  padding-right: 0.7%;
  padding-left: 0.7%;
  margin-bottom: 21px; }
  .featured-products__item:hover .info {
    display: block; }

#featured {
  padding: 0px 5px; }

#featured h2 {
  float: left;
  padding: 0px 5px;
  color: #fff;
  width: 100%;
  font-family: 'Rokkitt', serif;
  font-size: 18px;
  margin-bottom: 13px; }

#featured h2 span {
  float: left;
  width: 100%;
  border-bottom: 2px solid #593161; }

#featured h2 span i {
  font-style: normal;
  display: inline-block;
  background: #593161;
  min-height: 16px;
  padding: 2px 10px 0;
  border-bottom: 2px solid #593161; }

#featured a {
  display: block;
  float: left;
  padding: 0 5px 26px 5px;
  text-decoration: none;
  color: #666666;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  width: 20%; }

#featured a span {
  display: block;
  text-align: center; }

#featured a span.img {
  max-height: 150px;
  overflow: hidden;
  margin: 0px; }

#featured a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%; }

#featured a.first img {
  margin-left: 0; }

#buckets {
  margin: 0;
  width: 100%;
  padding: 0px 0px 0px 10px;
  float: left;
  height: auto; }

#buckets a {
  display: block;
  margin: 0;
  padding: 0; }

#buckets > a {
  float: left; }

#bucket1 {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bucket1.png?v=11160318154034397263) no-repeat;
  width: 412px;
  height: 230px;
  float: left;
  margin: 0;
  padding: 79px 0 0 27px;
  margin-right: 10px; }

#bucket1 p,
#bucket11 p {
  font-size: 15px;
  line-height: 30px;
  color: #666666; }

#bucket1 p a,
#bucket11 p a {
  display: inline;
  float: none;
  margin: 0;
  color: #666666;
  text-decoration: none; }

#bucket1 p a:hover,
#bucket p a:hover {
  text-decoration: underline; }

.graphic2 {
  float: left;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/graphic2.png?v=2913363162998419212) no-repeat;
  width: 310px;
  height: 163px;
  margin: -3px 0 11px 6px; }

.graphic2 .discount_intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #616333;
  font-size: 10px;
  line-height: 15px;
  margin: 74px 15px 0 29px; }

.graphic2 .discount_code {
  font-family: 'Rokkitt', serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0 0 39px; }

.graphic2-new .discount_intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #616333;
  font-size: 10px;
  line-height: 15px;
  text-align: left; }

.graphic2-new {
  border: 1px solid #cec5c9;
  padding: 2px;
  float: left;
  width: 310px;
  height: auto;
  margin: 0px 0 11px 6px;
  text-align: center;
  position: relative; }

#buckets a.graphic3-new {
  border: 1px solid #cec5c9;
  padding: 2px;
  float: left;
  width: 310px;
  height: auto;
  margin: 10px 0 11px 6px;
  text-align: center;
  position: relative; }

.graphic2-new .discount_code {
  position: absolute;
  height: 25px;
  line-height: 25px;
  background-color: #ef8704;
  float: left;
  width: 100%;
  left: 0px;
  bottom: 11px;
  font-family: "Rokkitt", serif;
  color: #FFF;
  font-size: 16px; }

.graphic2-new img {
  margin: -8px 0px 10px 0px; }

.graphic2-new-inside {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 15px 40px 29px;
  border: 1px solid #cec5c9; }

.graphic3-new-inside {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  border: 1px solid #cec5c9; }

img#title-sustain {
  margin-top: -20px; }

img#sustain-main {
  float: left;
  margin-top: -20px; }

#buckets-left {
  float: left;
  width: 664px; }

#buckets-right {
  float: left;
  width: 316px; }

#bucket11 {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/grey-lines-bg.png?v=11456205713819928489) repeat;
  width: 439px;
  height: auto;
  float: left;
  margin: 0;
  margin-right: 10px; }

#bucket11-inside {
  float: left;
  width: 100%;
  height: auto;
  background-image: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/whyshop.png?v=4783303004549602806);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 29px 0 60px 27px; }

#bucket11-inside img#why-shop-title {
  margin: 0px 0px 10px 0px;
  max-width: 100%; }

/* COLLECTION */
.sidewrapper {
  margin-top: 4em;
  margin-left: 1.2em;
  margin-right: 2em; }

.breadcrumbs {
  font-size: 11px;
  color: #999999;
  line-height: 11px;
  margin: 5px 0 13px;
  padding-top: 15px;
  font-weight: 700;
  text-align: center;
  font: 18px/24px "Rokkitt", serif; }
  @media only screen and (min-width: 62.5em) {
    .breadcrumbs {
      margin-top: 15px; } }

.breadcrumbs a {
  color: #593161;
  text-decoration: none; }
  .breadcrumbs a:hover {
    color: #c2b6bb; }

.breadcrumbs span {
  font-size: 13px;
  color: #593161; }

.js-breadcrumb-filter-link-wrapper {
  display: inline; }
  .js-breadcrumb-filter-link-wrapper a {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABdUlEQVRIS92VO0oEQRCG6+/MTPASK4IGsq4sCqaaCl19ABMfFxCTicTcR+IBpjsWPIAgovgCDSYXPMaWjMzAbM90z+7AIjhhd/X/TVX1Xw2a8YcZ69M/BqRpuqmUmmfmm1gZnXO7AL611g9NcY0lcs5dEtFBceCJmQf+4SRJVK/XewOwnO+JyJkx5tiPqwGstdcA9qqBIvJsjOmXa4X4J4BFL64GGQNYa7cB3DalWkJC4sUZAdDXWr+UGj5gH8BVqOY5hIjmACwFYoSItpj5rhHQ8netlhGRxyzLhkmSjBoB+WJXSC5ujFlvbXIXSEg81wo6ucjkFcBKS23umXkjFPM3gGn74Pukmk0tg2nFS7EQZAzQVbwKybJsELymzrlDIrroajQRGSml1mJOjo2K33sey7IArGqt34NGs9aeAzjyhtiYiSKQU2Y+iTY53/QgjffcH9dEVBOPGi1N06FSamGCB2cHwJfW+mPiB6d1qk0RMPNH/wePV74Zdqw1UQAAAABJRU5ErkJggg=="), auto; }

.fa-test {
  font-family: "FontAwesome";
  display: inline; }

/* Collection Page
-------------------------------------------------- */
.collection-title-wrapper {
  text-align: center;
  background-color: #f0f0f0;
  margin: 40px 15px 0; }
  @media only screen and (min-width: 40em) {
    .collection-title-wrapper {
      margin: 40px 27px 0; } }
  .collection-title-wrapper h1 {
    margin-bottom: 5px; }

.collection-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 265px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 40em) {
    .collection-banner {
      margin-bottom: 20px; } }
  .collection-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4); }
  .collection-banner .collection-title {
    display: inline-block;
    line-height: 0.9;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.collection-description-wrapper {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40em) {
    .collection-description-wrapper {
      margin-bottom: 0; } }

.collection-description {
  margin-top: 0; }

/* Collection Meta */
.collection-filter-list.is-visible .product-filter-list__item--single {
  border-bottom: 1px solid #c2b6bb; }
.collection-filter-list.is-visible li {
  display: block; }

.filter-title .fa-times {
  position: absolute;
  right: 0; }

.product-filter .filter-title ~ .product-filter-list__item {
  display: none; }

@media only screen and (min-width: 40em) {
  .product-filter:hover .filter-title ~ .product-filter-list__item {
    display: block; } }
.collection {
  margin-top: 11px; }

.collection-page .meta {
  font: 15px/22px "Open Sans", sans-serif;
  color: #6d6d6d;
  padding: 2px 25px 0px 5px; }
  @media only screen and (min-width: 62.5em) {
    .collection-page .meta {
      margin-left: 16%;
      min-height: 44px; } }

.collection-page .meta h1 {
  font: 33px/33px "Rokkitt", serif;
  color: #593161; }

.collection-page .meta #read-more {
  display: none; }

.collection-page .meta #read-more-link,
.collection-page .meta #close-link {
  color: #ef8704;
  text-decoration: none; }

/* Sorting */
.sorting {
  margin: 0 0 15px; }

.sorting label {
  display: block;
  float: left;
  height: 18px;
  font: 12px/18px 'Open Sans';
  color: #6d6d6d;
  text-transform: uppercase;
  margin: 3px 10px 0 0; }

.sort-select {
  display: block;
  float: left;
  width: 195px;
  height: 18px;
  font: 10px/18px 'Open Sans';
  color: #6d6d6d;
  text-transform: uppercase;
  overflow: hidden;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/dropdown_arrow.png?v=8316273528411326004) no-repeat right white;
  border: 2px solid #dddddd;
  cursor: pointer;
  outline: none;
  margin: 0 0 13px; }

.sort-select select {
  background: transparent;
  width: 219px;
  padding: 0 5px;
  font: 10px/18px 'Open Sans';
  color: #6d6d6d;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  height: 18px;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none; }

.product {
  border: 3px solid #f0f0f0;
  padding: 8px;
  text-align: center;
  color: #666666;
  line-height: 18px;
  margin-bottom: 15px; }

.product a {
  text-decoration: none;
  color: #666666; }

.product span.img {
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
  background: #f0f0f0;
  width: 100%; }
  @media only screen and (min-width: 62.5em) {
    .product span.img {
      height: 193px; } }

.collection-page .product span.img {
  background-color: #ffffff; }

.master-product {
  text-align: left; }
  .master-product .product-inner {
    position: relative; }
  .master-product span.img {
    margin: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 53.25em) {
      .master-product span.img {
        height: 415px;
        margin: 0; } }
  .master-product .title {
    font-size: 22px; }
  .master-product .description {
    font-size: 12px; }
  .master-product .alt-images {
    float: left;
    width: 60px; }
  .master-product .alt-image {
    float: left;
    padding-right: 13%; }
  .master-product .styled-select {
    float: left;
    margin-right: 10px; }
  .master-product .color-label {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold; }
  .master-product .color-label-color {
    font-weight: normal; }
  @media only screen and (min-width: 53.25em) {
    .master-product .swatch_form {
      padding: 0 16px; } }
  .master-product span.sale {
    bottom: 0; }
  .master-product .ajaxified-cart-feedback {
    clear: both; }
  .master-product .styled-select-placeholder {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden; }

@media only screen and (min-width: 40em) {
  .master-right {
    padding-left: 16px;
    height: 40vw;
    overflow: hidden; } }
@media only screen and (min-width: 53.25em) {
  .master-right {
    height: 272px; } }

.description-cover {
  background-color: white; }
  @media only screen and (min-width: 40em) {
    .description-cover {
      position: absolute;
      right: 0;
      bottom: 0;
      width: calc(50% - 0.7% - 9px); } }
  .description-cover .alt-image {
    width: 12.5%;
    float: left;
    padding-right: 2%; }
  @media only screen and (min-width: 40em) {
    .description-cover:before {
      content: '';
      background-color: black;
      position: absolute;
      width: 100%;
      top: -50px;
      left: 0;
      right: 0;
      height: 50px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ } }

.master-read-more {
  display: none;
  position: absolute;
  top: -20px;
  right: 15px; }
  @media only screen and (min-width: 40em) {
    .master-read-more {
      display: block; } }
  .master-read-more a {
    display: block;
    font: 17px/28px "Rokkitt", serif;
    color: #593161;
    padding: 0 10px;
    border-radius: 15px; }
  .master-read-more:hover a {
    color: white !important;
    background-color: #593161; }

@media only screen and (min-width: 53.25em) {
  .master-add-to-cart-wrapper {
    padding: 0 8px 0 0; } }

@media only screen and (min-width: 40em) {
  .master-qty-add-wrapper {
    width: 100%; } }
@media only screen and (min-width: 53.25em) {
  .master-qty-add-wrapper {
    padding: 0 0 0 16px; } }
@media only screen and (min-width: 62.5em) {
  .master-qty-add-wrapper {
    width: 50%; } }

span.img img {
  max-width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    span.img img {
      height: 40vw; } }
  @media only screen and (min-width: 62.5em) {
    span.img img {
      height: initial; } }

.video-thumbnail-wrapper {
  position: relative;
  height: 0;
  overflow: hidden; }
  .video-thumbnail-wrapper.is-active {
    padding-bottom: 56.25%; }
  .video-thumbnail-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#collection .title {
  display: block;
  font-size: 16px;
  margin: 0 0 7px;
  font-weight: normal;
  color: #666666; }

#collection .sku_available {
  display: block;
  font-size: 10px;
  font-weight: bold; }

#collection .price-range {
  display: block;
  font-size: 10px;
  font-weight: bold; }

#collection form {
  margin: 8px 0 0;
  text-align: left; }

#collection label.qty {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  display: block;
  float: left;
  font-weight: 600;
  position: relative;
  width: 36px;
  display: inline;
  white-space: nowrap; }

#collection input {
  background: transparent;
  border: 2px solid #dddddd;
  width: 32px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  color: #666666;
  font-size: 11px;
  position: relative;
  margin: 0;
  outline: none; }

#collection button.form1 {
  display: block;
  float: right;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/button_add-to-bag_2017.08.09.png?v=601087173656977341) no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  top: -3px;
  width: 128px;
  height: 35px;
  width: 124px;
  height: 34px;
  background-size: cover; }
  #collection button.form1:hover {
    background-position: 0 -34px; }
  #collection button.form1.added {
    background-position: 0 -68px; }
  #collection button.form1.gotocart {
    background-position: 0 -101px; }
    #collection button.form1.gotocart:hover {
      background-position: 0 -136px; }

#collection button.form1.default {
  background-position: top; }

span.in_production {
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/out_of_stock.png?v=4260268170516905765) no-repeat;
  position: absolute;
  width: 175px;
  height: 73px;
  margin: -13px 0 0 -17px; }

span.new {
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/new.png?v=11230692650256083718) no-repeat;
  position: absolute;
  margin: 81px 0 0 106px;
  width: 117px;
  height: 48px; }

span.sale {
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/sale.png?v=5062347996937377854) no-repeat;
  position: absolute;
  margin: 71px 0 0 0;
  width: 66px;
  height: 66px;
  color: #ef8704;
  font-weight: 800;
  padding: 34px 0 0 4px;
  text-align: left;
  font-size: 14px;
  line-height: 14px; }

#collection button.form2 {
  display: block;
  width: 199px;
  height: 20px;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/swatch_2017.08.10.png?v=17086260305501092372) no-repeat 0px -20px;
  cursor: pointer;
  border: none;
  outline: none; }
  #collection button.form2:hover {
    background-position: top; }
  #collection button.form2.added {
    background-position: 0 -40px; }
  #collection button.form2.gotocart {
    background-position: 0 -60px; }
    #collection button.form2.gotocart:hover {
      background-position: 0 -80px; }

.styled-select select {
  background: transparent;
  padding: 0 5px;
  font-size: 10px;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  height: 18px;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  position: relative;
  top: -5px;
  width: 100%; }
  @media only screen and (min-width: 53.25em) {
    .styled-select select {
      width: 219px; } }

.styled-select {
  height: 18px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #ef8704;
  overflow: hidden;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/dropdown_arrow.png?v=8316273528411326004) no-repeat right white;
  border: 2px solid #dddddd;
  cursor: pointer;
  outline: none;
  margin: 0 0 13px;
  width: 100%; }
  @media only screen and (min-width: 53.25em) {
    .styled-select {
      width: 195px; } }

.sale select {
  color: #ef8704; }

#collection hr {
  width: 100%;
  border: none;
  border-top: 2px dashed #dddddd;
  padding: 0 8px;
  margin: 15px 0 15px -8px; }

/* Collection Pagination */
#pagination {
  margin: 5px 0 25px; }

#pagination a {
  color: #666666;
  text-decoration: none;
  font-size: 14px; }

#pagination a:hover {
  text-decoration: underline; }

/* Product
-------------------------------------------------- */
/*----- Filter -----*/
.product-filter {
  margin-bottom: 1.5rem; }
  .product-filter .title {
    font: 18px/24px "Rokkitt", serif;
    color: #593161;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 14px 14px 9px; }
    @media only screen and (min-width: 62.5em) {
      .product-filter .title {
        padding: 14px 20px 9px; } }

.product-filter .title {
  background-color: rgba(240, 240, 240, 0.97); }

.product-dropdown-parent .title {
  padding: 14px 28px 9px; }
  @media only screen and (min-width: 62.5em) {
    .product-dropdown-parent .title {
      padding: 14px 40px 9px; } }
  .product-dropdown-parent .title:before {
    content: "\f0da";
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    position: absolute;
    left: 14px;
    margin-top: 2px; }
    @media only screen and (min-width: 62.5em) {
      .product-dropdown-parent .title:before {
        left: 28px; } }
  .product-dropdown-parent .title.is-open:before {
    content: "\f0d7";
    left: 14px; }
    @media only screen and (min-width: 62.5em) {
      .product-dropdown-parent .title.is-open:before {
        left: 25px; } }
  .product-dropdown-parent .title.is-open ~ .product-filter-sublist, .product-dropdown-parent .title.is-open ~ fieldset .product-filter-sublist {
    display: block; }
  .product-dropdown-parent .title i {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px; }

.product-filter-list {
  border: 1px solid #c2b6bb; }

.product-filter-list__item--single a {
  display: block; }
.product-filter-list__item--single i {
  margin-right: 10px; }

.product-filter-sublist {
  display: none;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 14px;
  background-color: white; }

.product-filter-sublist__item {
  padding-bottom: 1px;
  font: 12px/21px "Open Sans", sans-serif;
  font-weight: 500; }
  .product-filter-sublist__item label {
    cursor: pointer; }
  .product-filter-sublist__item a {
    color: #616333; }
    .product-filter-sublist__item a:hover {
      color: #593161; }

fieldset .product-filter-sublist__item a {
  display: none; }

.filter-checkbox {
  cursor: pointer; }

.collection {
  overflow: hidden; }

.collection-page .product-filter {
  text-align: left;
  display: inline-block;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 40em) and (max-width: 53.15em) {
    .collection-page .product-filter {
      width: 473px; } }
  @media only screen and (min-width: 40em) {
    .collection-page .product-filter {
      width: 100%; } }
  @media only screen and (min-width: 62.5em) and (max-width: 71.775em) {
    .collection-page .product-filter {
      float: none; } }
  @media only screen and (min-width: 53.25em) {
    .collection-page .product-filter {
      width: 100%; } }
  @media only screen and (min-width: 62.5em) {
    .collection-page .product-filter {
      padding: 0 15px;
      width: 25%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1001; } }

@media only screen and (min-width: 71.875em) {
  .collection-page main {
    margin-top: 2rem; } }
.collection-page .inner-page-wrapper {
  position: relative; }
.collection-page .product hr {
  display: none; }

@media only screen and (min-width: 40em) {
  .collection-page .color-alt-images, .search-page .color-alt-images {
    max-height: 136px;
    overflow-y: scroll; }
    .collection-page .color-alt-images::-webkit-scrollbar, .search-page .color-alt-images::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .collection-page .color-alt-images::-webkit-scrollbar-thumb, .search-page .color-alt-images::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }

/*----- Images, from polka dot -----*/
/* Alternate Product Images */
.product-page .main-image {
  margin-bottom: 17px; }
@media only screen and (min-width: 40em) {
  .product-page .main-image-with-alts {
    width: 70%;
    float: left; } }
.product-page .large-main-image {
  padding-right: 2%; }
@media only screen and (min-width: 40em) {
  .product-page .color-alt-images {
    padding: 0 1%;
    width: 30%;
    float: left; } }
.product-page .alt-image {
  float: left;
  padding: 5px 5px 5px 5px;
  border: 2px solid #fff;
  width: 50%; }
  .product-page .alt-image:hover, .product-page .alt-image.active-image {
    border: 2px solid #c2b6bb; }
  .product-page .alt-image img {
    width: 100%; }
  .product-page .alt-image a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.product-page .show-all-images {
  display: none;
  text-align: center;
  margin: 1em 0; }
  .product-page .show-all-images a {
    font: 10px/10px "Open Sans", sans-serif;
    color: #593161;
    letter-spacing: .1em;
    text-transform: uppercase; }
    .product-page .show-all-images a:hover {
      color: #836589; }
.product-page .share {
  text-align: center;
  margin-top: 25px; }
  .product-page .share span {
    position: relative;
    top: -2px;
    font: 10px/10px "Open Sans", sans-serif;
    color: #593161;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .product-page .share a {
    font-size: 16px;
    color: #836589;
    margin: 0 0 0 10px; }
    .product-page .share a:hover {
      color: #836589; }

.product-page h1, .collection-page h1 {
  color: #593161;
  font: 33px/24px "Rokkitt", serif;
  padding: 11px 5px 12px;
  text-align: center;
  margin: 0 0 17px; }

@media only screen and (min-width: 62.5em) {
  .product-page h1 {
    margin-top: 1.1rem; } }

@media only screen and (min-width: 62.5em) {
  .collection-page h1 {
    font: 42px/24px "Rokkitt", serif; } }

.product-page h1 {
  width: 100%;
  background: #f0f0f0; }

.product-details table {
  width: 100%;
  table-layout: fixed; }

.product-left {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 62.5em) {
    .product-left {
      width: 72%;
      float: left; } }

@media only screen and (min-width: 62.5em) {
  .product-middle {
    width: 20%;
    float: left;
    padding-left: 10px;
    margin-top: -5px; }
    .product-middle.large-product-left {
      width: 0; } }

.product-left .main-image img {
  height: auto;
  display: block;
  padding: 6px;
  border: 3px solid #f0f0f0;
  max-width: 100%;
  width: 100%; }

#product-right {
  width: 28%;
  float: right; }

.variant-selector-title {
  color: #593161;
  font: 17px/28px "Rokkitt", serif;
  text-align: left; }

.variant-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: white;
  border: 1px solid #593161;
  font: 14px/28px "Open Sans", sans-serif;
  font-weight: 700;
  color: #593161;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 21px; }
  .variant-selector::-ms-expand {
    display: none; }

.variant-selector-icon-box {
  position: relative; }

.variant-selector-icon-box:after {
  content: '\f0dc';
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 1.9;
  font-family: "FontAwesome";
  color: #593161; }

.form {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-form.png?v=12917058239090371562);
  padding: 13px 13px 13px;
  text-align: center;
  margin: 0 0 14px; }

.form label {
  font-size: 17px;
  line-height: 30px;
  color: #593161;
  display: inline-block;
  font-family: 'Rokkitt', serif; }

.form input {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  border: thin solid #593161;
  width: 37px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #593161;
  margin: 0 5px;
  font-weight: bold; }

.form button {
  border: none;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/button-product_2017.08.11.png?v=820197719246140013) no-repeat 0px -1px;
  width: 181px;
  height: 62px;
  margin: 13px 0 0;
  cursor: pointer; }
  .form button:hover {
    background-position: 0 -64px; }
  .form button.added {
    background-position: 0 -126px; }
  .form button.gotocart {
    background-position: 0 -192px; }
    .form button.gotocart:hover {
      background-position: 0 -254px; }

.form button.default {
  background-position: top; }

#product_details {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  color: #666666;
  margin: 0 0 6px; }

.product-details #description {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  width: 214px; }

#description ul li b {
  display: block;
  width: 230px; }

#description li {
  list-style: disc inside;
  padding: 0;
  margin: 0; }

.product-details button.swatch {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/button-swatch_2017.08.09.png?v=16597367191275195762) no-repeat 0px -55px;
  width: 181px;
  height: 50px;
  display: block;
  border: none;
  margin: 2px 30px; }
  .product-details button.swatch:hover {
    background-position: top; }
  .product-details button.swatch.added {
    background-position: 0 -109px; }
  .product-details button.swatch.gotocart {
    background-position: 0 -162px; }
    .product-details button.swatch.gotocart:hover {
      background-position: 0 -215px; }

.product-details #out_of_stock {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/product_outofstock.png?v=7222806566516848680) no-repeat;
  width: 214px;
  height: 188px; }

/* Sharing */
.sharing {
  margin: 34px 0 0;
  clear: left; }

.a2a_kit {
  display: inline-block; }

.sharing span {
  display: inline-block;
  height: 32px;
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 4px;
  cursor: pointer; }

.sharing span:hover {
  background-position: bottom; }

.st_twitter_custom {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/share-twitter.png?v=1684954844935075549);
  width: 40px;
  background-size: contain; }

.st_pinterest_custom {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/share-pinterest.png?v=3753141870836588378);
  width: 40px;
  background-size: contain; }

.st_facebook_custom {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/share-facebook.png?v=10649126634312924452);
  width: 40px;
  background-size: contain; }

a.share-reviews {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/reviews_anchor.png?v=9903769679751457489) no-repeat;
  width: 185px;
  height: 20px; }

/*.sharing a:hover {
    background-position:bottom;
}*/
/* Related Products */
.related-products {
  padding: 35px 0 35px;
  margin: 27px 0 0; }

.related-products-title {
  font: 18px/24px "Rokkitt",serif;
  margin-left: 10px;
  box-shadow: inset 0 -4px 0 #f0f0f0;
  margin-bottom: 10px; }
  .related-products-title span {
    color: #666666;
    font-weight: 400;
    background-color: #f0f0f0;
    padding: 0 10px; }

.related-products a {
  display: block;
  float: left;
  width: 20%;
  padding: 0 7px 14px 7px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  text-decoration: none;
  font-style: italic;
  line-height: 18px; }

.related-products a span {
  display: block;
  overflow: hidden;
  margin: 0 0 3px; }

.related-products img {
  height: auto;
  border: none;
  padding: 0; }

/* Customer reviews
-------------------------------------------------- */
.spr-summary-actions-newreview {
  color: #593161; }

/* Collection page color dropdowns
-------------------------------------------------- */
.color-price-dropdowns li {
  display: none; }
.color-price-dropdowns li:first-of-type {
  display: block; }

/* Pricing Table
-------------------------------------------------- */
.color-price-tables li {
  display: none; }
.color-price-tables li:first-of-type {
  display: block; }

.product-details table {
  margin: 12px 0 12px; }
  @media only screen and (min-width: 62.5em) {
    .product-details table {
      margin: 0 0 18px; } }

.product-details table,
.product-details th,
.product-details td {
  border: 1px solid #cccccc;
  font-weight: bold; }

.product-details th,
.product-details td {
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-align: left;
  height: 27px;
  padding: 0 0 0 15px; }

.product-details th {
  background: #f0f0f0;
  text-transform: uppercase; }

.product-details span.strike {
  text-decoration: line-through; }

.product-details span.orange {
  color: #ef8704; }

.col1 {
  width: 61px; }

.col2 {
  width: 126px; }

/* Gift Card */
.gift-card #product-right form {
  text-align: left; }

.gift-card #product-right option,
.gift-card #product-right select {
  width: 100%; }

/* Cart Page
-------------------------------------------------- */
.cart-page .page-content, .page-contact-page .page-content, .customers-account-page .page-content {
  max-width: 600px;
  margin: 0 auto; }

#cart {
  font-size: 12px;
  color: #464646; }

#cart a {
  color: #464646;
  text-decoration: none; }

#cart a:hover {
  text-decoration: underline; }

#cart h1 {
  height: 47px;
  line-height: 53px;
  font-family: 'Rokkitt', serif;
  font-size: 33px;
  color: #593161;
  text-align: center;
  background: #f0f0f0;
  margin: 0 0 17px; }

#cart th {
  padding: 35px 10px 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px; }

#cart td {
  padding: 10px 10px 10px;
  vertical-align: top; }

#cart .even td {
  background: #eeeeee; }

#cart td.title {
  width: 350px; }

#cart td img {
  width: 75px; }

#cart td input {
  height: 25px;
  line-height: 25px;
  border: thin solid #c2b6bb;
  text-align: center;
  color: #464646;
  width: 25px; }

#cart h3 {
  margin: 35px 0 15px;
  text-transform: uppercase;
  font-size: 14px; }

#cart button {
  background: #c2b6bb;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  height: 25px;
  line-height: 27px;
  border: none;
  border-radius: 12.5px;
  font-family: 'Rokkitt', serif;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  cursor: pointer; }

#cart button:hover {
  background: #eeefd1;
  color: #666666; }

/* Special Instructions */
#cart label {
  display: block;
  font-size: 14px;
  margin: 25px 0 5px;
  font-family: 'Open Sans', sans-serif; }

#cart textarea {
  display: block;
  margin: 10px 0 0;
  width: 400px;
  height: 85px;
  border: thin solid #bbbbbb;
  font-size: 13px;
  line-height: 25px;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
  color: #464646; }

/* CUSTOMER ACCOUNTS */
.account {
  font-size: 12px;
  color: #464646; }

.account h1 {
  height: 47px;
  line-height: 53px;
  font-family: 'Rokkitt', serif;
  font-size: 33px;
  color: #593161;
  text-align: center;
  background: #f0f0f0;
  margin: 0 0 17px; }

.account h2 {
  text-transform: uppercase;
  font-size: 17px;
  margin: 25px 0 15px;
  color: #593161;
  letter-spacing: 1px;
  font-weight: bold; }

.account label {
  display: block;
  margin: 10px 0 5px;
  font-size: 12px;
  text-transform: uppercase; }

.account input {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding: 0 7px;
  border: thin solid #c2b6bb;
  width: 200px;
  margin: 0 0 10px;
  color: #464646; }

.account a {
  font-size: 12px;
  color: #464646;
  text-decoration: underline;
  display: inline-block; }

#forgot {
  display: block; }

.account button {
  background: #c2b6bb;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  height: 25px;
  line-height: 27px;
  border: none;
  border-radius: 12.5px;
  font-family: 'Rokkitt', serif;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  margin: 10px 0;
  cursor: pointer; }

.account button:hover {
  background: #eeefd1;
  color: #666666; }

#recover-password {
  display: none; }

.account a.login_button {
  background: #c2b6bb;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  height: 25px;
  line-height: 27px;
  border: none;
  border-radius: 12.5px;
  font-family: 'Rokkitt', serif;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  margin: 10px 0;
  cursor: pointer;
  text-decoration: none; }

.account a.login_button:hover {
  background: #eeefd1;
  color: #666666; }

/* Account and Order pages */
.account_page p {
  line-height: 18px; }

.account table {
  margin: 35px 0 0; }

.account th {
  padding: 0 10px 20px 10px;
  text-align: left;
  text-transform: uppercase; }

.account td {
  padding: 10px;
  vertical-align: top;
  margin: 0;
  border: none;
  text-align: left; }

.account .even td {
  background: #eeeeee; }

.account h3 {
  margin: 10px 0 5px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold; }

.account tfoot td {
  padding: 3px;
  font-weight: bold; }

.account tfoot .tfoot_top td {
  padding: 20px 3px 3px 3px; }

/* INFO PAGES */
.info {
  font-size: 15px;
  color: #666666;
  font-weight: 300;
  line-height: 22px; }

.info #title {
  height: 47px;
  line-height: 53px;
  font-family: 'Rokkitt', serif;
  font-size: 33px;
  color: #593161;
  text-align: center;
  background: #f0f0f0;
  margin: 0 0 17px; }

.info ul,
.info ol {
  margin: 0 0 22px; }

.info ol {
  list-style: decimal inside; }

.info ul {
  list-style: disc inside; }

.info h1 {
  font-size: 20px;
  line-height: 26px; }

.page h2 {
  font-family: 'Rock Salt', cursive;
  font-size: 19px;
  line-height: 46px; }

.page h3 {
  font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  line-height: 24px; }

.info blockquote {
  width: 392px;
  display: block;
  margin: 20px 0 0 48px;
  color: #616333;
  font-size: 12px;
  line-height: 18px; }

.page img {
  background: #fff;
  padding: 6px;
  border: 3px solid #f0f0f0;
  max-width: 689px; }

.info a {
  color: #666666; }

.info strong {
  font-weight: 600; }

.info p {
  line-height: 22px; }

/* Testimonials */
.testimonials div,
.testimonials p {
  margin-bottom: 20px; }

/* About */
#about {
  padding: 0px 0 30px;
  margin: 0 0 0 0px; }

.page-about-page .page-content {
  max-width: 600px;
  padding: 0 48px 10px 50px;
  margin: 0 auto; }

.page-about-page .page-content b,
.page-about-page .page-content strong {
  font-weight: 600;
  color: #909261; }

.meet-the-team {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-meet_the_team.png?v=726372557998065708) no-repeat;
  width: 820px;
  padding: 179px 0 0 20px;
  margin: 0 auto; }

/* Meet the Team */
.row {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-bio.png?v=14345384843686319010) no-repeat;
  padding: 10px 0 0 20px;
  margin: 0 0 60px; }

.bio {
  width: 179px;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  float: left;
  margin: 0 70px 0 0; }

.bio p {
  margin: 13px 0 0; }

.quote {
  font-style: italic; }

.bio span {
  font-weight: bold;
  margin: 0 3px 0 0; }

.polaroid {
  width: 172px;
  height: 240px;
  background: #fff;
  text-align: center;
  font-family: 'Rock Salt', cursive;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 5px 0 0;
  font-size: 20px; }

.bio1 .polaroid {
  transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(2.5deg); }

.bio2 .polaroid {
  transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(-1.5deg); }

.bio3 .polaroid {
  transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg); }

.bio4 .polaroid {
  transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(-3deg); }

.bio5 .polaroid {
  transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(2.5deg); }

.bio6 .polaroid {
  transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(-1.5deg); }

.polaroid img {
  display: block;
  margin: 0 auto 12px;
  max-width: 160px;
  max-height: 180px; }

/* Learning Center */
#learn {
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  width: 706px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin: 0 auto; }

#learn-top {
  table-layout: fixed;
  display: table;
  text-align: center;
  float: left;
  width: 100%;
  height: 240px;
  margin: 0px 0px 30px 0px;
  background-image: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-learn-new.png?v=10966836812632341742);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#learn-top-inside {
  display: table-cell;
  vertical-align: middle; }

#learn-top img {
  max-width: 95%; }

#learn h2 {
  font-family: 'Rokkitt', serif;
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid #593161;
  margin: 0 0 12px; }

#learn h2 span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background: #593161;
  padding: 0 9px;
  position: relative;
  top: 2px; }

#learn p {
  margin: 0 0 18px; }

#about-top {
  margin: 0px 0px 10px 0px;
  height: auto;
  width: 100%;
  position: relative;
  padding: 30px 30px 0px 30px; }

#about-top-inside {
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 240px;
  float: left;
  width: 100%;
  background-image: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/about-new-bg.png?v=16517157222180198361); }

img#about-top-image {
  max-width: 100%;
  position: absolute;
  top: 0px;
  right: -25px;
  padding: 0px 0px 0px 0px; }

#about-top img {
  max-width: 100%; }

#about-top-inside img {
  float: right;
  margin-right: -20px;
  margin-top: 15px; }

#learn .faq {
  display: block;
  color: #666666;
  text-decoration: none;
  font-weight: bold; }

#learn .faq:before {
  content: "+ "; }

#learn .faq:hover {
  color: #ef8704; }

.hide {
  display: none; }

#q_a p a {
  color: #666666;
  text-decoration: underline; }

#why {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-why.png?v=16384140949282828932) no-repeat;
  margin: 30px 0 0 -20px;
  padding: 115px 0 0 0;
  width: 745px; }

#why table {
  margin: 0 0 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #666666;
  line-height: 22px; }

#why th {
  text-align: left;
  color: #593161;
  font-size: 24px;
  font-family: 'Rokkitt', serif;
  padding: 0 0 0 20px; }

#why td {
  width: 245px;
  padding: 15px 0 10px 20px;
  vertical-align: top;
  border-bottom: thin solid #e3e3e3; }

#why td.one {
  color: #593161;
  font-size: 14px;
  text-align: right;
  width: 160px;
  font-family: 'Rock Salt', cursive;
  font-weight: normal;
  padding: 15px 0 10px; }

#why .last td {
  border: 0; }

#resources {
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/bg-resources.png?v=6523063874078595689) no-repeat;
  padding: 52px 0 50px 20px;
  margin: 30px 0 0 -20px;
  width: 796px; }

#resources h3 {
  font-family: 'Rokkitt', serif;
  font-size: 21px;
  line-height: 43px;
  font-weight: normal; }

#resources h3.first {
  margin: 35px 0 0; }

#resources p,
#resources ul {
  width: 702px; }

#resources li:before {
  content: "• "; }

.gots2 {
  display: inline-block;
  width: 102px;
  height: 99px;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/gots2.png?v=2383019668268566594) no-repeat; }

.ota {
  display: inline-block;
  width: 150px;
  height: 99px;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/ota.png?v=12952697313503807322) no-repeat; }

.greenamerica {
  display: inline-block;
  width: 166px;
  height: 99px;
  background: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/greenamerica.png?v=3115681441653307327) no-repeat; }

/* Contact */
#contact input,
#contact textarea {
  color: #666666;
  height: 25px;
  line-height: 25px;
  border: thin solid #aaaaaa;
  margin: 0 0 15px;
  display: block;
  padding: 0 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width: 350px; }

#contact textarea {
  width: 600px;
  height: 250px; }

#contact button {
  background: #c2b6bb;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  height: 25px;
  line-height: 27px;
  border: none;
  border-radius: 12.5px;
  font-family: 'Rokkitt', serif;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  margin: 10px 0;
  cursor: pointer; }

#contact button:hover {
  background: #eeefd1;
  color: #666666; }

/* Search */
#search {
  padding: 0 0 50px; }

#search h1 {
  height: 47px;
  line-height: 53px;
  font-family: 'Rokkitt', serif;
  font-size: 23px;
  color: #593161;
  text-align: center;
  background: #f0f0f0;
  margin: 0 0 17px; }
  @media only screen and (min-width: 53.25em) {
    #search h1 {
      font-size: 33px; } }

#search a {
  color: #666666;
  text-decoration: none; }

#search a:hover {
  color: #593161; }

#search li {
  line-height: 22px;
  font-size: 13px;
  color: #666666; }

/* Footer
-------------------------------------------------- */
.footer {
  clear: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 9px;
  color: #593161;
  line-height: 26px;
  margin-top: 20px;
  padding-top: 31px;
  margin-bottom: 2em;
  border-top: 4px double #c2b6bb; }
  .footer .copy {
    font: 11px/11px "Open Sans", sans-serif;
    color: #593161;
    padding: 5px 0; }
  .footer p.credit {
    font-size: 11px; }
    .footer p.credit img:hover {
      opacity: 0.5; }
  .footer a {
    color: #593161;
    text-decoration: none; }

.feature-blocks li .fa, .feature-blocks li .product-dropdown-parent .title:before, .product-dropdown-parent .feature-blocks li .title:before {
  font-size: 28px;
  line-height: 24px;
  color: white; }
.feature-blocks li:nth-of-type(1) i {
  padding-bottom: 18px; }
.feature-blocks li:nth-of-type(2) i {
  padding-bottom: 15px; }
.feature-blocks li:nth-of-type(3) img {
  padding-bottom: 3px; }

.feature-blocks__item {
  background-color: #c2b6bb;
  color: white;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin-right: 11px;
  height: 137px;
  width: 100%;
  margin-bottom: 20px;
  padding: 27px 3% 0; }
  @media only screen and (min-width: 62.5em) {
    .feature-blocks__item {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; } }
  .feature-blocks__item img {
    padding-bottom: 6px; }
  .feature-blocks__item .title {
    font: 18px/22px "Rokkitt", serif;
    letter-spacing: 1px; }
  .feature-blocks__item .subtitle {
    font: 700 10px/22px "Open Sans", sans-serif;
    letter-spacing: 1px; }
  .feature-blocks__item:before, .feature-blocks__item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: white; }
  .feature-blocks__item:before {
    top: 6px; }
  .feature-blocks__item:after {
    bottom: 6px; }

@media only screen and (min-width: 62.5em) {
  .feature-blocks__item--questions {
    width: 195px; } }

@media only screen and (min-width: 62.5em) {
  .feature-blocks__item--newsletter {
    width: 252px; } }
.feature-blocks__item--newsletter form,
.feature-blocks__item--newsletter input {
  width: 100%; }
.feature-blocks__item--newsletter form {
  background: #836589;
  padding: 2px;
  height: 32px;
  margin: 0 auto; }
  @media only screen and (min-width: 62.5em) {
    .feature-blocks__item--newsletter form {
      width: 230px; } }
.feature-blocks__item--newsletter input {
  width: 92%;
  display: block;
  float: left;
  border: none;
  text-align: center;
  background: #fcfcfc;
  color: #978b90;
  font: 14px/24px "Rokkitt", serif;
  letter-spacing: 1px;
  height: 28px;
  outline: none;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 62.5em) {
    .feature-blocks__item--newsletter input {
      width: 200px; } }
.feature-blocks__item--newsletter button {
  float: right;
  border-radius: 0;
  background-color: white;
  border: none;
  padding: 0;
  margin: 0;
  width: 8%; }
  @media only screen and (min-width: 62.5em) {
    .feature-blocks__item--newsletter button {
      width: auto; } }
  .feature-blocks__item--newsletter button i {
    height: 26px;
    margin-top: 2px;
    display: block;
    color: #836589 !important; }
    @media only screen and (min-width: 62.5em) {
      .feature-blocks__item--newsletter button i {
        width: 26px; } }

@media only screen and (min-width: 62.5em) {
  .feature-blocks__item--sustainability {
    width: 195px; } }

.feature-blocks__item--graphics {
  text-align: center;
  background-color: white;
  margin-right: 0;
  margin-bottom: 0; }
  .feature-blocks__item--graphics:before, .feature-blocks__item--graphics:after {
    display: none; }
  @media only screen and (min-width: 62.5em) {
    .feature-blocks__item--graphics {
      width: 240px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 62.5em) {
    .feature-blocks__item--graphics .gots-logo {
      position: absolute;
      top: 16px;
      left: 18px; } }
  .feature-blocks__item--graphics .sewing-girl {
    display: none;
    max-width: initial;
    text-align: right;
    position: absolute;
    top: -8px;
    right: -23px; }
    @media only screen and (min-width: 62.5em) {
      .feature-blocks__item--graphics .sewing-girl {
        display: block; } }

/* Blog Page
-------------------------------------------------- */
.blog-page .main-nav {
  float: right;
  margin-left: 0; }
.blog-page .sub-nav {
  padding-top: 16px; }

.main.blog {
  width: auto !important; }

.blog-logo {
  float: left;
  width: 572px;
  height: auto;
  z-index: 2;
  display: block;
  position: relative;
  margin-top: -18px;
  left: 24px; }

.blog-logo img {
  float: left; }

.blogtitle {
  font-size: 24px;
  font-family: 'Rokkitt', serif;
  font-size: 32px;
  display: block;
  clear: both;
  color: #593161; }

.blogtitle a {
  color: #593161;
  text-decoration: none; }

.date {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  padding: 8px 0px 10px 0px;
  color: #593161; }

.articlecontent {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 2em;
  margin-bottom: 50px; }

.articlefooter {
  border-top: 1px solid #eee;
  margin: 22px 0px 40px 0px;
  padding-top: 20px;
  padding-bottom: 50px; }

.tags a {
  color: #593161;
  text-decoration: none; }

.tags a:hover {
  text-decoration: underline; }

.tagslist {
  width: 400px;
  float: left; }

.sharebtn {
  float: right;
  display: inline;
  margin-top: -32px; }

.rsssubscribe {
  float: right;
  margin-bottom: 20px; }

.addthis_native_toolbox {
  display: inline;
  float: right; }

.addthis_button_facebook_like {
  /*overflow:hidden;*/
  width: 50px !important; }

.addthis_button_tweet.at300b {
  width: 64px;
  /*overflow: hidden;*/ }

a.addthis_button_tweet.at300b {
  max-width: 90px !important; }

#blog-sidebar {
  float: left;
  width: 210px;
  position: relative;
  margin-top: -192px;
  left: 2px;
  z-index: 1;
  background: #eeefd1;
  height: 100%;
  padding: 200px 0 0 12px; }

.sidebarpod {
  margin-bottom: 55px; }

.sidebarpod h2 {
  font-family: 'Rock Salt', regular;
  font-size: 12px;
  color: #616333;
  padding-bottom: 15px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.sidebarpod ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #616333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.sidebarpod a {
  text-decoration: none;
  color: #616333;
  font-weight: 600;
  line-height: 2em; }

.sidebarpod2 {
  margin-bottom: 55px; }

.sidebarpod2 h2 {
  font-family: 'Rock Salt', regular;
  font-size: 12px;
  color: #616333;
  padding-bottom: 15px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.sidebarpod2 ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #616333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  list-style-type: disc;
  margin-left: 14px; }

.sidebarpod2 a {
  text-decoration: none;
  color: #616333;
  font-weight: 600;
  line-height: 2em; }

.shopocp {
  float: left;
  display: inline;
  font-size: 13px;
  padding-top: 8px; }

.shopocp a {
  color: #593161;
  text-decoration: none; }

.blogtitle {
  margin-top: 70px; }

#blog-superheader_wrap {
  width: 1000px;
  margin: 13px auto; }

#blog-superheader {
  text-align: left;
  width: 1000px;
  max-width: 100%; }

#blog-superheader form {
  display: block;
  width: auto;
  height: 30px;
  text-align: left;
  float: right; }

#blog-superheader input {
  display: block;
  float: left;
  border: none;
  background: #fcfcfc;
  color: #978b90;
  font: 11px/30px "Open Sans", sans-serif;
  padding: 0 0 0 16px;
  height: 30px;
  width: 250px;
  outline: none;
  margin: 0 3px 0 0; }

#blog-superheader button {
  display: block;
  float: left;
  width: 36px;
  height: 30px;
  border: none;
  font: 30px/24px 'Mono Social Icons Font';
  background-color: #fff;
  cursor: pointer;
  outline: none; }

.blog-content {
  width: 780px;
  padding: 45px 22px 0 22px;
  position: relative;
  left: 0px;
  margin-top: 0px; }

.previous {
  display: inline;
  float: left;
  padding-bottom: 30px; }

.next {
  display: inline;
  float: right;
  padding-bottom: 30px; }

.next a,
.previous a {
  text-decoration: none;
  text-transform: uppercase;
  color: #EF8704;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold; }

#commentform {
  padding: 50px 0px; }

.commentdate,
.commentauthor,
.commentcontent {
  display: block;
  line-height: 2em;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #656565;
  text-transform: lowercase; }

.commentauthor {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.singlecomment {
  margin-bottom: 35px; }

.commentheader {
  font-size: 22px;
  font-family: 'Rokkitt', serif;
  font-size: 32px;
  display: block;
  clear: both;
  color: #593161;
  margin-bottom: 20px;
  text-transform: normal; }

textarea#comment_body {
  width: 612px;
  min-height: 160px;
  margin: 10px 0px; }

input#comment_email,
input#comment_author {
  width: 360px;
  height: 25px;
  margin: 10px 0px; }

textarea#comment_body {
  margin: 10px 0px;
  border: 1px solid #ccc; }

input[type=submit] {
  margin-left: 485px;
  background-image: url(https://cdn.shopify.com/s/files/1/0213/0448/t/2/assets/sendcomment.png);
  background-repeat: no-repeat;
  width: 132px;
  height: 25px;
  color: transparent;
  border: 0px;
  cursor: pointer; }

a.readmore {
  text-decoration: none;
  color: #EF8704;
  font-weight: 700;
  text-transform: uppercase; }

/* Footer Nav
-------------------------------------------------- */
.footer-nav {
  margin: 38px 0; }
  @media only screen and (min-width: 62.5em) {
    .footer-nav {
      float: left; } }

.footer-nav > nav {
  text-align: left;
  float: left;
  width: 50%; }
  @media only screen and (min-width: 62.5em) {
    .footer-nav > nav {
      width: 175px; } }

.footer-nav__title {
  font: 22px/24px "Rokkitt", serif;
  color: #a0a274;
  margin-bottom: 10px; }

.footer-nav__item {
  font: 14px/24px "Rokkitt", serif;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .footer-nav__item .title:hover {
    color: #a0a274; }

.why-shop {
  border: 3px solid #593161;
  margin-top: 55px;
  margin-right: -11px;
  width: 100%; }
  @media only screen and (min-width: 62.5em) {
    .why-shop {
      float: right;
      width: 558px;
      background-position: left bottom;
      background-image: url(//cdn.shopify.com/s/files/1/0213/0448/t/38/assets/cotton-photo.jpg?v=5410259005482860153);
      background-repeat: no-repeat; } }
  .why-shop .title {
    font: 22px/33px "Rokkitt", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 12px; }
  .why-shop .list {
    font: 18px/24px "Rokkitt", serif;
    color: #666666;
    text-align: left;
    padding-bottom: 18px;
    padding-left: 10px; }
    @media only screen and (min-width: 62.5em) {
      .why-shop .list {
        padding-top: 200px;
        padding-top: 0;
        padding-left: 223px; } }

.why-shop .list li i {
  font-size: 13px;
  line-height: 24px;
  color: #a0a274;
  padding-right: 7px; }

.footer-call {
  text-align: center;
  font: 22px/24px "Rokkitt", serif;
  color: #593161;
  margin-top: 16px;
  margin-bottom: 14px; }
  @media only screen and (min-width: 62.5em) {
    .footer-call {
      margin-bottom: 44px; } }

.leafy-swirl-graphic {
  display: block;
  width: 217px;
  margin: 18px auto 5px; }

.micro-footer {
  padding-top: 30px;
  background-color: #f6f6f6; }

/* Media queries
 * aka Justin's responsive jank that he needs to clean up.
-------------------------------------------------- */
#list li {
  position: relative; }

#list li:hover {
  background-color: #f6f7e6; }

#list li .sublist {
  z-index: 20000000;
  position: absolute;
  left: 150px;
  background-color: #fff;
  position: absolute;
  border: #c4b6bc 2px solid;
  z-index: 20000000; }

#list li .sublist li,
#list li .sublist li a {
  z-index: 20000000;
  position: relative; }

.sublist li:hover a {
  background-color: #edeaeb !important; }

#top {
  float: left;
  width: 1000px;
  border-bottom: 10px #fff solid; }

#rightbar {
  width: calc(100% - 222px);
  float: left;
  padding-bottom: 20px; }

.collection #rightbar {
  padding-bottom: 0px; }

#list li:hover .sublist {
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

#search_submit img {
  width: 20px;
  margin-left: 1px; }

@media only screen and (min-width: 62.5em) {
  .menu-icon,
  #mobile-menu {
    display: none; } }

.menu-icon {
  float: left;
  padding: 10px 12px;
  font-size: 1.9rem;
  cursor: pointer; }

#clear-new {
  display: none; }

#bios-middle,
#bios-below {
  display: none; }

#meet-the-team-top-images {
  width: 100%;
  text-align: center;
  margin: 20px 0px 30px 0px;
  display: none; }

#meet-the-team-top-images img {
  max-width: 100%; }

@media (max-width: 1150px) {
  .meet-the-team {
    max-width: 100%;
    background-size: contain; }

  .meet-the-team .row .bio {
    margin: 0px 20px; } }
.sharebtn.below {
  display: none; }

#why table span.mobile-why {
  display: none; }

#related-prods-desktop {
  margin-left: -7px;
  margin-right: 15px; }

#related-prods-mobile {
  display: none; }

form#cartform.mobile {
  display: none; }

#blog-sidebar-wrapper.mobile {
  display: none; }

#learning-bubble {
  display: none; }

.clear.learning {
  display: none; }

@media (max-width: 1150px) {
  .meet-the-team {
    max-width: 100%;
    background-size: auto; } }
.clear.mobile-only {
  display: none; }

@media (max-width: 71.875em) {
  .related-products a {
    width: 25%;
    margin-right: 0px !important;
    padding-right: 14px; }

  .related-products a span {
    width: 100%; }

  .related-products img {
    max-width: 100% !important; }

  #learn {
    padding-left: 0px; }

  #resources {
    background-image: none; }

  #learning-bubble {
    display: block;
    float: left;
    margin: 0px 20px 0px 0px; }

  .gots2,
  .ota,
  .greenamerica {
    margin-top: 30px;
    margin-right: 30px; }

  #about-top {
    padding: 40px 0px 0px 0px;
    text-align: center; }

  #about-top-inside img {
    width: auto; }

  #blog-sidebar-wrapper.mobile {
    display: block; }

  #blog-sidebar-wrapper.desktop {
    display: none; }

  #blog-sidebar.mobile {
    display: none; }

  .menu-icon.blog {
    display: block; }

  .menu-icon.blog {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block;
    margin: 10px 0px 0px 0px; }

  .mobile-cart-item-count-wrapper {
    position: absolute;
    left: 0;
    padding-left: 2px;
    text-align: center;
    width: 100%; }

  .mobile-cart-item-count {
    font: 16px/25px "Rokkitt", serif;
    display: inline-block; }

  .blog-logo {
    padding: 10px 0px 0px 0px; }

  #blog-sidebar #gots {
    display: none; }

  #blog-sidebar-wrapper {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }

  #blog-sidebar {
    height: auto; }

  #blog-sidebar h2,
  #blog-sidebar ul {
    float: left;
    width: 100%; }

  .sidebarpod {
    float: left; }

  #blog-sidebar-wrapper li {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    margin: 0px 0px 10px 0px; }

  #blog-sidebar-wrapper li a {
    width: auto;
    float: left;
    border-top: thin solid #DCDDBF;
    border-bottom: thin solid #DCDDBF;
    padding: 10px; }

  .sidebarpod {
    margin-bottom: 20px; }

  #blog-sidebar-wrapper h2 {
    margin-bottom: 20px; }

  #blog-content {
    padding-right: 0px !important;
    padding-left: 0px !important; }

  .product-details {
    width: 100%; }

  .product-details #description {
    width: 100%; }

  .related-products a.four {
    margin: 0px 14px 14px 0px; }

  .related-products {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }

  #rightbar {
    word-wrap: break-word; }

  #learn {
    width: 100%;
    background-position: center top; }

  #why {
    width: 100%;
    margin-left: 0px;
    background-position: center top; }

  #why table {
    width: 100%;
    margin-left: 0px; }

  #resources {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    background-position: center top; }

  #resources #about-the_organization,
  #resources p,
  #resources ul {
    width: 100%; }

  #collection.missing-three {
    display: none; }

  #collection.all {
    display: block;
    text-align: center; }

  .product_wrap {
    display: inline-block;
    padding: 0px 6px;
    vertical-align: top; }

  .meet-the-team .row {
    float: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    background-repeat: repeat-x;
    text-align: center; }

  .meet-the-team .row .bio {
    float: none;
    display: inline-block;
    margin: 10px 20px;
    vertical-align: top; }

  .meet-the-team {
    width: 100%;
    text-align: center;
    background-position: center top;
    padding-left: 0px; }

  #buckets {
    text-align: center; }

  #buckets #gots {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    float: none;
    vertical-align: top; }

  #buckets #bucket11 {
    text-align: left;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px; }

  .graphic2-new,
  #buckets a.graphic3-new {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0px 5px; }

  #buckets-right {
    margin: 20px 0px 0px 0px; }

  #contact textarea,
  #contact input {
    max-width: 100%; }

  #about {
    width: 100%;
    padding: 0px 0px 30px;
    margin: 0px 0px 0px 0px; }

  .page-about-page .page-content {
    width: 100%;
    padding: 0px 0px 10px 0px; }

  #buckets-left {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px; }

  #buckets-right {
    float: left;
    width: 100%; }

  #buckets {
    padding-left: 0px; }

  #content {
    padding-right: 0px; }

  .nav.below {
    display: block;
    margin: 20px 0px 0px 0px; }

  .nav.normal {
    display: none; }

  #sidebar,
  #rightbar,
  #blog-sidebar {
    float: left;
    width: 100%;
    position: static; }

  #sidebar {
    margin-top: 0px;
    height: auto !important;
    padding: 0px 12px 0px 12px;
    background-color: transparent !important;
    text-align: center; }

  #blog-sidebar {
    margin-top: 0px;
    height: auto !important;
    padding: 20px 12px 0px 12px;
    text-align: center; }

  #blog-sidebar #gots {
    width: 100%;
    text-align: center;
    height: auto !important;
    padding: 0px 0px 20px 0px; }

  #products-smaller {
    left: 0px;
    float: none;
    display: inline-block;
    bottom: -15px;
    z-index: 5;
    position: relative; }

  #products {
    display: none; }

  #list {
    margin-top: 0px;
    width: 100%;
    float: left;
    padding: 25px 30px 10px 30px;
    border-top: thin solid #DCDDBF; }

  #list a.child {
    width: 150px; }

  #list a,
  #list-mobile a {
    width: auto;
    border-top: thin solid #DCDDBF;
    border-bottom: thin solid #DCDDBF;
    padding: 10px 10px 10px 10px; }

  #list li a:hover,
  #list-mobile li a:hover {
    background-color: rgba(240, 240, 240, 0.97); }

  #list li:hover {
    background-color: transparent; }

  #wrap {
    margin: 0px 0px 0px 0px; }

  #top {
    margin-left: 0px; }

  #white,
  #top,
  #blog-superheader_wrap,
  #nav,
  .bxslider img,
  #slideshow {
    width: 100%; }

  #blog-superheader_wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px; }

  .nav {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px 10px 0px; }

  .nav a {
    display: inline-block;
    float: none;
    text-decoration: none;
    height: 25px;
    border-radius: 12.5px;
    background: #eeefd1;
    color: #666666;
    line-height: 25px;
    font-family: 'Rokkitt', serif;
    font-size: 15px;
    text-align: center;
    padding: 0 10px;
    margin: 0 7px 0 7px; }

  #list li:hover .sublist {
    top: 100% !important;
    left: 10px !important;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%); }

  .logo img,
  .blog-logo img {
    max-width: 100%; }

  #header .clear.not-mobile {
    display: none; }

  .sidewrapper img {
    max-width: 100%; }

  .sidewrapper {
    margin: 30px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px; }

  .main {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 100% !important;
    float: left;
    margin-top: 0px !important; }

  .main.blog {
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: left;
    margin-top: 0px !important; }

  #comment_body {
    max-width: 100%; }

  #blog-content {
    background: transparent url("//cdn.shopify.com/s/files/1/0213/0448/t/4/assets/bg-content.png?4796824105845702141") no-repeat scroll right top;
    width: 100%;
    padding: 45px 54px 0px 22px;
    position: relative;
    left: 0px;
    margin-top: 0px; } }
@media (max-width: 720px) {
  .blog-logo {
    float: left;
    width: 300px;
    height: auto;
    z-index: 2;
    display: block;
    position: relative;
    margin-top: -18px;
    left: 24px; }

  .blog-content {
    width: 100%; } }
@media (max-width: 920px) {
  #list {
    padding: 25px 80px 10px 80px; }

  .blog-logo {
    padding: 20px 0px 0px 0px; }

  #learning-bubble {
    display: block;
    float: left;
    margin: 0px 20px 0px 0px;
    clear: both; }

  .clear.learning {
    display: block; }

  .gots2,
  .ota,
  .greenamerica {
    margin-top: 30px;
    margin-right: 30px; } }
@media (max-width: 53.25em) {
  .tagslist {
    width: 100%;
    margin: 0px 0px 40px 0px; }

  .addthis_native_toolbox {
    float: left; }

  .sharebtn {
    float: left; }

  .sharebtn.above {
    display: none; }

  .sharebtn.below {
    display: block; }

  #meet-the-team-top-images {
    display: block; }

  .meet-the-team {
    background-image: none;
    padding-top: 0px; }

  .meet-the-team {
    max-width: 100%;
    background-size: contain; }

  #bios-above,
  #bios-below {
    display: block; }

  #bios-middle {
    display: block; } }
@media (max-width: 760px) {
  .superheader {
    padding-bottom: 8px; }

  /*.header-search {
      display: none;
  }*/
  #buckets #gots {
    margin-left: 0px;
    margin-right: 0px; }

  #buckets #bucket11 {
    margin-left: 0px;
    margin-right: 0px; }

  input[type="submit"] {
    margin-left: 0px;
    float: right; }

  #comment_body {
    width: 100% !important; }

  input#comment_email,
  input#comment_author {
    width: 100%; }

  #related-prods-mobile {
    display: block;
    float: left; }

  #related-prods-desktop {
    display: none; }

  #product-right {
    width: 100%;
    text-align: center; }

  .product-details button.swatch {
    display: inline-block; }

  #product_details,
  .product-details #description {
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 20px; }

  .product-details table {
    margin: 0px auto 12px; }

  #product-right .form {
    width: 50%;
    float: left; }

  #buckets #bucket11 {
    width: 100%; }

  #bucket11-inside {
    padding-right: 20px; }

  #buckets {
    padding: 0px 5px; }

  #gots {
    width: 100%;
    margin: 0px 0px 20px 0px; }

  #featured a {
    width: 33.333%; }

  .logo img,
  .blog-logo img {
    float: none; }

  #header form {
    float: left;
    margin-top: 30px; }

  #blog-sidebar {
    display: none;
    float: left; }

  .nav {
    display: none !important; } }
@media (max-width: 700px) {
  /*.blog-logo {width:330px!important;}*/ }
@media (max-width: 700px) {
  #clear-new {
    display: block;
    width: 100%;
    height: 30px; } }
@media (max-width: 670px) {
  .clear.mobile-only {
    display: block; }

  .superheader {
    width: 100%;
    text-align: center; }

  .superheader form {
    display: inline-block;
    vertical-align: top;
    float: none; }

  #tollfree {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 5px 0px 0px 0px; }

  .superheader form input,
  .superheader form button {
    float: none;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none; }

  .superheader form button,
  #blog-superheader form button {
    padding: 0px 0px 0px 0px !important; }

  .superheader p {
    float: none;
    display: inline-block;
    clear: both; }

  #bios-above,
  #bios-middle {
    display: block; }

  #bios-below {
    display: block; }

  #header .clear.not-mobile {
    display: block; }

  #header_goodies {
    float: none;
    display: inline-block;
    text-align: left;
    position: static; }

  #header {
    text-align: center; }

  #header form {
    float: none;
    margin: 0px 0px 10px 0px; } }
@media (max-width: 580px) {
  .product-page .alt-image {
    width: 33.1%; }

  .related-products a {
    width: 50%; }

  #learning-assoc {
    float: left;
    width: 100%;
    height: auto;
    text-align: center; }

  #learning-bubble {
    float: none;
    display: inline-block;
    clear: none; }

  #why table .one {
    display: none; }

  #featured a {
    width: 50%; }

  .shopocp {
    width: 100%;
    margin: 0px 0px 10px 0px; }

  #blog-superheader form {
    float: left; }

  #why table span.mobile-why {
    color: #593161;
    font-size: 14px;
    text-align: left;
    width: 100%;
    font-family: "Rock Salt", cursive;
    font-weight: normal;
    display: block;
    margin: 0px 0px 5px 0px; }

  #product_details,
  .product-details #description {
    text-align: left;
    width: 100%;
    float: left;
    padding-left: 0px; }

  #product-right .form {
    width: 100%;
    float: left; } }
@media (max-width: 480px) {
  form#cartform.mobile {
    display: table; }

  form#cartform.desktop {
    display: none; }

  #cart textarea {
    max-width: 100%;
    width: 100%; }

  form#cartform.mobile th {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px; }

  form#cartform.mobile th {
    border-bottom: 1px solid #464646;
    border-top: 1px solid #464646; }

  #bucket11 p {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px; }

  .graphic2-new {
    margin-left: 0px;
    max-width: 100%;
    margin-right: 0px; }

  #buckets a.graphic3-new {
    margin-left: 0px !important;
    max-width: 100%;
    margin-right: 0px !important;
    margin-bottom: 20px !important; }

  #buckets a.graphic3-new img {
    max-width: 100%; }

  #why th {
    font-size: 17px;
    padding: 0px 5px; }

  #why td {
    padding: 15px 5px 10px 5px; }

  #product_navigation,
  .breadcrumbs {
    float: left;
    width: 100% !important; }

  #product_navigation {
    text-align: left;
    margin-bottom: 10px; }

  .superheader input {
    width: 230px;
    margin: 0 3px 0 0px; } }
/* Helpers
-------------------------------------------------- */
.hidden {
  display: none !important; }

.inline-block {
  display: inline-block !important; }

/* Pat McCarty 1/22/18 */
@media (min-width: 721px) {
  #mobile-search {
    display: none; } }
@media (max-width: 720px) {
  #mobile-search {
    padding-top: 7px;
    margin-left: 10px; }

  .header-search input {
    width: 88% !important;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 16px !important; } }
/* Pat McCarty 3/2/18 */
@media (min-width: 768px) {
  .logo {
    margin-left: 25px;
    float: left;
    position: absolute;
    top: -44px;
    left: 2px; }

  .main-nav__item {
    font-size: 18px; } }
@media (min-width: 721px) {
  .col_account-l {
    width: 33%;
    float: left;
    border-right: 1px solid #efefef; }

  .col_account-r {
    width: 66%;
    float: left;
    padding-left: 10px; }

  .mleft {
    display: none !important; } }
@media (max-width: 720px) {
  .mleft {
    display: inline;
    margin-left: 15px; }

  .col_account-l {
    float: none;
    width: 100%;
    margin-top: 20px;
    clear: both;
    padding-top: 20px;
    margin-left: 15px; }

  .col_account-r {
    width: 100%;
    float: none; } }
/* Out of Stock styles */
.bingo {
  position: relative; }

.collection-page .oos {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  text-align: center;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-shadow: none;
  line-height: 12px; }

.oos {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  /*padding-top: 20px;
   padding-left: 25px;
   text-align:center*/
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px #000000;
  line-height: 12px; }

.product-page .bingo img {
  height: 82px; }

div#meet-the-team-top-images {
  display: none; }
