/** Shopify CDN: Minification failed

Line 403:0 Unexpected "1"
Line 1760:2 Expected identifier but found "*"
Line 1794:2 Expected identifier but found "*"
Line 1795:2 Expected identifier but found "*"

**/
/* CSS Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

* {
  margin: 0;
  padding: 0; }

img {
  border: 0px; }

img {
  -webkit-transform: translateZ(0); }

/* breakpoints */
/*
1024px - tablet optimizations
768px - new nav, collapsed grid
*/
/* scss variables */
/* scss colors */
/* grid system */
.container {
  padding-left: 20px;
  padding-right: 20px; }

.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px; }

.row .onecol {
  width: 4.85%; }

.row .twocol {
  width: 13.45%; }

.row .threecol {
  width: 22.05%; }

.row .fourcol {
  width: 30.75%; }

.row .fivecol {
  width: 39.45%; }

.row .sixcol {
  width: 48%; }

.row .sevencol {
  width: 56.75%; }

.row .eightcol {
  width: 65.4%; }

.row .ninecol {
  width: 74.05%; }

.row .tencol {
  width: 82.7%; }

.row .elevencol {
  width: 91.35%; }

.row .twelvecol {
  width: 100%;
  float: left; }

.last {
  margin-right: 0px !important; }

/* general css */
body, html {
  height: 100%; }

body {
  background: #454f52 url(/cdn/shop/t/2/assets/bg-dust.png?v=165438154158553406421392506172) repeat;
  font-family: "Open Sans";
  font-size: 100%;
  color: #4d4d4d;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: Droid Sans; }

h1 {
  color: #4d4d4d;
  font-weight: 300;
  margin: 0 0 15px; }

h1 a {
  color: #4d4d4d; }

h1 a:hover {
  text-decoration: none; }

h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 15px 0; }

h3 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: normal; }

h4 {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: normal; }

h5 {
  font-size: 17px;
  font-weight: normal; }

h6 {
  font-size: 15px;
  font-weight: normal; }

.border {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px; }

h1.border {
  padding-bottom: 20px; }

a {
  color: #6dc0be;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: none;
  opacity: 0.7; }

p {
  margin-bottom: 15px;
  position: relative;
  line-height: 26px; }

ul, ol {
  margin: 0px 0px 0px 25px; }

ul ul, ol ol {
  margin-top: 20px; }

li {
  margin-bottom: 5px; }

hr {
  background: none;
  border: none;
  border-top: 1px solid #eeeeee;
  margin-bottom: 45px;
  clear: both; }

input[type="text"], input[type="email"], input[type="password"] {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

label {
  display: block;
  margin-bottom: 7px; }

img {
  height: auto;
  -ms-interpolation-mode: bicubic; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

input, textarea {
  padding: 8px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  font-family: helvetica, arial, sans-serif; }

input[type="number"] {
  width: 50px; }

input[type=number]::-webkit-inner-spin-button {
  padding: 2px; }

input.full-width, textarea.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* generic classes */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.hidden {
  display: none !important; }

.visible-phone {
  display: none; }

.notice {
  margin: 10px 0;
  padding: 25px 20px;
  text-align: center;
  border-radius: 3px; }

.notice p {
  margin: 0; }

.notice.error, .errors {
  background: #ecc0c2;
  color: #6b3437; }

.errors {
  margin-bottom: 20px; }
  .errors ul {
    padding: 10px; }

.notice.success {
  background: #dbe7c8;
  color: #3f4534; }

.table {
  display: table !important;
  table-layout: fixed; }

.max-width {
  width: 100%; }

td, th {
  padding: 4px 0;
  text-align: left; }

th {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px; }

.tablecell {
  display: table-cell !important;
  vertical-align: top; }

.tablerow {
  display: table-row !important; }

.va-m {
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

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

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

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

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.fr {
  float: right !important; }

.fl {
  float: left; }

.sr {
  margin-right: 15px; }

.ssr {
  margin-right: 30px; }

.sl {
  margin-left: 15px; }

.ssl {
  margin-left: 30px; }

.st {
  margin-top: 15px !important; }

.sst {
  margin-top: 30px !important; }

.ssst {
  margin-top: 45px !important; }

.sb {
  margin-bottom: 15px !important; }

.ssb {
  margin-bottom: 30px !important; }

.sssb {
  margin-bottom: 45px !important; }

.pt {
  padding-top: 15px !important; }

.ppt {
  padding-top: 30px !important; }

.pb {
  padding-bottom: 15px !important; }

.ppb {
  padding-bottom: 30px !important; }

.pr {
  padding-right: 15px; }

.ppr {
  padding-right: 30px; }

.no-sp {
  margin-bottom: 0 !important; }

.no-p {
  padding-bottom: 0 !important; }

.position-relative {
  position: relative; }

.display-block {
  display: block; }

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

a.plain {
  color: #707070;
  text-decoration: underline; }

a.plain:hover {
  color: #707070;
  text-decoration: none; }

.btn {
  border: 0;
  padding: 27px 35px;
  color: #ffffff;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  line-height: 0;
  font-size: 17px;
  background: #86cdcb;
  -webkit-appearance: none;
  border-radius: 95px; }

1
.btn:hover {
  text-decoration: none;
  opacity: .95; }

/* layout */
#wrapper {
  background: #ffffff;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
  z-index: 0; }

#content {
  padding: 35px 35px 35px 35px; }

#squish-controls {
  display: none; }

.global-wrapper {
  margin-left: 275px;
  position: relative;
  transition: margin-left .15s;
  -webkit-transition: margin-left .15s; }

.column-content, .column-aside {
  box-sizing: border-box;
  float: left; }

.column-aside:after {
  content: "";
  display: block;
  height: 5000px;
  position: fixed;
  top: 0;
  background: #6dc0be; }

.column-content {
  position: relative;
  width: 100%;
  background: #ffffff; }

.column-aside, .column-aside:after {
  box-sizing: border-box;
  width: 275px;
  z-index: 1;
  transition: width 0.15s;
  -webkit-transition: width 0.15s; }

.column-aside {
  background: #6dc0be;
  color: #ffffff;
  font-size: 15px;
  font-family: Lato; }

footer {
  border-top: 1px solid #eeeeee;
  text-align: center;
  padding-top: 20px;
  color: #707070;
  font-size: 12px; }

footer a {
  text-decoration: underline;
  color: #707070; }

footer a:first-child {
  margin: 0; }

footer p {
  margin-top: 4px;
  line-height: 22px;
  margin-top: 4px;
  padding: 0 60px;
  color: #707070; }

.footer-nav a {
  margin-left: 15px;
  text-decoration: none; }
.footer-nav a:hover {
  text-decoration: underline; }

/* pagination */
#pagination {
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 32px; }

.prev {
  margin-right: 10px; }

.next {
  margin-right: 10px; }

.page a {
  background: #eeeeee;
  padding: 5px 10px;
  border-radius: 99px;
  margin-right: 7px;
  display: inline-block; }

.page.current {
  background: #eeeeee;
  color: #4d4d4d;
  padding: 5px 10px;
  border-radius: 99px;
  margin-right: 7px;
  display: inline-block; }

/* sidebar */
aside {
  padding: 30px;
  position: relative;
  z-index: 2; }

aside h3 {
  font-size: 1.3em;
  color: #43485e;
  position: relative;
  font-weight: 300; }

aside h3 span {
  position: absolute;
  right: 0;
  opacity: 0.4; }

aside h1 img {
  position: relative;
  z-index: 3; }

aside a {
  color: white; }

aside ul {
  margin: 0;
  padding: 0; }

aside li {
  list-style: none; }

aside li:last-child {
  margin-bottom: 0; }

aside p {
  margin: 0 0 28px 0;
  font-size: 14px;
  line-height: 25px; }

.social-share {
  text-align: center; }

.twitter-share {
  right: -13px;
  position: relative; }

.google-share {
  right: -3px;
  position: relative; }

.btn-menu-trigger {
  display: none; }

.mainnav {
  font-size: 15px;
  font-weight: 300;
  text-align: center; }

.mainnav li {
  position: relative;
  margin-bottom: 20px; }

.mainnav a {
  font-size: 15px;
  display: block;
  position: relative; }

.mainnav .accordion-button:after {
  content: "";
  position: relative;
  right: -4px;
  top: 11px;
  border: 4px solid transparent;
  border-top: 4px solid #ffffff;
  cursor: pointer; }

.accordion-content {
  margin-top: 10px; }

.mainnav .accordion-content a {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #ffffff; }

.cart-count {
  background: #6dc0be;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  right: -4px;
  padding: 3px 8px;
  top: -1px; }

a:hover .cart-count:hover {
  opacity: 0.6;
  text-decoration: none; }

.subnav {
  height: auto;
  overflow: hidden;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 5px;
  display: none; }

.subnav li {
  margin-bottom: 0.65em; }

.subnav a {
  color: #ffffff; }

aside .bottom-nav {
  position: relative;
  bottom: 0; }

.block {
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  width: 215px; }

/* social */
/* social share */
.twitter-share {
  margin-bottom: 10px; }

/* social icons */
.icon-social:hover {
  opacity: 0.6; }

.icon-social {
  display: inline-block;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 5px; }

.icon-social img {
  background: #6dc0be;
  border-radius: 100%;
  max-width: 14px;
  padding: 5px; }

.icon-facebook {
  float: left;
  margin-top: 1px;
  width: 40px;
  overflow: hidden; }

.store-address {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px; }

.secondary-nav a {
  display: inline;
  font-size: 11px;
  margin: 0 4px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: top; }

.footer-nav a {
  display: inline-block;
  color: #6dc0be; }

.footer-social-share {
  display: none; }

.footer-creditcards {
  display: none; }

.credit-cards li {
  display: inline-block;
  margin: 0 6px 7px 0;
  list-style-type: none; }

.credit-cards li img {
  max-width: 32px; }

.logo-wrapper {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

#logo {
  display: block;
  padding: 4px 0;
  margin: 0 auto 0px;
  max-width: 100%; }

#logo-text {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center; }

.store-blurb {
  text-align: center;
  display: block;
  color: #ffffff;
  line-height: 25px;
  border-top: 1px solid #ffffff;
  padding-top: 25px; }

.block:first-child:before {
  border: 0; }

.block:first-child:after {
  border: 0; }

.block.noborder {
  border: none; }

.block.noborder:after, .block.noborder:before {
  border: none; }

#search-form .search-icon {
  fill: #9f9e99;
  width: 16px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 5;
  height: 16px; }

.search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9f9e99; }

.search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9f9e99; }

.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9f9e99; }

.search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9f9e99; }

.search input[type="text"] {
  border-radius: 30px;
  border: 0;
  padding: 0 9px 0 44px;
  height: 37px;
  width: 210px;
  z-index: 1;
  color: #9f9e99;
  margin: 0px;
  background: #6dc0be;
  font-size: 15px; }

.search input[type="text"]:focus {
  outline: none;
  box-shadow: 0px 0px 1px #9f9e99; }

.search input[type="submit"] {
  width: 17px;
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 10px;
  background: transparent;
  border: 0px;
  text-indent: -9999px;
  height: 21px; }

/* INDIVIDUAL PAGES */
/* pages */
.sidebar-linklist {
  margin: 0; }

.sidebar-linklist li {
  font-size: 14px;
  list-style-type: none;
  margin: 0 0 5px 0; }

/* contact form */
#contact-form-wrapper dl {
  width: 100%; }

#contact-form-wrapper dt, #contact-form-wrapper dd {
  border-top: 1px solid #eeeeee;
  margin: 0 0 20px;
  padding: 20px 0 0 0; }

#contact-form-wrapper dt {
  float: left;
  width: 106px;
  clear: left; }

#contact-form-wrapper dd {
  float: left;
  width: 450px; }

#contact-form-wrapper label {
  margin-top: 4px; }

.message-body {
  margin-top: 10px;
  margin-bottom: 10px; }

#contact-form-wrapper input::-webkit-validation-bubble, #contact-form-wrapper textarea::-webkit-validation-bubble {
  display: none; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

/* index */
.index-banner {
  position: relative; }

.index-banner img {
  width: 100%; }

.index-banner-box {
  z-index: 1;
  background: transparent;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px; }

.index-banner-box .btn {
  display: inline-block;
  position: relative;
  margin: 0 0 40px 0; }

.index-banner-box-wrapper:before {
  pointer-events: none;
  content: "";
  opacity: 0.85;
  background: #14131c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.banner-title {
  font-size: 34px;
  color: #e6e6e6;
  font-weight: 100;
  letter-spacing: -1px;
  padding: 35px 27px 0 27px;
  line-height: 44px;
  position: relative; }

.banner-title span {
  font-size: 22px;
  font-weight: 100;
  display: block;
  margin: 20px 0 30px 0;
  letter-spacing: 0;
  line-height: 30px;
  opacity: 0.7; }

.bxslider {
  margin: 0;
  padding: 0;
  line-height: 0; }

.slide {
  margin-bottom: 0; }

.below-banner-gallery img {
  max-width: 100%;
  position: relative;
  top: -1px; }

.below-banner-gallery a:hover {
  opacity: 0.85; }

/* collection */
.sale {
  color: #d37265; }

.product-table.row {
  margin: 0 0 10px; }

.product-table .fourcol, .product-table .threecol {
  margin-bottom: 30px; }

.product-table a:hover {
  text-decoration: none;
  cursor: pointer; }

.product-block p {
  margin: 0;
  padding: 0;
  line-height: 19px; }

.product-title {
  font-weight: 500;
  font-size: 13px;
  color: #4d4d4d;
  display: block;
  margin-top: 10px;
  text-align: center; }

.product-table img {
  max-width: 100%; }

.product-table .product-price {
  color: #707070;
  font-size: 14px;
  display: block;
  text-align: center; }

.product-notice {
  display: block;
  width: 100%;
  top: 27%;
  left: 27%;
  height: 100%;
  position: absolute; }

.product-notice span {
  width: 110px;
  height: 110px;
  color: #707070;
  text-align: center;
  display: table-cell;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 24px; }

.sale-icon {
  background: #d37265;
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  text-align: center; }

.sale-icon span {
  color: #fff;
  line-height: 53px;
  vertical-align: middle; }

/* blog */
.author {
  position: relative;
  top: 8px;
  right: -5px; }

.author img {
  width: 60px;
  border-radius: 50%;
  float: left; }

.blog-header {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding-bottom: 20px;
  padding-top: 28px; }

.blog-header.first-header {
  border-top: none;
  padding-top: 0; }

.article-meta {
  color: #707070;
  float: left;
  font-size: 13px;
  padding-top: 9px;
  padding-left: 27px; }

.article-meta h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 5px; }

.article-meta h2 a {
  color: #4d4d4d;
  font-weight: bold; }

.article-meta h2 a:hover {
  text-decoration: underline; }

.article-content {
  padding-left: 90px;
  margin-bottom: 70px; }
  .article-content img {
    max-width: 100%; }

.article-content a {
  position: relative;
  display: inline-block; }

.alt-text {
  color: #707070;
  font-size: 13px;
  position: absolute;
  right: -26%;
  width: 25%;
  top: 7px; }

.social-media {
  position: relative;
  top: 15px;
  z-index: 1; }
  .social-media .share-icon {
    margin-right: 12px;
    float: right; }
  .social-media .facebook-share {
    margin-top: -1px;
    height: 23px;
    overflow: hidden; }
  .social-media .twitter-share {
    margin-right: 25px; }

.article-footer {
  margin: 0 0 90px 0; }

.article-content caption {
  font-size: 12px;
  position: absolute; }

.article-nav {
  border-top: 1px solid #eeeeee;
  display: block;
  text-align: center;
  clear: both;
  padding-top: 20px;
  margin-bottom: 40px; }

/* comments */
.comment-content p {
  margin-bottom: 5px; }

.module-comments {
  padding-left: 90px; }

.module-comments ul {
  list-style: none;
  margin: 0; }

.comment {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 25px; }

.comment .author {
  position: absolute;
  top: 35px;
  left: -45px; }

.comment .author img {
  max-width: 100%;
  width: 30px;
  border-radius: 50%;
  float: left; }

.comment-date {
  color: #707070;
  font-size: 13px;
  margin-bottom: 0; }

.comment-body {
  margin-top: 10px;
  margin-bottom: 10px; }

.comment-body textarea {
  min-height: 100px; }

blockquote {
  font-size: 20px;
  color: #707070;
  font-weight: 300;
  margin: 25px 0 40px;
  left: -90px;
  padding: 0 60px; }

/* product */
.product-heading {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.product-heading h1 {
  font-size: 35px;
  letter-spacing: -1px;
  margin: 0 0 5px;
  font-weight: 300; }

.breadcrumbs ul, .breadcrumbs {
  display: block;
  margin: -8px 0 0; }

.breadcrumbs li {
  display: inline-block;
  margin: 0 4px 0 0; }

.breadcrumbs a {
  color: #707070;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 0 11px 0 0;
  font-size: 11px;
  display: inline-block; }

.breadcrumbs a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  border-left: 3px solid #707070;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent; }

.breadcrumbs li:last-child a:after {
  border: none; }

.product-pricing .product-price:first-letter {
  position: relative;
  font-size: 22px;
  vertical-align: top;
  padding-right: 2px;
  color: #707070;
  font-weight: 100; }

.product-price {
  display: block; }

.price-currency {
  position: relative;
  top: -17px;
  left: 2px;
  font-size: 13px;
  font-size: 13px;
  color: #707070; }

.product-meta {
  color: #707070;
  font-size: 13px;
  padding: 10px 0 0px 0;
  display: block; }

.product-type, .product-vendor {
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  display: block; }

.product-tags {
  border-top: 1px solid #eeeeee;
  padding: 15px 0 0 0; }

.product-tags .tag {
  background: #eeeeee;
  color: #454f52;
  display: inline-block;
  font-size: 12px;
  border-radius: 10px;
  padding: 0 15px;
  line-height: 24px; }

.product-description {
  line-height: 23px;
  font-size: 15px; }

.product-info .product-pricing {
  border-top: 1px solid #eeeeee;
  padding: 20px 0 0px 0;
  position: relative; }
.product-info .product-price {
  font-size: 30px;
  line-height: 37px; }
.product-info .product-compare-price {
  color: #d37265;
  font-weight: 500;
  display: block;
  margin-top: -6px; }

.product-variants {
  border-top: 1px solid #eeeeee;
  padding: 17px 0 17px; }

.product-variants .variant-dropdown label {
  display: block;
  font-size: 13px;
  color: #707070; }

.product-variants .variant-dropdown select {
  margin-bottom: 10px; }

.indv-product-price {
  float: left; }

.product-quantity {
  padding: 15px 0 15px 0;
  border-top: 1px solid #eeeeee; }

.product-quantity label {
  margin-right: 10px; }

.selector-wrapper label {
  display: block;
  margin-bottom: 5px; }

.pagination:after {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.pagination span, .pagination a {
  margin-right: 5px; }

.pagination .current {
  color: #919191; }

.selector-wrapper {
  margin-bottom: 10px; }

/* search */
.full-search input[type="text"] {
  padding: 13px 13px 13px 41px;
  border-radius: 50px; }
.full-search .search-icon {
  fill: #9f9e99;
  width: 16px;
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 5;
  height: 16px; }

/* Customer accounts */
.customer_address {
  border-top: 1px solid #eeeeee;
  padding-top: 20px; }

/* MEDIA QUERIES */
/* contact page only */
@media only screen and (min-width: 1083px) {
  .profiles .fourcol {
    width: 30.75%; }

  .profiles .eightcol {
    width: 60.5%; }

  .profile-image img {
    -webkit-box-shadow: 0 0 0 5px #dce5f1; } }
/* make sidebar smaller */
@media only screen and (max-width: 1044px) {
  .global-wrapper {
    margin-left: 220px; }

  .column-aside, .column-aside:after {
    width: 220px; }

  .block {
    width: 160px; }

  .search input[type="text"] {
    width: 159px; } }
/* sidebar squish */
@media only screen and (max-width: 883px) {
  #squish-controls {
    display: block;
    background: #6dc0be;
    width: 100%;
    height: 100px;
    z-index: 10;
    position: relative;
    margin-top: -1px;
    /* safari dark line artifact */ }

  .tablet-icon-menu, .tablet-icon-cart {
    fill: #ffffff;
    position: absolute; }

  .tablet-icon-menu:hover, .tablet-icon-cart:hover {
    cursor: pointer; }

  .tablet-icon-menu {
    height: 30px;
    width: 30px;
    left: 34px;
    top: 34px; }

  .tablet-icon-cart {
    height: 24px;
    width: 24px;
    right: 34px;
    top: 38px; }

  .tablet-logo {
    text-align: center; }
    .tablet-logo #logo {
      max-height: 52px;
      padding-top: 24px;
      display: inline-block; }

  #wrapper.unsquished .global-wrapper {
    margin-left: 220px; }
  #wrapper.unsquished .column-aside, #wrapper.unsquished .column-aside:after {
    width: 220px; }

  #wrapper.squished .column-aside aside {
    left: -200px;
    padding-top: 49px; }
  #wrapper.squished .global-wrapper {
    margin-left: 0; }

  .global-wrapper {
    margin-left: 0px; }

  .column-aside, .column-aside:after {
    width: 0px; }

  .column-aside {
    margin-top: 0 !important; }
    .column-aside aside {
      margin-top: 0; }
    .column-aside:after {
      background: #50b4b1; }
    .column-aside .logo-wrapper {
      display: none !important; }

  .unsquished-nav:after {
    width: 220px; } }
/* Tablet/ipad enhancements */
@media handheld, only screen and (max-width: 1024px) {
  .product-description {
    font-size: 12px;
    line-height: 22px; }
    .product-description p {
      line-height: 22px; } }
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none; }

  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px; }

  /* layout */
  .global-wrapper {
    margin-left: 0; }

  #content {
    padding: 15px; }

  .global-wrapper {
    margin-left: 0 !important; }

  /* general css */
  .product-description {
    font-size: 14px;
    line-height: 25px; }
    .product-description p {
      line-height: 22px; }

  /* m-aside */
  .content-mobile-nav {
    background: #6dc0be; }
    .content-mobile-nav .table {
      width: 100%; }
    .content-mobile-nav a {
      color: #ffffff; }
    .content-mobile-nav .mainnav {
      border-top: 1px solid #ffffff;
      padding: 20px 0 10px 0;
      margin: 5px 0 0 0; }

  .nomobile {
    display: none !important; }

  .visible-phone {
    display: block !important; }

  .search input[type="text"] {
    height: auto !important; }

  /* weight iOS bug */
  aside {
    padding: 0 10px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  aside .block:first-child:before {
    background: none; }

  .block {
    margin: 0;
    border: none;
    width: auto; }

  .block:after, .block:before {
    border: none; }

  .logo-wrapper {
    width: auto;
    text-align: left; }

  .mobile-header.row .sixcol {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  .mobile-header .table {
    width: 100%; }

  .mobile-logo {
    padding: 10px;
    display: block;
    width: 60%; }

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

  .mobile-header .cart {
    text-align: center;
    font-size: 13px; }

  .mobile-cart {
    width: 40%; }

  #logo {
    padding: 0;
    margin: 17px auto; }

  aside nav span {
    position: relative;
    margin-left: 10px; }

  .search {
    width: auto;
    margin-bottom: 20px;
    display: block;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  .search input[type="text"] {
    padding: 9px 9px 6px 43px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  .search input[type="submit"] {
    left: 19px;
    top: 10px; }

  .navigation {
    width: 100%;
    padding: 0; }

  .btn-menu-trigger {
    display: block;
    padding: 10px 0 10px;
    border-top: 1px solid #6dc0be;
    text-align: right; }
    .btn-menu-trigger svg {
      fill: #ffffff;
      left: -4px;
      width: 28px;
      top: 4px;
      position: relative;
      height: 28px; }

  .btn-menu-trigger .icon-group {
    display: inline-block;
    margin: 5px 10px 0 0; }

  .mainnav {
    height: auto;
    overflow: hidden;
    display: none; }
    .mainnav .block {
      margin-bottom: 0;
      padding: 0; }

  .secondary-nav {
    text-align: center; }

  .secondary-nav a {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: #ffffff; }

  .social-share {
    display: none; }

  .footer-social-share {
    display: block; }

  .footer-social-share > div {
    display: inline-block;
    margin: 0 10px; }

  .creditcards {
    display: none; }

  .footer-creditcards {
    display: block; }

  /* mBanner */
  .index-banner-box {
    display: none; }

  .bx-controls-direction {
    display: none; }

  /* mContent */
  .product-heading {
    text-align: center; }

  /* mPRODUCT */
  .product-table .product-price {
    position: relative; }

  .product-table .product-category {
    display: none; }

  .product-table .product-icon {
    display: block;
    position: relative; }

  .product-image {
    position: relative;
    display: block;
    text-align: center; }

  .sale-icon {
    display: none; }

  /* mCART */
  .quantity-heading, .cart-quantity {
    text-align: right; }

  /* mBLOG */
  .social-media {
    display: none; }

  .article-meta {
    padding-left: 0; }

  .article-content {
    padding-left: 0; }

  .module-comments {
    padding-left: 0; }

  .alt-text {
    position: relative;
    right: 0;
    width: auto;
    top: 0px;
    margin-bottom: 5px; }

  .article-content img {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100% !important; }

  .blog-header .eightcol {
    padding: 0;
    width: 100%; }

  .blockquote {
    padding: 0; }

  .author {
    float: none;
    display: none;
    margin-bottom: 5px; }

  .article-meta {
    display: block; } }
/* end media query */
/*
 *  Hide show classes for desktop mobile etc.
 */
.hidden-phone {
  display: block; }

@media (max-width: 767px) {
  .hidden-phone {
    display: none; } }
/* cart */
.cart-item {
  width: 120px;
  padding: 20px 20px 20px 0; }

.cart-detail {
  width: 300px;
  padding-right: 10px; }

.cart-price {
  width: 120px;
  padding-right: 40px; }

.cart-quantity {
  width: 120px;
  padding-right: 40px; }
  .cart-quantity input {
    margin-bottom: 0; }

.cart-total {
  width: 100px;
  font-weight: 700; }

.cart-remove {
  width: 20px; }

.cart-item a {
  display: block;
  line-height: 0; }

.cart-item a img {
  width: 120px; }

.cart-row {
  border-bottom: 1px solid #eeeeee; }

.cart-quantity .styled-input {
  width: 26px; }

.icon-remove svg {
  width: 24px;
  height: 24px;
  fill: #6dc0be; }

#cart-meta {
  float: right;
  text-align: right;
  margin-top: 26px; }

#cart-subtotal, #estimated-shipping {
  color: #333333;
  font-size: 19px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  margin: 9px 0 20px 0; }

.option-choice {
  margin: 0 5px; }

#cart-subtotal em {
  font-size: 25px;
  margin-left: 12px; }

#update-cart, .unstyled-btn {
  background: transparent;
  color: #6dc0be;
  display: inline;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer; }

.cart-table-header td {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee; }

@media (max-width: 767px) {
  .cart-item {
    display: none; }

  .cart-detail {
    width: auto;
    padding: 0 10px 0 0; }

  .cart-detail h2 a {
    font-size: 12px;
    line-height: 10px; }

  .cart-price {
    width: auto;
    padding: 0 10px; }

  .cart-quantity {
    width: auto;
    padding: 10px; }

  .cart-table-header-total,
  .cart-table-header-space,
  .cart-total,
  .cart-remove {
    display: none; } }
/* bxslider */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)

 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1; }

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

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

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

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

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

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper:hover .bx-controls {
  display: block; }

.bx-wrapper .bx-prev {
  left: 40px; }

.bx-wrapper svg {
  width: 84%;
  fill: #e6e6e6; }

.bx-wrapper .bx-next {
  right: 40px; }

.bx-prev .arrow {
  position: relative;
  top: 0;
  left: -1px; }

.bx-next .arrow {
  position: relative;
  top: 0;
  left: 2px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  text-align: center;
  outline: 0;
  width: 62px;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.8;
  text-decoration: none; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.bx-wrapper .bx-caption span {
  display: block;
  font-size: .85em;
  padding: 10px; }

/* end bxslider */
/* start dropdown */
/* --- EASYDROPDOWN FLAT THEME by Jan Cantor --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
.dropdown {
  position: relative;
  cursor: pointer;
  font-weight: 200;
  background: #6dc0be;
  padding: 8px 0px 8px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 2; }

/* CARAT */
.dropdown .carat,
.dropdown .carat:after {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #ffffff;
  z-index: 1;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%; }

.dropdown:hover .carat:after {
  border-top-color: #f4f4f4; }

.dropdown.focus .carat {
  border-top-color: #f8f8f8; }

.dropdown.focus .carat:after {
  border-top-color: #0180d1; }

.dropdown.open .carat {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected {
  color: #ffffff; }

.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 7px 11px;
  overflow: hidden;
  white-space: nowrap; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 5px 5px 0; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background: #6dc0be;
  overflow: hidden;
  opacity: 0;
  color: #04724E;
  border-radius: 5px; }

.dropdown:hover div {
  border-radius: 5px; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  border-radius: 5px;
  margin: 0; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  margin: 0;
  color: #ffffff;
  border-bottom: 1px solid  #ffffff;
  padding: 14px 12px;
  border-bottom: 1px solid #6dc0be; }

.dropdown li:last-child {
  border-bottom: 0; }

/* .focus class is also added on hover */
.dropdown li.focus {
  position: relative;
  z-index: 3;
  color: #ffffff; }

.dropdown li.active {
  font-weight: bold;
  color: #ffffff; }

/* end dropdown */
/* smooth product */
.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  position: relative;
  margin: 0;
  float: left; }

.sp-large {
  position: relative;
  overflow: hidden; }

.sp-large a img {
  width: 100%;
  /* ie9 */
  max-width: 100%;
  height: auto; }

.sp-large a {
  display: inline-block; }

.sp-thumbs {
  width: 100%;
  text-align: left; }

.sp-thumbs img {
  max-width: 50px;
  vertical-align: top; }

.sp-thumbs a:link, .sp-thumbs a:visited {
  margin: 10px 10px 10px 0;
  display: inline-block; }

.sp-thumbs a:first-child:link {
  margin-left: 0; }

.sp-zoom {
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

/* smooth product */
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0; } }
/* smooth product */
