@charset "UTF-8";
/******************** Basic styling ********************/
html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #79380e;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff;
}

@media (min-width: 48em) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.outer-container {
  width: 100%;
}

.inner-container {
  width: 100%;
  max-width: 1000px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}

@media (min-width: 48em) {
  .mobile {
    display: none !important;
  }
}

.full {
  display: none !important;
}

@media (min-width: 48em) {
  .full {
    display: block !important;
  }
}

.icon-inline {
  display: inline-block;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive-border {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #FAF6E5;
}

.img-responsive-link {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #FAF6E5;
}

.img-responsive-link:hover {
  box-shadow: 0px 0px 10px #E8CF6B;
}

.img-responsive-borderless {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive-borderless-link {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive-borderless-link:hover {
  box-shadow: 0px 0px 10px #E8CF6B;
}

/******************** Typography ********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-style: normal;
}

h1,
.h1 {
  margin: 0.4285714286em 0 0.8571428571em 0;
  color: #79380e;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.85px;
  line-height: 1.2857142857;
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0.4615384615em 0 0.6923076923em 0;
  color: #79380e;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2307692308;
  text-transform: none;
}

h3,
.h3 {
  margin: 0.8181818182em 0;
  color: #79380e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}

h4,
.h4 {
  margin: 0.6666666667em 0 1.3333333333em 0;
  color: #5d2d0e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2222222222;
  text-transform: uppercase;
}

h5,
.h5 {
  margin: 0.6666666667em 0 1.3333333333em 0;
  color: #c18e60;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2222222222;
}

h6,
.h6 {
  margin: 1em 0 2em 0;
  color: #79380e;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

a {
  color: #c95d1a;
  font-weight: 300;
  text-decoration: none;
  /*&:not(.button) {
    &:visited {
      color: $link-visited-color;
    }
  }*/
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a:active {
  color: #d73340;
}

a:hover {
  color: #c01d20;
  font-weight: 400;
}

strong,
b {
  font-weight: 400;
}

.callout-text-container {
  text-align: center;
  margin: 22px 0 18px 0;
}

.callout-text-border {
  margin: 0 auto;
  width: 100px;
  border-top: #E8CF6B dotted 3px;
}

.callout-text-container h3.callout-text {
  margin: 0px 6px;
  padding: 12px 0;
  color: #c18e60;
  font-weight: 300;
  line-height: 1.75em;
}

@media (min-width: 48em) {
  p {
    line-height: 1.7;
  }
}

@media (min-width: 48em) {
  ul li,
  ol li {
    line-height: 1.7;
  }
}

/******************** Header ********************/
.main-header:before, .main-header:after {
  content: '';
  display: table;
}

.main-header:after {
  clear: both;
}

.main-header > section.inner-container.mobile {
  margin-top: 30px;
}

.main-header > section.inner-container.mobile > figure {
  float: left;
}

.main-header > section.inner-container.mobile #search {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.main-header > section.inner-container.mobile #search input[type=search] {
  border-color: #ccc;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
  background-color: #f6f6f6;
  -webkit-appearance: none;
}

.main-header > section.inner-container.mobile #search input[type=image] {
  position: relative;
  right: 5px;
  width: 15px;
  height: 15px;
}

.main-header > section.inner-container.full {
  margin-top: 30px;
}

.main-header > section.inner-container.full > figure {
  float: left;
  margin: 0 8% 15px 0;
  margin: 0 8% 0.9375rem 0;
}

.main-header > section.inner-container.full > .header-search-contact {
  float: left;
  width: 25%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.main-header > section.inner-container.full > .header-search-contact input[type=search] {
  border-color: #ccc;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #f6f6f6;
  -webkit-appearance: none;
}

.main-header > section.inner-container.full > .header-search-contact input[type=image] {
  position: relative;
  right: 5px;
  width: 15px;
  height: 15px;
}

.main-header > section.inner-container.full > .header-search-contact .contact-us {
  display: inline-block;
  width: 100%;
  margin-top: 0.25em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 62em) {
  .main-header > section.inner-container.full > .header-search-contact .contact-us {
    font-size: inherit;
  }
}

.main-header > section.inner-container.full > .header-search-contact .contact-us > a {
  color: inherit;
  font-weight: 700;
}

.main-header #real-people {
  position: relative;
  top: -9px;
  width: 19%;
}

.main-header #site-logo {
  width: 40%;
}

.main-header #m-site-logo {
  width: 70%;
  margin: 0 15%;
}

.main-header #m-real-people {
  width: 35%;
  margin: 20px 10% 20px 5%;
}

.main-header #m-contact-us {
  float: right;
  width: 40%;
  margin: 15px 5% 20px 5%;
  color: inherit;
  text-transform: uppercase;
}

.main-header #m-contact-us > a {
  color: inherit;
  font-weight: 700;
}

#promo-banner-header {
  max-width: 990px;
  padding: 0.75em 0.5em;
  border-image: url("/images/border-white-squiggle.png") 20 repeat;
  border-style: solid;
  border-width: 0 0 10px 0;
  color: #333;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.3333333333;
  text-align: center;
  background-color: #faf6e5;
}

.no-borderimage #promo-banner-header {
  border: 0;
}

#breadcrumb {
  float: left;
  width: 100%;
  padding: 1em 0;
  border-image: url("/images/border-lightgray-dotted.png") 4 repeat;
  border-style: solid;
  border-width: 0 0 3px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.no-borderimage #breadcrumb {
  border-color: #ccc;
  border-style: dotted;
  border-width: 0 0 1px 0;
}

#breadcrumb > a {
  color: inherit;
  font-weight: 400;
}

#breadcrumb > span {
  font-weight: 700;
}

/******************** Footer ********************/
.email-signup {
  float: left;
  border-image: url("/images/border-catalog-request.png") 16 repeat;
  border-style: solid;
  border-width: 8px;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.no-borderimage .email-signup {
  border-style: dotted;
  border-width: 2px;
  border-color: #54311a;
}

.email-signup > a:hover {
  font-weight: inherit;
}

.img-catalogs {
  float: left;
  padding: 0 10px;
}

@media (min-width: 48em) {
  .img-catalogs {
    width: 33%;
    padding: 0;
    margin-bottom: -2px;
  }
}

.email-signup-content {
  padding: 10px;
  text-align: center;
}

@media (min-width: 34em) {
  .email-signup-content {
    float: none;
  }
}

@media (min-width: 48em) {
  .email-signup-content {
    float: right;
    width: 67%;
    padding: 10px 30px 10px 0;
  }
}

@media (min-width: 62em) {
  .email-signup-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.email-signup-content .email-signup-copy {
  float: left;
  width: 94%;
}

.email-signup-content span {
  display: block;
  letter-spacing: 1px;
}

@media (min-width: 48em) {
  .email-signup-content span {
    line-height: 44px;
    line-height: 2.75rem;
  }
}

.email-signup-content span.email-signup-text {
  color: #79380e;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .email-signup-content span.email-signup-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 62em) {
  .email-signup-content span.email-signup-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.email-signup-content span.email-signup-cta {
  color: #c01d20;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}

@media (min-width: 48em) {
  .email-signup-content span.email-signup-cta {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 62em) {
  .email-signup-content span.email-signup-cta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.email-signup-content > img {
  float: right;
  width: 6%;
  margin-top: 10px;
}

@media (min-width: 34em) {
  .email-signup-content > img {
    margin-top: 35px;
  }
}

@media (min-width: 48em) {
  .email-signup-content > img {
    margin-top: 10px;
  }
}

@media (min-width: 62em) {
  .email-signup-content > img {
    margin-top: 0;
  }
}

.social-wrapper {
  float: left;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.social-wrapper > ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.social-wrapper > ul li {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.social-wrapper > ul li:last-child {
  margin-right: 0;
}

.social-wrapper .social-icon {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("/images/social-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 216px 72px;
}

.social-wrapper .icon-facebook {
  background-position: 0 0;
}

.social-wrapper .icon-facebook:hover {
  background-position: 0 -36px;
}

.social-wrapper .icon-twitter {
  background-position: -36px 0;
}

.social-wrapper .icon-twitter:hover {
  background-position: -36px -36px;
}

.social-wrapper .icon-flickr {
  background-position: -72px 0;
}

.social-wrapper .icon-flickr:hover {
  background-position: -72px -36px;
}

.social-wrapper .icon-linkedin {
  background-position: -108px 0;
}

.social-wrapper .icon-linkedin:hover {
  background-position: -108px -36px;
}

.social-wrapper .icon-instagram {
  background-position: -144px 0;
}

.social-wrapper .icon-instagram:hover {
  background-position: -144px -36px;
}

.social-wrapper .icon-pinterest {
  background-position: -180px 0;
}

.social-wrapper .icon-pinterest:hover {
  background-position: -180px -36px;
}

.main-footer {
  float: left;
  width: 100%;
}

.main-footer:before, .main-footer:after {
  content: '';
  display: table;
}

.main-footer:after {
  clear: both;
}

.footer-top-wrapper {
  float: left;
  width: 100%;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-image: url("/images/leafy-border.png") 52 repeat;
  border-style: solid;
  border-width: 13px 0 0 0;
  background-color: #54311a;
  box-shadow: 0 -10px 0 0 #54311a;
}

.no-borderimage .footer-top-wrapper {
  border: 0;
}

.footer-top-wrapper > .inner-container {
  padding: 0 20px;
}

.footer-email-signup {
  float: right;
  width: 100%;
}

@media (min-width: 48em) {
  .footer-email-signup {
    width: 25%;
  }
}

.footer-email-signup form > .form-group {
  width: 60%;
  height: 30px;
  margin-right: 2%;
}

.footer-email-signup form input[type=email] {
  width: 100%;
}

.footer-email-signup form input[type=submit] {
  padding: 0.375em 0.4375em;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media (min-width: 48em) {
  .footer-email-signup form input[type=submit] {
    padding: 0.6666666667em 1.1666666667em;
    font-size: 1em;
  }
}

.footer-nav-column {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 48em) {
  .footer-nav-column {
    width: 25%;
    padding-left: 0;
    padding-right: 25px;
  }
}

.footer-nav {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.footer-nav:last-child {
  margin-right: 0;
}

.footer-nav li {
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6666666667;
}

@media (min-width: 48em) {
  .footer-nav li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer-nav li > a {
  color: inherit;
  font-weight: inherit;
}

.footer-nav li > a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-nav li.footer-nav-heading {
  color: #c18e60;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-nav li.footer-email-prompt {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.footer-bottom-wrapper {
  float: left;
  width: 100%;
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6666666667;
  text-align: center;
}

@media (min-width: 48em) {
  .footer-bottom-wrapper {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer-bottom-wrapper p {
  margin: 1.5em 0;
}

.footer-bottom-wrapper .tagline {
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
}

.footer-bottom-wrapper address {
  font-style: normal;
}

.footer-bottom-wrapper address span {
  display: block;
}

.footer-bottom-wrapper address div > span {
  display: inline-block;
}

.footer-bottom-wrapper address span strong {
  text-transform: uppercase;
}

.footer-bottom-wrapper address a {
  color: inherit;
  font-weight: inherit;
}

/******************** Grid elements ********************/
.thumb-grid:before, .thumb-grid:after {
  content: '';
  display: table;
}

.thumb-grid:after {
  clear: both;
}

.thumb-grid h3 {
  font-weight: 400;
}

.thumb-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.thumb-grid ul li {
  float: left;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.thumb-grid ul li .thumb-image {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 8px solid #faf6e5;
}

.thumb-grid ul li .prod-name,
.thumb-grid ul li .prod-price {
  display: block;
  text-align: center;
}

.thumb-grid ul li .prod-name {
  color: #79380e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  /* 22/18 */
  font-weight: 400;
}

.thumb-grid ul li .prod-name a {
  color: inherit;
  font-weight: inherit;
}

.thumb-grid ul li .prod-name a:hover {
  color: #c01d20;
}

.thumb-grid ul li .prod-price {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  /* 22/14 */
}

.content-block-wrapper {
  float: left;
  width: 100%;
}

.content-block {
  float: left;
  width: 100%;
  margin: 0 auto 20px auto;
  margin: 0 auto 1.25rem auto;
}

@media (min-width: 48em) {
  .content-block.two-col {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (min-width: 41em) {
  .content-block.three-col {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (min-width: 48em) {
  .content-block.three-col {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
  }
}

@media (min-width: 48em) {
  .content-block.three-col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 41em) {
  .content-block.four-col {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (min-width: 48em) {
  .content-block.four-col {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
  }
}

@media (min-width: 62em) {
  .content-block.four-col {
    width: 23.875%;
    margin-right: 1.5%;
  }
}

@media (min-width: 48em) {
  .content-block.four-col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 62em) {
  .content-block.four-col:nth-of-type(3n) {
    margin-right: 1.5%;
  }
}

@media (min-width: 48em) {
  .content-block.four-col:nth-of-type(4n) {
    margin-right: 1.5%;
  }
}

@media (min-width: 62em) {
  .content-block.four-col:nth-of-type(4n) {
    margin-right: 0;
  }
}

.two-col {
  float: left;
  width: 100%;
  margin: auto;
}

@media (min-width: 48em) {
  .two-col {
    width: 47.5%;
  }
}

.two-col:not(:first) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media (min-width: 48em) {
  .two-col:not(:first) {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .two-col:nth-of-type(2n) {
    margin-left: 2.5%;
  }
}

@media (min-width: 48em) {
  .two-col:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 2.5%;
  }
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

/******************** Buttons ********************/
.button {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  border: 1px solid;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: bottom;
}

.button.arrow-east {
  padding-left: 1.5em;
}

.button.arrow-west {
  padding-right: 1.5em;
}

.button:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.btn-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #c95d1a;
  letter-spacing: 1px;
}

.btn-link:hover {
  color: #c95d1a;
  text-decoration: underline;
}

.btn-wrapper {
  position: relative;
  display: inline-block;
  border: 2px solid;
  border-radius: 8px;
}

.btn-wrapper > .button {
  border-radius: 6px;
}

.btn-wrapper .button-arrow {
  position: absolute;
  top: 0.8571428571em;
  width: 0.7142857143em;
  height: 0.8571428571em;
}

.btn-wrapper .button-arrow.west {
  left: 0.7142857143em;
}

.btn-wrapper .button-arrow.east {
  right: 0.7142857143em;
}

.btn-wrapper .button-arrow-vertical {
  top: 1em;
  width: 0.8571428571em;
}

.btn-multiline .button-arrow {
  top: 1.7142857143em;
}

.btn-primary {
  background-color: #c01d20;
}

.btn-primary:hover {
  background-color: #941619;
}

.btn-primary-wrapper {
  border-color: #c01d20;
  color: #c01d20;
}

.btn-primary-wrapper:hover {
  border-color: #941619;
}

.btn-secondary {
  background-color: #79380e;
}

.btn-secondary:hover {
  background-color: #4b2309;
}

.btn-warning {
  background-color: #f0ad4e;
}

.btn-warning:hover {
  background-color: #ec971f;
}

.btn-warning-wrapper {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.btn-warning-wrapper:hover {
  border-color: #ec971f;
}

.btn-addcart {
  background-color: #9dc737;
}

.btn-addcart:hover {
  background-color: #6d8e35;
}

.btn-addcart-wrapper {
  border-color: #9dc737;
}

.btn-addcart-wrapper:hover {
  border-color: #6d8e35;
}

.btn-danger {
  background-color: #d9534f;
}

.btn-danger:hover {
  background-color: #c9302c;
}

.btn-danger-wrapper {
  border-color: #d9534f;
  color: #d9534f;
}

.btn-danger-wrapper:hover {
  background-color: #c9302c;
}

.btn-chocolate {
  background-color: #54311a;
}

.btn-chocolate-wrapper {
  border-color: #54311a;
  color: #54311a;
}

.btn-unbordered {
  border-color: transparent !important;
  background-color: transparent !important;
}

.btn-unbordered:hover {
  text-decoration: underline;
}

.btn-unbordered-wrapper {
  border-color: transparent !important;
  background-color: transparent !important;
}

.btn-default {
  color: inherit;
  border-color: #fff;
  background-color: #fff;
}

.btn-default:hover {
  color: inherit;
  background-color: #cccccc;
}

.btn-default-wrapper {
  border-color: #79380e;
  color: #79380e;
}

.btn-default-wrapper:hover {
  background-color: #2d1a0e;
}

.forward-arrow {
  background-image: url("/images/arrow-right.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.back-arrow {
  background-image: url("/images/arrow-left.png");
  background-position: 10% 50%;
  background-repeat: no-repeat;
}

.btn-add {
  width: 56px;
  height: 20px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/images/icon-plus-add.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 56px 40px;
}

.btn-add:hover {
  background-position: 0 -20px;
}

.btn-add-plus {
  padding: 0 6px;
  border: 1px solid #9dc737;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background-color: #9dc737;
}

.btn-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn-large {
  font-size: 16px;
  font-size: 1rem;
}

.btn-x-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-full {
  width: 100%;
}

@media (min-width: 48em) {
  .btn-full-mobile {
    width: auto;
  }
}

@media (min-width: 62em) {
  .btn-full-tablet {
    width: auto;
  }
}

/******************** Forms/form elements ********************/
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=date],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.35em 0.7em;
  background-color: #fff;
  color: #999;
  font-size: inherit;
  border: 1px solid #ccc;
}

input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=date].error,
select.error,
textarea.error {
  border-color: #c01d20;
  background-color: rgba(192, 29, 32, 0.2);
}

input[readonly] {
  width: 100%;
  border-color: transparent !important;
}

label {
  display: inline-block;
  margin-bottom: 0.25em;
  margin-left: 5px;
  font-weight: 400;
}

label.error {
  margin-top: 0.25em;
  color: #f00;
  font-size: 16px;
  font-size: 1rem;
}

label.req:before {
  content: '* ';
  position: relative;
  top: 0;
  color: #c01d20;
  font-size: 1em;
  line-height: 1.0;
}

span.req {
  position: relative;
  right: -0.25em;
  display: inline-block;
  color: #c01d20;
  font-size: 1.5em;
  line-height: 1.0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=button]:active, input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: 0;
}

fieldset input[type=checkbox],
fieldset input[type=radio] {
  vertical-align: bottom;
}

fieldset select {
  height: 2.2142857143em;
}

::-webkit-input-placeholder {
  color: #8c8c8c;
}

:-moz-placeholder {
  color: #8c8c8c;
}

::-moz-placeholder {
  color: #8c8c8c;
}

.form-group {
  margin-bottom: 7.2px;
  margin-bottom: 0.45rem;
}

.form-control {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0.35em 0.7em;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #999;
  font-size: 1em;
  line-height: 1.0;
  background-color: #fff;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline .form-control {
  width: auto;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.checkbox label,
.radio label {
  min-height: 1.5em;
  padding-left: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control,
.input-group .input-group-addon,
.input-group .input-group-btn {
  display: table-cell;
}

.input-group .form-control {
  float: left;
  position: relative;
  width: 100%;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon:first-child {
  border-left: 0;
}

.input-group-addon:last-child {
  border-right: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  vertical-align: middle;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 2.5em;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px;
  margin-left: -1.5em;
}

.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px;
  margin-left: -1.5em;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

.alert {
  padding: 1.5em;
  margin: 20px auto;
  margin: 1.25rem auto;
}

.alert-info {
  box-shadow: 0 0 10px #999;
  background-color: #faf6e5;
}

.panel {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin: 15px 0;
  margin: 0.9375rem 0;
  text-align: center;
}

hr.form-break {
  border-image: url("/images/border-lightgray-dotted.png") 4 repeat;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin: 15px 0;
  margin: 0.9375rem 0;
}

.no-borderimage hr.form-break {
  border-style: dotted;
  border-width: 1px;
  border-color: #ccc;
}

.full-row {
  float: left;
  width: 100%;
}

.full-row.checkbox, .full-row.radio {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.split-cols {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 48em) {
  .split-cols {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 48em) {
  .split-cols.singleton-left {
    margin-right: 50%;
  }
}

@media (min-width: 48em) {
  .split-cols.singleton-right {
    margin-left: 50%;
  }
}

.split-cols label {
  margin-top: 0.25em;
}

.form-note {
  margin: 10px 0 0 5px;
  margin: 0.625rem 0 0 0.3125rem;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/******************** Navigation elements ********************/
nav ul {
  list-style-type: none;
}

nav ul li {
  line-height: inherit;
}

.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
}

.icon-bar + .icon-bar {
  margin-top: 4px;
}

#top-nav {
  width: 100%;
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 0 0 3px 0;
}

.no-borderimage #top-nav {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #54311a;
}

#top-nav ul {
  overflow: hidden;
  padding: 10px 20px 10px 0;
  margin-top: 0;
  margin-bottom: 0;
}

#top-nav li {
  float: right;
  display: block;
  padding-left: 1em;
  margin-left: 1em;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1px;
  line-height: 1.66666666;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  #top-nav li {
    border-left: 1px solid #c95d1a;
  }
}

#top-nav li a, #top-nav li a:hover, #top-nav li a:active, #top-nav li a:focus {
  color: inherit;
}

#top-nav li a:visited {
  color: inherit;
}

#top-nav li .cart-total {
  font-weight: 400;
}

#top-nav li .icon-inline {
  width: 20px;
  height: 20px;
  margin-right: 0.75em;
  vertical-align: top;
}

#top-nav #nav-toggle {
  float: left;
}

#top-nav #nav-toggle > a {
  display: block;
  width: 25px;
  height: 20px;
}

#top-nav #nav-toggle > a .icon-bar {
  background-color: #fff;
}

#top-nav-wrapper {
  background-color: #54311a;
}

#primary-nav {
  float: left;
  width: 100%;
  border-image: url("/images/border-lightgray-dotted.png") 4 repeat;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-bottom: -5px;
  text-align: center;
}

.no-borderimage #primary-nav {
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #ccc;
}

#primary-nav > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#primary-nav > ul li {
  display: block;
  padding: 10px 0.5em;
  font-size: 13px;
}

@media (min-width: 62em) {
  #primary-nav > ul li {
    padding: 10px 1em;
    font-size: 14px;
  }
}

#primary-nav > ul li:hover {
  color: #c01d20;
}

#primary-nav > ul li:hover .subnav-menu {
  display: block;
}

#primary-nav > ul li a {
  color: #79380e;
}

#primary-nav > ul li a:hover, #primary-nav > ul li a:active, #primary-nav > ul li a:focus {
  color: #c01d20;
}

#primary-nav > ul li:last-child .subnav-menu {
  left: auto;
  right: 0;
}

#primary-nav > ul > li {
  float: left;
  position: relative;
  display: block;
}

#primary-nav > ul .subnav-menu {
  position: absolute;
  left: 0;
  z-index: 9999;
  display: none;
  padding: 0;
  border: 1px solid #f2eddc;
  margin: 10px 0 0 0;
  color: #c18e60;
  text-align: left;
  white-space: nowrap;
  background-color: #fff;
}

#primary-nav > ul .subnav-menu:before {
  content: '.';
  position: absolute;
  top: -8px;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 20px;
}

#primary-nav > ul .subnav-menu li {
  padding: 5px 1em;
  border-bottom: 1px dotted #ccc;
}

.nav-tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > span {
  color: #fff;
  font-weight: 400;
  background-color: #ccc;
}

@media (min-width: 48em) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > span {
    border-bottom-color: #fff;
    color: #79380e;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    background-color: #fff;
  }
}

.nav-tabs > li > a,
.nav-tabs > li > span {
  position: relative;
  display: block;
  padding: 1em 2em;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #79380e;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #fff;
}

@media (min-width: 48em) {
  .nav-tabs > li > a,
  .nav-tabs > li > span {
    border-radius: 0;
  }
}

.nav-tabs.nav-justified {
  width: 100%;
}

.nav-tabs.nav-justified > li {
  float: none;
}

@media (min-width: 48em) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > span {
  margin-right: 0;
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 48em) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > span {
    margin-right: 2px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  #mobile-nav {
    display: none;
  }
}

#mobile-nav.mm-menu .mm-navbar {
  border-color: #ccc;
  background-color: #999;
}

#mobile-nav.mm-menu .mm-navbar > *,
#mobile-nav.mm-menu .mm-navbar > a {
  color: #fff;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mobile-nav.mm-menu .mm-listview > li > a,
#mobile-nav.mm-menu .mm-listview > li > span {
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1rem;
}

#mobile-nav.mm-menu .mm-listview > li .mm-next:before {
  border: 1px dotted #ccc;
  border-width: 0 0 0 1px;
}

#mobile-nav.mm-menu .mm-listview > li:not(.mm-divider):after {
  left: 12px;
}

#mobile-nav.mm-menu .mm-listview > li:after {
  border: 1px dotted #ccc;
  border-width: 0 0 1px 0;
}

/******************** Home page ********************/
#slider-wrapper {
  display: none;
}

@media (min-width: 48em) {
  #slider-wrapper {
    display: block;
  }
}

#slider-wrapper .nivo-directionNav a {
  width: 23px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 23px 70px;
  opacity: 0.4;
}

#slider-wrapper .nivo-directionNav a:hover {
  opacity: 1.0;
}

#slider-wrapper .nivo-directionNav a.nivo-prevNav {
  left: 30px;
  background-image: url("/images/slideshow_arrow_west.png");
}

#slider-wrapper .nivo-directionNav a.nivo-nextNav {
  right: 30px;
  background-image: url("/images/slideshow_arrow_east.png");
}

.featured-prods {
  margin: 40px 0 20px 0;
  margin: 2.5rem 0 1.25rem 0;
}

.featured-prods h3 {
  padding: 0.3636363636em 0;
  border: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-image: url("/images/border-brown-dotted.png") 8 repeat;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  color: #79380e;
  font-weight: 400;
  text-align: center;
}

.no-borderimage .featured-prods h3 {
  border-style: dotted;
  border-width: 1px 0;
  border-color: #54311a;
}

.featured-prods h3:before, .featured-prods h3:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0.5909090909em -2px 0.5909090909em;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.featured-prods h3:before {
  background-image: url("/images/icon-heart-left.png");
}

.featured-prods h3:after {
  background-image: url("/images/icon-heart-right.png");
}

.featured-prods li {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

@media (min-width: 48em) {
  .featured-prods li {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .featured-prods li:last-child {
    margin-right: 0;
  }
}

.best-sellers {
  border: 3px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-image: url("/images/border-brown-dotted.png") 8 repeat;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.no-borderimage .best-sellers {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #54311a;
}

.best-sellers h3 {
  padding: 0.3636363636em 0;
  border: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-image: url("/images/border-brown-dotted.png") 8 repeat;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  color: #79380e;
  font-weight: 400;
  text-align: center;
}

.no-borderimage .best-sellers h3 {
  border-style: dotted;
  border-width: 1px 0;
  border-color: #54311a;
}

.best-sellers h3:before, .best-sellers h3:after {
  content: url("/images/icon-stars.png");
  margin: 0 0.36363636em;
  /* 8/22 */
}

.best-sellers li {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

@media (min-width: 48em) {
  .best-sellers li {
    width: 23.875%;
    margin-left: 0;
    margin-right: 1.5%;
  }
}

@media (min-width: 48em) {
  .best-sellers li:last-child {
    margin-right: 0;
  }
}

.featured-cats {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.featured-cats li {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

@media (min-width: 48em) {
  .featured-cats li {
    width: 23.875%;
    margin-left: 0;
    margin-right: 1.5%;
  }
}

@media (min-width: 48em) {
  .featured-cats li:last-child {
    margin-right: 0;
  }
}

.featured-cats li h5 {
  text-align: center;
}

/******************** Category pages ********************/
.cat-nav {
  display: none;
}

@media (min-width: 62em) {
  .cat-nav {
    float: left;
    display: block;
    width: 25%;
    padding-right: 15px;
  }
}

.cat-nav > header {
  margin-top: 46px;
  border-image: url("/images/border-lightbrown-dotted.png") 5 repeat;
  border-style: solid;
  border-width: 5px 0;
}

.no-borderimage .cat-nav > header {
  border-style: dotted;
  border-width: 1px 0;
  border-color: #c95d1a;
}

.cat-nav > header h2 {
  margin: 0.6666666667em 0 1.3333333333em 0;
  color: #5d2d0e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2222222222;
  text-transform: uppercase;
  margin: 0.6666666667em 0;
  color: #79380e;
  text-align: center;
  text-transform: uppercase;
}

.cat-nav > header h2:before, .cat-nav > header h2:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0.5909090909em -2px 0.5909090909em;
  background-image: url("/images/icon-star-brown.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.cat-nav > header + .cat-options {
  border-image: url("/images/border-lightbrown-dotted.png") 5 repeat;
  border-width: 0 0 3px 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.no-borderimage .cat-nav > header + .cat-options {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #c95d1a;
}

.cat-nav nav > ul {
  padding: 0;
  margin: 0;
}

.cat-nav nav > ul > li {
  margin: 4px 0;
}

.cat-nav nav a {
  color: #79380e;
}

.cat-nav nav a:hover, .cat-nav nav a:active, .cat-nav nav a:focus {
  color: #c01d20;
}

.cat-nav nav .subnav-menu {
  display: none;
}

.cat-nav nav li.active > a {
  font-weight: 400;
}

.cat-nav nav li.active .subnav-menu {
  display: block;
  padding-left: 25px;
  margin: 4px 0;
}

.cat-nav nav li.active .subnav-menu li {
  border-top: 1px dotted #ccc;
}

.cat-nav nav li.active .subnav-menu li:last-child {
  border-bottom: 1px dotted #ccc;
}

.cat-nav > footer {
  margin-top: 10px;
  border-image: url("/images/border-lightbrown-dotted.png") 5 repeat;
  border-bottom-width: 5px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.no-borderimage .cat-nav > footer {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #c95d1a;
}

.cat-main {
  float: left;
  width: 100%;
}

@media (min-width: 62em) {
  .cat-main {
    float: right;
    width: 75%;
  }
}

.cat-main > header {
  position: relative;
  text-align: right;
}

.cat-main > header.full-border {
  float: right;
  border-image: url("/images/catbanner-border.png") 15 repeat;
  border-style: solid;
  border-width: 15px;
}

.no-borderimage .cat-main > header.full-border {
  border-style: dotted;
  border-width: 2px;
  border-color: #54311a;
}

.cat-main > header.full-border > img {
  position: relative;
  top: -2px;
}

.cat-main > header.bordered {
  border-image: url("/images/border-darkbrown-dotted.png") 5 repeat;
  border-style: solid;
  border-width: 0 0 5px 0;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-align: center;
}

.no-borderimage .cat-main > header.bordered {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #54311a;
}

.cat-main > header #cat-header-content {
  position: absolute;
  top: 5px;
  width: 40%;
  color: #fff;
  text-align: center;
}

@media (min-width: 34em) {
  .cat-main > header #cat-header-content {
    top: 15px;
  }
}

@media (min-width: 48em) {
  .cat-main > header #cat-header-content {
    top: 20px;
  }
}

.cat-main > header #cat-header-content.left {
  margin-left: 25px;
}

.cat-main > header #cat-header-content.center {
  margin-left: 30%;
}

.cat-main > header #cat-header-content.right {
  margin-left: 60%;
  margin-right: 25px;
}

.cat-main > header #cat-header-content h1 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 34em) {
  .cat-main > header #cat-header-content h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 48em) {
  .cat-main > header #cat-header-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cat-main > header #cat-header-content .cat-desc {
  font-size: 6px;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-shadow: 0 0 5px #000;
}

@media (min-width: 34em) {
  .cat-main > header #cat-header-content .cat-desc {
    font-size: 9px;
  }
}

@media (min-width: 48em) {
  .cat-main > header #cat-header-content .cat-desc {
    font-size: 12px;
  }
}

.cat-main > header h1:not(.h3) {
  margin: 0;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 32px;
  font-size: 2rem;
}

.cat-main > header h1.h3 {
  margin: 0.8181818182em 0;
  color: #79380e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.5em 0;
  color: #79380e;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 25.5em) {
  .cat-main > header h1.h3 {
    font-size: 18px;
  }
}

@media (min-width: 23em) {
  .cat-main > header h1.h3:before, .cat-main > header h1.h3:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0.5909090909em -2px 0.5909090909em;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
}

@media (min-width: 23em) {
  .cat-main > header h1.h3:before {
    background-image: url("/images/icon-heart-left.png");
  }
}

@media (min-width: 23em) {
  .cat-main > header h1.h3:after {
    background-image: url("/images/icon-heart-right.png");
  }
}

.cat-main > header + .cat-options {
  float: left;
  width: 100%;
  padding: 1em 0;
  border: 3px solid transparent;
  border-image: url("/images/border-lightgray-dotted.png") 8 repeat;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.no-borderimage .cat-main > header + .cat-options {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}

.cat-main > header + .cat-options .form-inline {
  float: left;
  width: 30%;
}

.cat-main > header + .cat-options select {
  color: inherit;
}

.cat-main .cat-options {
  float: left;
  width: 100%;
  padding: 1em 0;
  border: 3px solid transparent;
  border-image: url("/images/border-lightgray-dotted.png") 8 repeat;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.no-borderimage .cat-main .cat-options {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}

.cat-main .cat-options .form-inline {
  float: left;
  width: 30%;
}

.cat-main .cat-options select {
  color: inherit;
}

.cat-thumbs li {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  border: 1px solid #c18e60;
}

@media (min-width: 48em) {
  .cat-thumbs li {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
}

.cat-thumbs li:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 48em) {
  .cat-thumbs li:nth-of-type(2n) {
    margin-right: 2%;
  }
}

.cat-thumbs li:nth-of-type(2n+1) {
  clear: left;
}

@media (min-width: 48em) {
  .cat-thumbs li:nth-of-type(2n+1) {
    clear: none;
  }
}

@media (min-width: 48em) {
  .cat-thumbs li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 48em) {
  .cat-thumbs li:nth-of-type(3n+1) {
    clear: left;
  }
}

.cat-thumbs li .info {
  padding: 8px 5px;
  border-image: url("/images/border-white-dotted.png") 4 repeat;
  border-style: solid;
  border-width: 5px 0 0 0;
  margin: 0 -1px;
  text-align: center;
  background-color: #54311a;
}

.no-borderimage .cat-thumbs li .info {
  border: 0;
}

.cat-thumbs li .info a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .cat-thumbs li .info a {
    font-size: inherit;
  }
}

.cat-prods {
  float: left;
  width: 100%;
}

.cat-prods li {
  position: relative;
  width: 45%;
  padding-bottom: 1em;
  /*border-image: url("/images/border-lightbrown-dotted.png") 5 repeat;*/
  /*border-style: solid;*/
  /*border-width: 0 0 5px 0;*/
  border-bottom: 1px solid #f4f0d5;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

@media (min-width: 48em) {
  .cat-prods li {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
  }
}

.cat-prods li:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 48em) {
  .cat-prods li:nth-of-type(2n) {
    margin-right: 2%;
  }
}

.cat-prods li:nth-of-type(2n+1) {
  clear: left;
}

@media (min-width: 48em) {
  .cat-prods li:nth-of-type(2n+1) {
    clear: none;
  }
}

@media (min-width: 48em) {
  .cat-prods li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 48em) {
  .cat-prods li:nth-of-type(3n+1) {
    clear: left;
  }
}

.cat-prods li:before, .cat-prods li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f4f0d5;
}

.cat-prods li:before {
  bottom: 5px;
}

.cat-prods li:after {
  bottom: 2px;
}

.cat-prods .prod-desc {
  /*margin: 0.25em 0 0.5em 0;*/
  margin: 0.25em 0 0 0;
  line-height: 1.5;
}

.cat-prods .price {
  float: left;
}

.cat-prods .form {
  float: right;
}

/******************** Product pages ********************/
.prod-main {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.prod-main .image,
.prod-main .info,
.prod-main .order,
.prod-main .additional-prods {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 48em) {
  .prod-main .image {
    width: 50%;
    padding-left: 0;
  }
}

.prod-main .image > img,
.prod-main .image > #prod-main-slideshow {
  border: 8px solid #faf6e5;
}

.prod-main #prod-social {
  float: left;
  width: 100%;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.prod-main .prod-alt-images {
  float: left;
  width: 100%;
}

.prod-main .prod-alt-images .alt-image-note {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.prod-main .prod-alt-images > div {
  float: left;
  width: 18%;
  width: calc(20% - 8px);
  margin: 0 10px 10px 0;
}

.prod-main .prod-alt-images > div:nth-of-type(5n) {
  margin-right: 0;
}

.prod-main .prod-alt-images > div img {
  border: 2px solid #faf6e5;
}

@media (min-width: 48em) {
  .prod-main .info,
  .prod-main .order,
  .prod-main .additional-prods {
    float: right;
    clear: right;
    width: 50%;
    padding-right: 0;
  }
}

.prod-main .info > h1 {
  padding-top: 0.5em;
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 1px;
}

.no-borderimage .prod-main .info > h1 {
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #54311a;
}

.prod-main .order {
  position: relative;
  margin: 5px 0 25px 0;
  margin: 0.3125rem 0 1.5625rem 0;
}

.prod-main .order #show-volume-discount {
  float: right;
  clear: right;
  display: inline-block;
  margin: 8px 20px 0 0;
  margin: 0.5rem 1.25rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.prod-main .form {
  float: left;
  width: 100%;
  /*padding-top: 0.9375rem;*/
  /*padding-bottom: 0.9375rem;*/
  /*border-top: 1px dotted $light-gray;*/
  /*border-bottom: 1px dotted $light-gray;*/
}

.prod-main .form .prod-identity {
  float: left;
}

@media (min-width: 48em) {
  .prod-main .form .prod-identity {
    font-size: 16px;
    font-size: 1rem;
  }
}

.prod-main .form .prod-identity > span {
  display: block;
}

.prod-main .form .prod-identity .prod-name {
  color: #79380e;
  font-weight: 400;
}

.prod-main .form .prod-identity .prod-name:not([href=""]):hover {
  color: #c01d20;
}

.prod-main .form .price,
.prod-main .form .prod-qty {
  float: left;
  clear: left;
}

@media (min-width: 48em) {
  .prod-main .form .price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.prod-main .form .prod-qty {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.prod-main .form .prod-qty label {
  color: #aaa;
  text-transform: uppercase;
}

.prod-main .form .prod-qty input[type=number],
.prod-main .form .prod-qty input[type=text] {
  max-width: 3.5em;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 5px;
  color: #79380e;
}

.prod-main .form > .btn-wrapper {
  /*position: absolute;*/
  /*right: 20px;*/
  /*bottom: -55px;*/
  float: left;
  clear: left;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.prod-main .prod-sku {
  color: #aaa;
}

.prod-custom-main .form > .btn-wrapper {
  font-size: 14px;
}

#prod-main-slideshow .nivo-directionNav a {
  width: 23px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 23px 70px;
  opacity: 0.2;
}

#prod-main-slideshow .nivo-directionNav a:hover {
  opacity: 0.4;
}

#prod-main-slideshow .nivo-directionNav a.nivo-prevNav {
  left: 15px;
  background-image: url("/images/slideshow_arrow_west.png");
}

#prod-main-slideshow .nivo-directionNav a.nivo-nextNav {
  right: 15px;
  background-image: url("/images/slideshow_arrow_east.png");
}

#product-tabs {
  float: left;
  width: 100%;
  padding: 20px 20px 0 20px;
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media (min-width: 48em) {
  #product-tabs {
    float: right;
    clear: right;
    width: 50%;
    padding-right: 0;
  }
}

#product-tabs > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#product-tabs > ul > li {
  position: relative;
  display: block;
}

#product-tabs > ul > li > a {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #faf6e5;
  margin-bottom: 10px;
  color: #79380e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  background-color: #faf6e5;
}

#product-tabs > ul > li > a:after {
  content: '+';
  float: left;
  font-size: 1.5em;
  line-height: 1.0;
}

#product-tabs > ul > li > a + .tab-content {
  display: none;
}

#product-tabs > ul > li.active > a:after {
  content: '–';
}

#product-tabs > ul > li.active > a + .tab-content {
  display: block;
  margin-top: -10px;
}

#product-tabs .tab-content {
  padding: 1em 2em;
  border: 1px solid #f6f6f6;
  border-top: 0;
  margin-bottom: 1em;
}

#product-tabs .tab-content > .tab-panel {
  display: none;
}

#product-tabs .tab-content > .tab-panel.active {
  display: block;
}

.related-prods h3,
.additional-prods h3 {
  margin: 0.6666666667em 0 1.3333333333em 0;
  color: #c18e60;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2222222222;
  margin: 0.8333333333em 0;
  color: #79380e;
  font-weight: 400;
}

.additional-prods {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.additional-prods > .order {
  width: 100%;
  padding-left: 0;
  border-top: 1px dotted #ccc;
  margin: 0;
}

.additional-prods > .order:last-child {
  border-bottom: 1px dotted #ccc;
}

.additional-prods > .order .form {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.additional-prods > .order .form .thumb-image {
  float: left;
  width: calc(20% - 8px);
  border: 2px solid #faf6e5;
  margin-right: 8px;
}

.additional-prods > .order .form .add-prod-content {
  float: left;
  width: 80%;
}

.additional-prods > .order .form .add-prod-content.add-prod-content-full {
  width: 100%;
}

.additional-prods > .order .form .price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.additional-prods > .order .form .prod-qty {
  float: right;
  clear: none;
}

.additional-prods > .order .form .add-btn {
  float: right;
  clear: right;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.additional-prods > .order .btn-wrapper {
  float: right;
  clear: right;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.related-prods {
  float: left;
  width: 100%;
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.no-borderimage .related-prods {
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #54311a;
}

.related-prods li {
  position: relative;
  width: 45%;
  padding-bottom: 1em;
  /*border-image: url("/images/border-lightbrown-dotted.png") 5 repeat;*/
  /*border-style: solid;*/
  /*border-width: 0 0 5px 0;*/
  border-bottom: 1px solid #f4f0d5;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

@media (min-width: 48em) {
  .related-prods li {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
}

@media (min-width: 62em) {
  .related-prods li {
    width: 24%;
    margin-right: 1.3333333333%;
  }
}

@media (min-width: 48em) {
  .related-prods li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 62em) {
  .related-prods li:nth-of-type(3n) {
    margin-right: 1.3333333333%;
  }
}

@media (min-width: 48em) {
  .related-prods li:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 62em) {
  .related-prods li:nth-of-type(3n+1) {
    clear: none;
  }
}

@media (min-width: 62em) {
  .related-prods li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (min-width: 62em) {
  .related-prods li:nth-of-type(4n+1) {
    clear: left;
  }
}

.related-prods li:before, .related-prods li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f4f0d5;
}

.related-prods li:before {
  bottom: 5px;
}

.related-prods li:after {
  bottom: 2px;
}

.related-prods .review-links {
  display: none;
}

.related-prods .prod-desc {
  float: left;
  margin: 0.25em 0 0.5em 0;
  line-height: 1.5;
}

.related-prods .prod-price {
  float: left;
}

.related-prods .form {
  float: right;
}

.prod-reviews {
  float: left;
  width: 100%;
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.no-borderimage .prod-reviews {
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #54311a;
}

.owner-comments {
  display: inline-block;
  padding: 0.5em 1em;
  color: #9dc737;
  font-weight: 400;
}

#custom-product-form {
  float: left;
  padding: 15px 0;
}

#custom-product-form .form-group {
  display: block;
  margin-bottom: 7.2px;
  margin-bottom: 0.45rem;
}

#custom-product-form .form-control {
  width: 100%;
}

#custom-product-form .prod-form legend {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 48em) {
  #custom-product-form .prod-form legend {
    font-size: 16px;
  }
}

.prod-form h4 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.prod-form h4:before {
  display: inline-block;
  padding: 5px 9px 5px 12px;
  border-radius: 50%;
  margin-right: 0.5em;
  color: #fff;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  background-color: #54311a;
}

.prod-form h4:nth-of-type(1):before {
  content: '1';
}

.prod-form h4:nth-of-type(2):before {
  content: '2';
}

.prod-form h4:nth-of-type(3):before {
  content: '3';
}

/** Customize product page **/
.customize-product-main {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.customize-product-main .custom-name,
.customize-product-main .custom-price {
  font-weight: 300;
}

.customize-product-main .custom-name {
  float: left;
  margin-bottom: 0;
}

.customize-product-main .custom-price {
  float: left;
  clear: left;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.customize-product-main .custom-price > span {
  color: #c01d20;
}

.customize-product-main h4 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.customize-product-main h4 > span {
  display: inline-block;
  padding: 5px 9px 5px 12px;
  border-radius: 50%;
  margin-right: 0.5em;
  color: #fff;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  background-color: #54311a;
}

.customize-product-main .form-wrapper {
  float: left;
  clear: both;
  width: 100%;
}

@media (min-width: 48em) {
  .customize-product-main .form-wrapper {
    width: 65%;
  }
}

.customize-product-main .form-wrapper label {
  font-weight: 700;
}

.customize-product-main .form-wrapper label.inline {
  width: 100%;
}

@media (min-width: 34em) {
  .customize-product-main .form-wrapper label.inline {
    width: auto;
    margin-right: 2em;
  }
}

.customize-product-main .form-wrapper .checkbox label {
  font-weight: 400;
}

.customize-product-main .form-wrapper .checkbox label.error {
  font-weight: 700;
}

.customize-product-main .form-wrapper .alert header {
  text-align: center;
}

.customize-product-main .form-wrapper .file-upload-control {
  text-align: center;
}

.customize-product-main .form-wrapper .button-row {
  text-align: center;
}

@media (min-width: 48em) {
  .customize-product-main .form-wrapper .button-row {
    text-align: right;
  }
}

.customize-product-main .form-wrapper .button-row .btn-wrapper {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media (min-width: 48em) {
  .customize-product-main .form-wrapper .button-row .btn-wrapper {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
}

#pickfile {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

#pickfile + label {
  cursor: pointer;
}

#minicart_container {
  position: absolute;
  top: 0;
  right: 0;
}

#minicart_overlay_box {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 9999;
  width: 95%;
  max-width: 450px;
}

#minicart_overlay {
  overflow: hidden;
  width: 95%;
  padding: 0 0 15px 0;
  font-size: 13px;
  box-shadow: 0 0 10px #999;
  background-color: #fff;
}

#minicart_overlay .button-row {
  float: left;
  width: calc(100% - 30px);
  border-top: 1px dotted #ccc;
  margin: 10px 15px 0 15px;
}

#minicart_overlay .button-row > div {
  float: left;
  width: 100%;
  padding: 15px;
  text-align: center;
}

@media (min-width: 48em) {
  #minicart_overlay .button-row > div {
    width: 50%;
  }
}

#minicart_overlay .button-row > div:first-child {
  padding-bottom: 8px;
}

@media (min-width: 48em) {
  #minicart_overlay .button-row > div:first-child {
    padding-bottom: 15px;
    text-align: left;
  }
}

#minicart_overlay .button-row > div:last-child {
  padding-top: 8px;
}

@media (min-width: 48em) {
  #minicart_overlay .button-row > div:last-child {
    padding-top: 15px;
    text-align: right;
  }
}

#minicart_overlay .button-row > div > .btn-wrapper {
  font-size: 11px;
}

#btnExit {
  float: right;
  height: 38px;
  border-color: #c01d20;
  border-radius: 0;
  font-size: 12px;
  font-weight: 300;
}

.productname {
  padding: 10px 15px;
  color: #fff;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.0;
  background-color: #54311a;
}

#minicart_products {
  padding: 0 15px;
  font-weight: 400;
}

/******************** Checkout pages ********************/
.checkout_shippingaddress-page .button-row,
.checkout_billing-page .button-row,
.checkout_confirmation-page .button-row {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: 1px dotted #999;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
}

.cart-items-wrapper {
  float: left;
  width: 100%;
}

.cart-items-wrapper h1 {
  margin-bottom: 0;
  text-transform: none;
}

.recip-wrapper {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 12px;
}

@media (min-width: 23em) {
  .recip-wrapper {
    font-size: 14px;
  }
}

.recip-wrapper .recip-heading {
  float: left;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
}

@media (min-width: 48em) {
  .recip-wrapper .recip-heading {
    padding: 0.75em 0;
  }
}

.recip-wrapper .recip-heading .mobile-recip-heading {
  width: 100%;
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: left;
  background-color: #eee;
}

@media (min-width: 23em) {
  .recip-wrapper .recip-heading .mobile-recip-heading {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .recip-wrapper .recip-heading .mobile-recip-heading {
    display: none;
  }
}

.recip-wrapper .recip-heading .cart-prod-heading {
  width: 34%;
  padding-left: 10px;
}

@media (min-width: 48em) {
  .recip-wrapper .recip-heading .cart-prod-heading {
    display: none;
  }
}

.recip-wrapper .recip-heading .cart-field {
  color: #aaa;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-weight: 700;
}

.recip-wrapper .recip-heading .cart-field .prod-heading-recip {
  color: #79380e;
}

.recip-wrapper .recip-heading .cart-thumb {
  display: none;
}

@media (min-width: 48em) {
  .recip-wrapper .recip-heading .cart-thumb {
    display: block;
  }
}

.recip-wrapper .cart-field {
  float: left;
  padding: 12px 5px;
  text-align: center;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-field {
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}

.recip-wrapper .cart-prod-heading,
.recip-wrapper .cart-prod {
  text-align: left;
}

.recip-wrapper .cart-itemtotal {
  text-align: right;
}

.recip-wrapper .cart-thumb {
  position: relative;
  width: 15%;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.recip-wrapper .cart-thumb .removeit {
  position: absolute;
  top: 7px;
  left: 22px;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url("/images/icon-close-grey.png") no-repeat 0 0;
  cursor: pointer;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-thumb .removeit {
    top: 22px;
  }
}

.recip-wrapper .cart-thumb img {
  border: 2px solid #faf6e5;
}

.recip-wrapper .cart-prod {
  display: none;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-prod {
    display: block;
    width: 45%;
  }
}

.recip-wrapper .cart-prod .cart-prod-link {
  font-weight: 400;
}

.recip-wrapper .cart-prod .cart-prod-link:hover {
  text-decoration: underline;
}

.recip-wrapper .cart-prod .cart-custom-link {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.recip-wrapper .cart-prod .cart-custom-link:hover {
  text-decoration: underline;
}

.recip-wrapper .cart-price {
  width: 23%;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-price {
    width: 12.5%;
  }
}

.recip-wrapper .cart-qty {
  width: 18%;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-qty {
    width: 12.5%;
  }
}

.recip-wrapper .cart-qty input[type=number],
.recip-wrapper .cart-qty input[type=text] {
  max-width: 3.75em;
  padding: 5px 10px;
  border-radius: 4px;
  color: #79380e;
}

.recip-wrapper .cart-qty .button {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.recip-wrapper .cart-itemtotal {
  width: 25%;
  padding-right: 10px;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-itemtotal {
    width: 15%;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.recip-wrapper .cart-line {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.recip-wrapper .cart-line:last-child {
  border-bottom: 0;
}

.recip-wrapper .cart-line .cart-field {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-line .cart-field {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}

.recip-wrapper .cart-line .cart-mobile-prod {
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-line .cart-mobile-prod {
    display: none;
  }
}

.recip-wrapper .cart-line .cart-thumb {
  width: 34%;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-line .cart-thumb {
    width: 15%;
  }
}

.recip-wrapper .cart-line .cart-prod {
  display: none;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-line .cart-prod {
    display: block;
  }
}

.recip-wrapper .cart-line .cart-itemtotal {
  padding-right: 10px;
}

@media (min-width: 48em) {
  .recip-wrapper .cart-line .cart-itemtotal {
    padding-right: 30px;
  }
}

.update-qty-row {
  float: left;
  width: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 0 0 3px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.no-borderimage .update-qty-row {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #54311a;
}

@media (min-width: 23em) {
  .update-qty-row {
    font-size: 14px;
  }
}

.cart-subtotal-row {
  float: left;
  width: 100%;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px dotted #ccc;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: right;
}

.cart-subtotal-row .promo-discount {
  color: #c95d1a;
}

.cart-subtotal-row span {
  display: block;
}

.cart-subtotal-row strong {
  font-weight: 700;
}

.promo-wrapper {
  float: left;
  width: 100%;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 48em) {
  .promo-wrapper {
    text-align: right;
  }
}

.promo-wrapper label,
.promo-wrapper input[type=text] {
  margin-right: 1.25em;
  text-transform: uppercase;
}

.promo-wrapper input[type=text] {
  width: 100px;
}

.promo-wrapper input[type=submit] {
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: baseline;
}

.promo-wrapper .btn-wrapper {
  margin-top: 10px;
}

@media (min-width: 34em) {
  .promo-wrapper .btn-wrapper {
    margin-top: 0;
  }
}

.cart-buttons {
  float: left;
  width: 100%;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 0 0 3px 0;
  text-align: center;
}

.no-borderimage .cart-buttons {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #54311a;
}

@media (min-width: 48em) {
  .cart-buttons {
    text-align: right;
  }
}

#cart-recipient-mapping,
.recipient-mapping {
  float: left;
  width: 100%;
}

#cart-recipient-mapping .h3,
.recipient-mapping .h3 {
  color: #c95d1a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#cart-recipient-mapping .recip-wrapper .cart-prod,
.recipient-mapping .recip-wrapper .cart-prod {
  width: 35%;
}

#cart-recipient-mapping .recip-wrapper .cart-shipto,
.recipient-mapping .recip-wrapper .cart-shipto {
  width: 25%;
}

#cart-recipient-mapping .recip-wrapper .cart-addrecip,
.recipient-mapping .recip-wrapper .cart-addrecip {
  width: 25%;
}

#cart-recipient-mapping .button-row,
.recipient-mapping .button-row {
  float: left;
  width: 100%;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
}

#cart-recipient-mapping {
  display: none;
}

#checkout-steps {
  float: left;
  width: 100%;
}

#checkout-steps > ul {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 48em) {
  #checkout-steps .nav-tabs.nav-justified > li:last-child > a,
  #checkout-steps .nav-tabs.nav-justified > li:last-child > span {
    margin-right: 0;
  }
}

#checkout-steps .nav-tabs > li > a,
#checkout-steps .nav-tabs > li > span {
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-weight: 400;
}

@media (min-width: 48em) {
  #checkout-steps .nav-tabs > li > a,
  #checkout-steps .nav-tabs > li > span {
    height: 40px;
    padding: 0;
    border-bottom: 0;
    font-weight: 400;
    line-height: 40px;
  }
}

#checkout-steps .nav-tabs > li.active > a,
#checkout-steps .nav-tabs > li.active > span {
  top: 1px;
  color: #79380e;
  font-weight: 700;
  background-color: #fff;
}

.checkout-header,
.checkout-subheading {
  float: left;
  width: 100%;
}

.checkout-header {
  letter-spacing: 1px;
  text-transform: none;
}

.checkout-subheading {
  color: #c95d1a;
  text-transform: uppercase;
}

.checkout-form {
  border-image: url("/images/border-brown-dotted.png") 6 repeat;
  border-style: solid;
  border-width: 3px 0 0 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.no-borderimage .checkout-form {
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #54311a;
}

.checkout-form fieldset {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.checkout-form fieldset legend {
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.checkout-form fieldset > .form-group.checkbox {
  float: left;
}

@media (min-width: 48em) {
  .checkout-block {
    width: 67%;
    margin-right: auto;
  }
}

.checkout-block .checkout-form {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media (min-width: 48em) {
  .checkout-block .checkout-form {
    margin-top: 0;
  }
}

.checkout-guest-form,
.checkout-login-form {
  float: left;
  width: 100%;
}

@media (min-width: 48em) {
  .checkout-guest-form,
  .checkout-login-form {
    width: calc(50% - 25px);
  }
}

@media (min-width: 48em) {
  .checkout-guest-form {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 48em) {
  .checkout-login-form {
    margin-right: 25px;
  }
}

#forgot-password-link {
  margin: 10px 0;
  margin: 0.625rem 0;
}

#checkout-register {
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: 1px dotted #ccc;
}

.checkout-addresses {
  float: left;
  width: 100%;
}

@media (min-width: 48em) {
  .checkout-addresses {
    width: 65%;
    padding-right: 20px;
  }
}

.checkout-addresses .checkout-form {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.checkout-addresses .ship-arrival-estimate {
  display: block;
  margin-left: 1.5em;
  color: #c95d1a;
  font-weight: 400;
}

@media (min-width: 48em) {
  .checkout-addresses .ship-arrival-estimate {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: center;
  }
}

.checkout-addresses .gift-msg-chars-remain {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
}

.checkout-addresses .gift-msg-chars-remain input[type=text] {
  width: 2em;
  padding: 0;
  color: inherit;
}

.radio.ship-method-select {
  overflow: hidden;
  padding: 0.5em 0;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 0 2.5em;
}

.radio.ship-method-select:first-child {
  margin-top: 0.75em;
  border-top: 1px dotted #ccc;
}

#checkout-minicart {
  display: none;
}

@media (min-width: 48em) {
  #checkout-minicart {
    float: left;
    position: relative;
    display: block;
    width: 35%;
    padding-left: 20px;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

#checkout-minicart .checkout-minicart-order {
  position: absolute;
  width: calc(100% - 20px);
  border: 1px solid #ccc;
}

#checkout-minicart .checkout-minicart-order.affix {
  position: fixed;
  top: 5px;
  width: calc(35% - 20px);
  max-width: 327px;
}

#checkout-minicart .checkout-minicart-order .h4 {
  padding: 10px 15px;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.0;
  background-color: #faf6e5;
}

#checkout-minicart .checkout-minicart-order h2 {
  border-bottom: 1px solid #fff;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip {
  float: left;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  background-color: #fbfbfb;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip strong.minicart-recip-name {
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-item {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-item img {
  float: left;
  width: 75px;
  border: 2px solid #faf6e5;
  margin-right: 15px;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-item .minicart-item-data {
  float: left;
  width: calc(100% - 90px);
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-item .minicart-item-data > span {
  display: block;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-item .minicart-item-data .minicart-item-name {
  font-size: 0.85em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-item .minicart-item-data .minicart-item-qty {
  font-size: 0.9em;
}

#checkout-minicart .checkout-minicart-order .checkout-minicart-recip .minicart-recip-total {
  float: left;
  margin-left: 90px;
  font-size: 0.9em;
  font-weight: 400;
}

#checkout-minicart .checkout-minicart-order .minicart-order-totals {
  float: left;
  width: 100%;
  text-align: right;
}

#checkout-minicart .checkout-minicart-order .minicart-order-totals span {
  display: block;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

#checkout-minicart .checkout-minicart-order .minicart-order-totals span.grandtotal {
  font-weight: inherit;
}

#ship-phone-req {
  display: none;
  padding-left: 10px;
  margin: 0;
}

.ship-date-note {
  margin: -20px 0 10px 30px;
  color: #c01d20;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (min-width: 34em) {
  .ship-date-note {
    margin-left: 40px;
  }
}

div.datepicker {
  margin: 10px 0 0 10px;
}

@media (min-width: 34em) {
  div.datepicker {
    margin-left: 40px;
  }
}

#single-pay {
  margin: 0.25em 0 0.25em 5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-transform: uppercase;
}

.checkout_confirmation-page h3 {
  margin: 0.5em 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: none;
}

.checkout_confirmation-page .recip-wrapper .recip-heading {
  background-color: #fff;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading {
    background-color: #f6f6f6;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-heading .mobile-cart-recip-info {
  width: 100%;
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: left;
  background-color: #eee;
}

@media (min-width: 23em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .mobile-cart-recip-info {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .mobile-cart-recip-info {
    display: none;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-heading .cart-recip-info {
  display: none;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .cart-recip-info {
    display: block;
    width: 20%;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-heading .cart-prod {
  display: block;
  width: 34%;
  padding-left: 10px;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .cart-prod {
    width: 50%;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-heading .cart-price {
  width: 23%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .cart-price {
    width: 10%;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-heading .cart-qty {
  width: 18%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .cart-qty {
    width: 7.5%;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-heading .cart-itemtotal {
  width: 25%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-heading .cart-itemtotal {
    width: 12.5%;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-info {
  float: left;
  width: 20%;
  padding: 20px 0 20px 15px;
  padding: 1.25rem 0 1.25rem 0.9375rem;
  border-right: 1px solid #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.checkout_confirmation-page .recip-wrapper .recip-info.mobile-recip-info {
  width: 100%;
  padding: 15px 10px;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-info.mobile-recip-info {
    display: none;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-info:not(.mobile-recip-info) {
  display: none;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .recip-info:not(.mobile-recip-info) {
    display: block;
  }
}

.checkout_confirmation-page .recip-wrapper .recip-info strong {
  font-weight: 700;
}

.checkout_confirmation-page .recip-wrapper .cart-lines {
  float: left;
  width: 100%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-lines {
    width: 80%;
  }
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-mobile-prod {
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-line .cart-mobile-prod {
    display: none;
  }
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-mobile-prod .confirmation-prod-name {
  display: inline-block;
  padding-bottom: 5px;
  color: #c95d1a;
  font-size: 16px;
  font-weight: 400;
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-thumb {
  width: 34%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-line .cart-thumb {
    width: 15.625%;
  }
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-line .cart-prod {
    width: 46.875%;
  }
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-prod .confirmation-prod-name {
  display: inline-block;
  padding-bottom: 5px;
  color: #c95d1a;
  font-size: 16px;
  font-weight: 400;
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-price {
  width: 23%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-line .cart-price {
    width: 12.5%;
  }
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-qty {
  width: 18%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-line .cart-qty {
    width: 9.375%;
  }
}

.checkout_confirmation-page .recip-wrapper .cart-line .cart-itemtotal {
  width: 25%;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .recip-wrapper .cart-line .cart-itemtotal {
    width: 15.625%;
  }
}

.checkout_confirmation-page .recip-shipping,
.checkout_confirmation-page .recip-shipdate,
.checkout_confirmation-page .recip-arrival-date {
  padding-bottom: 5px;
}

.checkout_confirmation-page .recip-arrival-date {
  font-weight: 400;
}

.checkout_confirmation-page .button-row {
  text-align: center;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .button-row {
    text-align: right;
  }
}

.checkout_confirmation-page .button-row .btn-unbordered-wrapper {
  font-size: 14px;
  margin-bottom: 15px;
}

@media (min-width: 23em) {
  .checkout_confirmation-page .button-row .btn-unbordered-wrapper {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .checkout_confirmation-page .button-row .btn-unbordered-wrapper {
    margin-bottom: 0;
  }
}

.checkout_confirmation-page .button-row .btn-x-large {
  font-size: 14px;
}

@media (min-width: 23em) {
  .checkout_confirmation-page .button-row .btn-x-large {
    font-size: 16px;
  }
}

@media (min-width: 25.5em) {
  .checkout_confirmation-page .button-row .btn-x-large {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .checkout_confirmation-page .button-row .btn-x-large {
    font-size: 20px;
  }
}

.checkout_confirmation-page .btn-x-large {
  font-size: 17px;
}

@media (min-width: 48em) {
  .checkout_confirmation-page .btn-x-large {
    font-size: 20px;
  }
}

#confirm-order-info,
#confirm-ship-info {
  float: left;
  width: 100%;
}

#confirm-order-info {
  margin-top: 20px;
  margin-top: 1.25rem;
}

#confirm-ship-info {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.confirmation-info-block {
  float: left;
  width: 100%;
  padding: 0 5px 15px 5px;
}

@media (min-width: 48em) {
  .confirmation-info-block {
    width: 30%;
    padding: 0 10px;
  }
}

.confirmation-info-block div:first {
  font-weight: 400;
}

#total-info {
  float: right;
}

.total-row {
  float: left;
  width: 100%;
}

.total-row span:first-child {
  float: left;
}

.total-row span:last-child {
  float: right;
}

.grandtotal-row {
  font-weight: 400;
}

.recip-subtotal-wrapper {
  float: left;
  width: 100%;
  padding: 15px;
  padding: 0.9375rem;
  border-top: 1px solid #ccc;
  text-align: right;
  background-color: #faf6e5;
}

.recip-subtotals {
  float: right;
  width: 45%;
}

@media (min-width: 48em) {
  .recip-subtotals {
    width: 25%;
  }
}

/******************** Member pages ********************/
.member-header {
  float: left;
  width: 100%;
}

.member-header .h2 {
  letter-spacing: 0.5px;
}

.member-login-block,
.member-register-block {
  float: left;
  width: 100%;
}

@media (min-width: 48em) {
  .member-login-block,
  .member-register-block {
    width: 30%;
    margin-right: 25px;
    margin-right: 1.5625rem;
  }
}

.member-login-block .checkout-form .button-row,
.member-register-block .checkout-form .button-row {
  float: left;
  width: 100%;
}

.member-login-block .checkout-form .help-text,
.member-register-block .checkout-form .help-text {
  float: left;
  width: 100%;
}

@media (min-width: 48em) {
  .member-login-block {
    float: right;
    padding-left: 25px;
    border-left: 1px dotted #ccc;
    margin-right: calc(40% - 25px);
  }
}

.member-register-block .button-row {
  margin-top: 15px;
}

/******************** Static pages ********************/
.static-content {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.static-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.static-content h5 {
  margin-top: 1em;
  margin-bottom: 0;
}

.static-content p {
  margin: 0.5em 0;
}

.static-content .subtext,
.static-content p.subtext {
  padding: 1em 0;
  border-top: 1px dotted #ccc;
  margin: 20px 0 40px 0;
  margin: 1.25rem 0 2.5rem 0;
  font-size: 0.85em;
}

/******************** Overrides ********************/
/* jQuery UI datepicker */
.ui-widget-content .ui-datepicker-today .ui-state-highlight {
  border: 1px solid #d3d3d3;
  color: #555555;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
}

.thumb-grid.cat-prods ul li .thumb-image, .thumb-grid.related-prods ul li .thumb-image {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.thumb-grid.cat-prods ul li .info,
.thumb-grid.cat-prods ul li .order, .thumb-grid.related-prods ul li .info,
.thumb-grid.related-prods ul li .order {
  padding: 0 10px;
}

.thumb-grid.cat-prods ul li .prod-name, .thumb-grid.related-prods ul li .prod-name {
  color: #79380e;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}

@media (min-width: 48em) {
  .thumb-grid.cat-prods ul li .prod-name, .thumb-grid.related-prods ul li .prod-name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.thumb-grid.cat-prods ul li .thumb-image {
  border: 1px solid #eedfba;
}

.thumb-grid.cat-prods ul li .prod-name {
  color: #54311a;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .thumb-grid.cat-prods ul li .prod-name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.thumb-grid.related-prods ul li .thumb-image {
  border: 4px solid #faf6e5;
}

.thumb-grid.related-prods ul li .prod-price {
  text-align: left;
}

.rev-stars {
  float: left;
  width: 100%;
  margin: 0.25em 0;
}

.rev-stars .prod-rating {
  float: left;
  margin-right: 1em;
}

.rev-stars .prod-rating > img {
  display: inline-block;
  width: 13px;
  margin-right: 0.25em;
  vertical-align: middle;
}

@media (min-width: 34em) {
  .rev-stars .prod-rating > img {
    width: 14px;
  }
}

@media (min-width: 48em) {
  .rev-stars .prod-rating > img {
    width: 16px;
  }
}

.rev-stars .review-count {
  display: inline-block;
  vertical-align: middle;
}

.rev-stars .review-links {
  float: left;
  color: #c01d20;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.75;
  text-transform: uppercase;
}

.rev-title {
  margin-top: 1.5em;
}

.rev-info {
  float: left;
}

body .fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}

body #fancybox-loading,
body .fancybox-close,
body .fancybox-prev span,
body .fancybox-next span {
  background-image: url("/images/fancybox_sprite.png");
  background-size: 44px 152px;
}

body.product-page .fancybox-skin {
  background: #faf6e5;
}

.sequence {
  display: inline-block;
  padding: 0.3em 0.45em 0.35em 0.55em;
  border-radius: 50%;
  margin-right: 0.5em;
  color: #fff;
  font-family: "Roboto Slab", "Georgia", "Palatino", serif;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.0;
  background-color: #54311a;
}

#cc-icon-row {
  padding-left: 5px;
  padding-right: 5px;
}

#cc-icon-row > img {
  margin-right: 5px;
}