html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Default rem baseline.
 * 
 * @type Number
 */
/**
 * Transform a value into rem.
 *
 * @param {Number} $value
 * @param {Number} $baseline ($guss-rem-baseline)
 *
 * @requires {variable} guss-rem-baseline
 *
 * @return {List | Number}
 */
/**
 * Output `rem` units with `px` fallback.
 *
 * @link http://sassmeister.com/gist/7451284 Usage
 * 
 * @param {Map} $properties
 *
 * @requires {function} rem
 */
/* - - - FONTS - - -  */
/* - - - COLORS - - -  */
/* 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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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, main {
  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, main {
  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; }

img, audio, video, embed, iframe {
  max-width: 100%;
  height: auto; }

@media \0screen {
  img {
    width: auto;
    /* for ie 8 */ } }
/*
  *
  * Base Typography
  * http://typecast.com/blog/a-more-modern-scale-for-web-typography
  *
*/
.wf-loading {
  visibility: hidden; }

body {
  font-size: 100%;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #2a2a2a; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  clear: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5; }

a {
  color: #2a2a2a;
  text-decoration: none;
  -webkit-transition: color 0.45s;
  -moz-transition: color 0.45s;
  transition: color 0.45s; }

a:hover {
  color: #82ccbf;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  clear: left; }

p a {
  color: #82ccbf;
  font-weight: 600;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s; }

p a:hover {
  border-bottom: 1px solid #82ccbf;
  -webkit-transition: border 0.45s, color 0.45s;
  -moz-transition: border 0.45s, color 0.45s;
  transition: border 0.45s, color 0.45s; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

.single-product-details p {
  clear: left;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.layout-container {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45;
  /* equivalent to 20px */ }

@media (min-width: 43.75em) {
  .layout-container {
    line-height: 1.375;
    /* equivalent to 22px */ } }
.full-width-content p {
  clear: left;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

@media (max-width: 48em) {
  .full-width-content p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }
h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
  /* 45px / 36px */
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

.wf-inactive h1, .wf-loading h1, .no-js h1 {
  font-size: 20px;
  font-size: 1.25rem; }

.page-title {
  float: left;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 600; }
  .page-title .page-title-section {
    font-weight: 100;
    color: #82ccbf; }

.wf-inactive .page-title, .wf-loading .page-title, .no-js .page-title {
  font-size: 30px;
  font-size: 1.875rem; }

@media (max-width: 47.5em) {
  .page-title {
    width: 100%; } }
.lander-page-title {
  position: relative;
  margin-top: 0;
  margin-top: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.lander-page-title:before {
  content: " ";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #2a2a2a;
  position: absolute;
  bottom: -10px;
  left: 0; }

.full-width-title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  @media (max-width: 48em) {
    .full-width-title {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }

.subheader {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

.wf-inactive .subheader, .wf-loading .subheader, .no-js .subheader {
  font-size: 16px;
  font-size: 1rem; }

.aside-subheader {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #2a2a2a; }

.article-header {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 34px;
  font-size: 2.125rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  font-weight: 500; }

.article-metadata {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .article-metadata a {
    font-weight: 600;
    color: #82ccbf; }

@media (min-width: 43.75em) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.125; }

  .page-title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -2px;
    letter-spacing: -0.125rem; }

  .wf-inactive .page-title, .wf-loading .page-title, .no-js .page-title {
    font-size: 45px;
    font-size: 2.8125rem; }

  .lander-page-title {
    margin-bottom: 70px;
    margin-bottom: 4.375rem; } }
@media (min-width: 56.25em) {
  h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */ }

  .page-title {
    font-size: 70px;
    font-size: 4.375rem; }

  .wf-inactive .page-title, .wf-loading .page-title, .no-js .page-title {
    font-size: 60px;
    font-size: 3.75rem; }

  .lander-page-title {
    margin-bottom: 70px;
    margin-bottom: 4.375rem; } }
h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  line-height: 1.15384615;
  /* 30px / 26px */ }

@media (min-width: 43.75em) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25; } }
@media (min-width: 56.25em) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem; } }
h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.13636364;
  /* 25px / 22px */ }

@media (min-width: 43.75em) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25; } }
@media (min-width: 56.25em) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem; } }
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111111; }

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */ } }
blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 16px 0 24px;
  margin: 1rem 0 1.5rem;
  padding: 0 24px 0 20px;
  padding: 0 1.5rem 0 1.25rem;
  border-left: 2px solid #2a2a2a;
  border-left: 0.125rem solid #2a2a2a;
  line-height: 1.25;
  /* 25px / 20px */
  font-weight: 300; }

@media (min-width: 40em) {
  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.45833333;
    /* 35px / 24px */ } }
pre {
  padding-top: 16px;
  padding-top: 1rem;
  margin: 40px 0;
  margin: 2.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #2a2a2a;
  background-color: rgba(0, 0, 0, 0.03); }

mark {
  background: #F3C62E; }

ul, ol {
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  ul li, ol li {
    padding: 5px;
    padding: 0.3125rem; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

table {
  margin: 20px 0;
  margin: 1.25rem 0; }
  table tr:first-child {
    background-color: #2a2a2a;
    color: #fff; }
  table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05); }
  table td {
    padding: 6px;
    padding: 0.375rem; }

table.cart {
  margin: 0; }
  table.cart tr:first-child {
    background-color: transparent;
    color: #2a2a2a; }
  table.cart tr:nth-child(even) {
    background-color: transparent; }
  table.cart td {
    padding: 0; }

.listing-description {
  text-align: left;
  clear: left;
  font-style: italic;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  min-height: 65px;
  min-height: 4.0625rem;
  background-size: 0; }

@media (max-width: 48em) {
  .layout-aside .listing-description, .listing-description.mobile-hidden {
    display: none; } }
@media (min-width: 48em) {
  .listing-description {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 80px;
    padding-right: 5rem;
    background-size: 80px 62px;
    background-size: 5rem 3.875rem;
    clear: none;
    background-repeat: no-repeat;
    background-position: bottom right; }

  .layout-aside .listing-description {
    float: right;
    width: 100%;
    margin-bottom: 90px;
    margin-bottom: 5.625rem; } }
.lt-ie9 .listing-description {
  background-image: none !important; }

.product-name {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
  min-height: 50px;
  min-height: 3.125rem;
  -webkit-transition: padding 0.45s;
  -moz-transition: padding 0.45s;
  transition: padding 0.45s; }

@media (min-width: 48em) {
  .product-name {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
    min-height: 40px;
    min-height: 2.5rem; } }
.collection-listings:hover .product-name {
  padding: 60px 25px 0 25px;
  padding: 3.75rem 1.5625rem 0 1.5625rem;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s; }

.product-detail {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1rem; }
  .product-detail .product-price {
    font-weight: 600; }
  .product-detail .product-size {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300; }

.full-width-header {
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
  margin: 1.25rem auto; }

.blog-title {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 55px;
  font-size: 3.4375rem; }

.article-callouts article {
  padding: 20px 0; }
.article-callouts .blog-title {
  font-size: 21px;
  font-size: 1.3125rem; }

.location-subheader {
  clear: left;
  text-transform: uppercase; }

.location-title {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 34px;
  font-size: 2.125rem; }

.cart-title {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem; }

.top-message-bar {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #82ccbf;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }
  .top-message-bar a {
    color: #82ccbf; }

@media (min-width: 60em) {
  .top-message-bar {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; } }
.address_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase; }

.default_address {
  font-weight: 100; }

.recurring_title {
  clear: left; }

.page-header-related {
  text-align: center;
  padding-top: 25px;
  padding-top: 1.5625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  clear: left; }

.login-error {
  text-align: center;
  color: #dc5d39; }

@media (max-width: 48em) {
  .cart-item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    display: block; } }
input {
  -webkit-appearance: none;
  border-radius: 0; }

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

@media (min-width: 48em) {
  .form-register {
    width: 60%;
    margin: 0 auto; }

  .form-login {
    width: 60%; } }
@media (min-width: 60em) {
  .form-register {
    width: 40%; }

  .form-login {
    width: 40%; } }
.form, .contact-form {
  margin: 0 0 100px 0;
  margin: 0 0 6.25rem 0;
  text-align: center;
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem; }
  .form::after, .contact-form::after {
    clear: both;
    content: "";
    display: block; }
  .form .form-label, .contact-form .form-label {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    padding: 25px 25px 5px 0;
    padding: 1.5625rem 1.5625rem 0.3125rem 0; }
  .form .form-input, .contact-form .form-input {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 12px 15px;
    padding: 0.75rem 0.9375rem;
    border: 1px solid #2a2a2a;
    border-radius: 0; }
  .form .form-submit, .contact-form .form-submit {
    margin: 15px;
    margin: 0.9375rem; }
  .form .text-field, .contact-form .text-field {
    width: 100%;
    padding: 15px;
    padding: 0.9375rem; }

.login-form .login-password {
  display: block;
  text-align: left;
  margin: 0 auto;
  text-transform: none; }

.successForm {
  padding: 15px 15px 0 15px;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  color: #82ccbf;
  border: 1px solid #82ccbf; }

.errorForm {
  padding: 15px 15px 0 15px;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  color: #d76c99;
  border: 1px solid #d76c99; }

.shipping-field {
  clear: none; }
  @media (min-width: 48em) {
    .shipping-field {
      padding: 15px 45px 0 0;
      padding: 0.9375rem 2.8125rem 0 0; } }
  .shipping-field .form-label {
    padding: 0; }

@media (min-width: 48em) {
  .shipping-field {
    float: left; } }
.customer_address_table .label {
  text-align: left; }
.customer_address_table .address_form {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }
.customer_address_table .set-as-default {
  margin: 5px 0;
  margin: 0.3125rem 0; }

#address_province, #address_country, .product-select-dropdown {
  background: none;
  height: 40px;
  height: 2.5rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  border: 0;
  outline: 1px inset #222;
  outline-offset: -1px;
  display: block;
  border-radius: 0; }

.product-select-dropdown {
  margin: 25px 0;
  margin: 1.5625rem 0; }
  .product-select-dropdown::after {
    clear: both;
    content: "";
    display: block; }

.one_time_div .recurring_radio_btn, .one_time_div .mixed_radio_btn, .one_time_div .one_time_radio_btn, .recurring_div .recurring_radio_btn, .recurring_div .mixed_radio_btn, .recurring_div .one_time_radio_btn {
  border-radius: 100px;
  border-radius: 6.25rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border: 1px solid #2a2a2a;
  border: 0.0625rem solid #2a2a2a;
  margin-bottom: -2px;
  margin-bottom: -0.125rem; }

.bold_active {
  background-color: transparent !important;
  border: 1px solid #2a2a2a !important; }
  .bold_active .recurring_radio_btn, .bold_active .mixed_radio_btn, .bold_active .one_time_radio_btn {
    background-color: #82ccbf;
    background-color: #82ccbf; }

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

#customer-account table,
#customer-order table {
  width: 100%; }

.recurring_products_table td a,
#customer-account td a,
#customer-order td a {
  color: #fff;
  text-decoration: underline; }

.table_header,
#customer-account table th,
#customer-order table th {
  text-align: left;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #fff; }

.table_row,
#customer-account table td,
#customer-order table td {
  text-align: left;
  padding: 10px; }

a.skip_order, .subtd_update_quantities a {
  color: #000 !important; }

.frequency_div {
  padding-top: 10px;
  padding-top: 0.625rem; }

.frequency_label {
  font-weight: 700; }

.nav-items {
  margin: 0;
  list-style: none; }
  .nav-items li {
    padding: 0; }
  .nav-items .nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 55px;
    height: 3.4375rem;
    vertical-align: top;
    line-height: 55px; }

.nav-item a {
  color: #2a2a2a;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.45s, color 0.45s, background-color 0.45s;
  -moz-transition: border-bottom 0.45s, color 0.45s, background-color 0.45s;
  transition: border-bottom 0.45s, color 0.45s, background-color 0.45s; }
.nav-item a:hover {
  color: #82ccbf;
  border-bottom: 1px solid #82ccbf;
  -webkit-transition: border-bottom 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-bottom 0.3s, color 0.3s, background-color 0.3s;
  transition: border-bottom 0.3s, color 0.3s, background-color 0.3s; }

.nav-item.nav-active a {
  color: #82ccbf;
  border-bottom: 1px solid #82ccbf;
  -webkit-transition: border-bottom 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-bottom 0.3s, color 0.3s, background-color 0.3s;
  transition: border-bottom 0.3s, color 0.3s, background-color 0.3s; }

/*--MAIN NAVIGATION--*/
.navigation-main .nav-item {
  padding: 0 15px;
  padding: 0 0.9375rem; }
  .navigation-main .nav-item a {
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem; }
.navigation-main .header-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 55px;
  background-image: url("49-icon.png");
  background-image: url("49-icon-hover.svg");
  position: relative;
  width: 41px;
  width: 2.5625rem;
  height: 55px;
  height: 3.4375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding: 0;
  padding: 0; }
  .navigation-main .header-logo a {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    height: 100%;
    border-bottom: 1px solid transparent; }
  .navigation-main .header-logo a:hover {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.3s, color 0.3s, background-color 0.3s;
    -moz-transition: border-bottom 0.3s, color 0.3s, background-color 0.3s;
    transition: border-bottom 0.3s, color 0.3s, background-color 0.3s; }
.navigation-main .header-logo:hover {
  background-image: url("49-icon-hover.svg");
  background-size: auto 55px; }

.lt-ie9 .navigation-main .header-logo, .lt-ie9 .navigation-main .header-logo:hover {
  background-image: url("ie8-49-icon.png"); }

.wf-inactive .navigation-main .nav-item a, .wf-loading .navigation-main .nav-item a, .no-js .navigation-main .nav-item a {
  font-size: 16px;
  font-size: 1rem; }

/*--UTILITY NAVIGATION--*/
.navigation-utility .nav-item {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 6px;
  padding: 0 0.375rem; }

.nav-item a.cart-link {
  display: block;
  border: 1px solid #2a2a2a;
  border: 0.0625rem solid #2a2a2a;
  padding: 0 6px 0 6px;
  padding: 0 0.375rem 0 0.375rem;
  margin: 13px 4px 0 4px;
  margin: 0.8125rem 0.25rem 0 0.25rem;
  height: 30px;
  height: 1.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  -webkit-transition: border 0.45s, color 0.45s;
  -moz-transition: border 0.45s, color 0.45s;
  transition: border 0.45s, color 0.45s; }
  .nav-item a.cart-link .cart-count {
    border-left: 1px solid #2a2a2a;
    border-left: 0.0625rem solid #2a2a2a;
    padding: 2px 4px 4px 9px;
    padding: 0.125rem 0.25rem 0.25rem 0.5625rem;
    margin-left: 8px;
    margin-left: 0.5rem;
    -webkit-transition: border-left 0.45s;
    -moz-transition: border-left 0.45s;
    transition: border-left 0.45s; }

.nav-item a.cart-link:hover {
  color: #82ccbf;
  border: 1px solid #82ccbf;
  border: 0.0625rem solid #82ccbf;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s; }
  .nav-item a.cart-link:hover .cart-count {
    border-left: 1px solid #82ccbf;
    border-left: 0.0625rem solid #82ccbf;
    -webkit-transition: border-left 0.3s;
    -moz-transition: border-left 0.3s;
    transition: border-left 0.3s; }

.nav-item a.nav-active {
  color: #82ccbf;
  border-bottom: 1px solid #82ccbf;
  border-bottom: 0.0625rem solid #82ccbf; }

.navigation-utility .nav-item.cart-link:hover {
  background-color: #82ccbf; }

.language-toggle-divider {
  position: relative;
  margin-right: 20px;
  margin-right: 1.25rem; }

.language-toggle-divider:after {
  content: " ";
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 20px;
  height: 1.25rem;
  top: 0;
  top: 0;
  left: 25px;
  left: 1.5625rem;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #2a2a2a;
  position: absolute; }

@media (min-width: 60em) {
  .cart-link.icon-cart-button {
    background-image: none; } }
@media (max-width: 47.5em) {
  .navigation-main {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .navigation-main .nav-item {
      padding: 0 4px;
      padding: 0 0.25rem; }
    .navigation-main .header-logo {
      margin-right: 0;
      margin-right: 0; }

  .navigation-utility {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #2a2a2a;
    border-bottom: 0.0625rem solid #2a2a2a; }
    .navigation-utility .nav-item {
      font-size: 10px;
      font-size: 0.625rem; } }
@media (min-width: 48em) {
  .navigation-main {
    float: left; }

  .navigation-utility {
    float: right; } }
@media (max-width: 60em) {
  .navigation-main .nav-item a {
    font-size: 17px;
    font-size: 1.0625rem; }

  .navigation-utility {
    padding: 0; }
    .navigation-utility .nav-item {
      padding: 0 1px;
      padding: 0 0.0625rem; }
      .navigation-utility .nav-item .cart-link {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        width: 35px;
        text-indent: -999px;
        overflow: hidden;
        margin-left: 0;
        text-align: center;
        padding: 0 5px;
        padding: 0 0.3125rem; }
    .navigation-utility .cart-intro {
      display: none; } }
/*--SIDE NAVIGATION--*/
.navigation-side {
  clear: left; }
  .navigation-side .side-nav-item {
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 5px 0;
    padding: 0.3125rem 0; }
  .navigation-side .sub-nav-items {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
    .navigation-side .sub-nav-items .side-nav-item {
      text-transform: none;
      font-size: 20px;
      font-size: 1.25rem; }
  .navigation-side .side-nav-item.current {
    font-weight: 600; }

.nav-item-newsletter {
  width: 80%; }

.mc-field-group {
  float: left;
  width: 74%; }

#mc_embed_signup_scroll {
  float: left;
  width: 95%; }

.nav-items-social {
  width: 95%;
  text-align: center; }
  .nav-items-social .nav-item-newsletter {
    width: 100%; }
  .nav-items-social .nav-item {
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100;
    height: auto;
    font-size: 22px;
    font-size: 1.375rem; }
    .nav-items-social .nav-item a {
      display: block; }
  .nav-items-social .required.email {
    display: block;
    width: 100%;
    margin: 0;
    padding: 13px 25px 10px 25px;
    padding: 0.8125rem 1.5625rem 0.625rem 1.5625rem;
    border: 1px solid #2a2a2a;
    border: 0.0625rem solid #2a2a2a;
    height: 40px;
    height: 2.5rem; }
  .nav-items-social #mc-embedded-subscribe {
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #82ccbf;
    padding: 8px 25px 7px 25px;
    padding: 0.5rem 1.5625rem 0.4375rem 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    height: 40px;
    height: 2.5rem; }
  .nav-items-social #mc-embedded-subscribe:hover {
    background-color: #2a2a2a;
    color: #82ccbf; }

.lt-ie9 .nav-items-social .required.email {
  padding: 8px 25px 7px 25px;
  padding: 0.5rem 1.5625rem 0.4375rem 1.5625rem;
  height: 23px;
  height: 1.4375rem; }

.nav-items-footer {
  max-width: 68em;
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  padding: 40px 10px 25px 10px;
  padding: 2.5rem 0.625rem 1.5625rem 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: 1px solid #2a2a2a;
  border-top: 0.0625rem solid #2a2a2a; }
  @media (min-width: 90em) {
    .nav-items-footer {
      max-width: 80em; } }
  .nav-items-footer .nav-item {
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem; }
    @media (min-width: 48em) {
      .nav-items-footer .nav-item {
        height: 40px;
        height: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem; } }
    @media (min-width: 60em) {
      .nav-items-footer .nav-item {
        height: 150px;
        height: 9.375rem;
        line-height: 150px;
        line-height: 9.375rem; } }
  .nav-items-footer .nav-item-logo {
    height: 150px;
    height: 9.375rem;
    line-height: 150px;
    line-height: 9.375rem;
    margin-left: -40px;
    margin-left: -2.5rem;
    background-position: center;
    text-align: center; }
    @media (max-width: 60em) {
      .nav-items-footer .nav-item-logo {
        display: block;
        margin-left: 0; } }
  .nav-items-footer .nav-item-shipping-policy {
    font-weight: 600;
    margin-left: 10px;
    margin-left: 0.625rem; }
  .nav-items-footer .nav-item-price-amount {
    margin-left: 10px;
    margin-left: 0.625rem; }
  .nav-items-footer .nav-item-luckys-doughnuts {
    padding-right: 115px;
    padding-right: 7.1875rem;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media (min-width: 60em) {
      .nav-items-footer .nav-item-luckys-doughnuts {
        background-size: 40% auto; } }
  .nav-items-footer .nav-item-luckys-doughnuts a:hover {
    border-bottom: 1px solid transparent; }
  .nav-items-footer .nav-item-logo a {
    display: block;
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;
    text-indent: -999px;
    text-indent: -62.4375rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto; }
  .nav-items-footer .nav-item-logo a:hover {
    border-bottom: 1px solid transparent; }

@media (min-width: 48em) {
  .nav-items-social .nav-item-newsletter {
    width: 70%; }

  .nav-items-social .required.email {
    float: left;
    width: 50%; }

  .nav-items-social {
    text-align: left; }

  .newsletter-label {
    float: left;
    margin: -12px 10px 0 0; }

  #mc-embedded-subscribe {
    float: left; } }
@media (min-width: 60em) {
  .nav-item-luckys-doughnuts {
    float: right; }

  .nav-item-copyright {
    float: left; }

  .nav-item-shipping-policy {
    float: left; }

  .nav-item-price-amount {
    float: left; }

  .nav-items-social .required.email {
    width: 60%; } }
.layout-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .layout-container::after {
    clear: both;
    content: "";
    display: block; }

@media (max-width: 70em) {
  .layout-container {
    padding: 25px;
    padding: 1.5625rem; }

  .layout-header .layout-container {
    padding: 0;
    padding: 0; } }
.layout-aside {
  padding-top: 50px;
  padding-top: 3.125rem; }

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

.layout-footer {
  clear: left; }
  .layout-footer .nav-items-social {
    max-width: 68em;
    margin: 0 auto; }
    @media (min-width: 90em) {
      .layout-footer .nav-items-social {
        max-width: 80em; } }
    .layout-footer .nav-items-social::after {
      clear: both;
      content: "";
      display: block; }

@media (min-width: 48em) {
  .layout-footer {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 20px 0;
    padding: 1.25rem 0; }

  .layout-aside {
    padding-top: 0;
    padding-top: 0; } }
@media (min-width: 48em) and (max-width: 60em) {
  .layout-header {
    padding: 20px 15px 30px 15px;
    padding: 1.25rem 0.9375rem 1.875rem 0.9375rem; }

  .layout-container > .layout-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .layout-container > .layout-main:last-child {
      margin-right: 0; }
  .layout-container > .layout-aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .layout-container > .layout-aside:last-child {
      margin-right: 0; }

  .layout-full-width .layout-container {
    max-width: 48em; }

  .layout-full-width .layout-container.layout-blog-article {
    max-width: 68em; }

  .layout-full-width-image img {
    margin-top: -60px;
    margin-top: -3.75rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }
@media (min-width: 60em) and (max-width: 90em) {
  .layout-header {
    padding: 20px 15px 30px 15px;
    padding: 1.25rem 0.9375rem 1.875rem 0.9375rem; }

  .layout-container > .layout-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .layout-container > .layout-main:last-child {
      margin-right: 0; }
  .layout-container > .layout-aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .layout-container > .layout-aside:last-child {
      margin-right: 0; }

  .layout-full-width-image {
    position: relative; }
    .layout-full-width-image .hero-video {
      width: 70%;
      margin: 0 auto;
      margin-bottom: 50px; }
    .layout-full-width-image .hero-video:after {
      content: " ";
      display: block;
      width: 100%;
      position: absolute;
      bottom: 100px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #2a2a2a;
      z-index: -1; }
    .layout-full-width-image img {
      margin-top: -60px;
      margin-top: -3.75rem;
      margin-bottom: 50px;
      margin-bottom: 3.125rem; }

  .layout-full-width .layout-container {
    max-width: 48em; }

  .layout-full-width .layout-container.layout-blog-article {
    max-width: 68em; } }
@media (min-width: 70em) {
  .layout-full-width-image img {
    margin-top: -50px;
    margin-top: -3.125rem; } }
@media (min-width: 90em) {
  .layout-header {
    padding: 30px 15px 55px 15px;
    padding: 1.875rem 0.9375rem 3.4375rem 0.9375rem; }

  .layout-full-width-image img {
    margin-top: -75px;
    margin-top: -4.6875rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }

  .layout-container {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto; }
    .layout-container::after {
      clear: both;
      content: "";
      display: block; }
    .layout-container > .layout-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .layout-container > .layout-main:last-child {
        margin-right: 0; }
    .layout-container > .layout-aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .layout-container > .layout-aside:last-child {
        margin-right: 0; }

  .layout-full-width .layout-container {
    max-width: 48em; } }
@media (min-width: 48em) {
  main {
    margin-top: 50px;
    margin-top: 3.125rem; } }
.home-banner {
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  overflow: hidden; }
  .home-banner::after {
    clear: both;
    content: "";
    display: block; }
  .home-banner img {
    max-width: 200%; }

.home-page-logo {
  position: absolute;
  width: 100%;
  left: 0;
  left: 0;
  height: 90px;
  height: 5.625rem;
  top: 15px;
  top: 0.9375rem;
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 48em) {
  .home-banner {
    margin-top: -50px;
    margin-top: -3.125rem;
    height: 500px;
    height: 31.25rem; }
    .home-banner img {
      max-width: 150%; }

  .home-page-logo {
    height: 160px;
    height: 10rem; } }
@media (min-width: 60em) {
  .home-banner {
    margin-top: -50px;
    margin-top: -3.125rem;
    height: auto;
    height: auto; }
    .home-banner img {
      max-width: 100%;
      margin: 0; }

  .home-page-logo {
    height: 280px;
    height: 17.5rem; } }
.lt-ie9 .home-banner {
  display: block;
  width: 100%;
  margin-top: 0 !important; }

.lt-ie9 .home-banner .icon-49-logo {
  background-image: url("ie8-49-logo.png") !important;
  margin-top: 30px;
  margin-top: 1.875rem; }

.collection-callouts {
  margin: 0;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding: 35px 0 25px 0;
  padding: 2.1875rem 0 1.5625rem 0;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 0.0625rem solid #2a2a2a;
  min-height: 320px;
  min-height: 20rem; }
  .collection-callouts::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 48em) {
    .collection-callouts {
      padding: 35px 25px 75px 25px;
      padding: 2.1875rem 1.5625rem 4.6875rem 1.5625rem; } }
  @media (min-width: 60em) {
    .collection-callouts {
      padding: 35px 150px 75px 150px;
      padding: 2.1875rem 9.375rem 4.6875rem 9.375rem; } }
  .collection-callouts .collection-listings {
    padding: 0;
    position: relative;
    text-align: center; }
    .collection-callouts .collection-listings a {
      display: block; }
    .collection-callouts .collection-listings .collection-icon {
      position: relative;
      display: block;
      margin: 0 auto;
      background-position: center center;
      width: 110px;
      width: 6.875rem;
      height: 110px;
      height: 6.875rem;
      background-size: 130px;
      background-size: 8.125rem; }
    .collection-callouts .collection-listings .collection-icon:before {
      content: " ";
      display: block;
      position: absolute;
      width: 120px;
      width: 7.5rem;
      height: 120px;
      height: 7.5rem;
      top: -6px;
      top: -0.375rem;
      left: -2px;
      left: -0.125rem;
      border: 1px solid transparent;
      border: 0.0625rem solid transparent;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: transparent;
      z-index: -2;
      -webkit-transition: border 0.45s, width 0.45s, height 0.45s, top 0.45s, left 0.45s, background-color 0.45s;
      -moz-transition: border 0.45s, width 0.45s, height 0.45s, top 0.45s, left 0.45s, background-color 0.45s;
      transition: border 0.45s, width 0.45s, height 0.45s, top 0.45s, left 0.45s, background-color 0.45s; }
  .collection-callouts .collection-listings:hover .collection-icon:before {
    border: 1px solid #82ccbf;
    background-color: #82ccbf;
    -webkit-transition: border 0.3s, width 0.3s, height 0.3s, top 0.3s, left 0.3s, background-color 0.3s;
    -moz-transition: border 0.3s, width 0.3s, height 0.3s, top 0.3s, left 0.3s, background-color 0.3s;
    transition: border 0.3s, width 0.3s, height 0.3s, top 0.3s, left 0.3s, background-color 0.3s;
    width: 140px;
    width: 8.75rem;
    height: 140px;
    height: 8.75rem;
    top: -16px;
    top: -1rem;
    left: -12px;
    left: -0.75rem; }

.lt-ie9 .icon-shop-kits {
  background-image: url("ie8-home-kits.png") !important; }

.lt-ie9 .icon-subscriptions {
  background-image: url("ie8-home-subscription.png") !important; }

.lt-ie9 .icon-shop-cups {
  background-image: url("ie8-home-cup.png") !important; }

.lt-ie9 .icon-shop-tea {
  background-image: url("ie8-home-tea.png") !important; }

.lt-ie9 .collection-listings:hover .collection-icon:before {
  background-color: transparent !important; }

.lt-ie9 .collection-callouts .collection-listings {
  margin-right: 0; }

@media (max-width: 47.99em) {
  .collection-callouts .collection-listings {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .collection-callouts .collection-listings:last-child {
      margin-right: 0; }
    .collection-callouts .collection-listings:nth-child(2n) {
      margin-right: 0; }
    .collection-callouts .collection-listings:nth-child(2n+1) {
      clear: left; } }
@media (min-width: 48em) {
  .collection-callouts .collection-listings {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .collection-callouts .collection-listings:last-child {
      margin-right: 0; } }
.page-icon {
  margin: 0 auto;
  margin: 0 auto;
  height: 80px;
  height: 5rem;
  width: 170px;
  width: 10.625rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block; }
  @media (min-width: 48em) {
    .page-icon {
      background-size: auto 165px; } }

.lt-ie9 .icon-home {
  background-image: url("ie8-home.png") !important; }

.lt-ie9 .icon-sourcing {
  background-image: url("ie8-sourcing.png") !important; }

.lt-ie9 .icon-wholesale {
  background-image: url("ie8-wholesale.png") !important; }

.video-player iframe {
  height: 350px;
  height: 21.875rem;
  padding: 15px;
  padding: 0.9375rem;
  margin: 40px auto;
  margin: 2.5rem auto;
  border: 1px solid #2a2a2a;
  border: 0.0625rem solid #2a2a2a; }

.breadcrumbs {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px auto;
  margin: 0.625rem auto; }
  @media (min-width: 48em) {
    .breadcrumbs {
      margin: 40px auto;
      margin: 2.5rem auto; } }
  .breadcrumbs li:nth-child(3):before {
    content: ": "; }

.breadcrumb {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  padding: 0; }

.parent-breadcrumb {
  font-weight: 600;
  position: relative; }

.parent-breadcrumb:before {
  content: " ";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #2a2a2a;
  position: absolute;
  bottom: -5px;
  left: 0; }

.location {
  padding: 25px 0;
  padding: 1.5625rem 0;
  clear: left; }
  .location::after {
    clear: both;
    content: "";
    display: block; }
  .location img {
    float: left;
    padding: 0 0 15px 0;
    padding: 0 0 0.9375rem 0; }
    @media (min-width: 48em) {
      .location img {
        padding: 0 15px 15px 0;
        padding: 0 0.9375rem 0.9375rem 0; } }
  .location .location-address {
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .location .location-map {
    float: left;
    clear: left; }
  .location .location-operating-hours {
    float: left;
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .location .location-description {
    float: left;
    clear: left;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }

@media (max-width: 47.5em) {
  .location-operating-hours {
    clear: left; }

  .p-street-address, .p-postal-code {
    display: block; } }
@media (min-width: 48em) {
  .location img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .location img:last-child {
      margin-right: 0; }
  .location .location-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .location .location-content:last-child {
      margin-right: 0; }
  .location .location-operating-hours {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-right: 0; }
    .location .location-operating-hours:last-child {
      margin-right: 0; } }
.cart {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  clear: left;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }
  .cart td {
    vertical-align: middle;
    padding: 15px 0;
    padding: 0.9375rem 0; }
  .cart .image {
    text-align: center;
    table-layout: fixed;
    width: 120px;
    width: 7.5rem; }
  .cart .cart-remove {
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s; }
  .cart .cart-remove:hover {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  @media (min-width: 48em) {
    .cart .cart-remove {
      background-position: center;
      background-size: 100% auto; } }
  @media (max-width: 48em) {
    .cart tr {
      position: relative;
      margin-top: 40px;
      margin-top: 2.5rem; }
    .cart td h2 {
      position: relative;
      top: -40px;
      left: -123px;
      width: 640%; } }

.listing-faq {
  font-weight: 600;
  padding: 50px 0 10px 0;
  padding: 3.125rem 0 0.625rem 0; }

.listing-faq:first-child {
  padding-top: 0; }

.wholesale-lower {
  margin-top: 70px;
  margin-top: 4.375rem; }

@media (min-width: 48em) {
  .faq-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .faq-container:last-child {
      margin-right: 0; }

  .wholesale-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    .wholesale-container:last-child {
      margin-right: 0; } }
.cart {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.empty-cart-description {
  clear: left;
  padding: 20px 0;
  padding: 1.25rem 0; }

.total-amount {
  float: right;
  text-align: right;
  margin: 25px 0;
  margin: 1.5625rem 0; }
  @media (min-width: 48em) {
    .total-amount {
      margin-right: 16px;
      margin-right: 1rem; } }
  .total-amount .continue-shopping {
    color: #82ccbf; }
  .total-amount .form-submit {
    margin: 15px 0;
    margin: 0.9375rem 0; }

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

@media (min-width: 48em) {
  .special-instructions {
    margin-top: 30px;
    margin-top: 1.875rem; } }
@media (max-width: 48em) {
  .total-amount {
    width: 100%; } }
.special-instructions {
  clear: left; }

.shipping-calculator {
  text-align: left;
  width: 100%;
  padding: 30px 0;
  padding: 1.875rem 0;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  border-top: 1px solid #2a2a2a;
  border-top: 0.0625rem solid #2a2a2a; }
  .shipping-calculator form {
    margin: 0;
    text-align: left; }

@media (min-width: 48em) {
  .special-instructions {
    float: left;
    width: 40%; } }
.customer-orders {
  clear: left; }

.customer-sidebar {
  padding-top: 90px;
  padding-top: 5.625rem;
  clear: right; }
  .customer-sidebar p {
    margin: 0; }

.address-list {
  clear: left; }

.address_table p {
  margin: 0; }
  .address_table p a {
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.address_table p:last-child {
  margin-top: 10px;
  margin-top: 0.625rem; }
.address_table .action_edit {
  margin-right: 10px;
  margin-right: 0.625rem; }
.address_table .address_actions {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

@media (max-width: 60em) {
  .address_table {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .address_table:last-child {
      margin-right: 0; }
    .address_table:nth-child(2n) {
      margin-right: 0; }
    .address_table:nth-child(2n+1) {
      clear: left; } }
@media (min-width: 60em) {
  .address_table {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .address_table:last-child {
      margin-right: 0; } }
.recover-password {
  padding: 60px 20px;
  padding: 3.75rem 1.25rem; }

.listings-faqs {
  margin-top: 30px;
  margin-top: 1.875rem; }

.sourcing-content {
  text-align: center; }
  .sourcing-content ul {
    margin: 60px 0;
    margin: 3.75rem 0; }
    .sourcing-content ul li.image-inpage, .sourcing-content ul li.image-inpage div {
      margin: 0 auto;
      overflow: hidden;
      width: 220px;
      width: 13.75rem;
      height: 220px;
      height: 13.75rem;
      padding: 0; }
    .sourcing-content ul li.image-inpage {
      display: inline-block;
      margin: 0 10px; }
    .sourcing-content ul li.image-inpage .image-inpage-wrapper img {
      width: 100%;
      height: auto; }

.lt-ie9 .location-operating-hours {
  width: 30% !important;
  margin-right: 0 !important; }

.pagination {
  list-style: none;
  margin: 0;
  text-align: center;
  color: #bbb;
  font-style: italic; }

.next, .prev {
  font-style: normal; }

@media (max-width: 48em) {
  .icon-btn-download {
    background-image: none; } }
.product-listings ul, .product-listings ol {
  margin: 0;
  padding: 0; }
  .product-listings ul li, .product-listings ol li {
    padding: 0; }

.product-listings-coffee {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 0.0625rem solid #2a2a2a; }
  .product-listings-coffee::after {
    clear: both;
    content: "";
    display: block; }

.quick-product-actions {
  position: relative;
  clear: left; }
  .quick-product-actions li {
    list-style: none; }

.product-listing {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .product-listing .product {
    position: relative;
    text-align: center;
    padding: 0 0 40px 0;
    padding: 0 0 2.5rem 0; }
    .product-listing .product::after {
      clear: both;
      content: "";
      display: block; }
    .product-listing .product .quick-product-actions {
      clear: none;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      margin: 0 5px;
      padding: 0; }
      .product-listing .product .quick-product-actions .product-detail {
        display: inline-block; }
    .product-listing .product .quick-product-actions:first-child {
      margin-right: 5px; }
    .product-listing .product a:hover {
      border-bottom: 0; }
  .product-listing .product img {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: margin 0.45s, max-width 0.45s;
    -moz-transition: margin 0.45s, max-width 0.45s;
    transition: margin 0.45s, max-width 0.45s; }
  .product-listing .product:hover img {
    -webkit-transition: margin 0.25s, max-width 0.25s;
    -moz-transition: margin 0.25s, max-width 0.25s;
    transition: margin 0.25s, max-width 0.25s; }

.icon-cart-quick {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin: 10px 0 0 auto;
  margin: 0.625rem 0 0 auto;
  border: 1px solid #2a2a2a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  -webkit-transition: border 0.45s, background-color 0.45s, background-image 0.3s;
  -moz-transition: border 0.45s, background-color 0.45s, background-image 0.3s;
  transition: border 0.45s, background-color 0.45s, background-image 0.3s;
  border-radius: 0;
  -webkit-appearance: none; }

.lt-ie9 .icon-cart-quick {
  background-image: url("ie8-quick-button.png") !important; }

.icon-cart-quick:hover {
  background-color: #82ccbf;
  border: 1px solid #82ccbf;
  -webkit-transition: border 0.3s, background-color 0.35s;
  -moz-transition: border 0.3s, background-color 0.35s;
  transition: border 0.3s, background-color 0.35s; }

.selecteditem-border {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  top: 34px;
  top: 2.125rem;
  left: 13px;
  left: 0.8125rem;
  border: 1px solid #82ccbf;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.quick-add-animation {
  background-color: #82ccbf;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  margin: 17px 5px 0 -22px;
  margin: 1.0625rem 0.3125rem 0 -1.375rem;
  vertical-align: top;
  pointer-events: none;
  animation: container 0.6s ease-out forwards;
  -webkit-animation: container 0.6s ease-out forwards; }

.cart-animation {
  position: absolute;
  top: 70px;
  top: 4.375rem;
  left: 20px;
  left: 1.25rem; }

.checkmark {
  stroke: #2a2a2a;
  stroke-dashoffset: 545.74853515625;
  stroke-dasharray: 545.74853515625;
  animation: dash 0.6s ease-out forwards;
  -webkit-animation: dash 0.6s ease-out forwards; }

@keyframes container {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  80% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes container {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  80% {
    stroke-dashoffset: 0; } }
.single-product-description .product-details {
  margin: 0;
  list-style: none; }
  .single-product-description .product-details .product-detail {
    margin: 20px 0;
    margin: 1.25rem 0;
    padding: 0 0 0 60px;
    padding: 0 0 0 3.75rem;
    min-height: 30px;
    min-height: 1.875rem;
    background-repeat: no-repeat;
    background-position: center left;
    font-family: "ff-tisa-web-pro", Georgia, serif; }
    @media (min-width: 48em) {
      .single-product-description .product-details .product-detail {
        background-size: 51px 38px; } }
    .single-product-description .product-details .product-detail a {
      color: #82ccbf; }

.single-product-sizes {
  clear: left; }

.product-select {
  border-radius: 100px;
  border-radius: 6.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border: 1px solid #2a2a2a;
  border: 0.0625rem solid #2a2a2a; }

.lt-ie9 .product-select {
  border: none; }

.product-label input:checked {
  background-color: #82ccbf;
  border: 1px solid #2a2a2a;
  position: relative; }

.product-select, .product-label {
  float: left;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.product-quantity {
  display: block;
  clear: left;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 0px;
  margin-top: 0;
  width: 60px;
  width: 3.75rem;
  height: 40px;
  height: 2.5rem;
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #2a2a2a;
  border: 0.0625rem solid #2a2a2a; }

.cart .product-quantity {
  margin: 0; }
.cart .item-quantity {
  text-align: center;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #2a2a2a;
  border: 0.0625rem solid #2a2a2a; }

@media (max-width: 48em) {
  .cart .image {
    display: none; }
  .cart .price {
    padding-right: 10px;
    padding-right: 0.625rem; }
  .cart .cart-remove {
    width: 25px;
    width: 1.5625rem;
    background-position: 0px 12px;
    background-position: 0 0.75rem;
    background-size: 30px auto; }
  .cart .qty {
    padding-right: 5px;
    padding-right: 0.3125rem; }
  .cart .item-quantity {
    padding: 8px 0;
    padding: 0.5rem 0;
    -webkit-appearance: none;
    border-radius: 0; } }
.product-quantity-entry {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 5px;
  margin-left: 0.3125rem; }

.single-product-images img {
  width: 100%; }
.single-product-images img:first-child {
  margin-bottom: 120px;
  margin-bottom: 7.5rem; }

@media (max-width: 48em) {
  .single-product-images img {
    display: none; }
  .single-product-images img:first-child {
    display: block;
    margin-bottom: 0; } }
@media (min-width: 48em) {
  .product-listing {
    margin-bottom: 70px;
    margin-bottom: 4.375rem; }

  .single-product-images {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .single-product-images:last-child {
      margin-right: 0; }

  .single-product-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .single-product-details:last-child {
      margin-right: 0; }

  .single-product-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .single-product-description:last-child {
      margin-right: 0; } }
.product-select {
  margin: 45px 15px 0 0;
  margin: 2.8125rem 0.9375rem 0 0; }

.product-label {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }
  .product-label .product-price-list {
    float: left;
    margin-left: 0;
    margin-bottom: 0; }
  .product-label .product-price {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0;
    padding: 0; }
  .product-label .product-price-primary {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-right: 25px;
    margin-right: 1.5625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: -12px;
    margin-bottom: -0.75rem;
    color: #82ccbf; }
  .product-label .product-price-primary-size {
    display: block;
    margin-top: -18px;
    margin-top: -1.125rem; }

.product-callouts {
  margin: 0; }
  .product-callouts .product-listing {
    padding: 0;
    margin: 0; }

.product-details {
  margin: 0; }
  .product-details .product-detail {
    margin: 0;
    padding: 0; }

@media (max-width: 47.5em) {
  .product-listing {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .product-listing:last-child {
      margin-right: 0; }
    .product-listing:nth-child(2n) {
      margin-right: 0; }
    .product-listing:nth-child(2n+1) {
      clear: left; }

  .product-callouts {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-callouts:last-child {
      margin-right: 0; }
    .product-callouts .product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .product-callouts .product-listing:last-child {
        margin-right: 0; }
      .product-callouts .product-listing:nth-child(2n) {
        margin-right: 0; }
      .product-callouts .product-listing:nth-child(2n+1) {
        clear: left; } }
@media (min-width: 48em) {
  .product-label .product-price {
    font-size: 40px;
    font-size: 2.5rem; }
  .product-label .product-price-primary {
    font-size: 70px;
    font-size: 4.375rem;
    margin-right: 45px;
    margin-right: 2.8125rem;
    margin-top: 0;
    margin-top: 0; } }
@media (min-width: 48em) and (max-width: 60em) {
  .navigation-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .navigation-side:last-child {
      margin-right: 0; }

  .product-listings {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    .product-listings:last-child {
      margin-right: 0; }
    .product-listings li.product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .product-listings li.product-listing:last-child {
        margin-right: 0; }
      .product-listings li.product-listing:nth-child(3n) {
        margin-right: 0; }
      .product-listings li.product-listing:nth-child(3n+1) {
        clear: left; }

  .product-callouts {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-callouts:last-child {
      margin-right: 0; }
    .product-callouts .product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .product-callouts .product-listing:last-child {
        margin-right: 0; }

  .layout-aside .product-callouts .product-listing {
    width: 100%; } }
.lt-ie9 .product-callouts .product-listing {
  margin-right: 0; }

@media (min-width: 60em) and (max-width: 90em) {
  .navigation-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .navigation-side:last-child {
      margin-right: 0; }

  .product-listings {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    .product-listings:last-child {
      margin-right: 0; }
    .product-listings li.product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .product-listings li.product-listing:last-child {
        margin-right: 0; }
      .product-listings li.product-listing:nth-child(3n) {
        margin-right: 0; }
      .product-listings li.product-listing:nth-child(3n+1) {
        clear: left; }

  .product-callouts {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-callouts:last-child {
      margin-right: 0; }
    .product-callouts .product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .product-callouts .product-listing:last-child {
        margin-right: 0; }

  .layout-aside .product-callouts .product-listing {
    width: 100%; } }
@media (min-width: 90em) {
  .navigation-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .navigation-side:last-child {
      margin-right: 0; }

  .product-listings {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .product-listings:last-child {
      margin-right: 0; }
    .product-listings li.product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .product-listings li.product-listing:last-child {
        margin-right: 0; }
      .product-listings li.product-listing:nth-child(3n) {
        margin-right: 0; }
      .product-listings li.product-listing:nth-child(3n+1) {
        clear: left; }

  .product-callouts {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-callouts:last-child {
      margin-right: 0; }
    .product-callouts .product-listing {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .product-callouts .product-listing:last-child {
        margin-right: 0; }

  .layout-aside .product-callouts .product-listing {
    width: 100%; } }
.recco-products {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid #2a2a2a;
  border-top: 0.0625rem solid #2a2a2a; }

.single-product-page .product-callouts {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid #2a2a2a;
  border-top: 0.0625rem solid #2a2a2a; }

.lt-ie9 .product-listings li.product-listing {
  margin-right: 0; }

.product_description {
  clear: left; }

@media (max-width: 48em) {
  .product-details li[class*='icon-'] {
    background-size: 40px; } }
.btn {
  display: inline-block;
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: border 0.45s, color 0.45s, background-color 0.45s;
  -moz-transition: border 0.45s, color 0.45s, background-color 0.45s;
  transition: border 0.45s, color 0.45s, background-color 0.45s;
  -webkit-appearance: none;
  border-radius: 0; }

.btn:hover {
  border: 1px solid transparent; }

.btn-small {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem; }

.btn-medium {
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  font-size: 16px;
  font-size: 1rem; }

.btn-lrg {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 22px 40px;
  padding: 1.375rem 2.5rem; }

.btn-clear {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-clear:hover {
  background-color: #fff;
  color: #2a2a2a;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-blue {
  background-color: #82ccbf;
  border: 1px solid #82ccbf;
  color: #2a2a2a;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-blue:hover {
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  color: #fff;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-black {
  color: #2a2a2a;
  background-color: transparent;
  border: 1px solid #2a2a2a;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-black:hover {
  color: #fff;
  background-color: #2a2a2a;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-solid {
  color: #fff;
  background-color: #2a2a2a;
  border: 1px solid transparent;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.btn-solid:hover {
  color: #2a2a2a;
  background-color: #82ccbf;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s; }

.home-banner .btn-clear {
  position: relative;
  top: -62px;
  top: -3.875rem;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem; }

@media (min-width: 48em) {
  .home-banner .btn-clear {
    top: -160px;
    top: -10rem;
    padding: 30px 75px;
    padding: 1.875rem 4.6875rem; } }
@media (min-width: 60em) {
  .home-banner .btn-clear {
    top: -130px;
    top: -8.125rem;
    padding: 30px 75px;
    padding: 1.875rem 4.6875rem; } }
@media (min-width: 70em) {
  .home-banner .btn-clear {
    top: -160px;
    top: -10rem; } }
.add-to-cart {
  float: left;
  clear: left;
  background-color: #82ccbf;
  padding-left: 75px;
  padding-left: 4.6875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  background-position: 24px 13px;
  background-position: 1.5rem 0.8125rem;
  background-size: auto 39px;
  -webkit-transition: background-position 0.45s;
  -moz-transition: background-position 0.45s;
  transition: background-position 0.45s; }

.add-to-cart:hover {
  background-position: 30px 13px;
  background-position: 1.875rem 0.8125rem;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  transition: background-position 0.3s; }

@media (max-width: 48em) {
  .add-to-cart {
    width: 150px;
    width: 9.375rem;
    padding-left: 55px;
    padding-left: 3.4375rem;
    background-position: 11px 11px;
    background-position: 0.6875rem 0.6875rem; } }
.nav-items .nav-item-facebook, .nav-items .nav-item-twitter, .nav-items .nav-item-instagram {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  text-indent: -999px;
  text-indent: -62.4375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  overflow: hidden;
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 0.45s;
  -moz-transition: background-color 0.45s;
  transition: background-color 0.45s; }
.nav-items .nav-item-facebook:hover, .nav-items .nav-item-twitter:hover, .nav-items .nav-item-instagram:hover {
  background-color: #82ccbf;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.lt-ie9 .nav-items .nav-item-facebook {
  background-image: url(ie8-facebook.png); }

.lt-ie9 .nav-items .nav-item-twitter {
  background-image: url(ie8-twitter.png); }

.lt-ie9 .nav-items .nav-item-instagram {
  background-image: url(ie8-instagram.png); }

.lt-ie9 .icon-49-logo-black {
  background-image: url(ie8-49th-logo.png) !important; }

.lt-ie9 .icon-lucky-logo {
  background-image: url(ie8-luckys.png) !important; }

@media (min-width: 48em) {
  .nav-item-facebook, .nav-item-twitter, .nav-item-instagram {
    float: right; } }
.shipping-btn {
  margin-top: 29px;
  margin-top: 1.8125rem; }

.logout-btn {
  float: right; }

.class-address {
  margin-top: 10px;
  margin-top: 0.625rem; }

.add-new-address {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

@media (min-width: 48em) {
  .btn-download {
    padding: 30px 90px;
    padding: 1.875rem 5.625rem;
    margin: 40px 0 80px 0;
    margin: 2.5rem 0 5rem 0; } }
.article-listings {
  clear: left;
  margin: 0; }

.article-listing {
  clear: left;
  padding-bottom: 70px;
  padding-bottom: 4.375rem; }
  .article-listing::after {
    clear: both;
    content: "";
    display: block; }
  .article-listing img {
    float: left;
    margin: 10px 20px 0 0;
    margin: 0.625rem 1.25rem 0 0; }

.article-callouts {
  margin: 0; }

ul li.sidebar-blog-grid {
  list-style: none; }

.lt-ie9 .layout-container .layout-aside, .single-product-description {
  margin-right: 0 !important; }

/*# sourceMappingURL=main.css.map */
