/** Shopify CDN: Minification failed

Line 2178:2 "visibiltiy" is not a known CSS property
Line 2436:2 Expected identifier but found "*"
Line 3649:6 "visiblity" is not a known CSS property
Line 5758:24 Unexpected "'.s4com-btn'"

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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none; }

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none; }

/* Standard text CSS */
strong, b {
  font-weight: bold; }

abbr, acronym {
  border-bottom: 1px dotted #111111;
  cursor: help; }

em, i {
  font-style: italic; }

ul, ol, dl {
  margin: 1em;
  font-size: 100%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

blockquote {
  margin: 1.5em 0em 1.5em 10px;
  padding: .5em 0em;
  quotes: "\201C" "\201D";
  font-size: 130%;
  font-style: italic;
  line-height: 1.5em; }

blockquote:before {
  color: #111111;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align: -0.48em; }

blockquote :first-child {
  display: inline; }

blockquote :last-child {
  margin-bottom: 0; }

blockquote:after {
  content: no-close-quote; }

ol, ul, dl {
  margin-left: 2em; }

ol li {
  list-style: decimal outside; }

ul li {
  list-style: disc outside; }

dl dd {
  margin-left: 1em; }

th, td {
  border-bottom: 1px solid #e2e2e2;
  border-collapse: collapse;
  border-top: 1px solid #e2e2e2;
  padding: 0.7em; }

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: left;
  border-bottom-width: 3px; }

table.noborders td, table.noborders th {
  border: none; }

caption {
  margin-bottom: .5em;
  text-align: center; }

p, fieldset, table {
  margin-bottom: 1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double #e2e2e2;
  height: 9px;
  margin: 1em 0; }

/* Google Fonts */
body, input, textarea, select option {
  font-family: greycliff-cf, sans-serif; }

h1, .slide .overlay-text .text, .h1-style, h2 {
  font-family: greycliff-cf, sans-serif; }

h3, h4, h5, h6 {
  font-family: greycliff-cf, sans-serif; }

#pageheader .logotext, #shoplogo .logotext {
  font-family: Quantico; }

.nav-row {
  font-family: greycliff-cf, sans-serif; }

.wf-loading .nav-row,
.wf-loading h1,
.wf-loading .slide .overlay-text .text,
.slide .overlay-text .wf-loading .text,
.wf-loading h2,
.wf-loading h1.style,
.wf-loading .slide .overlay-text .style.text,
.slide .overlay-text .wf-loading .style.text,
.wf-loading h2.style,
.wf-loading body {
  opacity: 0; }

/* Slick slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

/* FOUC */
.slideshow .slide {
  display: none; }

.slideshow .slide:first-child {
  display: block; }

/* /FOUC */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus, .slick-slide a:focus {
    outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: white url(//kalabrand.com/cdn/shop/t/128/assets/ajax-load.gif?v=62939699503414190391756406640) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  min-width: 0; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    border: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover svg, .slick-prev:focus svg,
    .slick-next:hover svg,
    .slick-next:focus svg {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev svg,
.slick-next svg {
  width: 80px;
  height: 80px;
  fill: white;
  opacity: 0.75;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)); }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 21px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      min-width: 0;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.5; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-size: 37px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.5;
        transition: opacity 150ms;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.25; }

/* lazy load */
.slick-slide img {
  opacity: 1;
  transition: opacity 250ms; }

.slick-slide img.slick-loading {
  opacity: 0; }

/* Owl Carousel - two carousels are better than one */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale .1s ease;
  -moz-transition: scale .1s ease;
  -ms-transition: scale .1s ease;
  -o-transition: scale .1s ease;
  transition: scale .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* Theme styles */
body {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: normal;
  color: #111111;
  background: #ffffff;
  background-repeat: repeat;
  overflow-y: scroll;
  /* Fonts on Macs look bad without these */
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

#content {
  background-color: #ffffff; }

::selection {
  /* Webkit & Opera */
  background: #111111;
  color: #ffffff; }

::-moz-selection {
  /* Firefox */
  background: #111111;
  color: #ffffff; }

a,
a:link,
a:visited {
  color: #111111;
  -moz-transition: color 100ms, border-color 100ms;
  -webkit-transition: color 100ms, border-color 100ms;
  transition: color 100ms, border-color 100ms;
  text-decoration: none; }

a:hover {
  color: #111111; }

a.ctalink,
a.ctalink:link,
a.ctalink:visited {
  color: #111111;
  -moz-transition: color 100ms, border-color 100ms;
  -webkit-transition: color 100ms, border-color 100ms;
  transition: color 100ms, border-color 100ms;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: -.25px; }

a.ctalink:hover {
  color: #2c3034; }

select {
  max-width: 100%; }

input,
textarea {
  font-size: 16px;
  line-height: 16px;
  background: white;
  color: #111111;
  border: 1px solid #c3c3c3;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none; }

input[type=checkbox] {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: checkbox; }

textarea {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px; }

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  color: #111111;
  font-size: 85%; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #111111;
  font-size: 85%; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #111111;
  font-size: 85%; }

:-ms-input-placeholder {
  color: #111111;
  font-size: 85%; }

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #111111;
  border: 1px solid #111111;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 12.8px;
  letter-spacing: .015em;
  text-transform: capitalize;
  height: auto;
  margin: 0 auto;
  text-decoration: none !important;
  cursor: pointer;
  padding: 16px 15px 14px;
  vertical-align: middle;
  min-width: 155px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background-color 100ms, color 100ms, border-color 100ms;
  -webkit-transition: background-color 100ms, color 100ms, border-color 100ms;
  transition: background-color 100ms, color 100ms, border-color 100ms;
  display: inline-block;
  outline: none; }
  .button svg,
  a.button svg,
  button svg,
  input[type="submit"] svg,
  input[type="reset"] svg,
  input[type="button"] svg {
    fill: #ffffff;
    margin-top: -5px;
    margin-bottom: -5px; }

input[type="submit"],
input[type="submit"]:hover {
  border: none !important; }

.button.find-a-dealer,
a.button.find-a-dealer,
button.find-a-dealer {
  min-width: 185px;
  background: none;
  border: 1px solid #111111;
  color: #111111;
  transition: all .3s ease-in; }

.button.find-a-dealer:hover,
a.button.find-a-dealer:hover,
button.find-a-dealer:hover {
  color: #111111;
  border: 1px solid #111111; }

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .product-detail .product-form .input-row a.button {
    margin: 0; } }
@media only screen and (max-width: 500px) {
  .product-detail .product-form .input-row a.button {
    width: 100%; }

  .product-detail .product-form .buy-it-now a.button {
    width: 90%; } }
.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  width: auto;
  min-width: 0; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #2c3034;
  border: 1px solid #2c3034; }

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #ffffff;
  color: #111111; }

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #2c3034; }

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #111111; }

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color: #111111;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms; }

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color: #111111; }

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important; }

.button.amazon {
  background: #febd69;
  color: #000000 !important; }

.button.buyitnow {
  min-width: 185px; }

@media (min-width: 767px) and (max-width: 1054px) {
  .button.buyitnow {
    margin-top: 10px !important; } }
h1, .slide .overlay-text .text, .h1-style, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 37px;
  margin-bottom: 10px; }
  h1 svg, .slide .overlay-text .text svg, h1 svg g, .slide .overlay-text .text svg g, .h1-style svg, .h1-style svg g, h2 svg, h2 svg g, h3 svg, h3 svg g, h4 svg, h4 svg g, h5 svg, h5 svg g, h6 svg, h6 svg g {
    fill: #111111; }

h1 a, .slide .overlay-text .text a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link,
.slide .overlay-text .text a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited,
.slide .overlay-text .text a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none; }

h1 a:hover, .slide .overlay-text .text a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #111111; }

.slide .overlay-text .text a:hover {
  color: white; }

@media only screen and (max-width: 1024px) {
  .slide .overlay-text .text a:hover {
    color: #3d4c4f9e; } }
h1, .slide .overlay-text .text,
.h1-style,
h2.h1-style {
  font-size: 34px; }

h1.h2-style, .slide .overlay-text .h2-style.text {
  font-size: 43.66667px; }

h3,
h1.h3-style,
.slide .overlay-text .h3-style.text,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style,
.h3-style {
  font-size: 38.33333px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

h4,
h1.h4-style,
.slide .overlay-text .h4-style.text,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style,
.h4-style {
  font-size: 33px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

h5,
h1.h5-style,
.slide .overlay-text .h5-style.text,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style,
.h5-style {
  font-size: 27.66667px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

h6,
h1.h6-style,
.slide .overlay-text .h6-style.text,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style,
.h6-style {
  font-size: 22.33333px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

.article-post h1, .article-post .slide .overlay-text .text, .slide .overlay-text .article-post .text,
.article-post h1.h1-style,
.article-post .slide .overlay-text .h1-style.text,
.slide .overlay-text .article-post .h1-style.text,
.article-post h2.h1-style,
.article-post h3.h1-style,
.article-post h4.h1-style,
.article-post h5.h1-style,
.article-post h6.h1-style {
  font-size: 49px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

.article-post h2,
.article-post h1.h2-style,
.article-post .slide .overlay-text .h2-style.text,
.slide .overlay-text .article-post .h2-style.text,
.article-post h2.h2-style,
.article-post h3.h2-style,
.article-post h4.h2-style,
.article-post h5.h2-style,
.article-post h6.h2-style {
  font-size: 43.66667px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

.article-post h3,
.article-post h1.h3-style,
.article-post .slide .overlay-text .h3-style.text,
.slide .overlay-text .article-post .h3-style.text,
.article-post h2.h3-style,
.article-post h3.h3-style,
.article-post h4.h3-style,
.article-post h5.h3-style,
.article-post h6.h3-style {
  font-size: 38.33333px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

.article-post h4,
.article-post h1.h4-style,
.article-post .slide .overlay-text .h4-style.text,
.slide .overlay-text .article-post .h4-style.text,
.article-post h2.h4-style,
.article-post h3.h4-style,
.article-post h4.h4-style,
.article-post h5.h4-style,
.article-post h6.h4-style {
  font-size: 33px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

.article-post h5,
.article-post h1.h5-style,
.article-post .slide .overlay-text .h5-style.text,
.slide .overlay-text .article-post .h5-style.text,
.article-post h2.h5-style,
.article-post h3.h5-style,
.article-post h4.h5-style,
.article-post h5.h5-style,
.article-post h6.h5-style {
  font-size: 27.66667px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

.article-post h6,
.article-post h1.h6-style,
.article-post .slide .overlay-text .h6-style.text,
.slide .overlay-text .article-post .h6-style.text,
.article-post h2.h6-style,
.article-post h3.h6-style,
.article-post h4.h6-style,
.article-post h5.h6-style,
.article-post h6.h6-style {
  font-size: 22.33333px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600; }

h1.majortitle, .slide .overlay-text .majortitle.text,
h2.title,
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 25px 0;
  padding-top: 20px; }

h1.majortitle, .slide .overlay-text .majortitle.text {
  margin: 25px 0;
  padding-top: 20px;
  letter-spacing: .5px; }

h1.hometitle, .slide .overlay-text .hometitle.text,
h2.hometitle,
h3.hometitle,
.hometitle {
  line-height: 1em;
  margin: 0 0 20px; }

.hometitle {
  letter-spacing: 0.5px; }

img {
  max-width: 100%;
  height: auto; }

svg {
  width: 21px;
  height: 21px;
  fill: #111111;
  vertical-align: middle;
  transition: fill 100ms; }
  svg g {
    fill: #111111;
    transition: fill 100ms; }

svg#kalalogo {
  height: auto;
  width: 150px;
  stroke: none !important;
  fill: #fff; }

svg#me-uke-logo {
  width: 33%;
  height: auto;
  margin: 0 auto;
  fill: #464e54;
  padding: 5% 0px; }

.beside-svg {
  position: relative;
  top: -26px;
  right: -11px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 0.625rem;
  line-height: 19px;
  letter-spacing: 0px;
  color: #000;
  background: #fff;
  border-radius: 9px;
  transform: scale(1);
  transition: transform 125ms cubic-bezier(0.25, 0.1, 0.25, 1) 125ms;
  transform-origin: 25% 75%;
  font-weight: 600; }

.beside-svg:empty {
  transform: scale(0);
  transition: transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1); }

.hidden {
  display: none; }

.buynow-dealer-section {
  outline: 1px solid #eaeaea;
  height: auto;
  width: auto;
  padding-bottom: 10px; }

.buynow-dealer-section img {
  max-width: 100%;
  max-height: 160px;
  margin: 0 auto; }

.buynow-dealer-section p {
  margin-bottom: 0px; }

.buynow-dealer-section-1 {
  width: 50%;
  height: 100%;
  float: left;
  background-color: white; }

.buynow-dealer-section-2 {
  width: 50%;
  height: 100%;
  float: left;
  background-color: white; }

.buynow-dealer-section-3 {
  width: 100%;
  height: 50%;
  background-color: white; }

.buynow-dealer-section-3 .buynow-dealer-section {
  width: 50%;
  float: left; }

.buynow-dealer-section .buynow-dealer-section {
  width: 50%;
  height: 50%;
  margin: 0 auto;
  clear: both; }

.buynow-dealer-section-3col .buynow-dealer-section {
  width: 33.33%;
  float: left; }

#myModal.buy-it-now {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 1px solid #eaeaea;
  background-color: white;
  display: block;
  height: auto;
  width: auto;
  text-align: center;
  margin: 0 auto; }

.bn-ships-from {
  /*font-size:20px;*/
  color: #8a8f93;
  font-family: greycliff-cf, sans-serif;
  font-style: italic; }

.bn-dealer-state {
  /*font-size:23.333332061767578px;*/
  font-family: greycliff-cf, sans-serif;
  font-weight: 700;
  color: #8a8f93;
  letter-spacing: 0.04001em; }

@media (max-width: 767px) {
  .buynow-dealer-section-1, .buynow-dealer-section-2 {
    width: 100%;
    float: none;
    background-color: white; }

  #myModal.buy-it-now {
    height: 800px;
    max-height: 600px;
    overflow-y: scroll; } }
#modal-header h2 {
  font-size: 40px;
  padding: 15px 15px 0;
  margin-top: 0px;
  margin-bottom: 0; }

#modal-header p {
  margin-top: -.75em;
  font-size: 14px;
  letter-spacing: .25px;
  margin-bottom: 0px; }

@media (max-width: 500px) {
  #modal-header h2 {
    font-size: 30px;
    line-height: 1em; }

  #modal-header p {
    margin: 0 20px 10px;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 1.5; } }
@media (max-width: 768px) {
  #modal-header h2 {
    font-size: 33px;
    letter-spacing: 1.25px; } }
@media (max-width: 414px) {
  #modal-header h2 {
    font-size: 26px;
    letter-spacing: 0; } }
.dealer-l2, .dealer-r2 {
  position: relative; }

svg.buyitnow {
  width: 100%;
  height: 100%; }

.dealer-block {
  background-color: white;
  max-height: 500px; }

#modal-header {
  height: auto;
  outline: 1px solid #eaeaea; }

#fancybox-content {
  margin: 0 auto; }

/* Lists  */
#pageheader ul,
#pageheader li {
  margin: 0;
  padding: 0;
  display: inline; }

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }

.container .container {
  padding-left: 0;
  padding-right: 0; }

.innercontainer {
  margin-left: auto;
  margin-right: auto;
  margin: 0 5%; }

@media (max-width: 1080px) {
  .uncontain-desktop-down {
    padding-left: 0;
    padding-right: 0; } }
.slideshow .container {
  padding-left: 40px;
  padding-right: 40px; }

.template-index #content > .container,
.template-collection #content > .container,
.template-product #content > .container,
.template-blog #content > .container,
.template-article #content > .container,
.template-page #content > .container,
.template-search #content > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

#content {
  /*padding-bottom: 60px;*/ }

.template-index #content {
  padding-bottom: 0; }

/* Header */
#mobile-header {
  display: none;
  text-align: right;
  background: #0e0708;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 15px;
  line-height: 32px;
  position: relative; }

#mobile-header a {
  color: inherit; }

#mobile-header .mobile-nav-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  padding: 0;
  width: 60px;
  height: 60px; }

#mobile-header .mobile-nav-toggle div {
  position: absolute;
  background: #ffffff;
  left: 20px;
  width: 20px;
  height: 2px;
  top: 13px;
  margin-top: 9px; }

#mobile-header .mobile-nav-toggle div:nth-child(1) {
  top: 19px; }

#mobile-header .mobile-nav-toggle div:nth-child(2) {
  top: 25px; }

#mobile-header .cart-count {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.5px; }
  #mobile-header .cart-count.button {
    margin-top: -17px;
    padding: 8px 10px;
    min-width: 0;
    line-height: 1em;
    vertical-align: middle;
    color: #ffffff; }
    #mobile-header .cart-count.button svg {
      fill: #ffffff; }
  #mobile-header .cart-count svg {
    width: 21px;
    height: 21px; }

#mobile-header .logo img {
  width: 125px;
  vertical-align: middle; }
#mobile-header .logo > a {
  display: flex;
  margin: 0 auto;
  width: 135px; }
  #mobile-header .logo > a:before {
    content: '';
    display: inline-block;
    width: 1px;
    margin-left: -1px;
    vertical-align: middle;
    height: 32px; }

#pageheader #mobile-header .logo .logotext {
  display: inline-block;
  width: calc(100% - 5px); }

#mobile-nav-return {
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.75, 0.03, 0.52, 1); }

#main-nav .mobile-features {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#main-nav .mobile-features .mobile-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: start;
  padding-left: 20px;
  letter-spacing: 0.5px; }

#main-nav .mobile-features .mobile-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: left; }

#main-nav .mobile-social {
  display: none; }

#pageheader {
  position: relative;
  background: #0e0708;
  z-index: 4000;
  /* Place above slider for live-search dropdown */ }

#pageheader,
#pageheader a {
  color: #ffffff; }

#pageheader svg, #pageheader svg g {
  fill: #ffffff;
  stroke: #ffffff; }

#pageheader .logo {
  text-align: center;
  padding: 20px 0; }

#pageheader .logo a {
  color: #000000; }

.logo img {
  display: inline-block;
  vertical-align: top; }

#pageheader .logo .logotext {
  font-size: 48px;
  line-height: 1.4em;
  letter-spacing: 0.5px; }

#pageheader .util-area {
  position: absolute;
  top: 25px;
  right: 30px; }

#pageheader .util-area.slideUp .cart-summary {
  display: none; }

#pageheader .search-box,
#pageheader .utils {
  float: left; }

#pageheader .utils .top-right-menu {
  margin-left: 5px; }

#pageheader .utils .top-right-menu-last {
  margin-left: 3px; }

#pageheader .utils .account-wrapper-mini {
  float: left;
  padding-left: 20px; }

#hidden-nav .account-wrapper-mini {
  margin-top: 10px !important; }

#pageheader .slideUp .search-box,
#pageheader .slideUp .utils {
  /*  position: absolute;
    top: 20px;*/ }

#pageheader .slideUp .utils .social-links {
  display: none; }

#pageheader .logo-pos-below .search-box,
#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .search-box,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0; }

.search {
  cursor: pointer; }

#pageheader #svg-search-icon {
  width: 20px;
  height: 20px; }

.hidesvg {
  display: none; }

#pageheader .search-box .hidden {
  display: none; }

#pageheader .search-box {
  position: absolute;
  bottom: -44px;
  right: -30px;
  background-color: white; }

#pageheader .search-box .search-form input[type="text"] {
  height: 20px;
  width: 270px; }

#pageheader .search-box .search-form input[type="submit"] {
  color: #ffffff; }

#pageheader .search-box .search-form input[type="submit"] {
  width: 305px; }

#pageheader .search-box .search-form svg {
  display: none; }

#pageheader .search-box .search-form {
  border-left: 1px solid #dedede;
  border-right: 0px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-collapse: collapse;
  position: relative;
  display: inline-block; }

#pageheader .search-box.focus .search-form {
  background-color: #fff;
  border-color: #dedede; }

#pageheader .search-box .search-form svg {
  position: absolute;
  z-index: 1;
  fill: #ffffff;
  top: 9px;
  left: 3px;
  width: 18px;
  height: 18px; }

#pageheader .search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 375px;
  font-size: 12.8px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  color: #ffffff; }

#pageheader .search-box.focus .search-form input[type="text"] {
  color: #666; }

/* HTML5 input placeholders */
#pageheader .search-box .search-form input[type="text"]::-webkit-input-placeholder {
  font-size: 12.8px;
  line-height: 1.2em;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0.5px; }

#pageheader .search-box .search-form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12.8px;
  line-height: 1.2em;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0.5px; }

#pageheader .search-box .search-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12.8px;
  line-height: 1.2em;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0.5px; }

#pageheader .search-box .search-form input[type="text"]:-ms-input-placeholder {
  font-size: 12.8px;
  line-height: 1.2em;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0.5px; }

#pageheader .search-box .search-form input[type="submit"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #111111;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
  display: none; }

#pageheader .search-box.focus .search-form input[type="submit"] {
  opacity: 1;
  filter: alpha(opacity=100); }

#pageheader .search-box .results-box {
  position: absolute;
  background: #fff;
  color: #333;
  width: 100%;
  max-width: 100%;
  z-index: 5000;
  font-size: 12.8px; }

#pageheader .search-box .results-box a,
#pageheader .search-box .results-box a:hover {
  color: inherit; }

#pageheader .search-box .results-box > * {
  display: block;
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 0px solid #e2e2e2;
  min-height: 24px; }

#pageheader .search-box .results-box > *:first-child {
  border-top: 0px solid #e2e2e2; }

#pageheader .search-box .results-box .img {
  float: left;
  margin: -4px 10px 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden; }

#pageheader .search-box .results-box .img img {
  vertical-align: middle;
  margin-top: -2px; }

#pageheader .search-box .results-box .load {
  background: url("//kalabrand.com/cdn/shop/t/128/assets/ajax-load.gif?v=62939699503414190391756406640") center center no-repeat;
  text-align: center; }

#pageheader .search-box .results-box .note {
  text-align: center;
  background: #111111;
  border: #111111;
  color: #ffffff;
  font-size: 12.8px; }

#pageheader .utils {
  right: 30px;
  height: 44px;
  font-size: 12.8px;
  letter-spacing: 0.5px; }

#pageheader .utils .social-links,
#pageheader .utils .account-wrapper-mini,
#pageheader .utils .cart-summary,
#pageheader .utils .search,
#pageheader .utils .wishlist-wrapper {
  vertical-align: middle;
  display: inline;
  zoom: 1;
  padding-left: 20px; }

#pageheader .utils .social-links {
  margin-right: 30px; }

#pageheader .utils .cart-summary {
  text-align: right;
  float: left; }

#pageheader .utils .wishlist-wrapper {
  text-align: right;
  float: left; }

#pageheader .utils .cart-summary .switcher {
  margin-left: 3px;
  display: inline;
  vertical-align: middle;
  position: relative; }

#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#pageheader .utils .cart-summary .switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50; }

#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 8px 20px 6px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap; }

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px; }

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px; }

#pageheader .utils .cart-summary .switcher.show-drop .switcher-drop,
#pageheader .utils .cart-summary .switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none; }

@media screen and (max-width: 959px) {
  /* Do not show on hover when tablet-sized */
  #pageheader .utils .cart-summary .switcher:hover .switcher-drop {
    display: none; }

  #pageheader .utils .cart-summary .switcher.show-drop .switcher-drop {
    display: block; } }
#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #ffffff; }

#pageheader .util-area {
  letter-spacing: 0.5px; }

#pageheader .logo-pos-above .util-area,
#pageheader .logo-pos-below .util-area {
  position: relative;
  height: 55px; }

#pageheader .logo-pos-below .util-area {
  margin-top: 10px; }

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative; }

#pageheader .util-area .signup-reveal {
  font-size: 12.8px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  vertical-align: middle; }

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50; }

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none; }

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em; }

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px; }

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px; }

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede; }

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent; }

#pageheader .util-area .signup-form input[type=email] {
  letter-spacing: 0.5px;
  width: 150px; }

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444; }

#pageheader .util-area .signup-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #444; }

#pageheader .util-area .signup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #444; }

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444; }

#pageheader .util-area .signup-form label {
  display: none; }

.announcement {
  font-size: 12.8px;
  letter-spacing: 0.5px;
  line-height: 1.4em;
  text-align: center; }
  .announcement a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: background 100ms; }
  .announcement a:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none; }
  .announcement .announcement__inner {
    padding: 6px; }

/* Nav */
.nav-row {
  text-align: center;
  line-height: 2.5em;
  font-size: 12.8px;
  letter-spacing: 0.5px; }

.nav-row .multi-level-nav .tier-1 {
  padding: 0px 0px 0px 5px;
  border-top: none !important; }

.nav-row .multi-level-nav > div {
  /* All nav rows regardless of tier */
  padding: 5px 0; }

.nav-row ul {
  margin: 0;
  display: inline-block; }

.nav-row ul li {
  vertical-align: middle;
  margin: 0;
  display: inline-block; }

.nav-row .tier-2 a {
  padding: 0px 0px;
  margin: 0px 8px;
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .25px; }

.nav-row a {
  padding: 6px 13px;
  margin: 0px 8px;
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .25px; }

#pagefooter .nav-row a {
  font-weight: 500; }

.nav-row a.expanded,
.nav-row li.active > a {
  color: #111111; }

.nav-row a .exp {
  margin-left: 0px;
  width: 24px;
  transition: transform 150ms; }
  .nav-row a .exp span {
    display: none; }

.nav-row a.listing-title {
  font-weight: bold; }

.nav-row .slash {
  padding: 10px 0;
  display: inline-block; }

.nav-row ul ul {
  display: none; }

.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px; }

.nav-row .tier-1 ul ul.listed {
  display: none; }

.nav-row ul ul.listed > li {
  display: block; }

.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em; }

.tags.nav-row {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 13px; }

.tags.nav-row a {
  text-transform: capitalize;
  padding: 0 8px; }

.tags.nav-row ul {
  margin: 0 15%; }

.tags .active a {
  color: #e94b3f; }

.tags .active a .x {
  position: relative;
  top: 2px;
  font-weight: bold;
  font-size: 150%;
  line-height: 75%;
  margin: 0 0 0 5px; }

.multi-tag-row {
  margin-bottom: 30px; }

.multi-tag-row .tags.nav-row {
  margin-top: -1px; }

.multi-tag-row .tags.nav-row.height-hidden {
  display: block;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0; }

.tags-inline {
  font-size: 12.8px;
  letter-spacing: 0.5px; }
  .tags-inline label {
    margin-right: 10px;
    text-transform: uppercase; }
  .tags-inline ul {
    font-style: italic; }
  .tags-inline ul, .tags-inline li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
  .tags-inline li:after {
    content: ','; }
  .tags-inline li:last-child:after {
    content: none; }

/* Main nav only */
#main-nav {
  border-bottom: 1px solid #ffffff; }

#main-nav .multi-level-nav > div {
  border-top: 1px solid #ffffff;
  background: #0e0708; }

#main-nav .multi-level-nav .tier-1 {
  background: #0e0708; }

#main-nav .multi-level-nav .tier-2 {
  background: #0e0708;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px; }

#main-nav .multi-level-nav .tier-2 > .nav-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }

#main-nav .multi-level-nav .tier-2 ul > li.contains-children {
  display: block;
  float: none;
  padding: 20px 1vw;
  min-width: 100px; }

#main-nav .multi-level-nav .tier-2 ul > li {
  display: block; }

#main-nav .multi-level-nav .tier-2 ul {
  display: block;
  position: relative;
  cursor: default;
  z-index: 500; }

#main-nav .col-header {
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .07em !important;
  color: #b8b8bc !important;
  font-size: 13px !important;
  padding-bottom: 17px;
  cursor: default !important; }

a.col-header:link,
a.col-header:visited,
a.col-header:hover,
a.col-header:focus,
a.col-header:focus-visible,
a.col-header:active,
a.col-header.expanded {
  text-decoration: none !important;
  outline: 0; }

#main-nav .col-header:hover {
  text-decoration: none !important;
  color: #b8b8bc !important; }

/* #main-nav .nav-kala-news, 
#main-nav .nav-u-bass-news, 
#main-nav .nav-artist-news, 
#main-nav .nav-lifestyle, 
#main-nav .nav-tech-and-how-to,*/
#main-nav .nav-ukulele-artists,
#main-nav .nav-u-bass-artists {
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #111 !important;
  font-size: 15px !important;
  padding-bottom: 17px; }

#main-nav .col-header svg {
  display: none; }

#main-nav .multi-level-nav .tier-2 a {
  font-size: 14px;
  font-weight: 500;
  line-height: .5; }

#main-nav a.expanded, #main-nav li.active > a, #main-nav a:hover, #main-nav .account-links a:hover {
  color: #333;
  text-decoration: underline; }

#main-nav .multi-level-nav .tier-2 > a.nav-ukulele-artists, #main-nav .multi-level-nav .tier-2 > a.nav-ubass-artists {
  text-align: center; }

#pagefooter .multi-level-nav .tier-2 {
  background: #272727;
  border-top: 1px solid #93a0b0; }

#main-nav .multi-level-nav {
  text-align: left; }

#main-nav .multi-level-nav .tier-3 {
  background: #111111;
  text-align: left;
  display: none !important; }

#main-nav .multi-level-nav .tier-3 a {
  padding: 6px 1px;
  font-size: 14px;
  color: #ffffff; }

#main-nav .multi-level-nav .tier-3 {
  border-bottom: none !important; }

#main-nav .multi-level-nav .tier-3 a:hover {
  opacity: 0.75; }

/*#main-nav .multi-level-nav .tier-3, #main-nav .multi-level-nav .tier-4, #main-nav .multi-level-nav .tier-5 { padding-left: 193px; }*/
#main-nav a, #pageheader .utils .top-right-menu {
  color: #ffffff; }

#main-nav svg, #main-nav svg g {
  fill: #111; }

.cart-count svg {
  fill: #ffffff !important; }

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover,
#main-nav .account-links a:hover {
  color: #fafafa; }

#main-nav a.expanded svg, #main-nav svg:hover {
  fill: #fafafa; }

#main-nav .tier-1 {
  border-top: none;
  padding: 5px; }

#main-nav a.expanded .exp {
  transform: rotate(180deg); }

#main-nav li.active a .arrow-down {
  display: block; }

#main-nav a.expanded .arrow-down {
  display: block; }

/*#main-nav .tier-1 ul a.expanded {
    border-bottom: 5px solid #e94b3f;
}

#main-nav .tier-1 ul li.active a {
    border-bottom: 5px solid #e94b3f;
}*/
#main-nav .account-links {
  color: #111111;
  white-space: nowrap; }

#main-nav .account-wrapper {
  display: flex;
  float: right; }

#main-nav .account-wrapper-mini > li > a {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 32px;
  padding-top: 4px;
  margin-left: 0;
  margin-right: 0;
  color: #111111;
  font-family: greycliff-cf, sans-serif; }

#main-nav .search {
  padding-right: 20px; }

#main-nav.show-extras .account-wrapper {
  display: none; }

#main-nav.show-extras .tier-1 {
  display: none; }

#hidden-nav {
  visibiltiy: hidden;
  display: none; }

#main-nav.show-extras #hidden-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  margin: 7px 8px; }

#main-nav a.search-nav-wrapper {
  display: inline-block;
  font-size: 150%; }

#main-nav .nav-logo {
  height: 50px;
  position: absolute;
  left: 25px;
  top: 7px;
  transition: visibility 1s linear; }

.cart a {
  font-weight: 500; }

#main-nav a.cart-count {
  min-width: 0;
  max-width: 45px;
  padding: 8px 10px;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 15px;
  right: 15px; }

#main-nav.show-extras a.cart-count {
  min-width: 0;
  max-width: 45px;
  padding: 8px 10px;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
  width: 100%;
  top: -4px;
  right: 15px; }

/* Store messages */
#store-messages {
  background: #f3f3f3;
  border-bottom: 1px solid #d9d9d4; }

#store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0 16px;
  padding-bottom: 4px; }

#store-messages.messages-2 .message {
  float: left;
  width: 49.5%; }

#store-messages.messages-3 .message {
  float: left;
  width: 33.33%; }

#store-messages .message a {
  display: block; }

#store-messages .message .title,
#store-messages .message .tagline {
  margin: 0 20px; }

#store-messages .message .title {
  font-size: 100%;
  line-height: 1.3em;
  color: #000000;
  letter-spacing: 0.5px; }

#store-messages .message .tagline {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #111111;
  letter-spacing: 0.5px; }

#store-messages .message .fluff {
  border-left: 1px solid #e2e2e2;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px; }

#store-messages-mobile {
  display: none;
  padding: 8px 0;
  background: #ffffff;
  color: #000000;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-align: center; }

.section-collection-slider {
  max-width: 75%;
  margin: auto; }

@media only screen and (max-width: 767px) {
  .section-collection-slider {
    max-width: 90%; } }
/* Headings above content */
.page-header {
  text-align: center;
  padding: 20px 0 20px; }

.page-header .pagetitle {
  margin-bottom: 20px; }

.page-header .user-content {
  text-align: center;
  width: 75%;
  margin: 0 auto; }

.page-header .filters {
  float: left;
  font-size: 12.8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 10px 0;
  width: 100%; }

.page-header .social-area {
  float: right;
  /*margin: 10px 0;*/ }

.page-header .filters .view-as {
  float: left; }

.page-header .social-area.center {
  float: none; }

.page-header .social-area .rsslink,
.page-header .social-area .sharing {
  vertical-align: middle;
  display: inline-block; }

.page-header .social-area .rsslink svg {
  margin-left: 8px;
  width: 15px;
  height: 15px;
  fill: #111111; }

.page-header .filters .tags {
  margin-right: 25px;
  white-space: nowrap;
  float: left; }

.page-header .filters .sort select {
  text-transform: none;
  margin-left: 3px; }

.page-header .nextprev {
  font-size: 12.8px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 12.8px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.pagination {
  font-size: 12.8px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.pagination .pagecount {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0 5px;
  margin: 0 2px; }

.pagination-row.pagination-row-tabular {
  display: table;
  width: 100%; }

.pagination-row.pagination-row-tabular > .inner {
  display: table-row; }

.pagination-row.pagination-row-tabular > .inner > * {
  display: table-cell;
  width: 33.33333%;
  vertical-align: bottom; }

.pagination-row.pagination-row-tabular .prev span, .pagination-row.pagination-row-tabular .next span {
  vertical-align: middle; }

.pagination-row.pagination-row-tabular .prev {
  text-align: left; }

.pagination-row.pagination-row-tabular .next {
  text-align: right; }

/* Main footer */
#pagefooter {
  background: #111111;
  font-size: 12.8px; }
  #pagefooter, #pagefooter a {
    color: #ffffff; }
  #pagefooter a:hover {
    opacity: 0.75; }

#pagefooter .cross-page-promos {
  background: #f5f5f5;
  padding-top: 16px;
  padding-bottom: 16px; }
  #pagefooter .cross-page-promos, #pagefooter .cross-page-promos a, #pagefooter .cross-page-promos h6 {
    color: #0a1634; }
  #pagefooter .cross-page-promos svg {
    fill: #0a1634; }
  #pagefooter .cross-page-promos .overlay-text .text > div {
    padding-left: 0;
    padding-right: 0; }

#pagefooter .nav-row {
  border-top: 1px solid #93a0b0;
  border-bottom: 1px solid #93a0b0; }

#pagefooter .signup-form .input-block {
  border-color: #93a0b0; }

#pagefooter .lower {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center; }

#pagefooter .copyright {
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: .035em; }

#pagefooter .copyright .copy {
  white-space: nowrap; }

#pagefooter .interact {
  margin-top: 30px; }

#pagefooter .interact .social-links {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

#pagefooter .social-links {
  margin: 30px 0; }
  #pagefooter .social-links a {
    margin: 0 8px; }
  #pagefooter .social-links svg, #pagefooter .social-links svg g {
    fill: #ffffff; }

#pagefooter .payment-methods {
  margin-top: 20px; }

.payment-options {
  display: inline-block; }

.payment-options li {
  list-style: none;
  width: 25px;
  margin: 0 3px;
  float: left; }

/* Signup form in header *or* footer */
.signup-form-cont {
  text-align: center; }

.widget.signup-form {
  display: block; }

.signup-form {
  display: inline-block;
  max-width: 100%; }

.signup-form .input-block {
  border: 0px solid #c3c3c3;
  background-color: white;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%; }

.signup-form label {
  display: block;
  margin: 0 0 10px;
  font-size: 12.8px;
  line-height: 1.4em;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.signup-form input[type="email"] {
  border: none;
  line-height: 1.2em;
  width: 200px; }

.signup-form h4 {
  margin: 0.6em 2em; }

.section-signup .signup-form label {
  display: none; }

@media (min-width: 500px) {
  .section-signup .signup-form input[type="email"],
  #pagefooter .signup-form input[type="email"] {
    width: 300px; } }
/* Social links */
.social-links ul, .social-links li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 15px; }
.social-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px; }
  .social-links a svg {
    width: 15px;
    height: 15px;
    vertical-align: top; }
.social-links .google svg {
  width: 22.5px; }

.sharing {
  display: inline; }
  .sharing .label {
    vertical-align: middle;
    font-size: 12.8px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .sharing ul, .sharing li {
    line-height: 15px; }
  .sharing a svg {
    width: 15px;
    height: 15px; }
    .sharing a svg, .sharing a svg g {
      fill: #111111; }
  .sharing a:hover svg, .sharing a:hover svg g {
    fill: #a3a6a9; }

ul.plain li {
  list-style: none; }

ul.inline,
ul.inline li {
  margin: 0;
  display: inline; }

/* Product listing */
.product-block {
  text-align: center;
  opacity: 0;
  transition: opacity 350ms; }
  .product-block.fixed-width {
    width: 347px; }

.product-block .block-inner {
  position: relative;
  margin: 0 0 20px; }

.product-block .product-link {
  display: block;
  position: relative;
  color: inherit; }

.product-block .image-cont {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.product-block.main-image-loaded,
.product-block.slick-cloned,
.cloned .product-block {
  opacity: 1; }

.no-js .product-block .image-cont {
  opacity: 1; }

.related-products .product-block .image-cont img {
  height: 231px; }

.product-block .image-cont img {
  max-height: 347px;
  width: auto;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto; }

.product-block .image-cont .placeholder-image {
  width: 347px;
  max-width: 100%; }

.product-block .image-label-wrap {
  position: relative; }

.product-block .productlabel {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  right: 0;
  text-align: center; }

.productlabel > span {
  display: inline-block;
  padding: 10px 20px;
  background: #2e7e5f;
  color: #ffffff;
  font-size: 12.8px;
  line-height: 1.2em;
  vertical-align: top;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.productlabel.soldout > span {
  background: #111111; }

.productlabel.general > span {
  background: #2a7e7e; }

.product-block .product-info {
  display: block;
  color: inherit;
  margin: auto;
  max-width: 225px; }

.product-block .product-info .dash {
  display: none; }

.product-block .product-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  display: inline;
  font-size: 14px; }

.product-block .product-info .reducedfrom .amount {
  text-decoration: line-through; }

.product-block .product-info .price {
  margin: 0 0 5px 1px;
  font-style: normal;
  font-weight: 600; }

.product-block .product-info .price .from {
  font-size: 80%;
  font-style: italic;
  font-weight: 300 !important;
  position: relative;
  bottom: .75px; }

.product-block.detail-mode-hover .product-info {
  position: absolute;
  margin: 0;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 100ms; }

.product-block.detail-mode-hover .product-info .dash {
  display: block; }

.product-block.detail-mode-hover .product-info:before {
  content: '';
  background: #ffffff;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.product-block.detail-mode-hover:hover .product-info,
.product-block.detail-mode-hover.expanded .product-info {
  opacity: 1; }

.product-block.detail-mode-hover .product-info .reducedfrom {
  display: block; }

.product-block.detail-mode-hover .product-info > .inner {
  position: relative;
  z-index: 10;
  display: table;
  width: 100%;
  height: 100%; }

.product-block.detail-mode-hover .product-info > .inner > .innerer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px; }

.product-info .models-text {
  font-size: 15px;
  font-weight: 300; }

.product-info .models-text, .product-info .price {
  color: #111111; }

.product-block.expanded .block-inner:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  border-bottom-color: #eaeaea;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px; }

.product-block.detail-mode-permanent .product-info > .inner {
  margin-left: auto;
  margin-right: auto; }

/* Collection blocks - in style of product block */
.carousel .product-block.collection-block .block-inner {
  margin-bottom: 0; }

.collection-slider .collection-listing .product-block.collection-block .product-info {
  margin: 0; }

.overlay-mode-none .product-block.collection-block .productlabel {
  display: none !important; }

.overlay-mode-m .product-block.collection-block .productlabel {
  top: 50%;
  margin-top: -30px; }

.overlay-mode-t .product-block.collection-block .productlabel {
  top: 0;
  margin: 0; }

.overlay-mode-b .product-block.collection-block .productlabel {
  top: auto;
  bottom: 0;
  margin: 0; }

.overlay-mode-u .product-block.collection-block .productlabel {
  position: relative;
  bottom: 0; }

.overlay-mode-t .product-block.collection-block .productlabel > span,
.overlay-mode-u .product-block.collection-block .productlabel > span,
.overlay-mode-b .product-block.collection-block .productlabel > span {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.product-block.collection-block .productlabel > span {
  background: #111111;
  color: #ffffff;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms; }

.product-block.collection-block:hover .productlabel > span {
  background: #2c3034; }

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  letter-spacing: 0.5px; }

.product-block.collection-block .image-cont {
  padding-bottom: 0; }

.collection-slider-row.for-collections {
  padding-bottom: 40px; }

/* Search results */
.product-block.page-block .article-image {
  margin: 1em 0 0; }

.product-block.page-block .block-inner {
  border: 1px solid #000;
  width: 300px;
  overflow: hidden; }

.product-block.fixed-width.page-block .block-inner {
  width: 347px; }

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left; }

/* Product detail */
.product-detail .gallery {
  position: relative; }

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top; }

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center; }

.product-detail .gallery .thumbnails {
  margin-left: -5px; }

.product-detail .gallery .thumbnails img {
  max-width: 74px;
  margin-bottom: 7px;
  margin-left: 5px; }

.product-detail .gallery-layout-beside.has-thumbnails .main-image {
  float: left;
  width: calc(100% - 60px); }
.product-detail .gallery-layout-beside .thumbnails {
  float: right;
  width: 50px; }
  .product-detail .gallery-layout-beside .thumbnails img {
    margin: 0;
    width: 50px; }
  .product-detail .gallery-layout-beside .thumbnails > * {
    display: block;
    margin-bottom: 10px; }

.product-detail .gallery .mobile-slideshow {
  display: none; }

.product-detail .gallery .mobile-slideshow .slide img {
  margin-left: auto;
  margin-right: auto; }

.product-detail .detail {
  text-align: left;
  position: relative; }

.product-detail .detail .title {
  margin: 0 0 0.42em; }

.product-detail .detail .title a:hover {
  color: #464e54e6; }

.product-detail .detail .price-area {
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.015em; }

.product-detail .detail .price-area .was-price {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  text-decoration: line-through; }

.product-detail .detail .productlabel {
  position: static;
  float: none;
  margin: 0 0 10px 0px; }

.product-detail .detail .description {
  margin: 0 0; }

#shopify-section-product-video-template .product-detail .detail .description {
  margin: 0px 0 50px 0; }

#shopify-section-product-video-template .user-content {
  padding-top: 0px; }

.product-detail .description {
  clear: both; }

.product-detail .product-form .input-row .original-selector {
  display: none; }

.no-js .product-detail .product-form .option-selectors {
  display: none; }

.no-js .product-detail .product-form .original-selector {
  display: inline; }

.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both; }

.product-detail .product-form .input-row label {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: bold; }

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto; }

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block; }

.product-detail .product-form .input-row input[name=quantity] {
  margin-right: 5px; }

.product-detail .sharing {
  margin-top: 20px; }

.sku--no-sku {
  display: none; }

.sku {
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 15px;
  margin-top: -4px; }

p.discontinued {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: -1em;
  color: #d8262c;
  font-family: greycliff-cf, sans-serif;
  position: relative;
  top: -11px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* Slide-out product detail, i.e. home, collection */
.collection-listing .product-detail {
  background: #eaeaea;
  overflow: hidden;
  position: relative;
  line-height: 1.6em; }

.collection-listing .product-detail .inner {
  padding: 50px 90px; }

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static; }

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0; }

.collection-listing-stream .product-detail .gallery .thumbnails .active span,
.collection-listing .product-detail .gallery .thumbnails .active span {
  text-decoration: underline; }

.collection-listing .product-detail,
.collection-listing .product-detail .title,
.collection-listing .product-detail .title a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail .slide .overlay-text .majortitle.text,
.slide .overlay-text .collection-listing .product-detail .majortitle.text,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #464e54; }

.collection-listing .product-detail a {
  color: #e94b3f; }

.collection-listing .product-detail a.button {
  background-color: #e94b3f;
  color: #fff; }

.collection-listing .product-detail a.button:hover {
  background-color: #e94b3f; }

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0; }
  .collection-listing .product-detail .gallery .main-image img,
  .collection-listing-stream .product-detail .gallery .main-image img {
    max-height: 500px; }

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url("//kalabrand.com/cdn/shop/t/128/assets/close-bg-dark.png?v=65168528858547573881756406640") center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px; }

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px; }

.collection-slider .collection-listing {
  overflow: hidden;
  position: relative; }

.collection-slider .collection-listing .product-list {
  margin-left: 0;
  margin-right: 0; }

.collection-slider .collection-listing .product-block {
  padding-bottom: 0; }

.collection-slider .collection-listing .product-block .product-info {
  margin-bottom: 30px; }

.collection-slider .product-block.expanded .block-inner:after {
  margin-top: 1px; }

.collection-slider .collection-listing .product-block .product-detail {
  display: none; }

.collection-slider .fixed-mode .product-block {
  margin-left: 0;
  margin-right: 0;
  width: auto; }
  .collection-slider .fixed-mode .product-block .image-cont .image-link {
    height: auto; }
  .collection-slider .fixed-mode .product-block .image-cont img {
    max-height: none;
    max-width: 100%; }

.collection-listing .product-list {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -20px; }

.container > .collection-listing .product-list {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 30px; }

.collection-listing .product-list.carousel {
  margin-bottom: 0; }

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0; }

/* Collection page specific */
.collection-listing {
  text-align: center;
  line-height: 0; }

.collection-listing .product-block {
  display: inline-block;
  max-width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: top;
  line-height: 1.6em; }

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0; }

/* Collection page stream-mode */
.collection-listing-stream .product-block.fixed-width {
  width: auto; }

.collection-listing-stream .block-inner {
  display: none; }

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e2e2e2; }

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none; }

.collection-listing-stream .product-detail .close-detail {
  display: none; }

/* View-all under title on homepage */
.view-all {
  text-align: center;
  font-size: 12.8px;
  letter-spacing: 0.5px;
  line-height: 1em;
  text-transform: uppercase;
  margin: -10px 0 20px;
  font-family: greycliff-cf, sans-serif;
  font-style: normal;
  font-weight: 600; }

.view-all > * {
  vertical-align: middle; }

.view-all .prev,
.view-all .next {
  margin: 0 40px;
  font-size: 140%; }

.collection-slider .has-paging .prev,
.collection-slider .has-paging .next {
  font-size: 80%;
  margin: 0 30px;
  vertical-align: top;
  display: inline-block !important; }
  .collection-slider .has-paging .prev.slick-hidden,
  .collection-slider .has-paging .next.slick-hidden {
    display: none !important; }

/* Collection page items */
.view-as {
  white-space: nowrap;
  display: inline-block; }

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px; }

#view-as-tiles div,
#view-as-stream div {
  background: #111111;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms; }

#view-as-tiles.active,
#view-as-stream.active {
  color: #111111; }

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #111111;
  position: absolute; }

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #111111; }

#view-as-tiles div {
  height: 6px;
  width: 6px; }

#view-as-tiles .fluff1 {
  left: 0;
  top: 0; }

#view-as-tiles .fluff2 {
  left: 8px;
  top: 0; }

#view-as-tiles .fluff3 {
  left: 0;
  top: 8px; }

#view-as-tiles .fluff4 {
  left: 8px;
  top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px; }

/* Blog / articles */
span.postedin, span.blogtitle, span.date {
  font-size: 12px;
  line-height: 22px; }

span.postedin {
  font-weight: 600;
  font-style: italic;
  color: #555;
  letter-spacing: -0.25px; }

span.blogtitle, span.blogtitle a {
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding-left: 2px; }

span.blogtitle a:hover {
  font-family: greycliff-cf, sans-serif; }

span.date {
  color: #c1c1c1; }

.articletitle {
  font-family: greycliff-cf, sans-serif;
  text-transform: none;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 34px; }

.meta-divide {
  font-size: 90%;
  font-weight: 100;
  position: relative;
  bottom: 1px;
  padding: 0 2px; }

.title-post-meta {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 1.25em;
  margin-bottom: 2em; }

.widget {
  border: 1px solid #ebebeb;
  padding: 30px; }

.widget.recent-articles a:hover {
  color: #111111;
  text-decoration: underline; }

.widget.social-area {
  text-align: center; }

.widget-title {
  margin: 0 -31px;
  margin-top: -31px;
  margin-bottom: 35px;
  border-top-color: #f1868a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  line-height: 44px;
  border: 1px solid #ebebeb;
  text-align: center; }

.discovery-post h3 {
  color: #111111; }

.sidemenu ul li:not(:first-child) {
  margin-top: 30px; }

.recentarticletitle a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: rgba(70, 78, 84, 0.75); }

.recentarticletitle a:hover {
  color: #464e54; }

.widget.recent-articles .postedin {
  font-size: 11px; }

.widget.recent-articles .postedmeta {
  position: relative;
  top: -8px; }

.sidebar_blogtitle a {
  font-weight: 600;
  font-family: greycliff-cf, sans-serif;
  font-size: 10px !important;
  letter-spacing: .5px;
  padding-left: 2px;
  color: rgba(216, 38, 44, 0.65);
  text-transform: uppercase; }

.sidebar_blogtitle a:hover {
  color: rgba(216, 38, 44, 0.8); }

input.subscribe {
  width: 80%;
  margin-top: 20px; }

input.subscribe-email {
  width: 80%; }

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

.widget.social .social-links ul {
  margin: 0; }

@media only screen and (min-width: 1024px) {
  .widget {
    min-width: 230px; } }
@media only screen and (min-width: 1080px) {
  .container .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 1024px) {
  .widget {
    width: 80%; }

  .widget input.subscribe {
    width: 80%;
    margin-top: 20px; }

  .widget .signup-form input[type="email"] {
    width: 80%; } }
@media only screen and (max-width: 1024px) {
  .sidemenu {
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 50px;
    clear: both; }

  .breadcrumb {
    text-align: center !important; }

  .sharing {
    display: inline !important; }

  .widget {
    width: 90%; }

  ul {
    margin-left: 0; }

  .widget input.subscribe {
    width: 80%;
    margin-top: 20px; }

  .widget .signup-form input[type="email"] {
    max-width: 80%; }

  .article .container {
    width: 90% !important;
    float: none !important; } }
/*end custom*/
.article .container,
#comments.container {
  max-width: 800px; }

.article .continue-reading {
  margin-top: 1em;
  margin-bottom: 1em; }

.article .continue-reading i,
.article .continue-reading span {
  vertical-align: middle; }

.article .meta {
  margin-top: 1em;
  font-style: italic;
  font-size: 90%; }

.article .meta .time {
  display: block; }

.article .meta .tags .label {
  font-style: normal; }

.user-content h1, .user-content .slide .overlay-text .text, .slide .overlay-text .user-content .text,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  margin: 1em 0 15px; }

.user-content a {
  text-decoration: underline;
  font-weight: 700; }

.user-content a.text-link :not(button) {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 0px solid #111111; }
  .user-content a.text-link :not(button):hover {
    border-bottom-color: #111111; }

.user-content iframe {
  max-width: 100%; }

/* Meta info */
.meta .iconmeta {
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  font-size: 12.8px; }

.meta .meta-share-mob {
  display: none; }

.meta .iconmeta a {
  white-space: nowrap; }

.meta .tags a:after {
  content: ','; }
.meta .tags a:last-child:after {
  content: none; }

/* Cart */
#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2; }

#cartform .item-list {
  margin: 10px 0 40px; }

#cartform .item {
  clear: both;
  list-style: none;
  position: relative;
  border-top: 1px solid #e2e2e2;
  padding: 10px 0; }

#cartform .item:first-child {
  border-top: none; }

#cartform .item a.remove {
  position: absolute;
  top: 45px;
  right: 5%;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#cartform .item .image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 4% 0 5%;
  float: left; }

#cartform .item .image img {
  vertical-align: middle; }

#cartform .item .desc {
  overflow: hidden;
  margin: 37px 50% 0 0; }

#cartform .item .desc .variant {
  font-size: 90%; }
  #cartform .item .desc .variant:before {
    content: '- ';
    margin: 0 5px; }

#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px; }

#cartform .item .quantity input {
  width: 34px;
  margin-left: 4px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right; }

#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px; }

#cartform .totals-area {
  text-align: right; }

#cartform .totals-area .checkout-col {
  float: right;
  max-width: 360px; }

#cartform .totals-area .subtotal {
  margin: 0 0 40px; }

#cartform .totals-area .checkout-buttons {
  margin: 0 0 40px; }
  #cartform .totals-area .checkout-buttons #update-cart {
    margin-left: 4px; }

#cartform .termsagreement {
  margin-bottom: 5px; }

#cartform .termsagreement label {
  vertical-align: middle; }

.additional-checkout-buttons {
  margin-top: 10px;
  box-sizing: border-box; }
  .additional-checkout-buttons *, .additional-checkout-buttons *:before, .additional-checkout-buttons *:after {
    box-sizing: inherit; }

.additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto; }

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0; }

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0; }

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0; }

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto; }

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px; }

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both; }

/** Forms **/
.input-row select,
.inputrow select {
  height: 30px;
  line-height: 30px;
  padding: 4px 14px 4px 4px;
  border: 1px solid #e2e2e2; }

#template {
  /* All default Shopify form templates start with #template */
  text-align: center; }

#template .template_header {
  margin: 40px 0; }

#template button,
#template input {
  width: 362px; }

#template textarea {
  width: 362px; }

#template label {
  font-size: 85%; }

#template .action_bottom {
  margin-top: 27px;
  margin-bottom: 100px; }

#template .note {
  display: block;
  margin: 10px 0; }

#template .errors {
  margin: 10px 25px;
  font-style: italic; }

#template .errors li {
  list-style: none; }

.jsforms #template .large_form {
  position: relative;
  margin-top: -1px; }

.jsforms #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px; }

#template.lefty-form {
  text-align: left; }

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left; }

#template.righty-form {
  text-align: center; }

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form textarea,
#template.righty-form input[type="submit"] {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%; }

.address_actions .action_edit {
  margin-right: 15px; }

#address_tables {
  margin-top: 40px; }

#admin_header {
  margin: 20px 0 40px; }

#admin_header .title {
  text-align: center; }

#admin_header .action_return {
  margin-bottom: 20px; }

#customer_sidebar {
  float: left;
  width: 33%; }

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0; }

#customer_orders {
  float: right;
  width: 60%; }

#order_address {
  margin-top: 10px; }

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px; }

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px; }

#order_details {
  clear: both;
  width: 100%; }
  @media (max-width: 767px) {
    #order_details .price,
    #order_details .sku {
      visiblity: hidden;
      padding: 0;
      font-size: 0; } }

.order-table-container {
  overflow: auto; }

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2; }

#comments .comment.first {
  border-top: 0; }

#comments .comment .gravatar {
  float: left;
  width: 80px; }

#comments .comment .detail {
  margin-left: 100px; }

.payment-methods img {
  margin: 0 3px;
  height: 25px;
  width: auto;
  max-width: none; }

ul.taglist {
  margin: 0; }

ul.taglist li {
  display: inline;
  white-space: nowrap; }

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border: 0; }

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  color: #ffffff;
  background: #0e0708;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align: center; }

/* quick hacks for Facebook button */
.fb_iframe_widget > span {
  vertical-align: baseline !important; }

.fb_iframe_widget iframe {
  max-width: none; }

.slide {
  position: relative; }

.slide img {
  width: 100%; }

/* Overlays over slider and ad on homepage */
.overlay-text {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center; }
  .overlay-text p {
    margin: 0.1em 0; }
  .overlay-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
    width: 1px; }

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

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

.overlay-text .inner {
  display: inline-block;
  width: 98%;
  vertical-align: middle; }

.overlay-text .text > div {
  line-height: 1.2em;
  padding: 15px 30px;
  display: inline-block; }

.slide .overlay-text .text {
  line-height: 1.4em;
  font-weight: 900;
  margin: 0;
  padding: 0; }
  .slide .overlay-text .text .second-line {
    font-size: 50%;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em; }

/* Full width ad only */
.full-width-image,
.image-block {
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 100%; }
  .full-width-image .img-cont,
  .image-block .img-cont {
    display: block;
    position: relative; }
  .full-width-image a,
  .image-block a {
    display: inline-block;
    transition: opacity 150ms;
    color: #000; }
  .full-width-image a:hover,
  .image-block a:hover {
    opacity: 0.9; }
  .full-width-image img,
  .image-block img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .full-width-image.no-stretch img,
  .image-block.no-stretch img {
    width: auto; }

.slideshow .overlay-text .text,
.full-width-image .overlay-text .text {
  font-size: 57.6px;
  line-height: 1.2em; }

/* Onboarding placeholder */
.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f9fafa; }
  .placeholder-image.dark {
    background: #c6c7c8; }
    .placeholder-image.dark svg, .placeholder-image.dark svg g {
      fill: #a3a6a9; }
  .placeholder-image.landscape {
    padding-top: 55%; }
  .placeholder-image.placeholder--banner {
    padding-top: 475px; }
    @media (max-width: 767px) {
      .placeholder-image.placeholder--banner {
        padding-top: 55%; } }
  .placeholder-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .placeholder-image svg, .placeholder-image svg g {
      fill: #c8cbcd; }

/* Croppage */
[data-crop-img] {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-top: 100%; }
  [data-crop-img] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

[data-crop-img="3-4"] {
  padding-top: 150%; }

[data-crop-img="16-9"] {
  padding-top: 66%; }

.willstagram {
  overflow: hidden;
  white-space: nowrap; }
  .willstagram .item {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    width: 200px;
    margin: 0 16px 0 0; }
  .willstagram .owl-item .item {
    display: block;
    width: auto;
    margin: auto; }
    .willstagram .owl-item .item .placeholder-image {
      width: 100%;
      max-width: 100%; }
  .willstagram .desc {
    display: none; }
  .willstagram img {
    width: 100%;
    vertical-align: top; }
  .willstagram a {
    display: block;
    transform: scale(1);
    transition: opacity 150ms; }
  .willstagram a:hover {
    opacity: 0.9; }
  .willstagram.willstagram--uncontained {
    padding-left: 16px;
    padding-right: 16px; }
  .willstagram.willstagram--no-margins {
    padding-left: 0;
    padding-right: 0; }
    .willstagram.willstagram--no-margins .item {
      margin-right: 0; }
  .willstagram .willstagram__error {
    font-style: italic;
    text-align: center; }

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

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

a .state {
  display: inline-block;
  width: 1em;
  text-align: center; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Content and content layouts */
.spaced-row {
  margin-bottom: 40px; }

.fully-spaced-row {
  margin-top: 40px;
  margin-bottom: 40px; }

.lightly-spaced-row {
  margin-bottom: 1em; }

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px; }

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px; }

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto; }

.layout-column-half-left {
  float: left;
  width: 45%; }

.layout-column-half-right {
  float: right;
  width: 45%; }

.layout-column-half-bottom {
  width: 100%;
  margin: 0; }

.layout-content-with-image-left.valign-top .image-cont, .layout-content-with-image-left.valign-top .content,
.layout-content-with-image-right.valign-top .image-cont,
.layout-content-with-image-right.valign-top .content {
  vertical-align: top; }
.layout-content-with-image-left.valign-middle .image-cont, .layout-content-with-image-left.valign-middle .content,
.layout-content-with-image-right.valign-middle .image-cont,
.layout-content-with-image-right.valign-middle .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
.layout-content-with-image-left.valign-bottom .image-cont, .layout-content-with-image-left.valign-bottom .content,
.layout-content-with-image-right.valign-bottom .image-cont,
.layout-content-with-image-right.valign-bottom .content {
  vertical-align: bottom; }

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  width: 45%;
  text-align: center; }

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  width: 50%;
  margin-right: 0; }

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0; }

.article-row:after {
  content: "";
  display: table;
  clear: both; }

.article-layout__column {
  float: left;
  width: 20%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  min-height: 510px; }

.responsive-table {
  width: 100%; }
  .responsive-table .responsive-table__cell-label,
  .responsive-table .responsive-table__cell-head__icon,
  .responsive-table .responsive-table__more {
    display: none; }
  @media (max-width: 767px) {
    .responsive-table {
      display: block;
      width: auto;
      margin-left: -20px;
      margin-right: -20px;
      border-top: 1px solid #e2e2e2; }
      .responsive-table thead {
        display: none; }
      .responsive-table tbody, .responsive-table tr, .responsive-table td {
        display: block; }
      .responsive-table tr {
        border-bottom: 1px solid #e2e2e2; }
      .responsive-table td {
        display: none;
        border: none;
        padding: 0 20px;
        background: #ebebeb;
        color: #111111; }
      .responsive-table td.responsive-table__first-mobile-cell {
        padding-top: 20px; }
      .responsive-table td:last-child {
        padding-bottom: 20px; }
      .responsive-table .responsive-table__cell-head {
        display: block;
        cursor: pointer;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 50px;
        background: #ffffff; }
        .responsive-table .responsive-table__cell-head a {
          color: inherit; }
      .responsive-table .responsive-table__cell-head__icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px; }
      .responsive-table .responsive-table__cell-label {
        display: inline;
        font-weight: bold; }
        .responsive-table .responsive-table__cell-label:after {
          content: ':'; }
      .responsive-table .responsive-table__more {
        display: block;
        margin-top: 1em; }
      .responsive-table .desktop-only {
        display: none !important; }
      .responsive-table .expanded .responsive-table__cell-head__icon {
        transform: rotate(90deg); }
      .responsive-table .expanded td {
        display: block; } }

.flexible-layout {
  margin-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  .flexible-layout.valign-middle > [class^="column"] {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center; }
  .flexible-layout.valign-bottom > [class^="column"] {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  .flexible-layout .column-quarter,
  .flexible-layout .column-third,
  .flexible-layout .column-half,
  .flexible-layout .column-two-thirds,
  .flexible-layout .column-three-quarters,
  .flexible-layout .column-full {
    float: left;
    margin: 16px 0px 16px 0;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .flexible-layout .column-quarter {
    width: calc(25% - 0px);
    -webkit-flex-basis: calc(25% - 0px);
    flex-basis: calc(25% - 0px); }
  .flexible-layout .column-third {
    width: calc(33.333% - 0px);
    -webkit-flex-basis: calc(33.333% - 0px);
    -moz-flex-basis: calc(33.333% - 0px);
    -ms-flex-preferred-size: calc(33.333% - 0px);
    flex-basis: calc(33.333% - 0px); }
  .flexible-layout .column-half {
    width: calc(50% - 0px);
    -webkit-flex-basis: calc(50% - 0px);
    -moz-flex-basis: calc(50% - 0px);
    -ms-flex-preferred-size: calc(50% - 0px);
    flex-basis: calc(50% - 0px); }
  .flexible-layout .column-two-thirds {
    width: calc(66.666% - 0px);
    -webkit-flex-basis: calc(66.666% - 0px);
    -moz-flex-basis: calc(66.666% - 0px);
    -ms-flex-preferred-size: calc(66.666% - 0px);
    flex-basis: calc(66.666% - 0px); }
  .flexible-layout .column-three-quarters {
    width: calc(75% - 0px);
    -webkit-flex-basis: calc(75% - 0px);
    -moz-flex-basis: calc(75% - 0px);
    -ms-flex-preferred-size: calc(75% - 0px);
    flex-basis: calc(75% - 0px); }
  .flexible-layout .column-full {
    width: calc(100% - 0px);
    max-width: 100%;
    -webkit-flex-basis: calc(100% - 0px);
    -moz-flex-basis: calc(100% - 0px);
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px); }

@media (max-width: 767px) {
  .flexible-layout {
    margin-left: auto;
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flexible-layout .column-quarter,
    .flexible-layout .column-third,
    .flexible-layout .column-half,
    .flexible-layout .column-two-thirds,
    .flexible-layout .column-three-quarters,
    .flexible-layout .column-full {
      float: none;
      margin: auto;
      width: auto;
      height: auto;
      -webkit-flex-basis: initial;
      -moz-flex-basis: initial;
      -ms-flex-preferred-size: initial;
      flex-basis: initial; }
    .flexible-layout.layout-all-quarters {
      margin-left: 0px; }
      .flexible-layout.layout-all-quarters [class^="column"] {
        float: left;
        margin-left: 0px;
        width: calc(50% - 0px);
        -webkit-flex-basis: calc(50% - 0px);
        -moz-flex-basis: calc(50% - 0px);
        -ms-flex-preferred-size: calc(50% - 0px);
        flex-basis: calc(50% - 0px); } }
@media (max-width: 500px) {
  .flexible-layout.layout-all-quarters {
    margin-left: auto; }
    .flexible-layout.layout-all-quarters [class^="column"] {
      float: none;
      margin-left: auto;
      width: auto;
      -webkit-flex-basis: initial;
      -moz-flex-basis: initial;
      -ms-flex-preferred-size: initial;
      flex-basis: initial; }

  .product-detail .product-form .buy-it-now {
    display: inline-block !important; }

  .button.buyitnow {
    margin-top: 10px; } }
.image-cont img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.article-image {
  margin-top: 0;
  margin-bottom: 1em; }

.template-index .article-image {
  margin: 1em 0; }

.template-article .article-image {
  margin-bottom: 0; }

.icon-with-caption .icon-with-caption__text {
  margin: 0.5em 0 0;
  white-space: pre-line; }

/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 8775310;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  font-size: 80%; }

#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px; }

#cart-summary-overlay .item .cols {
  margin-top: 10px; }

#cart-summary-overlay .item .img {
  float: left;
  width: 95px; }

#cart-summary-overlay .item .info,
#cart-summary-overlay .item .detail {
  float: left;
  width: 190px;
  margin-left: 10px; }

#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%; }

#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px; }

#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none; }

#cart-summary-overlay #shop-more,
#cart-summary-overlay .button {
  margin-top: 10px; }

#cart-summary-overlay .to-cart {
  margin-left: 10px; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 5104;
  display: none; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(//kalabrand.com/cdn/shop/t/128/assets/fancybox.png?v=102536489345468328811756406640); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8775310;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 8775311;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 5102;
  border: none; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5101; }

#fancybox-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: transparent url(//kalabrand.com/cdn/shop/t/128/assets/close-bg-dark.png?v=65168528858547573881756406640) no-repeat center center;
  cursor: pointer;
  z-index: 5103;
  display: none; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(//kalabrand.com/cdn/shop/t/128/assets/blank.gif?v=164826798765693215961756406640);
  z-index: 5102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 5102;
  display: block; }

#fancybox-left-ico {
  background-image: url(//kalabrand.com/cdn/shop/t/128/assets/fancybox.png?v=102536489345468328811756406640);
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url(//kalabrand.com/cdn/shop/t/128/assets/fancybox.png?v=102536489345468328811756406640);
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 5001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%; }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-position: -20px 0px; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-position: 0px -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%; }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-position: -40px -122px; }

#fancybox-title {
  font-size: 12px;
  z-index: 5102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url(//kalabrand.com/cdn/shop/t/128/assets/fancy_title_over.png?v=765112910886227951756406640);
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  line-height: 1.4em;
  text-align: center; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: #fff; }

#fancybox-title-float-main {
  color: #999;
  line-height: 29px;
  padding: 0 0 3px 0;
  background: #fff; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: #fff; }

.mobile-currency-switcher {
  display: none;
  margin: -5px 20px 20px;
  font-size: 16px; }
  .mobile-currency-switcher .selected-currency {
    display: none; }

/* mobile visibility utilities */
.mobile-only {
  display: none; }

.mobile-only-ib {
  display: none; }

/* Responsive styles */
/*
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
@media only screen and (max-width: 959px) {
  /* Sit search/socials on different level to logo */
  #pageheader .logo {
    clear: both;
    /* avoid social icons interfering */ }

  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto; }

  #pageheader .search-box,
  #pageheader .utils {
    position: static;
    float: right;
    margin: 10px 0;
    height: auto; }

  #pageheader .search-box {
    position: relative;
    top: 0;
    left: 0;
    float: left; } }
/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .article-layout__column {
    width: 45%; }

  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0; }

  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0; }

  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0; }

  .nav-row a {
    padding-left: 14px;
    padding-right: 14px; }

  #cartform .item .desc {
    margin-right: 44%; }

  #cartform .item .quantity {
    right: 23%; }

  #cartform #shipping-calculator .inputrow {
    width: auto;
    max-width: 100%;
    padding-right: 0; }

  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px; }

  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none; } }
@media only screen and (max-width: 1440px) {
  #pageheader .utils .social-links {
    display: none; } }
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #main-nav .account-links a {
    padding-top: 3px; }

  #main-nav #hidden-nav {
    display: block;
    position: absolute;
    top: -14px;
    right: 20px;
    margin: 7px 8px; }

  #main-nav a.cart-count {
    top: 10px; }

  #main-nav.show-extras #hidden-nav {
    display: none; } }
@media only screen and (min-width: 1024px) {
  #shopify-section-header {
    padding-bottom: 78px; }

  #main-nav.nav-row ul li.account-links {
    display: none; } }
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .product-detail .product-form .buy-it-now {
    display: inline-block !important; } }
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
  .nav-row a {
    padding: 6px; } }
/* mobile header */
@media only screen and (max-width: 1024px) {
  .slideshow .overlay-text .text,
  .full-width-image .overlay-text .text {
    font-size: 38.4px;
    line-height: 1.2em; }

  #shopify-section-header {
    padding-bottom: 70px; }

  a.nav-svglogo {
    display: none !important; }

  #main-nav li.active a .arrow-down {
    display: none; }

  #mobile-header {
    display: block; }

  .reveal-mobile-nav #mobile-nav-return {
    height: 100%;
    opacity: 1; }

  #pageheader .logo {
    padding: 10px 0;
    pointer-events: none; }
    #pageheader .logo a {
      pointer-events: auto; }
    #pageheader .logo .logotext {
      margin-top: 12px;
      margin-bottom: 12px;
      display: block;
      font-size: 15px;
      line-height: 1em; }

  #pageheader .logo-area {
    display: none; }

  .mobile-currency-switcher {
    display: block; }

  #main-nav {
    position: fixed;
    text-align: left;
    background: #0e0708;
    border-right: 1px solid #ffffff;
    left: -1px;
    width: 82%;
    top: 0;
    height: 100%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    z-index: 8000;
    transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    font-size: 18px;
    overflow: auto; }
    #main-nav a {
      white-space: normal; }

  .reveal-mobile-nav #main-nav {
    -webkit-transform: translate(0);
    transform: translate(0); }

  #main-nav a {
    padding: 14px 20px; }

  #main-nav .mobile-features {
    display: block;
    border-bottom: 1px solid #ffffff; }

  #main-nav .multi-level-nav {
    padding-top: 60px;
    box-sizing: border-box; }

  #main-nav.nav-row ul {
    width: 100%; }

  #main-nav.nav-row ul li {
    display: block;
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }

  #main-nav.nav-row .mobile-expanded {
    background: #0e0708;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }

  #main-nav.nav-row ul ul .mobile-expanded {
    background: #0e0708; }

  #main-nav.nav-row .mobile-expanded > a {
    display: block; }

  #main-nav.nav-row .mobile-expanded > ul {
    display: block;
    margin-left: 5px; }

  .nav-row .multi-level-nav .tier-1 {
    padding: 0px 0px 0px 0px; }

  #main-nav .tier-1 ul li.active {
    border-top: none;
    box-sizing: border-box; }

  #main-nav .tier-1 ul li.mobile-expanded, #main-nav .tier-1 ul li.active {
    border-top: 0px solid #111111;
    box-sizing: border-box; }

  li.mobile-expanded a.nav-kala, a.nav-learn-to-play.expanded, li.mobile-expanded a.nav-me-uke, li.mobile-expanded a.nav-shop-test2, li.mobile-expanded a.nav-shop {
    background: #464e54;
    color: #ffffff !important; }

  #main-nav li.active.mobile-expanded a .arrow-down {
    display: none; }

  #main-nav.nav-row .multi-level-nav > div > ul {
    display: none; }

  #main-nav.nav-row .multi-level-nav > div.tier-1 > ul {
    display: block;
    margin-bottom: 0px; }

  #main-nav .multi-level-nav ul ul {
    background: #0e0708;
    padding-bottom: 0; }

  #main-nav .multi-level-nav > div > ul > li > ul {
    background: #0e0708; }

  #main-nav.nav-row ul li a.has-children .exp {
    float: right;
    margin: -5px 0 0 10px;
    width: 24px;
    transition: transform 150ms; }
    #main-nav.nav-row ul li a.has-children .exp span {
      display: none; }
    #main-nav.nav-row ul li a.has-children .exp svg {
      display: inline;
      width: 24px;
      height: 24px;
      fill: #ffffff; }

  #main-nav.nav-row ul li.mobile-expanded > a.has-children .exp {
    transform: rotate(180deg); }

  #main-nav.nav-row a.listing-title {
    font-weight: normal; }

  #main-nav a {
    display: block; }

  #main-nav a.expanded {
    color: #ffffff; }

  #main-nav a:hover {
    color: #fafafa; }

  #main-nav.nav-row ul li.account-links {
    border-top: 1px solid #ffffff;
    font-size: 16px;
    padding-top: 10px; }

  #main-nav .account-links .slash {
    display: none; }

  #main-nav .account-links .register,
  #main-nav .account-links .login {
    display: block; }

  #main-nav .account-links a {
    padding: 10px 20px;
    display: block; }

  #main-nav .mobile-social {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #ffffff; }
    #main-nav .mobile-social ul li {
      display: inline-block;
      border: none;
      vertical-align: middle; }

  #main-nav.nav-row .mobile-social a {
    display: inline-block;
    padding-left: 0;
    line-height: 15px; }

  #pagefooter .nav-row {
    line-height: 2.5em; }

  .nav-row {
    line-height: 1em; }

  .view-as {
    display: block;
    margin: 0 0 0; }

  #comments .comment .gravatar {
    width: 40px; }

  #comments .comment .detail {
    margin-left: 55px; }

  #cart-summary-overlay .just-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2; }

  #cart-summary-overlay .item,
  #cart-summary-overlay .item .info,
  #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
    text-align: center; }

  #cart-summary-overlay .item .img,
  #cart-summary-overlay .item .detail,
  #cart-summary-overlay .cart .cart-text {
    display: none; }

  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 49%;
    margin-left: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box; }

  #cart-summary-overlay #shop-more {
    float: left; }

  #pagefooter .copyright .copy {
    white-space: normal; }

  .slideshow .slide .overlay-text {
    position: static;
    padding: 15px 20px 5px;
    width: auto;
    text-align: center; }

  #content .slideshow .slide .overlay-text .text > div {
    color: inherit;
    background: transparent;
    padding: 0;
    display: block; }

  .pagination-row.pagination-row-tabular {
    display: block; }
    .pagination-row.pagination-row-tabular > .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .pagination-row.pagination-row-tabular > .inner > * {
        display: block;
        width: 50%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
      .pagination-row.pagination-row-tabular > .inner > .back {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        flex-size: 2;
        width: 100%;
        margin-top: 20px; }

  .product-detail .product-form .quantity-submit-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .product-detail .product-form .quantity-submit-row input[name=quantity] {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
    .product-detail .product-form .quantity-submit-row input[type=submit] {
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-positive: 2;
      flex-grow: 2; } }
/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block; }

  .mobile-only-ib {
    display: inline-block; }

  .desktop-only {
    display: none; }

  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px; }

  .container .container {
    max-width: 90%; }

  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px; }

  .layout-content-with-image-left.valign-top .image-cont, .layout-content-with-image-left.valign-top .content,
  .layout-content-with-image-right.valign-top .image-cont,
  .layout-content-with-image-right.valign-top .content {
    vertical-align: top; }
  .layout-content-with-image-left.valign-middle .image-cont, .layout-content-with-image-left.valign-middle .content,
  .layout-content-with-image-right.valign-middle .image-cont,
  .layout-content-with-image-right.valign-middle .content {
    position: relative;
    top: 50%;
    transform: translateY(0%); }
  .layout-content-with-image-left.valign-bottom .image-cont, .layout-content-with-image-left.valign-bottom .content,
  .layout-content-with-image-right.valign-bottom .image-cont,
  .layout-content-with-image-right.valign-bottom .content {
    vertical-align: bottom; }

  .layout-column-half-left,
  .layout-column-half-right {
    float: none;
    width: auto; }

  .layout-column-half-left {
    margin-bottom: 40px; }

  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0; }

  #template.lefty-form {
    text-align: center; }

  .nav-row a {
    padding-left: 10px;
    padding-right: 10px; }

  #store-messages {
    display: none; }

  #store-messages-mobile {
    display: block; }

  .skuContainer {
    text-align: center; }

  .page-header .filters {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .page-header .filters .tags {
    margin: 0 13px;
    float: none;
    flex: 1;
    order: 3; }

  .page-header .filters .tags.sort {
    margin: 10px 0;
    display: block;
    flex: 100%;
    order: 1; }

  .page-header .filters .view-as {
    display: none; }

  .page-header .social-area {
    margin-top: 0px;
    float: none; }

  p.discontinued, .sku {
    text-align: center; }

  /* full-width images should keep a fixed height and crop to the side */
  #content .slide .overlay-text .button {
    display: none; }

  .collection-slider .has-paging {
    padding-left: 30px;
    padding-right: 30px;
    position: relative; }

  .collection-slider .has-paging .prev,
  .collection-slider .has-paging .next {
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0; }

  .collection-slider .has-paging .next {
    left: auto;
    right: 10px; }

  .collection-listing .product-list {
    margin-left: 10px;
    margin-right: 10px; }

  .container > .collection-listing .product-list {
    margin-left: -10px;
    margin-right: -10px; }

  .collection-listing .product-block {
    height: auto;
    width: 43%;
    margin-left: 3%;
    margin-right: 3%; }

  .collection-slider .product-block {
    margin-left: 5px;
    margin-right: 5px;
    width: auto; }
    .collection-slider .product-block.fixed-width {
      width: 180px; }
    .collection-slider .product-block img {
      max-height: 180px; }

  .collection-slider .fixed-mode .product-block.fixed-width {
    width: auto; }
  .collection-slider .fixed-mode .product-block img {
    max-height: none; }

  .collection-slider .product-block.collection-block {
    width: 47%; }
    .collection-slider .product-block.collection-block img {
      max-height: none; }
    .collection-slider .product-block.collection-block .product-info {
      margin: 0; }
    .collection-slider .product-block.collection-block .productlabel {
      position: static;
      display: block;
      margin: 0; }
      .collection-slider .product-block.collection-block .productlabel > span {
        display: block; }

  .collection-slider .carousel .product-block.collection-block {
    width: auto; }
    .collection-slider .carousel .product-block.collection-block img {
      max-height: 180px; }

  .product-block.page-block .block-inner {
    width: auto; }

  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px; }

  .product-block.detail-mode-hover .product-info {
    position: static;
    display: block;
    padding-top: 10px;
    opacity: 1; }

  .product-block.detail-mode-hover .product-info:before,
  .product-block.detail-mode-hover .product-info .dash {
    display: none; }

  .blog-row .layout .article.col-third:not(:last-child) {
    margin-bottom: 60px; }

  #cartform .item .image {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    width: 75px;
    height: 75px;
    line-height: 75px; }
    #cartform .item .image img {
      max-height: 100%; }

  #cartform .item .desc {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: calc(100% - 120px); }

  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
    width: 100%; }

  #cartform .item .quantity {
    position: static;
    float: left; }

  #cartform .item .line-total {
    position: static;
    float: right; }

  #cartform .item a.remove {
    right: -10px;
    top: 29px;
    padding: 10px;
    font-size: 30px; }

  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none; }

  .customer_address_table,
  .customer_address_table tbody,
  .customer_address_table tr,
  .customer_address_table td {
    display: block;
    border: none;
    padding: 0; }

  .customer_address_table input {
    box-sizing: border-box; }

  .customer_address_table tr {
    margin: 1em 0; }

  .page-header .social-area {
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-top: 1px dotted #f0f0f0;
    border-bottom: 1px dotted #f0f0f0; }
    .page-header .social-area .rsslink svg {
      margin-left: 20px; }

  .sharing {
    display: block; }
    .sharing a {
      margin-left: 20px; }
    .sharing svg {
      width: 20px;
      height: 20px; }
    .sharing li:last-child a {
      margin-right: 0; }

  .template-collection #content .page-header,
  .template-blog #content .page-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .template-collection #content .page-header .majortitle,
    .template-blog #content .page-header .majortitle {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .template-collection #content .page-header .user-content,
    .template-blog #content .page-header .user-content {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .template-collection #content .page-header .filters,
    .template-blog #content .page-header .filters {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4; }
    .template-collection #content .page-header .social-area,
    .template-blog #content .page-header .social-area {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }

  .template-product #content {
    padding-bottom: 0; }

  .product-detail .detail .productlabel {
    display: block;
    float: none;
    margin: 20px auto; }

  .product-detail .detail .productlabel,
  .product-detail .detail .title,
  .product-detail .detail .price-area,
  .product-detail .detail .vendor {
    text-align: center; }

  .template-product .product-detail .gallery .main-image,
  .template-product .product-detail .gallery .thumbnails {
    display: none; }

  .product-detail .gallery .mobile-slideshow {
    display: block;
    margin: 0 -20px 0; }

  .product-detail .product-form .input-row select {
    font-size: 16px; }

  .product-meta {
    border-top: 1px solid #f0f0f0; }

  .product-meta .product-meta-row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #f0f0f0; }

  .product-meta .product-meta-row:last-child {
    border-bottom: none; }

  .product-meta .further-nav > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    font-size: 12.8px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .product-meta .further-nav > .container > * {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      float: left;
      width: 33.3%;
      box-sizing: content-box; }
    .product-meta .further-nav > .container .prev {
      padding-right: 1em; }
    .product-meta .further-nav > .container .see-more {
      text-align: center; }
    .product-meta .further-nav > .container .next {
      text-align: right;
      padding-left: 1em; }

  .template-article .article .meta {
    border-top: 1px solid #f0f0f0; }
    .template-article .article .meta .iconmeta {
      display: block;
      padding: 10px 0;
      border-bottom: 1px dotted #f0f0f0; }
  .template-article .article .pagination-row {
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0; } }
@media only screen and (max-width: 500px) {
  .article-layout__column {
    float: none;
    width: auto;
    margin: 0; }

  .collection-slider .product-block.collection-block {
    width: 94%; } }
@media only screen and (max-width: 400px) {
  .announcement__inner {
    font-size: 11px;
    letter-spacing: 0.25px; }

  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 100%; } }
@media only screen and (max-width: 411px) {
  .announcement__inner {
    font-size: 11px;
    letter-spacing: 0.25px; } }
@media only screen and (max-width: 360px) {
  #cartform .item .image {
    margin-left: 0;
    width: 50px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
    /* Prevent iOS font scaling */ } }
/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0; }

  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px); }

  80% {
    -webkit-transform: scale(1); }

  100% {
    -webkit-transform: translateY(0); } }

@keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0; }

  1% {
    margin-left: 0;
    opacity: 0;
    transform: scale(0.98) translateY(-15px); }

  80% {
    transform: scale(1); }

  100% {
    transform: translateY(0); } }

/*****************************/
/***** PASSWORD TEMPLATE *****/
/*****************************/
html.template-password {
  height: 100%; }
  html.template-password body {
    height: 100vh;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    background: #ffffff;
    background-repeat: repeat; }
  html.template-password .password-container {
    display: table;
    height: 100%;
    width: 100%; }
  html.template-password .password-store-name,
  html.template-password .password-main,
  html.template-password .password-footer {
    display: table-row; }
  html.template-password .password-store-name-inner,
  html.template-password .password-main-inner,
  html.template-password .password-footer-inner {
    display: table-cell;
    padding: 20px; }
  html.template-password .password-store-name {
    height: 1px; }
  html.template-password .password-main {
    height: 100%; }
  html.template-password .password-main-inner {
    vertical-align: middle; }
  html.template-password .password-footer {
    height: 1px; }
  html.template-password .password-login-link {
    margin: 20px 0 40px;
    text-align: right; }
    html.template-password .password-login-link svg {
      width: 10px;
      height: 12px;
      margin-right: 4px; }
      html.template-password .password-login-link svg path {
        -webkit-transition: fill 100ms;
        -ms-transition: fill 100ms;
        -moz-transition: fill 100ms;
        -o-transition: fill 100ms;
        transition: fill 100ms; }
    html.template-password .password-login-link a:hover svg path,
    html.template-password .password-login-link a:focus svg path {
      fill: #111111; }
  html.template-password h1, html.template-password .slide .overlay-text .text, .slide .overlay-text html.template-password .text {
    font-size: 2em; }
    html.template-password h1 a:hover, html.template-password .slide .overlay-text .text a:hover, .slide .overlay-text html.template-password .text a:hover {
      text-decoration: none; }
  html.template-password h2 {
    font-size: 4em; }
  html.template-password input[type=text], html.template-password input[type=email], html.template-password input[type=password] {
    height: 28px;
    padding: 4px;
    margin: 0 5px 0 0;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  html.template-password input[type=submit] {
    display: inline-block;
    border: none;
    background: #111111;
    color: #ffffff;
    vertical-align: top;
    margin: 0;
    padding: 4px 14px;
    min-width: 0;
    font-family: greycliff-cf, sans-serif;
    font-size: 90%;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  html.template-password #shoplogo {
    margin: 0 auto; }
    html.template-password #shoplogo .logotext {
      font-size: 48px;
      line-height: 1em; }
  html.template-password .shopify-name {
    display: none; }
  html.template-password .password-message {
    margin-bottom: 2em; }
  html.template-password .password-signup {
    margin-bottom: 4em; }
    html.template-password .password-signup input[type=email] {
      box-sizing: content-box;
      font-size: 16px;
      line-height: 36px;
      height: 36px;
      padding: 4px 18px;
      margin-right: -1px;
      width: 250px;
      -webkit-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -o-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    html.template-password .password-signup input[type=submit] {
      box-sizing: content-box;
      font-size: 13px;
      line-height: 36px;
      height: 36px;
      padding: 4px 18px;
      border: 1px solid #111111;
      -webkit-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
      html.template-password .password-signup input[type=submit]:hover {
        background-color: #2c3034;
        border-color: #2c3034; }
  @media only screen and (max-width: 420px) {
    html.template-password .password-signup input[type=email] {
      width: 90%; }
    html.template-password .password-signup input[type=email],
    html.template-password .password-signup input[type=submit] {
      margin: 0 0 10px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; } }
  html.template-password .password-social li {
    display: inline-block;
    white-space: nowrap; }
  html.template-password .password-social a {
    color: #fff;
    margin: 10px;
    display: inline-block;
    padding: 2px 12px 4px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    html.template-password .password-social a span {
      vertical-align: middle; }
  html.template-password .password-social a:hover {
    color: #fff;
    opacity: 0.9; }
    html.template-password .password-social a:hover, html.template-password .password-social a:hover span {
      text-decoration: none; }
  html.template-password .password-social a svg {
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 4px;*/
    height: 15px;
    width: 15px; }
    html.template-password .password-social a svg, html.template-password .password-social a svg g {
      fill: #fff; }
  html.template-password .password-social .password-social-item-facebook {
    background: #3b5998; }
  html.template-password .password-social .password-social-item-twitter {
    background: #00aced; }
  html.template-password .password-social .password-social-item-google {
    background: #dd4b39; }
    html.template-password .password-social .password-social-item-google svg {
      width: 20px; }
  html.template-password .password-footer-inner {
    padding-top: 150px;
    line-height: 2em; }
    html.template-password .password-footer-inner .powered-by, html.template-password .password-footer-inner svg {
      vertical-align: top; }
    html.template-password .password-footer-inner svg {
      margin: 0 0 0 5px;
      width: 80px;
      height: 23px; }
  html.template-password #password-login {
    width: 300px;
    padding: 1em 0; }
    html.template-password #password-login, html.template-password #password-login a, html.template-password #password-login a:link, html.template-password #password-login a:visited, html.template-password #password-login a:hover {
      color: #333; }
    html.template-password #password-login label {
      display: block;
      margin: 0 0 0.5em; }
    html.template-password #password-login input[type=password] {
      width: 150px; }
    html.template-password #password-login .password-owner {
      margin-top: 2em; }

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

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/
/* Navigation */
#page-header .scroll-hide {
  transition: display 1s ease; }

#float-header {
  position: fixed;
  width: 100%;
  z-index: 89999; }

.nav-shopp {
  border: 0px solid #111111; }

.nav-shopp.expanded, .nav-shopp:hover {
  border: 0px solid #fafafa; }

.nav-shopp a {
  padding: 3px 13px 0;
  position: relative;
  bottom: 2px; }

@media only screen and (min-width: 768px) {
  #float-header.scroll-effect .scroll-hide {
    display: none; }

  #main-product-detail {
    min-height: 650px; }

  .video-product#main-product-detail {
    min-height: 0px; } }
@media only screen and (max-width: 767px) {
  #shopify-section-header {
    padding-bottom: 95px; }

  .custom-section.banner-image {
    height: 250px !important; } }
#store-locator-title {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  .fullbleed-section {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: inherit; }

  .fullbleed-image {
    width: auto !important;
    height: 400px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }

  #banner-kala-elite-usa-ukulele {
    background-position: 95% !important; }

  .fullbleed-content {
    width: 100%;
    /*transform: translateY(0);*/ }

  .inner-content {
    padding: 10%; } }
.fullbleed-section {
  height: 400px;
  padding: 0 !important;
  margin: 0 !important;
  max-width: inherit; }

.fullbleed-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }

.fullbleed-content {
  width: 50%;
  margin: 0 !important;
  /*    position: relative;
      top: 50%;
      transform: translateY(-50%);*/ }

.inner-content {
  padding: 0 10%; }

span.view-all {
  position: relative;
  top: .5em; }

span.none {
  display: none; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 56.34%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.center-content {
  margin-right: auto;
  margin-left: auto; }

.floater {
  height: 30%;
  width: 100%;
  margin-bottom: -50px; }

@media screen and (max-width: 767px) {
  .floater {
    height: 0;
    margin-bottom: 0; } }
input#open-modal, input#open-cites-modal {
  min-width: 185px;
  background: none;
  border: 1px solid;
  color: #464e54; }

#open-cites-modal {
  margin-bottom: 50px; }

a:hover#close-modal {
  color: #464e54;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

@media only screen and (min-width: 768px) {
  #close-modal-div {
    text-align: right; } }
.pre-title {
  font-family: greycliff-cf, sans-serif;
  letter-spacing: 1px; }

@media only screen and (max-width: 767px) {
  #close-modal {
    color: #464e54;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

  #close-modal-div {
    text-align: center;
    margin-top: 40px; }

  input#open-modal, input#open-cites-modal {
    width: 95%; }

  .cites-margin {
    margin-bottom: 0em; } }
.more-info .title {
  font-size: 18px;
  letter-spacing: .035em;
  color: #111111; }

.product-block .product-info .title {
  font-weight: bold; }

.product-block .product-info .pre-title {
  display: block; }

.flexible-layout .column-full:first-child {
  margin-top: 0px; }

/* APPS CSS */
.s4com-articles a h4 {
  color: #111111 !important; }

.s4com-helpcenter a:not('.s4com-btn') {
  color: #ffffff !important; }

.s4com-helpcenter {
  padding-top: 45px; }

.s4com-panel {
  margin-bottom: 30px; }

.s4com-btn {
  color: #fff !important;
  text-transform: uppercase; }

.modal {
  z-index: 8775310 !important; }

.addresses li {
  background-image: url("/cdn/shop/files/map-pin.png?10159530954217300391") !important; }

.search_bar button {
  background: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
  background-color: #111111 !important;
  border-radius: 0 !important;
  font-weight: 100 !important;
  font-size: 12px !important;
  padding: 12px 3px !important;
  text-shadow: none !important;
  margin-left: 3% !important; }

.main_search_label {
  width: auto !important;
  padding-right: 15px; }

.search_bar .search_within_distance, .search_bar .search_limit {
  padding-top: 10px; }

.search_bar .main_search_bar {
  width: auto;
  padding-right: 10px; }

.search_bar button {
  float: right; }

@media only screen and (max-width: 1024px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 12px 3px !important;
    text-shadow: none !important;
    margin-left: 3% !important; }

  .main_search_label {
    width: 32% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: 44% !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: -20px !important;
    margin-right: 20px !important; }

  .search_bar .search_limit {
    width: auto !important; } }
@media only screen and (max-width: 840px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 12px 3px !important;
    text-shadow: none !important;
    margin-left: 3% !important;
    margin-top: 3% !important; }

  .main_search_label {
    width: 60% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: auto !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 19px !important;
    margin-right: 20px !important; }

  .search_bar .search_limit {
    width: auto !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
@media only screen and (max-width: 800px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 12px 3px !important;
    text-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important; }

  .main_search_label {
    width: 60% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: auto !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 20px !important; }

  .search_bar .search_limit {
    width: auto !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
@media only screen and (max-width: 655px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 12px 3px !important;
    text-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 3% !important;
    margin-top: 9% !important; }

  .main_search_label {
    width: 60% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: auto !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important; }

  .search_bar .search_limit {
    width: auto !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
@media only screen and (max-width: 628px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 12px 3px !important;
    text-shadow: none !important;
    margin-left: -10% !important;
    margin-right: 4% !important;
    margin-top: 10% !important; }

  .main_search_label {
    width: 60% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: auto !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important; }

  .search_bar .search_limit {
    width: auto !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
@media only screen and (max-width: 581px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 12px 3px !important;
    text-shadow: none !important;
    margin-left: -25% !important;
    margin-right: 0 !important;
    margin-top: 11% !important; }

  .main_search_label {
    width: 60% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: auto !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important; }

  .search_bar .search_limit {
    width: auto !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
@media only screen and (max-width: 510px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 3px 3px !important;
    text-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 14% !important;
    margin-bottom: 3% !important; }

  .main_search_label {
    width: 100% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: 100% !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important; }

  .search_bar .search_limit {
    width: 100% !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
@media only screen and (max-width: 435px) {
  .search_bar button {
    background: #d8262c !important;
    border: 1px solid #d8262c !important;
    box-shadow: none !important;
    background-color: #d8262c !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 12px !important;
    padding: 3px 3px !important;
    text-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 14% !important;
    margin-bottom: 3% !important;
    width: 98% !important; }

  .main_search_label {
    width: 100% !important; }

  .main_search_label {
    line-height: 1.25 !important; }

  .search_bar .main_search_bar {
    width: 100% !important; }

  .search_bar .search_within_distance {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important; }

  .search_bar .search_limit {
    width: 100% !important; }

  .search_bar .main_search_bar input {
    margin-top: 5% !important; } }
.addresses li {
  background-image: url("/cdn/shop/files/map-pin.png?3942144121647454892") !important; }

@media only screen and (max-width: 840px) {
  #store_map {
    height: 325px !important; } }
@media only screen and (max-width: 800px) {
  #store_map {
    height: 300px !important; } }
@media only screen and (max-width: 650px) {
  #store_map {
    height: 250px !important; } }
@media only screen and (max-width: 650px) {
  #store_map {
    height: 200px !important; } }
@media only screen and (max-width: 510px) {
  #store_map {
    height: 200px !important; } }
.lightfont {
  font-family: greycliff-cf, sans-serif; }

@font-face {
  font-family: 'theme-icons';
  src: url("/cdn/shop/t/38/assets/theme-icons.eot?16158902218761827095");
  src: url("/cdn/shop/t/38/assets/theme-icons.eot?#iefix16158902218761827095") format("embedded-opentype"), url("/cdn/shop/t/38/assets/theme-icons.woff?16158902218761827095") format("woff"), url("/cdn/shop/t/38/assets/theme-icons.ttf?16158902218761827095") format("truetype"), url("/cdn/shop/t/38/assets/theme-icons.svg?16158902218761827095#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  letter-spacing: 0; }

[class^="icon-"] span, [class*=" icon-"] span {
  display: none; }

/* Icon font */
@font-face {
  font-family: 'theme-icons';
  src: url("//kalabrand.com/cdn/shop/t/128/assets/theme-icons.eot?v=52567596629105353641756406640");
  src: url("//kalabrand.com/cdn/shop/t/128/assets/theme-icons.eot?#iefixv=52567596629105353641756406640") format("embedded-opentype"), url("//kalabrand.com/cdn/shop/t/128/assets/theme-icons.woff?v=96308771307484232861756406640") format("woff"), url("//kalabrand.com/cdn/shop/t/128/assets/theme-icons.ttf?v=8359655714512812131756406640") format("truetype"), url("//kalabrand.com/cdn/shop/t/128/assets/theme-icons.svg?v=100591098053862447371756406640#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  letter-spacing: 0; }
  [class^="icon-"] span, [class*=" icon-"] span {
    display: none; }

.icon-gallery:before {
  content: "\e600"; }

.icon-loading:before {
  content: "\e601"; }

.icon-arrow3-down:before {
  content: "\e602"; }

.icon-arrow4-down:before {
  content: "\e603"; }

.icon-arrow3-left:before {
  content: "\e604"; }

.icon-arrow4-left:before {
  content: "\e605"; }

.icon-arrow3-right:before {
  content: "\e606"; }

.icon-arrow3-up:before {
  content: "\e607"; }

.icon-arrow4-up:before {
  content: "\e608"; }

.icon-arrow4-right:before {
  content: "\e609"; }

.icon-bag:before {
  content: "\e60a"; }

.icon-cart:before {
  content: "\e60b"; }

.icon-circle-cross:before {
  content: "\e60c"; }

.icon-cross:before {
  content: "\e60d"; }

.icon-export:before {
  content: "\e60e"; }

.icon-facebook:before {
  content: "\e60f"; }

.icon-flickr:before {
  content: "\e610"; }

.icon-forward:before {
  content: "\e611"; }

.icon-google:before,
.icon-googleplus:before {
  content: "\e612"; }

.icon-heart:before {
  content: "\e613"; }

.icon-heart2:before {
  content: "\e614"; }

.icon-help:before {
  content: "\e615"; }

.icon-info:before {
  content: "\e616"; }

.icon-instagram:before {
  content: "\e617"; }

.icon-linkedin:before {
  content: "\e618"; }

.icon-mail:before {
  content: "\e619"; }

.icon-maximize:before {
  content: "\e61a"; }

.icon-minus:before {
  content: "\e61b"; }

.icon-pinterest:before {
  content: "\e61c"; }

.icon-plus:before {
  content: "\e61d"; }

.icon-rss:before {
  content: "\e61e"; }

.icon-share:before {
  content: "\e61f"; }

.icon-skype:before {
  content: "\e620"; }

.icon-star:before {
  content: "\e621"; }

.icon-star2:before {
  content: "\e622"; }

.icon-tag:before {
  content: "\e623"; }

.icon-tumblr:before {
  content: "\e624"; }

.icon-twitter:before {
  content: "\e625"; }

.icon-user:before {
  content: "\e626"; }

.icon-vimeo:before {
  content: "\e627"; }

.icon-share2:before {
  content: "\e628"; }

.icon-mag:before {
  content: "\e629"; }

.icon-arrow2-left:before {
  content: "\e62a"; }

.icon-bag2:before {
  content: "\e62b"; }

.icon-house:before {
  content: "\e62c"; }

.icon-arrow2-right:before {
  content: "\e62d"; }

.icon-youtube:before {
  content: "\e62e"; }

.icon-nav:before {
  content: "\e62f"; }

.icon-tick:before {
  content: "\e630"; }

.icon-arrow-left:before {
  content: "\e631"; }

.icon-arrow-down:before {
  content: "\e632"; }

.icon-arrow-right:before {
  content: "\e633"; }

.icon-arrow-up:before {
  content: "\e634"; }

.icon-tags:before {
  content: "\e900"; }

.icon-clock:before {
  content: "\e901"; }

.icon-loading2:before {
  content: "\e902"; }

#edit_div {
  background-color: #111111;
  top: 0px;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  z-index: 213323523523515;
  color: #f0f0f0;
  text-transform: uppercase;
  letter-spacing: 1px; }

nav.breadcrumb {
  text-align: left;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-bottom: 1.5em;
  width: 66.66%; }
  nav.breadcrumb a {
    color: #111111; }

.sharing a:hover svg {
  fill: #a3a6a9; }

/* blog styles */
/* sidemenu styles */
.sidemenu {
  margin-left: 66.66%; }

.sidemenu ul li {
  list-style: none; }

.sidemenu ul li:not(:first-child) {
  margin-top: 30px; }

.widget {
  border: 1px solid #ebebeb;
  padding: 30px; }

.widget.social-area {
  text-align: center; }

.widget-title {
  margin: 0 -31px;
  margin-top: -31px;
  margin-bottom: 35px;
  border-top-color: #f1868a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  line-height: 44px;
  border: 1px solid #ebebeb;
  text-align: center; }

#content {
  min-height: 90vh;
  padding-bottom: 8%; }

@media only screen and (max-width: 767px) {
  .sidemenu {
    margin-left: 0 !important;
    clear: both; }

  .ontainer {
    width: 90% !important;
    float: none !important; }

  .content {
    width: 90%;
    margin: 0 auto; }

  .innercontainer {
    padding: 0; }

  nav.breadcrumb {
    text-align: center !important;
    width: 100%;
    margin-top: 1.5em; }

  .sharing {
    display: inline !important; } }
.img-circle {
  border-radius: 50%; }

.artist-square-img img {
  width: 480px; }

.arrow-down {
  top: 1px;
  width: 0;
  height: 0;
  position: relative;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111111;
  display: none; }

#video_player.hide {
  display: none; }

a.filter.active {
  color: #ffffff66; }

.hide {
  display: none !important; }

/* Specs */
.invisible-spec-category {
  visibility: hidden; }

.v-gap {
  padding-top: 2%;
  padding-bottom: 1%; }

ul.square-list li {
  list-style: square; }

td.spec-label-prop {
  text-transform: uppercase;
  letter-spacing: .015em; }

.measurement-specs {
  font-style: italic; }

.product-detail-specs tr, .product-detail-specs td {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 50%; }

span.spec-label-prop {
  float: left;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.35em;
  font-family: greycliff-cf, sans-serif;
  letter-spacing: .015em; }

h5.specs-title, h5.section-header__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: normal; }

span.spec-label-prop-lesswidth {
  float: left;
  min-width: 35px;
  font-family: greycliff-cf, sans-serif;
  text-transform: uppercase;
  letter-spacing: .75px;
  font-size: 98%; }

span.spec-label-prop-stringwidth {
  float: left;
  min-width: 50px;
  font-family: greycliff-cf, sans-serif;
  text-transform: uppercase;
  letter-spacing: .75px;
  font-size: 98%; }

.specs-value {
  letter-spacing: .25px;
  margin-left: 2%; }

.measurement-specs {
  font-size: 98%;
  line-height: 2; }

.button.right-button {
  margin-left: 6px;
  border: 1px solid #464e54;
  background: #464e54; }

@media only screen and (min-width: 767px) and (max-width: 1266px) {
  .button.right-button {
    margin-left: 0px; } }
@media only screen and (max-width: 468px) {
  .button.right-button {
    margin-left: 0px; } }
/* learn to
 */
.tablinks {
  background: none;
  /*border: 1px solid;*/
  color: #000;
  position: relative;
  top: 50%;
  min-width: 100px; }

.tablinks.active {
  border: 0px solid #464e54; }

.tablinks:hover {
  color: #000;
  background: none; }

.tab_menu li {
  margin: auto; }

h2.INTL-orders {
  font-size: 85%;
  margin-top: 25px;
  margin-bottom: 5px;
  letter-spacing: .12em; }

p.photoquote img {
  margin-right: 20px;
  margin-left: 20px; }

@media only screen and (max-width: 767px) {
  p.photoquote {
    text-align: center; }

  p.photoquote img {
    float: none !important; } }
.prop65 {
  background: url(//kalabrand.com/cdn/shop/t/128/assets/p65-icon.svg?v=58873659113430251441756406640) left bottom no-repeat;
  padding-left: 30px;
  line-height: 1;
  background-size: contain;
  font-size: 14px;
  max-height: 16px;
  margin: 20px auto;
  position: relative; }

#prop65header {
  width: 240px;
  height: 50px;
  fill: #000000; }

/* tabs */
/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap; }

.tabs label {
  order: 1;
  text-transform: uppercase;
  font-family: greycliff-cf, sans-serif;
  display: block;
  width: 33%;
  text-align: center;
  color: #000;
  padding-top: 10px;
  cursor: pointer;
  font-weight: bold;
  transition: background ease 0.2s;
  border-bottom: 1px solid #848484; }

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  border: 0px solid #000;
  border-top: 0px; }

.tabs input[type="radio"] {
  display: none; }

.tabs input[type="radio"]:checked + label {
  background: #fff;
  border: 1px solid #354657;
  border-bottom: 0px solid #000;
  color: #354657; }

.tabs input[type="radio"]:checked + label + .tab {
  display: block; }

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial; }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem; } }
/* end tabs */
.ac-container {
  width: 100%;
  margin: 10px auto 30px auto;
  text-align: left; }

.ac-container label {
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  line-height: 33px;
  color: #354658;
  text-transform: uppercase;
  font-family: greycliff-cf, sans-serif;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 1%, #eaeaea 100%);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1); }

.ac-container label:hover {
  background: #fff; }

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1); }

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center; }

.ac-container input:checked + label:hover:after {
  background-image: url(../images/arrow_up.png); }

.ac-container input {
  display: none; }

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear; }

.ac-container article p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

.ac-container article .product-detail-specs {
  margin: 20px; }

.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3); }

.ac-container input:checked ~ article.ac-small {
  height: 140px; }

.ac-container input:checked ~ article.ac-medium {
  height: 180px; }

.ac-container input:checked ~ article.ac-large {
  height: 230px; }

.ac-container input:checked ~ article.ac-xlarge {
  height: auto; }

.ac-container input:checked ~ article.ac-usalarge {
  height: auto; }

.input:checked + .label + .ac-large {
  display: block; }

.fadeimg {
  opacity: .1;
  display: none; }

#smile-ui-container {
  z-index: 999997 !important; }

/* Start Klaviyo Footer Form */
#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(1) > div > div > div > div.ql-editor > p {
  font-family: greycliff-cf, sans-serif;
  letter-spacing: 1px; }

#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(2) > div.ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.fjdFDR.needsclick.undefined {
  padding-right: 0; }

#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(2) > div.ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.cGEpIm.needsclick.undefined {
  padding-left: 0; }

#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(2) > div.ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.fjdFDR.needsclick.undefined > div > input {
  border: none;
  border-radius: 0; }

#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(2) > div.ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.cGEpIm.needsclick.undefined > button {
  border: none;
  border-radius: 0; }

#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(2) {
  text-align: center;
  margin: auto; }

#shopify-section-footer > div > div.lower.cf > div.interact > div > div > form > div > div:nth-child(1) > div > div > div > div.ql-editor > p > strong {
  font-size: 17px !important; }

/* End Klaviyo Footer Form */
/* Start AFFIRM */
p.affirm-as-low-as {
  text-transform: none !important;
  font-weight: normal !important; }

/* End AFFIRM */
/* Start Product Bundles */
.th_pb_title h4 {
  font-family: greycliff-cf, sans-serif;
  text-transform: uppercase !important;
  line-height: 1.2em !important; }

.th_pb_list_content .th_pb_pro_title {
  text-transform: capitalize !important;
  letter-spacing: 0 !important; }

.th_pb_list_content .th_pb_pro_title {
  font-family: greycliff-cf, sans-serif;
  font-weight: 700 !important; }

.th_pb_addtocart_section .th_pb_total_price {
  color: #848484 !important;
  font-size: 15px !important; }

.th_pb_addtocart_section .th_pb_total_price span.th_pb_total_sale_price {
  font-family: greycliff-cf, sans-serif;
  font-weight: bold !important;
  font-size: 22px !important; }

.th_pb_addtocart_section .th_pb_total_price span.th_pb_line_through {
  font-size: 17px !important; }

.th_pb_addtocart_section p.th_ajax_error_cls {
  color: #d8262c !important;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600 !important;
  font-style: italic !important;
  letter-spacing: .25px !important; }

div.th_pb_innercode.th_pb_wf {
  padding-bottom: 0 !important; }

.th_pb_addtocart_section .th_pb_add_to_cart_disabled {
  background-color: #848484 !important; }

/* End Product Bundles */
/*Kala Ambassador Page*/
.ambassador-country, .ambassador-region {
  font-size: 20px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.4em;
  margin: 0 !important;
  text-align: center;
  font-style: italic; }

#webWidget {
  z-index: 2147483650 !important; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px; }

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.affirm-as-low-as {
  letter-spacing: normal !important; }

div.product-form.section {
  margin-bottom: 1em; }

.distributor h1, .distributor .slide .overlay-text .text, .slide .overlay-text .distributor .text {
  font-weight: 700;
  font-size: 30px; }

.distributor h1, .distributor .slide .overlay-text .text, .slide .overlay-text .distributor .text, .distributor h2 {
  font-weight: 500; }

._a7lz {
  font-size: 10px !important; }

#contact_form {
  margin-top: 35px; }

.bndlr-container-center {
  margin-top: 30px !important; }

.shopify-policy__container {
  margin: 20px auto !important; }

.shopify-policy__title {
  text-transform: capitalize; }

.slick-prev, .slick-next {
  font-size: 11px; }

span.OYPEnA.text-decoration-none.text-strikethrough-none {
  font-size: 11px !important; }

h2.majortitle.in-content {
  margin: 25px 0;
  padding-top: 20px;
  letter-spacing: .5px;
  font-size: 34px; }

@media screen and (min-width: 769px) {
  ul.slick-dots {
    display: none !important; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
