body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    font-weight: 700;
    transition: all .15s ease-in-out
}

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

iframe,
video {
    max-width: 100%
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 400
}

p {
    margin-bottom: 1em
}

table img {
    max-width: initial
}

h1,
.h1 {
    font-size: 32px
}

@media(min-width:767px) {

    h1,
    .h1 {
        font-size: 32px
    }
}

h2,
.h2 {
    font-size: 26px
}

@media(min-width:767px) {

    h2,
    .h2 {
        font-size: 22px
    }
}

h3,
.h3 {
    font-size: 20px
}

@media(min-width:767px) {

    h3,
    .h3 {
        font-size: 18px
    }
}

.is-flex {
    display: flex
}

.is-inline-flex {
    display: inline-flex
}

.is-align-start,
.is-align-left {
    align-items: flex-start
}

.is-align-end,
.is-align-right {
    align-items: flex-end
}

.is-align-self-end,
.is-align-self-right {
    align-self: flex-end
}

.is-align-baseline {
    align-items: baseline
}

.is-align-center {
    align-items: center
}

.is-align-stretch {
    align-items: stretch
}

.is-justify-start,
.is-justify-left {
    justify-content: flex-start
}

.is-justify-end,
.is-justify-right {
    justify-content: flex-end
}

.is-justify-center {
    justify-content: center
}

.is-justify-space-around {
    justify-content: space-around
}

.is-justify-space-between {
    justify-content: space-between
}

.is-flex-nowrap {
    flex-wrap: nowrap
}

.is-flex-wrap {
    flex-wrap: wrap
}

.is-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.is-flex-row {
    flex-direction: row
}

.is-flex-row-reverse {
    flex-direction: row-reverse
}

.is-flex-column {
    flex-direction: column
}

.is-flex-column-reverse {
    flex-direction: column-reverse
}

.is-order-aligned-left {
    order: -1
}

@media only screen and (max-width:480px) {
    .is-order-aligned-left {
        order: inherit
    }
}

.is-order-aligned-right {
    order: 1
}

@media only screen and (max-width:480px) {
    .is-order-aligned-right {
        order: inherit
    }
}

.has-padding-top {
    padding-top: 20px
}

.has-padding-bottom {
    padding-bottom: 20px
}

.has-padding-left {
    padding-left: 20px
}

.has-padding-right {
    padding-right: 20px
}

.has-padding {
    padding: 20px
}

.has-margin-top {
    margin-top: 20px
}

.has-margin-bottom {
    margin-bottom: 20px
}

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

.text-align-left,
.text-align-start {
    text-align: left
}

.text-align-left h1,
.text-align-left h2,
.text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
    text-align: left
}

.text-align-right,
.text-align-end {
    text-align: right
}

.text-align-right h1,
.text-align-right h2,
.text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
    text-align: right
}

.is-hidden {
    display: none !important
}

.is-visible {
    display: block !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

.is-invisible {
    visibility: hidden !important
}

@media only screen and (min-width:481px) and (max-width:798px) {
    .is-hidden-small {
        display: none !important
    }
}

@media only screen and (min-width:799px) and (max-width:1024px) {
    .is-hidden-medium {
        display: none !important
    }
}

@media only screen and (min-width:1025px) and (max-width:1400px) {
    .is-hidden-large {
        display: none !important
    }
}

@media only screen and (max-width:798px) {
    .is-hidden-mobile-only {
        display: none !important
    }
}

@media only screen and (min-width:799px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media only screen and (min-width:1401px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media only screen and (max-width:798px) {
    .is-visible--mobile {
        display: block !important
    }
}

@media only screen and (max-width:798px) {
    .is-hidden-offset-mobile-only {
        left: 0 !important
    }
}

.is-invisible {
    visibility: hidden !important
}

.index {
    display: flex;
    flex-wrap: wrap
}

.index-sections,
.page-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.shopify-section {
    width: 100%
}

@media only screen and (max-width:480px) {
    .shopify-section {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.section {
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.section.is-width-wide {
    width: 100%;
    max-width: none
}

.container {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%
}

.container .column,
.container .columns {
    margin-left: calc(20px/2);
    margin-right: calc(20px/2)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media only screen and (max-width:798px) {

    .row .column,
    .row .columns {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

[class*=offset-by] {
    position: relative
}

.hidden {
    display: none
}

.visible {
    display: block
}

.one {
    width: calc(6.25% - 20px)
}

.two {
    width: calc(12.5% - 20px)
}

.three {
    width: calc(18.75% - 20px)
}

.four {
    width: calc(25% - 20px)
}

.five {
    width: calc(31.25% - 20px)
}

.six {
    width: calc(37.5% - 20px)
}

.seven {
    width: calc(43.75% - 20px)
}

.eight {
    width: calc(50% - 20px)
}

.nine {
    width: calc(56.25% - 20px)
}

.ten {
    width: calc(62.5% - 20px)
}

.eleven {
    width: calc(68.75% - 20px)
}

.twelve {
    width: calc(75% - 20px)
}

.thirteen {
    width: calc(81.25% - 20px)
}

.fourteen {
    width: calc(87.5% - 20px)
}

.fifteen {
    width: calc(93.75% - 20px)
}

.sixteen {
    width: calc(100% - 20px)
}

.one-whole {
    width: calc(100% - 20px)
}

.one-half {
    width: calc(50% - 20px)
}

.one-third {
    width: calc(33.3333333333% - 20px)
}

.two-thirds {
    width: calc(66.6666666667% - 20px)
}

.one-fourth {
    width: calc(25% - 20px)
}

.two-fourths {
    width: calc(50% - 20px)
}

.three-fourths {
    width: calc(75% - 20px)
}

.one-fifth {
    width: calc(20% - 20px)
}

.two-fifths {
    width: calc(40% - 20px)
}

.three-fifths {
    width: calc(60% - 20px)
}

.four-fifths {
    width: calc(80% - 20px)
}

.one-sixth {
    width: calc(16.6666666667% - 20px)
}

.two-sixths {
    width: calc(33.3333333333% - 20px)
}

.three-sixths {
    width: calc(50% - 20px)
}

.four-sixths {
    width: calc(66.6666666667% - 20px)
}

.five-sixths {
    width: calc(83.3333333333% - 20px)
}

.one-seventh {
    width: calc(14.2857142857% - 20px)
}

.two-sevenths {
    width: calc(28.5714285714% - 20px)
}

.three-sevenths {
    width: calc(42.8571428571% - 20px)
}

.four-sevenths {
    width: calc(57.1428571429% - 20px)
}

.five-sevenths {
    width: calc(71.4285714286% - 20px)
}

.one-eighth {
    width: calc(12.5% - 20px)
}

.two-eighths {
    width: calc(25% - 20px)
}

.three-eighths {
    width: calc(37.5% - 20px)
}

.four-eighths {
    width: calc(50% - 20px)
}

.five-eighths {
    width: calc(62.5% - 20px)
}

.six-eighths {
    width: calc(75% - 20px)
}

.seven-eighths {
    width: calc(87.5% - 20px)
}

.one-tenth {
    width: calc(10% - 20px)
}

.two-tenths {
    width: calc(20% - 20px)
}

.three-tenths {
    width: calc(30% - 20px)
}

.four-tenths {
    width: calc(40% - 20px)
}

.five-tenths {
    width: calc(50% - 20px)
}

.six-tenths {
    width: calc(60% - 20px)
}

.seven-tenths {
    width: calc(70% - 20px)
}

.eight-tenths {
    width: calc(80% - 20px)
}

.nine-tenths {
    width: calc(90% - 20px)
}

.one-twelfth {
    width: calc(8.3333333333% - 20px)
}

.two-twelfths {
    width: calc(16.6666666667% - 20px)
}

.three-twelfths {
    width: calc(25% - 20px)
}

.four-twelfths {
    width: calc(33.3333333333% - 20px)
}

.five-twelfths {
    width: calc(41.6666666667% - 20px)
}

.six-twelfths {
    width: calc(50% - 20px)
}

.seven-twelfths {
    width: calc(58.3333333333% - 20px)
}

.eight-twelfths {
    width: calc(66.6666666667% - 20px)
}

.nine-twelfths {
    width: calc(75% - 20px)
}

.ten-twelfths {
    width: calc(83.3333333333% - 20px)
}

.eleven-twelfths {
    width: calc(91.6666666667% - 20px)
}

.offset-by-one {
    left: calc(6.25%)
}

.offset-by-two {
    left: calc(12.5%)
}

.offset-by-three {
    left: calc(18.75%)
}

.offset-by-four {
    left: calc(25%)
}

.offset-by-five {
    left: calc(31.25%)
}

.offset-by-six {
    left: calc(37.5%)
}

.offset-by-seven {
    left: calc(43.75%)
}

.offset-by-eight {
    left: calc(50%)
}

.offset-by-nine {
    left: calc(56.25%)
}

.offset-by-ten {
    left: calc(62.5%)
}

.offset-by-eleven {
    left: calc(68.75%)
}

.offset-by-twelve {
    left: calc(75%)
}

.offset-by-thirteen {
    left: calc(81.25%)
}

.offset-by-fourteen {
    left: calc(87.5%)
}

.offset-by-fifteen {
    left: calc(93.75%)
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
    margin-right: 0
}

.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
    margin-left: 0
}

.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.equal-columns--outside-trim .one-half {
    width: calc(50% - (20px - (20px/2)))
}

.equal-columns--outside-trim .one-third {
    width: calc(33.3333333333% - (20px - (20px/3)))
}

.equal-columns--outside-trim .one-fifth {
    width: calc(20% - (20px - (20px/5)))
}

.equal-columns--outside-trim .one-fourth {
    width: calc(25% - (20px - (20px/4)))
}

.equal-columns--outside-trim .one-sixth {
    width: calc(16.6666666667% - (20px - (20px/6)))
}

.equal-columns--outside-trim .one-seventh {
    width: calc(14.2857142857% - (20px - (20px/7)))
}

.equal-columns--outside-trim .two {
    width: calc(12.5% - (20px - (20px/8)))
}

.equal-columns--outside-trim .four {
    width: calc(25% - (20px - (20px/4)))
}

.equal-columns--outside-trim .seven {
    width: calc(43.75% - (20px - (20px/2)))
}

.equal-columns--outside-trim .eight {
    width: calc(50% - (20px/2))
}

.equal-columns--outside-trim .nine {
    width: calc(56.25% - (20px - (20px/2)))
}

.has-no-side-gutter.has-background {
    padding-right: 0;
    padding-left: 0
}

.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
    margin-right: 0;
    margin-left: 0
}

.has-no-side-gutter .one-whole {
    width: 100%
}

.has-no-side-gutter .one-half {
    width: 50%
}

.has-no-side-gutter .one-third {
    width: 33.3333333333%
}

.has-no-side-gutter .one-fourth {
    width: 25%
}

.has-no-side-gutter .one-fifth {
    width: 20%
}

.has-no-side-gutter .two-fifths {
    width: 40%
}

.has-no-side-gutter .three-fifths {
    width: 60%
}

.has-no-side-gutter .one-sixth {
    width: 16.6666666667%
}

.has-no-side-gutter .one-seventh {
    width: 14.2857142857%
}

.has-no-side-gutter .one-eighth {
    width: 12.5%
}

.has-no-side-gutter .two-thirds {
    width: 66.6666666667%
}

.has-no-side-gutter .two {
    width: 12.5%
}

.has-no-side-gutter .four {
    width: 25%
}

.has-no-side-gutter .seven {
    width: 43.75%
}

.has-no-side-gutter .eight {
    width: 50%
}

.has-no-side-gutter .nine {
    width: 56.25%
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

@media only screen and (max-width:1024px) {
    .large-down--hidden {
        display: none
    }

    .large-down--visible {
        display: block
    }

    .large-down--one {
        width: calc(6.25% - 20px)
    }

    .large-down--two {
        width: calc(12.5% - 20px)
    }

    .large-down--three {
        width: calc(18.75% - 20px)
    }

    .large-down--four {
        width: calc(25% - 20px)
    }

    .large-down--five {
        width: calc(31.25% - 20px)
    }

    .large-down--six {
        width: calc(37.5% - 20px)
    }

    .large-down--seven {
        width: calc(43.75% - 20px)
    }

    .large-down--eight {
        width: calc(50% - 20px)
    }

    .large-down--nine {
        width: calc(56.25% - 20px)
    }

    .large-down--ten {
        width: calc(62.5% - 20px)
    }

    .large-down--eleven {
        width: calc(68.75% - 20px)
    }

    .large-down--twelve {
        width: calc(75% - 20px)
    }

    .large-down--thirteen {
        width: calc(81.25% - 20px)
    }

    .large-down--fourteen {
        width: calc(87.5% - 20px)
    }

    .large-down--fifteen {
        width: calc(93.75% - 20px)
    }

    .large-down--sixteen {
        width: calc(100% - 20px)
    }

    .large-down--one-whole {
        width: calc(100% - 20px)
    }

    .large-down--one-half {
        width: calc(50% - 20px)
    }

    .large-down--one-third {
        width: calc(33.3333333333% - 20px)
    }

    .large-down--two-thirds {
        width: calc(66.6666666667% - 20px)
    }

    .large-down--one-fourth {
        width: calc(25% - 20px)
    }

    .large-down--two-fourths {
        width: calc(50% - 20px)
    }

    .large-down--three-fourths {
        width: calc(75% - 20px)
    }

    .large-down--one-fifth {
        width: calc(20% - 20px)
    }

    .large-down--two-fifths {
        width: calc(40% - 20px)
    }

    .large-down--three-fifths {
        width: calc(60% - 20px)
    }

    .large-down--four-fifths {
        width: calc(80% - 20px)
    }

    .large-down--one-sixth {
        width: calc(16.6666666667% - 20px)
    }

    .large-down--two-sixths {
        width: calc(33.3333333333% - 20px)
    }

    .large-down--three-sixths {
        width: calc(50% - 20px)
    }

    .large-down--four-sixths {
        width: calc(66.6666666667% - 20px)
    }

    .large-down--five-sixths {
        width: calc(83.3333333333% - 20px)
    }

    .large-down--one-seventh {
        width: calc(14.2857142857% - 20px)
    }

    .large-down--two-sevenths {
        width: calc(28.5714285714% - 20px)
    }

    .large-down--three-sevenths {
        width: calc(42.8571428571% - 20px)
    }

    .large-down--four-sevenths {
        width: calc(57.1428571429% - 20px)
    }

    .large-down--five-sevenths {
        width: calc(71.4285714286% - 20px)
    }

    .large-down--one-eighth {
        width: calc(12.5% - 20px)
    }

    .large-down--two-eighths {
        width: calc(25% - 20px)
    }

    .large-down--three-eighths {
        width: calc(37.5% - 20px)
    }

    .large-down--four-eighths {
        width: calc(50% - 20px)
    }

    .large-down--five-eighths {
        width: calc(62.5% - 20px)
    }

    .large-down--six-eighths {
        width: calc(75% - 20px)
    }

    .large-down--seven-eighths {
        width: calc(87.5% - 20px)
    }

    .large-down--one-tenth {
        width: calc(10% - 20px)
    }

    .large-down--two-tenths {
        width: calc(20% - 20px)
    }

    .large-down--three-tenths {
        width: calc(30% - 20px)
    }

    .large-down--four-tenths {
        width: calc(40% - 20px)
    }

    .large-down--five-tenths {
        width: calc(50% - 20px)
    }

    .large-down--six-tenths {
        width: calc(60% - 20px)
    }

    .large-down--seven-tenths {
        width: calc(70% - 20px)
    }

    .large-down--eight-tenths {
        width: calc(80% - 20px)
    }

    .large-down--nine-tenths {
        width: calc(90% - 20px)
    }

    .large-down--one-twelfth {
        width: calc(8.3333333333% - 20px)
    }

    .large-down--two-twelfths {
        width: calc(16.6666666667% - 20px)
    }

    .large-down--three-twelfths {
        width: calc(25% - 20px)
    }

    .large-down--four-twelfths {
        width: calc(33.3333333333% - 20px)
    }

    .large-down--five-twelfths {
        width: calc(41.6666666667% - 20px)
    }

    .large-down--six-twelfths {
        width: calc(50% - 20px)
    }

    .large-down--seven-twelfths {
        width: calc(58.3333333333% - 20px)
    }

    .large-down--eight-twelfths {
        width: calc(66.6666666667% - 20px)
    }

    .large-down--nine-twelfths {
        width: calc(75% - 20px)
    }

    .large-down--ten-twelfths {
        width: calc(83.3333333333% - 20px)
    }

    .large-down--eleven-twelfths {
        width: calc(91.6666666667% - 20px)
    }

    .large-down--offset-by-one {
        left: calc(6.25%)
    }

    .large-down--offset-by-two {
        left: calc(12.5%)
    }

    .large-down--offset-by-three {
        left: calc(18.75%)
    }

    .large-down--offset-by-four {
        left: calc(25%)
    }

    .large-down--offset-by-five {
        left: calc(31.25%)
    }

    .large-down--offset-by-six {
        left: calc(37.5%)
    }

    .large-down--offset-by-seven {
        left: calc(43.75%)
    }

    .large-down--offset-by-eight {
        left: calc(50%)
    }

    .large-down--offset-by-nine {
        left: calc(56.25%)
    }

    .large-down--offset-by-ten {
        left: calc(62.5%)
    }

    .large-down--offset-by-eleven {
        left: calc(68.75%)
    }

    .large-down--offset-by-twelve {
        left: calc(75%)
    }

    .large-down--offset-by-thirteen {
        left: calc(81.25%)
    }

    .large-down--offset-by-fourteen {
        left: calc(87.5%)
    }

    .large-down--offset-by-fifteen {
        left: calc(93.75%)
    }

    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
        margin-right: 0
    }

    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {

    .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
    .equal-columns--outside-trim .large-down--eight.large-down--eight,
    .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
    .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
    .equal-columns--outside-trim .large-down--four.large-down--four,
    .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
    .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
    .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
    .equal-columns--outside-trim .large-down--two.large-down--two {
        margin-left: calc(20px/2);
        margin-right: calc(20px/2)
    }

    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
        margin-right: 0
    }

    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-half {
        width: calc(50% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-third {
        width: calc(33.3333333333% - (20px - (20px/3)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-fifth {
        width: calc(20% - (20px - (20px/5)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-fourth {
        width: calc(25% - (20px - (20px/4)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-sixth {
        width: calc(16.6666666667% - (20px - (20px/6)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--one-seventh {
        width: calc(14.2857142857% - (20px - (20px/7)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--two {
        width: calc(12.5% - (20px - (20px/8)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--four {
        width: calc(25% - (20px - (20px/4)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--seven {
        width: calc(43.75% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--eight {
        width: calc(50% - (20px/2))
    }
}

@media only screen and (max-width:1024px) {
    .equal-columns--outside-trim .large-down--nine {
        width: calc(56.25% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:1024px) {
    .has-no-side-gutter.has-background {
        padding-right: 0;
        padding-left: 0
    }

    .has-no-side-gutter .large-down--one-whole,
    .has-no-side-gutter .large-down--one-half,
    .has-no-side-gutter .large-down--eight,
    .has-no-side-gutter .large-down--one-third,
    .has-no-side-gutter .large-down--two-thirds,
    .has-no-side-gutter .large-down--one-fourth,
    .has-no-side-gutter .large-down--four,
    .has-no-side-gutter .large-down--one-fifth,
    .has-no-side-gutter .large-down--three-fifths,
    .has-no-side-gutter .large-down--two-fifths,
    .has-no-side-gutter .large-down--one-sixth,
    .has-no-side-gutter .large-down--one-seventh,
    .has-no-side-gutter .large-down--one-eighth,
    .has-no-side-gutter .large-down--two {
        margin-right: 0;
        margin-left: 0
    }

    .has-no-side-gutter .large-down--one-whole {
        width: 100%
    }

    .has-no-side-gutter .large-down--one-half {
        width: 50%
    }

    .has-no-side-gutter .large-down--one-third {
        width: 33.3333333333%
    }

    .has-no-side-gutter .large-down--one-fourth {
        width: 25%
    }

    .has-no-side-gutter .large-down--one-fifth {
        width: 20%
    }

    .has-no-side-gutter .large-down--two-fifths {
        width: 40%
    }

    .has-no-side-gutter .large-down--three-fifths {
        width: 60%
    }

    .has-no-side-gutter .large-down--one-sixth {
        width: 16.6666666667%
    }

    .has-no-side-gutter .large-down--one-seventh {
        width: 14.2857142857%
    }

    .has-no-side-gutter .large-down--one-eighth {
        width: 12.5%
    }

    .has-no-side-gutter .large-down--two-thirds {
        width: 66.6666666667%
    }

    .has-no-side-gutter .large-down--two {
        width: 12.5%
    }

    .has-no-side-gutter .large-down--four {
        width: 25%
    }

    .has-no-side-gutter .large-down--seven {
        width: 43.75%
    }

    .has-no-side-gutter .large-down--eight {
        width: 50%
    }

    .has-no-side-gutter .large-down--nine {
        width: 56.25%
    }
}

@media only screen and (max-width:1024px) {
    .large-down--show {
        display: block !important
    }
}

@media only screen and (max-width:1024px) {
    .large-down--hide {
        display: none !important
    }
}

@media only screen and (max-width:1024px) {
    .large-down--text-left {
        text-align: left !important
    }
}

@media only screen and (max-width:1024px) {
    .large-down--text-right {
        text-align: right !important
    }
}

@media only screen and (max-width:1024px) {
    .large-down--text-center {
        text-align: center !important
    }
}

@media only screen and (max-width:798px) {
    .medium-down--hidden {
        display: none
    }

    .medium-down--visible {
        display: block
    }

    .medium-down--one {
        width: calc(6.25% - 20px)
    }

    .medium-down--two {
        width: calc(12.5% - 20px)
    }

    .medium-down--three {
        width: calc(18.75% - 20px)
    }

    .medium-down--four {
        width: calc(25% - 20px)
    }

    .medium-down--five {
        width: calc(31.25% - 20px)
    }

    .medium-down--six {
        width: calc(37.5% - 20px)
    }

    .medium-down--seven {
        width: calc(43.75% - 20px)
    }

    .medium-down--eight {
        width: calc(50% - 20px)
    }

    .medium-down--nine {
        width: calc(56.25% - 20px)
    }

    .medium-down--ten {
        width: calc(62.5% - 20px)
    }

    .medium-down--eleven {
        width: calc(68.75% - 20px)
    }

    .medium-down--twelve {
        width: calc(75% - 20px)
    }

    .medium-down--thirteen {
        width: calc(81.25% - 20px)
    }

    .medium-down--fourteen {
        width: calc(87.5% - 20px)
    }

    .medium-down--fifteen {
        width: calc(93.75% - 20px)
    }

    .medium-down--sixteen {
        width: calc(100% - 20px)
    }

    .medium-down--one-whole {
        width: calc(100% - 20px)
    }

    .medium-down--one-half {
        width: calc(50% - 20px)
    }

    .medium-down--one-third {
        width: calc(33.3333333333% - 20px)
    }

    .medium-down--two-thirds {
        width: calc(66.6666666667% - 20px)
    }

    .medium-down--one-fourth {
        width: calc(25% - 20px)
    }

    .medium-down--two-fourths {
        width: calc(50% - 20px)
    }

    .medium-down--three-fourths {
        width: calc(75% - 20px)
    }

    .medium-down--one-fifth {
        width: calc(20% - 20px)
    }

    .medium-down--two-fifths {
        width: calc(40% - 20px)
    }

    .medium-down--three-fifths {
        width: calc(60% - 20px)
    }

    .medium-down--four-fifths {
        width: calc(80% - 20px)
    }

    .medium-down--one-sixth {
        width: calc(16.6666666667% - 20px)
    }

    .medium-down--two-sixths {
        width: calc(33.3333333333% - 20px)
    }

    .medium-down--three-sixths {
        width: calc(50% - 20px)
    }

    .medium-down--four-sixths {
        width: calc(66.6666666667% - 20px)
    }

    .medium-down--five-sixths {
        width: calc(83.3333333333% - 20px)
    }

    .medium-down--one-seventh {
        width: calc(14.2857142857% - 20px)
    }

    .medium-down--two-sevenths {
        width: calc(28.5714285714% - 20px)
    }

    .medium-down--three-sevenths {
        width: calc(42.8571428571% - 20px)
    }

    .medium-down--four-sevenths {
        width: calc(57.1428571429% - 20px)
    }

    .medium-down--five-sevenths {
        width: calc(71.4285714286% - 20px)
    }

    .medium-down--one-eighth {
        width: calc(12.5% - 20px)
    }

    .medium-down--two-eighths {
        width: calc(25% - 20px)
    }

    .medium-down--three-eighths {
        width: calc(37.5% - 20px)
    }

    .medium-down--four-eighths {
        width: calc(50% - 20px)
    }

    .medium-down--five-eighths {
        width: calc(62.5% - 20px)
    }

    .medium-down--six-eighths {
        width: calc(75% - 20px)
    }

    .medium-down--seven-eighths {
        width: calc(87.5% - 20px)
    }

    .medium-down--one-tenth {
        width: calc(10% - 20px)
    }

    .medium-down--two-tenths {
        width: calc(20% - 20px)
    }

    .medium-down--three-tenths {
        width: calc(30% - 20px)
    }

    .medium-down--four-tenths {
        width: calc(40% - 20px)
    }

    .medium-down--five-tenths {
        width: calc(50% - 20px)
    }

    .medium-down--six-tenths {
        width: calc(60% - 20px)
    }

    .medium-down--seven-tenths {
        width: calc(70% - 20px)
    }

    .medium-down--eight-tenths {
        width: calc(80% - 20px)
    }

    .medium-down--nine-tenths {
        width: calc(90% - 20px)
    }

    .medium-down--one-twelfth {
        width: calc(8.3333333333% - 20px)
    }

    .medium-down--two-twelfths {
        width: calc(16.6666666667% - 20px)
    }

    .medium-down--three-twelfths {
        width: calc(25% - 20px)
    }

    .medium-down--four-twelfths {
        width: calc(33.3333333333% - 20px)
    }

    .medium-down--five-twelfths {
        width: calc(41.6666666667% - 20px)
    }

    .medium-down--six-twelfths {
        width: calc(50% - 20px)
    }

    .medium-down--seven-twelfths {
        width: calc(58.3333333333% - 20px)
    }

    .medium-down--eight-twelfths {
        width: calc(66.6666666667% - 20px)
    }

    .medium-down--nine-twelfths {
        width: calc(75% - 20px)
    }

    .medium-down--ten-twelfths {
        width: calc(83.3333333333% - 20px)
    }

    .medium-down--eleven-twelfths {
        width: calc(91.6666666667% - 20px)
    }

    .medium-down--offset-by-one {
        left: calc(6.25%)
    }

    .medium-down--offset-by-two {
        left: calc(12.5%)
    }

    .medium-down--offset-by-three {
        left: calc(18.75%)
    }

    .medium-down--offset-by-four {
        left: calc(25%)
    }

    .medium-down--offset-by-five {
        left: calc(31.25%)
    }

    .medium-down--offset-by-six {
        left: calc(37.5%)
    }

    .medium-down--offset-by-seven {
        left: calc(43.75%)
    }

    .medium-down--offset-by-eight {
        left: calc(50%)
    }

    .medium-down--offset-by-nine {
        left: calc(56.25%)
    }

    .medium-down--offset-by-ten {
        left: calc(62.5%)
    }

    .medium-down--offset-by-eleven {
        left: calc(68.75%)
    }

    .medium-down--offset-by-twelve {
        left: calc(75%)
    }

    .medium-down--offset-by-thirteen {
        left: calc(81.25%)
    }

    .medium-down--offset-by-fourteen {
        left: calc(87.5%)
    }

    .medium-down--offset-by-fifteen {
        left: calc(93.75%)
    }

    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
        margin-right: 0
    }

    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width:798px) and (max-width:798px) {

    .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
    .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
    .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
    .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
    .equal-columns--outside-trim .medium-down--four.medium-down--four,
    .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
    .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
    .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
    .equal-columns--outside-trim .medium-down--two.medium-down--two {
        margin-left: calc(20px/2);
        margin-right: calc(20px/2)
    }

    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
        margin-right: 0
    }

    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-half {
        width: calc(50% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-third {
        width: calc(33.3333333333% - (20px - (20px/3)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-fifth {
        width: calc(20% - (20px - (20px/5)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-fourth {
        width: calc(25% - (20px - (20px/4)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-sixth {
        width: calc(16.6666666667% - (20px - (20px/6)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--one-seventh {
        width: calc(14.2857142857% - (20px - (20px/7)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--two {
        width: calc(12.5% - (20px - (20px/8)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--four {
        width: calc(25% - (20px - (20px/4)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--seven {
        width: calc(43.75% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--eight {
        width: calc(50% - (20px/2))
    }
}

@media only screen and (max-width:798px) {
    .equal-columns--outside-trim .medium-down--nine {
        width: calc(56.25% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:798px) {
    .has-no-side-gutter.has-background {
        padding-right: 0;
        padding-left: 0
    }

    .has-no-side-gutter .medium-down--one-whole,
    .has-no-side-gutter .medium-down--one-half,
    .has-no-side-gutter .medium-down--eight,
    .has-no-side-gutter .medium-down--one-third,
    .has-no-side-gutter .medium-down--two-thirds,
    .has-no-side-gutter .medium-down--one-fourth,
    .has-no-side-gutter .medium-down--four,
    .has-no-side-gutter .medium-down--one-fifth,
    .has-no-side-gutter .medium-down--three-fifths,
    .has-no-side-gutter .medium-down--two-fifths,
    .has-no-side-gutter .medium-down--one-sixth,
    .has-no-side-gutter .medium-down--one-seventh,
    .has-no-side-gutter .medium-down--one-eighth,
    .has-no-side-gutter .medium-down--two {
        margin-right: 0;
        margin-left: 0
    }

    .has-no-side-gutter .medium-down--one-whole {
        width: 100%
    }

    .has-no-side-gutter .medium-down--one-half {
        width: 50%
    }

    .has-no-side-gutter .medium-down--one-third {
        width: 33.3333333333%
    }

    .has-no-side-gutter .medium-down--one-fourth {
        width: 25%
    }

    .has-no-side-gutter .medium-down--one-fifth {
        width: 20%
    }

    .has-no-side-gutter .medium-down--two-fifths {
        width: 40%
    }

    .has-no-side-gutter .medium-down--three-fifths {
        width: 60%
    }

    .has-no-side-gutter .medium-down--one-sixth {
        width: 16.6666666667%
    }

    .has-no-side-gutter .medium-down--one-seventh {
        width: 14.2857142857%
    }

    .has-no-side-gutter .medium-down--one-eighth {
        width: 12.5%
    }

    .has-no-side-gutter .medium-down--two-thirds {
        width: 66.6666666667%
    }

    .has-no-side-gutter .medium-down--two {
        width: 12.5%
    }

    .has-no-side-gutter .medium-down--four {
        width: 25%
    }

    .has-no-side-gutter .medium-down--seven {
        width: 43.75%
    }

    .has-no-side-gutter .medium-down--eight {
        width: 50%
    }

    .has-no-side-gutter .medium-down--nine {
        width: 56.25%
    }
}

@media only screen and (max-width:798px) {
    .medium-down--show {
        display: block !important
    }
}

@media only screen and (max-width:798px) {
    .medium-down--hide {
        display: none !important
    }
}

@media only screen and (max-width:798px) {
    .medium-down--text-left {
        text-align: left !important
    }
}

@media only screen and (max-width:798px) {
    .medium-down--text-right {
        text-align: right !important
    }
}

@media only screen and (max-width:798px) {
    .medium-down--text-center {
        text-align: center !important
    }
}

@media only screen and (max-width:480px) {
    .small-down--hidden {
        display: none
    }

    .small-down--visible {
        display: block
    }

    .small-down--one {
        width: calc(6.25% - 20px)
    }

    .small-down--two {
        width: calc(12.5% - 20px)
    }

    .small-down--three {
        width: calc(18.75% - 20px)
    }

    .small-down--four {
        width: calc(25% - 20px)
    }

    .small-down--five {
        width: calc(31.25% - 20px)
    }

    .small-down--six {
        width: calc(37.5% - 20px)
    }

    .small-down--seven {
        width: calc(43.75% - 20px)
    }

    .small-down--eight {
        width: calc(50% - 20px)
    }

    .small-down--nine {
        width: calc(56.25% - 20px)
    }

    .small-down--ten {
        width: calc(62.5% - 20px)
    }

    .small-down--eleven {
        width: calc(68.75% - 20px)
    }

    .small-down--twelve {
        width: calc(75% - 20px)
    }

    .small-down--thirteen {
        width: calc(81.25% - 20px)
    }

    .small-down--fourteen {
        width: calc(87.5% - 20px)
    }

    .small-down--fifteen {
        width: calc(93.75% - 20px)
    }

    .small-down--sixteen {
        width: calc(100% - 20px)
    }

    .small-down--one-whole {
        width: calc(100% - 20px)
    }

    .small-down--one-half {
        width: calc(50% - 20px)
    }

    .small-down--one-third {
        width: calc(33.3333333333% - 20px)
    }

    .small-down--two-thirds {
        width: calc(66.6666666667% - 20px)
    }

    .small-down--one-fourth {
        width: calc(25% - 20px)
    }

    .small-down--two-fourths {
        width: calc(50% - 20px)
    }

    .small-down--three-fourths {
        width: calc(75% - 20px)
    }

    .small-down--one-fifth {
        width: calc(20% - 20px)
    }

    .small-down--two-fifths {
        width: calc(40% - 20px)
    }

    .small-down--three-fifths {
        width: calc(60% - 20px)
    }

    .small-down--four-fifths {
        width: calc(80% - 20px)
    }

    .small-down--one-sixth {
        width: calc(16.6666666667% - 20px)
    }

    .small-down--two-sixths {
        width: calc(33.3333333333% - 20px)
    }

    .small-down--three-sixths {
        width: calc(50% - 20px)
    }

    .small-down--four-sixths {
        width: calc(66.6666666667% - 20px)
    }

    .small-down--five-sixths {
        width: calc(83.3333333333% - 20px)
    }

    .small-down--one-seventh {
        width: calc(14.2857142857% - 20px)
    }

    .small-down--two-sevenths {
        width: calc(28.5714285714% - 20px)
    }

    .small-down--three-sevenths {
        width: calc(42.8571428571% - 20px)
    }

    .small-down--four-sevenths {
        width: calc(57.1428571429% - 20px)
    }

    .small-down--five-sevenths {
        width: calc(71.4285714286% - 20px)
    }

    .small-down--one-eighth {
        width: calc(12.5% - 20px)
    }

    .small-down--two-eighths {
        width: calc(25% - 20px)
    }

    .small-down--three-eighths {
        width: calc(37.5% - 20px)
    }

    .small-down--four-eighths {
        width: calc(50% - 20px)
    }

    .small-down--five-eighths {
        width: calc(62.5% - 20px)
    }

    .small-down--six-eighths {
        width: calc(75% - 20px)
    }

    .small-down--seven-eighths {
        width: calc(87.5% - 20px)
    }

    .small-down--one-tenth {
        width: calc(10% - 20px)
    }

    .small-down--two-tenths {
        width: calc(20% - 20px)
    }

    .small-down--three-tenths {
        width: calc(30% - 20px)
    }

    .small-down--four-tenths {
        width: calc(40% - 20px)
    }

    .small-down--five-tenths {
        width: calc(50% - 20px)
    }

    .small-down--six-tenths {
        width: calc(60% - 20px)
    }

    .small-down--seven-tenths {
        width: calc(70% - 20px)
    }

    .small-down--eight-tenths {
        width: calc(80% - 20px)
    }

    .small-down--nine-tenths {
        width: calc(90% - 20px)
    }

    .small-down--one-twelfth {
        width: calc(8.3333333333% - 20px)
    }

    .small-down--two-twelfths {
        width: calc(16.6666666667% - 20px)
    }

    .small-down--three-twelfths {
        width: calc(25% - 20px)
    }

    .small-down--four-twelfths {
        width: calc(33.3333333333% - 20px)
    }

    .small-down--five-twelfths {
        width: calc(41.6666666667% - 20px)
    }

    .small-down--six-twelfths {
        width: calc(50% - 20px)
    }

    .small-down--seven-twelfths {
        width: calc(58.3333333333% - 20px)
    }

    .small-down--eight-twelfths {
        width: calc(66.6666666667% - 20px)
    }

    .small-down--nine-twelfths {
        width: calc(75% - 20px)
    }

    .small-down--ten-twelfths {
        width: calc(83.3333333333% - 20px)
    }

    .small-down--eleven-twelfths {
        width: calc(91.6666666667% - 20px)
    }

    .small-down--offset-by-one {
        left: calc(6.25%)
    }

    .small-down--offset-by-two {
        left: calc(12.5%)
    }

    .small-down--offset-by-three {
        left: calc(18.75%)
    }

    .small-down--offset-by-four {
        left: calc(25%)
    }

    .small-down--offset-by-five {
        left: calc(31.25%)
    }

    .small-down--offset-by-six {
        left: calc(37.5%)
    }

    .small-down--offset-by-seven {
        left: calc(43.75%)
    }

    .small-down--offset-by-eight {
        left: calc(50%)
    }

    .small-down--offset-by-nine {
        left: calc(56.25%)
    }

    .small-down--offset-by-ten {
        left: calc(62.5%)
    }

    .small-down--offset-by-eleven {
        left: calc(68.75%)
    }

    .small-down--offset-by-twelve {
        left: calc(75%)
    }

    .small-down--offset-by-thirteen {
        left: calc(81.25%)
    }

    .small-down--offset-by-fourteen {
        left: calc(87.5%)
    }

    .small-down--offset-by-fifteen {
        left: calc(93.75%)
    }

    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
        margin-right: 0
    }

    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width:480px) and (max-width:480px) {

    .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
    .equal-columns--outside-trim .small-down--eight.small-down--eight,
    .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
    .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
    .equal-columns--outside-trim .small-down--four.small-down--four,
    .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
    .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
    .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
    .equal-columns--outside-trim .small-down--two.small-down--two {
        margin-left: calc(20px/2);
        margin-right: calc(20px/2)
    }

    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
        margin-right: 0
    }

    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-half {
        width: calc(50% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-third {
        width: calc(33.3333333333% - (20px - (20px/3)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-fifth {
        width: calc(20% - (20px - (20px/5)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-fourth {
        width: calc(25% - (20px - (20px/4)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-sixth {
        width: calc(16.6666666667% - (20px - (20px/6)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--one-seventh {
        width: calc(14.2857142857% - (20px - (20px/7)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--two {
        width: calc(12.5% - (20px - (20px/8)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--four {
        width: calc(25% - (20px - (20px/4)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--seven {
        width: calc(43.75% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--eight {
        width: calc(50% - (20px/2))
    }
}

@media only screen and (max-width:480px) {
    .equal-columns--outside-trim .small-down--nine {
        width: calc(56.25% - (20px - (20px/2)))
    }
}

@media only screen and (max-width:480px) {
    .has-no-side-gutter.has-background {
        padding-right: 0;
        padding-left: 0
    }

    .has-no-side-gutter .small-down--one-whole,
    .has-no-side-gutter .small-down--one-half,
    .has-no-side-gutter .small-down--eight,
    .has-no-side-gutter .small-down--one-third,
    .has-no-side-gutter .small-down--two-thirds,
    .has-no-side-gutter .small-down--one-fourth,
    .has-no-side-gutter .small-down--four,
    .has-no-side-gutter .small-down--one-fifth,
    .has-no-side-gutter .small-down--three-fifths,
    .has-no-side-gutter .small-down--two-fifths,
    .has-no-side-gutter .small-down--one-sixth,
    .has-no-side-gutter .small-down--one-seventh,
    .has-no-side-gutter .small-down--one-eighth,
    .has-no-side-gutter .small-down--two {
        margin-right: 0;
        margin-left: 0
    }

    .has-no-side-gutter .small-down--one-whole {
        width: 100%
    }

    .has-no-side-gutter .small-down--one-half {
        width: 50%
    }

    .has-no-side-gutter .small-down--one-third {
        width: 33.3333333333%
    }

    .has-no-side-gutter .small-down--one-fourth {
        width: 25%
    }

    .has-no-side-gutter .small-down--one-fifth {
        width: 20%
    }

    .has-no-side-gutter .small-down--two-fifths {
        width: 40%
    }

    .has-no-side-gutter .small-down--three-fifths {
        width: 60%
    }

    .has-no-side-gutter .small-down--one-sixth {
        width: 16.6666666667%
    }

    .has-no-side-gutter .small-down--one-seventh {
        width: 14.2857142857%
    }

    .has-no-side-gutter .small-down--one-eighth {
        width: 12.5%
    }

    .has-no-side-gutter .small-down--two-thirds {
        width: 66.6666666667%
    }

    .has-no-side-gutter .small-down--two {
        width: 12.5%
    }

    .has-no-side-gutter .small-down--four {
        width: 25%
    }

    .has-no-side-gutter .small-down--seven {
        width: 43.75%
    }

    .has-no-side-gutter .small-down--eight {
        width: 50%
    }

    .has-no-side-gutter .small-down--nine {
        width: 56.25%
    }
}

@media only screen and (max-width:480px) {
    .small-down--show {
        display: block !important
    }
}

@media only screen and (max-width:480px) {
    .small-down--hide {
        display: none !important
    }
}

@media only screen and (max-width:480px) {
    .small-down--text-left {
        text-align: left !important
    }
}

@media only screen and (max-width:480px) {
    .small-down--text-right {
        text-align: right !important
    }
}

@media only screen and (max-width:480px) {
    .small-down--text-center {
        text-align: center !important
    }
}

.container-border--top::before {
    display: block;
    content: "";
    height: 0;
    width: calc(100% - 20px);
    border-top: thin solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: left
}

@media only screen and (max-width:480px) {
    .container-border--top::before {
        width: 100%
    }
}

.container-border--bottom::after {
    display: block;
    content: "";
    height: 0;
    width: calc(100% - 20px);
    border-top: thin solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    clear: both
}

@media only screen and (max-width:480px) {
    .container-border--bottom::after {
        width: 100%
    }
}

.narrow-width--true.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.container.full-width--true,
.full-width--true>.container {
    width: 100%;
    max-width: 100%
}

@media only screen and (max-width:480px) {

    .container.fullWidthMobile--true,
    .column.fullWidthMobile--true,
    .columns.fullWidthMobile--true {
        width: 100% !important;
        max-width: 100%
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

body,
figure {
    margin: 0
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0
}

* {
    box-sizing: border-box
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

@media only screen and (max-width:798px) {
    .clear {
        display: none
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    color: #333;
    line-height: 1.6em;
    overflow: auto;
    background-color: #fff
}

body.blocked-scroll {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

body.blocked-overflow {
    overflow: hidden
}

::selection {
    background: #fff7b6;
    color: #000
}

abbr {
    border-bottom: 1px dotted #ccc
}

.editor-visible--true {
    display: block !important
}

.transition--blur-up {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: blur(5px);
    transform: translate3d(0, 0, 0);
    transition: filter 200ms
}

.transition--blur-up.lazyloaded {
    filter: none;
    transform: scale(1)
}

img[data-sizes=auto].lazyloaded {
    height: auto
}

img[data-sizes=auto],
img[data-sizes="100vw"] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.image__container {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.image-element__wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.image-element__wrap img {
    height: auto
}

.logo,
.header__logo {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    line-height: 1.2em
}

.logo a span,
.header__logo a span {
    color: #000
}

h1 {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 45px;
    margin: 0 auto 15px;
    clear: both;
    font-weight: 700;
    padding-top: 4px
}

h1 a:link,
h1 a:visited {
    font-weight: inherit;
    color: #00aea9
}

h1 a:hover,
h1 a:active {
    color: #00aea9
}

h1.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #ccc
}

h2,
.h2,
h2.title {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 40px;
    margin-bottom: .75em
}

@media only screen and (max-width:798px) {

    div.collection_description h2,
    h2,
    .h2,
    h2.title {
        font-size: 28px;
        line-height: 32px
    }
}

h2 a,
.h2 a,
h2.title a {
    font-weight: inherit
}

h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
    margin-bottom: 0;
    display: inline
}

h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
    color: #00aea9
}

.cart h2 {
    margin-top: 0
}

h3,
.h3 {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 36px;
    margin: 0 auto 15px 0
}

h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
    font-weight: inherit;
    color: #00aea9
}

h3.title,
.h3.title {
    line-height: 1.25;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px
}

h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
    color: #00aea9
}

h3.sub_title,
.h3.sub_title {
    padding: 5px 0;
    color: #00aea9
}

h3.sub_title a,
.h3.sub_title a {
    color: #00aea9
}

h4,
.h4 {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 31px;
    margin: 0 0 .5em 0;
    padding: 7px 0
}

h4 a,
.h4 a {
    font-weight: inherit
}

h4.title a,
.h4.title a {
    border: 0;
    padding: 0;
    margin: 0
}

h5,
.h5 {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 29px;
    margin: 0 0 .5em 0;
    padding: 7px 0
}

h5 a,
.h5 a {
    font-weight: inherit
}

h5.sub_title,
.h5.sub_title {
    padding: 5px 0;
    color: #00aea9
}

h5.sub_title a,
.h5.sub_title a {
    color: #00aea9
}

h6,
.h6 {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 27px;
    letter-spacing: 0;
    margin: 0 0 .5em 0;
    padding: 7px 0
}

h6 a,
.h6 a {
    font-weight: inherit
}

h6.title,
.h6.title {
    line-height: 32px;
    margin: 0 0 .5em 0;
    color: #00aea9
}

.cart h6 {
    margin-top: 0
}

.collection_title {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 45px;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px
}

.collection_title a {
    font-weight: inherit;
    color: #00aea9
}

.collection_title a:hover,
.collection_title a:active {
    color: #00aea9
}

div.collection_title {
    margin-bottom: 0;
    line-height: 45px;
    display: inline
}

div.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #ccc
}

.headline,
.empty_cart,
.promo-banner,
.title {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 45px
}

.title.center.blog a {
    color: #00aea9
}

p {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.6em
}

p img {
    margin: 0
}

sub {
    font-size: 60%
}

i,
em {
    font-style: italic
}

b,
strong {
    font-weight: bold
}

small {
    font-size: 90%
}

.feature img {
    position: relative;
    top: 7px;
    margin-right: 5px;
    width: 25px;
    height: 25px
}

.onboard-text {
    margin: 0
}

.feature p {
    font-size: smaller
}

#featured_links {
    padding: 20px 0
}

#featured_links h2 {
    padding-top: 15px
}

#featured_links .column,
#featured_links .columns {
    opacity: 1
}

.slider-gallery .shopify-product-reviews-badge {
    height: 30px;
    display: block
}

.spr-badge+.feature_divider {
    margin-top: 15px
}

.spr-badge {
    padding: 5px 0
}

.thumbnail .spr-badge-caption {
    display: none
}

.spr-badge-container {
    cursor: pointer;
    display: inline-block
}

div#shopry-review-photos a {
    display: block !important
}

.feature_divider {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border: 0;
    border-color: #aaa;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.feature_divider.no-margin {
    margin-bottom: 0
}

@media only screen and (max-width:798px) {
    .feature_divider {
        margin-bottom: 10px
    }
}

.page {
    overflow-wrap: break-word
}

.page .feature_divider,
.page h2.title+.feature_divider {
    margin-bottom: 15px
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ccc
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote cite:before {
    content: "— "
}

hr {
    border-color: #aaa;
    border-style: solid;
    clear: both;
    margin: 12px 0;
    height: 0
}

hr {
    border-width: 1px
}

.cart-container hr {
    border-top-width: 0
}

.collection_description {
    margin: 0 0 80px 0
}

a,
a:visited,
a span {
    color: #00aea9;
    text-decoration: none;
    position: relative;
    transition: color .1s linear
}

a:hover,
a:focus {
    color: #6b6b6b
}

a,
button,
input,
select,
textarea,
label,
summary {
    touch-action: manipulation
}

ul,
ol {
    margin-bottom: 20px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 4px 0 5px 30px
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
    margin-bottom: 6px
}

ul li,
ol li {
    margin-bottom: 12px
}

ul {
    list-style: disc outside
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul.large li {
    line-height: 21px
}

ul.none {
    list-style: none outside;
    margin-left: 0
}

ul.border {
    list-style: none outside;
    line-height: 26px
}

ul.border li {
    border-bottom: 1px solid #ccc;
    list-style: none outside none;
    padding: 12px 0;
    margin-bottom: 0
}

ol {
    list-style: decimal
}

.header {
    z-index: 1000;
    width: 100%;
    top: 0
}

.header a,
.header a:visited,
.header a span,
.header select.currencies {
    color: #000;
    text-shadow: none
}

.header div.container {
    padding-bottom: 5px;
    padding-top: 5px
}

body.is-active {
    overflow-y: hidden;
    height: 100vh
}

body.is-active #header {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0
}

#header {
    display: none;
    pointer-events: all
}

#header .top-bar {
    text-align: center;
    display: flex;
    align-items: center
}

#header .top-bar a.right {
    left: auto;
    right: 15px;
    font-size: 20px;
    padding-top: 8px;
    top: 4px;
    z-index: 1
}

#header .top-bar a.mobile_nav {
    display: flex;
    align-items: center;
    z-index: 1
}

#header .top-bar>a,
#header .top-bar>a:visited,
#header .top-bar>a:active {
    display: block;
    font-size: 25px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#header .top-bar a span {
    color: #000;
    display: inline-block;
    padding-left: 4px;
    position: relative
}

#header .top-bar a.icon-bag:before,
#header .top-bar a.icon-cart:before {
    font-size: 18px !important
}

.nav ul.mobile_menu li a {
    display: inline-block
}

.menu .vertical-menu li {
    position: relative
}

.vertical-menu {
    display: inline
}

.main-nav:not([data-show-dropdown-on-click]) .menu .vertical-menu li:hover .vertical-menu_submenu {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in;
    pointer-events: all;
    z-index: 2000
}

.main-nav:not([data-show-dropdown-on-click]) .menu .vertical-menu_submenu li:hover .vertical-menu_sub-submenu {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in;
    pointer-events: all;
    z-index: 2000
}

.menu .vertical-menu_submenu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-left: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-in;
    pointer-events: none;
    text-align: left;
    width: 270px
}

.menu .vertical-menu_submenu {
    background: rgba(255, 255, 255, .9)
}

.menu .vertical-menu_submenu li {
    padding: 0 20px;
    display: block
}

.menu .vertical-menu_submenu li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px
}

@media only screen and (max-width:798px) {
    .menu .vertical-menu_submenu li a {
        font-size: 12px
    }
}

.menu .vertical-menu_submenu span.icon-down-arrow {
    transform: rotate(-90deg)
}

.menu .vertical-menu_submenu.is-visible,
.menu .vertical-menu_sub-submenu.is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in;
    pointer-events: all;
    z-index: 2000
}

.menu .vertical-menu_sub-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 5s ease-in;
    pointer-events: none;
    width: 270px
}

.menu .vertical-menu_sub-submenu {
    background: rgba(255, 255, 255, .9)
}

.menu .vertical-menu_sub-submenu li {
    display: block;
    padding: 0 20px
}

.menu .vertical-menu_sub-submenu a {
    display: block
}

.vertical-menu_submenu.vertical-menu--align-right {
    right: 0;
    left: auto
}

.vertical-menu_sub-submenu.vertical-menu--align-right {
    right: 100%;
    left: auto
}

li>a.url-deadlink {
    cursor: default
}

#header .mobile_nav.dropdown_link {
    width: 25%
}

#header .mobile_nav.dropdown_link span.menu_title {
    position: absolute;
    left: 40px
}

.mobile_nav div {
    width: 30px;
    height: 40px;
    position: relative;
    float: left;
    margin: 0 8px 0 5px;
    transform: rotate(0deg);
    transition: .1s ease-in-out;
    cursor: pointer
}

.mobile_nav div span {
    display: block !important;
    position: absolute !important;
    height: 1px !important;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    padding: 0 !important;
    transform: rotate(0deg);
    transition: .1s ease-in-out
}

.mobile_nav div span:nth-child(1) {
    top: 10px
}

.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
    top: 20px
}

.mobile_nav div span:nth-child(4) {
    top: 30px
}

.mobile_nav div.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%
}

.mobile_nav div.open span:nth-child(2) {
    transform: rotate(45deg)
}

.mobile_nav div.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.mobile_nav div.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%
}

#mobile_menu {
    margin: 10px 20px
}

#mobile_menu .sublink ul {
    display: none;
    margin-left: 0;
    padding-left: 10px
}

#mobile_menu li {
    display: block;
    padding-right: 0
}

#mobile_menu li a span.icon-down-arrow {
    padding: 0 15px !important
}

.mobile-menu__disclosure .selectors-form__wrap {
    justify-content: center;
    flex-direction: column
}

.mobile-menu__disclosure .selectors-form__item {
    margin-left: 0
}

.mobile-menu__disclosure .selectors-form__item:first-of-type .disclosure__toggle {
    border-top: none
}

.mobile-menu__disclosure .disclosure {
    padding-top: 0
}

.mobile-menu__disclosure .disclosure-list__item {
    padding: 0
}

.mobile-menu__disclosure button.disclosure__button {
    justify-content: flex-start;
    font-size: 16px;
    color: #000;
    padding-left: 0;
    min-height: 0;
    height: unset;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.9em
}

.mobile-menu__disclosure button.disclosure__button:hover,
.mobile-menu__disclosure button.disclosure__button:focus {
    color: #00aea9
}

#mobile_menu li.sublink span.currency-code {
    display: inline;
    padding-left: 0
}

.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
    clear: both;
    transition: all .3s linear;
    animation: fadeIn .3s linear none
}

.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
    background: rgba(255, 255, 255, .9)
}

.cart-container {
    float: right
}

.top-bar {
    display: flex;
    justify-content: space-between;
    background-color: #9ad8d9
}

.top-bar .social_icons {
    margin: 0;
    padding-left: 10px
}

.top-bar .social_icons li {
    padding: 5px
}

.top-bar a {
    display: flex;
    align-items: center
}

.top-bar ul.social_icons a {
    display: inline;
    flex: none
}

.top-bar .top-bar--right {
    display: flex;
    align-items: center;
    margin-left: auto;
    height: 40px
}

.top-bar .top-bar--right .icon-search {
    height: 100%;
    z-index: 10;
    position: relative;
    padding-right: 10px;
    padding-left: 10px
}

.top-bar .top-bar--right .icon-search:before {
    margin-left: 0;
    font-size: 18px
}

.top-bar .top-bar--right .cart-container {
    display: inline-block
}

.top-bar .mini-cart__item__title a {
    display: block
}

.top-bar .mini-cart__item__title span {
    color: #333
}

.top-bar .mini-cart__item__title .sale {
    color: #000;
    margin-right: 3px
}

.top-bar .mini-cart__item__title .was_price {
    color: #8c8b8b
}

.top-bar--right-menu {
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 auto
}

.main-nav,
.dropdown {
    clear: both;
    transition: all .3s linear;
    animation: fadeIn .3s linear none
}

.main-nav,
.dropdown {
    background: rgba(255, 255, 255, .9)
}

.is-active .sticky_nav {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden
}

.sticky_nav {
    position: fixed;
    width: 100%;
    z-index: 35;
    top: 0;
    left: 0;
    padding: 0;
    transform: translateY(-100%);
    transition: all 300ms ease-in-out
}

.sticky_nav .main-nav {
    flex-wrap: nowrap;
    padding: 0 0 0 20px
}

.sticky_nav .nav--left {
    padding-left: 20px
}

.sticky_nav .nav--combined ul.menu {
    padding: 0 20px
}

.sticky_nav ul.menu {
    font-size: 20px;
    padding-bottom: 0 !important
}

.sticky_nav .header__logo {
    padding: 12px 0
}

.sticky_nav .menu-position--block.search-enabled--true .nav.nav--center {
    padding-left: 0
}

.sticky_nav .menu-position--block .header__logo {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0
}

.sticky_nav .menu-position--inline.logo-position--center.search-enabled--false .nav--right {
    width: calc(45% - 70px)
}

.sticky_nav .menu-position--inline.logo-position--center .nav--right {
    width: calc(45% - 130px)
}

.sticky_nav .header__logo span {
    color: #000
}

.sticky_nav .search-container {
    max-width: 60px;
    padding: 12px 0
}

.sticky_nav .search-container a {
    padding: 0 20px;
    color: #000
}

.sticky_nav .mini_cart {
    font-size: 18px;
    padding: 12px;
    align-items: center
}

.sticky_nav .mini_cart:before {
    margin: 0
}

.sticky_nav .mini_cart .cart_count {
    margin: 0;
    padding: 0 0 0 8px
}

.sticky_nav--stick {
    opacity: 1;
    transform: translateY(0%)
}

@media only screen and (max-width:798px) {
    .sticky_nav--stick {
        display: none
    }
}

.sticky_nav--unstick {
    opacity: 0;
    transition: opacity 0s
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative
}

.main-nav .nav {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    position: relative
}

.main-nav .nav--combined .menu li:last-child,
.main-nav .nav--right .menu li:last-child {
    padding-right: 0
}

.menu {
    flex: 1 1 auto;
    display: block;
    border: none;
    padding: 0;
    margin: 0
}

.menu li {
    margin: 0;
    border: 0;
    display: inline-block
}

.menu-position--inline {
    flex-wrap: nowrap
}

.menu-position--inline .header__logo {
    width: 100%
}

.menu-position--block .header__logo {
    width: 100%;
    max-width: none
}

.header__logo {
    width: auto;
    line-height: 1;
    margin-left: 20px;
    margin-right: 20px
}

.header__logo a {
    display: inline-block
}

.header__logo img,
.header__logo span.header__logo-text {
    width: 100%;
    display: inline-block;
    color: #000
}

.logo-alignment--left.menu-position--block .header__logo {
    padding-right: 0;
    padding-left: 0
}

.logo-alignment--center .header__logo {
    text-align: center
}

.logo-position--left .header__logo {
    padding-right: 20px;
    margin-right: 0;
    margin-left: 0
}

.logo-position--center.menu-position--block .header__logo {
    margin: 0
}

.logo-position--center.search-enabled--true .nav--right {
    width: calc(45% - 220px)
}

.logo-position--center .nav {
    width: 45%
}

.cart-container .mini_cart {
    display: flex;
    justify-content: center;
    width: 70px;
    max-width: 70px;
    white-space: nowrap
}

@media only screen and (max-width:480px) {
    .cart-container .mini_cart {
        width: 50px;
        max-width: 50px
    }
}

.search-container {
    width: 100%;
    max-width: 200px;
    padding-left: 20px
}

.search-container .search-link {
    display: none
}

.search-container input {
    z-index: 29
}

.nav ul li a.sub-menu {
    padding: 10px 4px 10px 4px;
    z-index: 1001
}

.nav ul li:hover a.sub-menu {
    color: #000
}

.menu a,
.menu a:visited,
.menu a:active,
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0
}

@media only screen and (max-width:798px) {

    .menu a,
    .menu a:visited,
    .menu a:active,
    #header span.menu_title,
    .menu a span,
    select.currencies,
    .mini_cart span {
        font-size: 16px
    }
}

.feature_image .main-nav a,
.feature_image .main-nav a span:not(.header__logo-text) {
    color: #000
}

#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
    padding-left: 5px;
    padding-right: 5px
}

#header span.menu_title {
    cursor: pointer;
    height: 40px;
    line-height: 20px;
    margin-top: -2px
}

.menu li {
    position: relative;
    vertical-align: top;
    padding-right: 10px
}

.shopify-currency-form {
    margin-bottom: 0
}

select.currencies {
    height: 40px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    background-image: url(https://cdn.shopify.com/s/files/1/0512/2359/3116/t/24/assets/select.png?v=16344380165374518789)
}

@media only screen and (max-width:798px) {
    select.currencies {
        font-size: 16px
    }
}

#mobile_menu select.currencies {
    padding-left: 0
}

.feature_image .header .menu a,
.feature_image .header .menu a:visited,
.feature_image .header .menu a span {
    color: #000
}

.feature_image .header .menu a[href]:hover,
.menu a.active,
.menu a.active span,
.feature_image .header .menu a.active,
.header_bar a.active,
.feature_image .header .menu a:focus {
    color: #00aea9
}

.menu li a[href]:hover,
.menu li a:focus,
.menu a[href]:hover span {
    color: #00aea9
}

.menu a.top_link,
.menu a.dropdown_link {
    border-bottom: solid 1px transparent
}

.menu a.top_link:hover,
.menu a.dropdown_link:hover,
.menu a.active_link {
    border-bottom: solid 1px #00aea9
}

.feature_image a.top_link:hover {
    border-bottom: solid 1px #00aea9
}

.menu a span {
    display: inline;
    vertical-align: top
}

.top-bar a,
.top-bar a:visited,
.top-bar a:active,
.top-bar a span,
.top-bar select.currencies,
a.mini_cart,
a.mini_cart span,
.feature_image .header .top-bar .menu a,
.feature_image .header .top-bar .menu a span {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px
}

.top-bar li a:hover,
.top-bar li a[href]:hover,
.top-bar li a[href]:hover span,
.top-bar li a:active,
.top-bar li a:hover span,
.top-bar a:active span,
.top-bar .currencies:hover,
.feature_image .header .top_bar .menu a:hover,
.feature_image .header .top_bar .menu a:hover span {
    color: #fff
}

.top-bar li {
    padding-left: 10px;
    padding-right: 10px
}

.top-bar .menu a,
.top-bar .social_icons a {
    height: 40px;
    line-height: 40px;
    padding: 0
}

.mini_cart,
.nav a.mini_cart {
    float: right;
    text-align: center;
    cursor: pointer;
    background-color: #9ad8d9;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    z-index: 2001
}

@media only screen and (min-width:799px) {

    .mini_cart,
    .nav a.mini_cart {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:798px) {

    .mini_cart,
    .nav a.mini_cart {
        right: 0
    }
}

.cart-container li.mini-cart__item {
    display: flex;
    justify-content: space-between
}

.top-bar a.mini_cart span {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px
}

a.tos_icon,
.cart_content a.tos_icon {
    font-size: 13px;
    color: #00aea9
}

a.tos_icon:visited,
.cart_content a.tos_icon:visited {
    color: #00aea9
}

a.tos_icon:hover,
.cart_content a.tos_icon:hover {
    color: #6b6b6b
}

.cart_content__continue-shopping {
    display: none
}

.no-touchevents a.cart_content__continue-shopping.secondary_button {
    display: none
}

.no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
    display: none
}

@media only screen and (max-width:798px) {

    .no-touchevents a.cart_content__continue-shopping.secondary_button,
    .touchevents a.cart_content__continue-shopping.secondary_button {
        display: block;
        border-top: 0;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: static;
        font-size: inherit;
        letter-spacing: inherit
    }
}

.mini_cart span {
    display: inline-block
}

.cart-container .cart_content {
    display: none
}

.cart-container.active_link .cart_content {
    display: block;
    overflow-y: auto;
    max-height: calc(90vh - 100px)
}

.cart-container.active_link .cart_content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

.cart-container.active_link .cart_content::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

html.touchevents .cart .cart-container {
    pointer-events: none
}

#cart_form {
    width: 100%
}

#cart_form p.modal_price {
    margin-bottom: 0;
    padding-bottom: 0
}

#cart_form .product-quantity-box {
    margin: 15px 0;
    width: 130px
}

.cart_content .product-quantity-box {
    margin: 15px 0 0;
    width: 130px
}

.cart_content .product-plus.is-disabled,
.cart_content .product-minus.is-disabled,
#cart_form .product-plus.is-disabled,
#cart_form .product-minus.is-disabled {
    pointer-events: none
}

.cart_content .product-quantity-box .quantity,
#cart_form .product-quantity-box .quantity {
    padding: 0 5px;
    width: 30%;
    min-height: 30px;
    height: 30px
}

.cart_content .product-quantity-box .product-plus,
#cart_form .product-quantity-box .product-plus {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding-right: 2px;
    width: 25%
}

.cart_content .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-minus {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding-right: 2px;
    width: 25%
}

#cart_form .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-plus,
.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
    padding-right: 0
}

#cart_form .icon-minus,
#cart_form .icon-plus {
    position: relative;
    left: 1px
}

.product-quantity-box .product-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.product-quantity-box .product-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.cart-container.active_link .mini_cart,
.cart-container.active_link .mini_cart span {
    background-color: #fff;
    color: #333 !important
}

.cart_content {
    top: 40px;
    right: 0;
    position: absolute;
    z-index: 2000;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #333;
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    width: 100%;
    max-width: 320px
}

@media only screen and (min-width:799px) {
    .cart_content {
        max-width: 420px
    }
}

div.cart_content form {
    margin: 15px 0 0 0;
    padding: 0
}

.mini-cart__item.animated,
.cart__item.animated {
    animation-duration: .7s
}

.mini-cart__item--image {
    width: 40%
}

.cart_content li.mini-cart__item {
    position: relative
}

.cart_content li.mini-cart__item a.cart__remove-btn {
    position: absolute;
    top: 0;
    right: 0
}

.cart_content li.mini-cart__item a.cart__remove-btn:active {
    position: absolute
}

.cart_content li.mini-cart__item a.cart__remove-btn span {
    color: #333
}

.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon {
    margin-left: 0
}

.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon:before {
    font-size: 25px
}

#header .top-bar a span.remove-icon {
    color: #333
}

#header li.mini-cart__item a.cart__remove-btn {
    top: 0
}

.cart_content .mini-cart__item--content {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    position: relative
}

.cart_content .mini-cart__item--content .mini-cart__item__title {
    display: flex;
    flex-direction: column;
    padding-right: 20px
}

.cart_content .mini-cart__item--content .price {
    padding-top: 10px;
    line-height: 1;
    text-align: left
}

.cart__item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #ccc
}

.cart__item .cart__item--image {
    margin-left: 0
}

@media only screen and (max-width:798px) {
    .cart__item .cart__item--image {
        max-width: 33.333%
    }

    .cart__item .cart__item--content {
        margin-left: 20px
    }

    .cart__item .cart__item_--title {
        margin-right: 20px
    }
}

.cart__item .cart__item--title {
    margin-right: 15%
}

.cart__item .cart__item--discount,
.cart__item .cart__item--discount .label {
    color: #000;
    margin-top: 15px
}

.cart_discounts {
    display: flex;
    align-items: flex-start;
    line-height: 1
}

.cart_discounts .cart_discounts--title {
    width: 60%;
    margin-right: 20px
}

.cart_discounts .cart_discounts--price {
    width: calc(40% - 20px);
    text-align: right
}

.cart__remove-btn {
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px
}

.cart__remove-btn span.remove-text,
.cart__remove-btn span.remove-icon {
    color: #333
}

.cart__remove-btn:hover span,
.cart__remove-btn:active span {
    color: #6b6b6b
}

@media only screen and (max-width:1024px) {
    .cart__remove-btn .remove-text {
        display: none
    }
}

.cart__remove-btn .remove-icon {
    margin-left: 5px
}

.cart__remove-btn .remove-icon:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 1em;
    display: block;
    content: "×"
}

.cart .cart_subtotal {
    font-weight: bold;
    font-size: larger
}

.cart_content .cart_subtotal {
    text-align: left;
    font-weight: bold
}

.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a .price,
.cart_content a .price span {
    color: #333 !important
}

.cart_content a .price span {
    padding-left: 5px
}

.cart_content ul {
    list-style: none;
    margin: 0;
    padding: 15px 20px
}

.cart_content ul li {
    padding-left: 0;
    padding-right: 0
}

.cart_content ul li:empty {
    margin-bottom: 0
}

.cart_content ul li .cart_discounts--title {
    text-align: left
}

.cart_content ul li {
    list-style: none;
    clear: both
}

.cart_content .action_button {
    width: 100%
}

.mini_cart,
.top-bar [class^=icon-]:before,
.top-bar [class*=" icon-"]:before {
    font-size: 19px;
    margin-right: 0;
    vertical-align: middle
}

#customer_login,
#customer_login_guest {
    display: inline
}

@media only screen and (max-width:480px) {

    #customer_login,
    #customer_login_guest {
        display: block
    }
}

input[type=submit].guest_button,
input[type=button].guest_button {
    color: #00aea9;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left
}

input[type=submit].guest_button:hover,
input[type=button].guest_button:hover {
    background: transparent;
    border: 0;
    color: #6b6b6b
}

@media only screen and (min-width:799px) {

    input[type=submit].guest_button,
    input[type=button].guest_button {
        text-align: center
    }
}

.menu ul li .mini_cart span {
    padding-left: 5px;
    top: -1px
}

.dropdown_container {
    clear: both;
    width: 70%;
    display: none;
    position: absolute;
    bottom: 0;
    left: 15%
}

@media only screen and (max-width:798px) {
    .dropdown_container {
        position: relative;
        bottom: initial
    }

    .dropdown_container[data-dropdown="mobile_menu"] {
        width: 100%;
        left: 0
    }
}

.dropdown_container img {
    max-width: 100%
}

.dropdown {
    position: absolute;
    width: 100%;
    z-index: 1000
}

.dropdown_content {
    display: table;
    width: 100%;
    margin: 0 auto
}

.dropdown_container.mega-menu .dropdown_content {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto
}

.mega-menu__richtext,
.mega-menu__image-caption-link {
    padding: 0 5px
}

.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
    display: inline-block;
    text-transform: none
}

.mega-menu__image-caption-link {
    text-align: center;
    margin-bottom: 10px
}

.mega-menu__image-caption-link a,
.mega-menu__image-caption-link a:visited,
.mega-menu__image-caption-link a:active,
.mega-menu__image-caption-link a:hover {
    text-transform: none;
    display: block
}

.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
    margin: 10px 0
}

.dropdown_content a p,
.mobile-mega-menu a p {
    padding: 0
}

.dropdown_content p,
.mobile-mega-menu p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    font-style: normal;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    margin-bottom: 0
}

.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
    font-size: 14px;
    letter-spacing: 1px
}

.dropdown_column__menu+.dropdown_column__menu {
    margin-top: 10px
}

.dropdown_narrow {
    width: 60%
}

.dropdown_column {
    display: table-cell;
    padding: 15px 20px 30px 20px;
    width: 16.666%;
    vertical-align: top
}

.dropdown_column img {
    max-width: 100%
}

.dropdown_column ul {
    margin: 0;
    padding: 0
}

.dropdown_column ul.dropdown_title {
    border-bottom: solid 1px #000;
    padding-bottom: 10px
}

.dropdown_column ul.dropdown_item {
    text-align: center
}

.dropdown_container.mega-menu .dropdown_column {
    display: inline-block;
    padding: 15px 20px 30px 20px;
    flex: 1 0 16.666%;
    flex-wrap: wrap;
    vertical-align: top
}

.dropdown_column li {
    display: block
}

.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
    padding-bottom: 0;
    text-transform: none
}

.dropdown_row {
    display: table-row
}

select.currencies {
    border: 0 !important;
    background-color: transparent;
    margin-bottom: 0 !important;
    min-width: 65px;
    outline: 0;
    background-position: 96.5% 55%;
    background-size: 18px 12px;
    text-shadow: none !important;
    box-shadow: none !important;
    text-indent: .01px;
    text-overflow: "";
    -webkit-appearance: none
}

select.currencies:active {
    border: 0;
    outline: 0;
    text-shadow: 0;
    box-shadow: 0
}

select.currencies option {
    color: #000
}

select.currencies option {
    background: rgba(255, 255, 255, .9)
}

.menu li.currencies {
    padding: 0
}

.container div.collection_nav {
    margin-bottom: 1.5em
}

.collection_menu,
.collection_menu li {
    display: inline;
    list-style: none;
    border: none;
    position: relative;
    top: -3px;
    margin: 0
}

.collection_menu li {
    padding-left: 25px
}

.sidebar-wrap {
    border-right: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px
}

@media only screen and (max-width:798px) {
    .sidebar-wrap {
        border: none;
        padding-right: 0
    }
}

.sidebar-wrap h4,
.sidebar-wrap h4.toggle {
    margin: 0;
    padding: 0
}

@media only screen and (max-width:798px) {
    .sidebar-wrap h4.toggle {
        margin: 10px 0
    }
}

.sidebar a,
.sidebar a:visited {
    color: #363636
}

.sidebar a:hover,
.sidebar a:active {
    color: #000
}

.sidebar .meta {
    margin-left: 2px
}

.sidebar .spr-badge {
    color: #333
}

.sidebar .recently-viewed-list .brand {
    color: #333
}

.toggle-all--true h4.toggle {
    cursor: pointer;
    pointer-events: all
}

.toggle-all--true .toggle span {
    display: block
}

.toggle-all--true .toggle_list {
    display: none
}

.content_block.toggle_list a {
    display: inline;
    position: static;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    color: #00aea9
}

.content_block.toggle_list a:hover {
    border-left: none;
    color: #6b6b6b
}

.toggle_list {
    margin: 0;
    padding: 10px 0 15px 0
}

.toggle_list a {
    display: inline-block;
    position: relative;
    margin-left: 0;
    max-width: 80%;
    border-left: solid 2px transparent;
    transition: border 200ms ease-out
}

.toggle_list a.active,
.toggle_list a.active--default {
    padding-left: 8px;
    border-left: solid 2px #b8c6c6
}

ul.toggle_list li ul {
    display: none
}

ul.toggle_list li ul.active {
    display: block
}

.sidebar .toggle_list a.active {
    border-left: solid 9px #000
}

.toggle_list li {
    list-style: none;
    line-height: 1.4em;
    padding: 8px 0 8px 0
}

.toggle_list .meta span {
    line-height: 2.5
}

.sidebar_text {
    margin-bottom: 12px;
    padding-top: 10px
}

.sidebar__content {
    border-left: solid 1px #ccc;
    padding-left: 20px
}

.sidebar__content .toggle_list li {
    line-height: 1.2
}

.sidebar .newsletter {
    margin-bottom: 20px
}

.sidebar .newsletter form {
    width: 100%
}

.sidebar li ul {
    margin: 8px 0 0 15px
}

.sidebar .toggle_list li ul {
    padding-left: 0
}

.sidebar ul li {
    margin-bottom: 0
}

.sidebar input.sign_up[type=submit],
.sidebar input.contact_email[type=email] {
    width: 100% !important;
    margin-left: 0
}

.blog_search {
    position: relative
}

.sidebar-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.sidebar-block:last-child {
    border-bottom: none
}

.sidebar-block:empty {
    border-bottom: none
}

.sidebar-block:first-child h4.toggle {
    padding-top: 0
}

.sidebar-block h4.toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 0;
    line-height: 1.5
}

.sidebar .filter-active-tag {
    position: relative
}

.color-filter--true label {
    display: flex;
    align-items: center
}

.sidebar__collection-filter a,
.sidebar__collection-filter label {
    cursor: pointer
}

.sidebar__collection-filter label {
    text-transform: none;
    font-weight: normal;
    font-size: inherit
}

.sidebar__collection-filter label:hover {
    color: #6b6b6b
}

.sidebar__collection-filter input[type=checkbox] {
    display: none
}

.sidebar__collection-filter input.styled-checkbox[type=checkbox] {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    background-size: cover;
    margin-right: 15px
}

.sidebar__collection-filter input.styled-checkbox[type=checkbox] {
    border-radius: 50%
}

.sidebar__collection-filter button.clear-active-filter,
.sidebar__collection-filter button.clear-active-filter:active {
    color: #00aea9;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: 0;
    font-family: inherit;
    letter-spacing: 0;
    text-transform: none;
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    right: 0;
    left: auto;
    padding: 2px 4px;
    line-height: 1.2;
    display: block;
    height: auto;
    min-height: auto
}

.sidebar__collection-filter button.clear-active-filter:hover {
    color: #6b6b6b
}

.sidebar__collection-filter .x-icon {
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
    padding: 0;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
    font-style: normal;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
    vertical-align: middle;
    top: -1px
}

.sidebar__collection-filter .x-icon:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    content: "×";
    text-align: center
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

.featured_collections.sub-collection {
    margin-bottom: 10px
}

.featured_collections.sub-collection .thumbnail {
    margin-bottom: 10px
}

@media only screen and (max-width:798px) {
    .featured_collections.sub-collection .thumbnail {
        width: 100%
    }
}

.sub-collection--2 .thumbnail {
    width: calc(50% - 20px)
}

.sub-collection--2 .thumbnail:nth-child(2n+1) {
    clear: both
}

.sub-collection--3 .thumbnail {
    width: calc(33.33333% - 20px)
}

.sub-collection--3 .thumbnail:nth-child(3n+1) {
    clear: both
}

.sub-collection--4 .thumbnail {
    width: calc(25% - 20px)
}

.sub-collection--4 .thumbnail:nth-child(4n+1) {
    clear: both
}

.list-collections-wrapper img[src*="/no-image"]~.thumbnail-overlay {
    opacity: 1 !important
}

.list-collections-wrapper img[src*="/no-image"]~.thumbnail-overlay .collection-details {
    opacity: 1;
    transform: none
}

@media only screen and (max-width:798px) {
    .list-collections-wrapper img[src*="/no-image"]~.collection-info__caption {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.list-collections-wrapper .img {
    width: 100%
}

.list-collections-wrapper .collection-info__caption {
    margin-top: 20px
}

.list-collections-wrapper .collection-info__caption {
    display: block
}

@media only screen and (max-width:798px) {
    .list-collections-wrapper .collection-info__caption {
        display: block;
        position: static
    }
}

.blog-header {
    margin-bottom: 5px
}

@media only screen and (max-width:798px) {
    .blog-header .blog-title {
        width: 100%;
        margin-bottom: 0
    }
}

.article .icon-slash {
    padding-right: 5px
}

.section_select {
    padding: 0;
    text-align: right
}

.section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
    color: #333;
    display: inline-block;
    border: none;
    padding-right: 30px;
    background-position: 100% 50%;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    width: auto;
    margin-bottom: 0;
    max-width: 80%
}

@media only screen and (max-width:798px) {

    .section_select .blog_filter,
    .section_select .tag_filter,
    .section_select .sort_by {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        padding-left: 0
    }
}

div.breadcrumb-collection {
    margin: 20px 0
}

div.breadcrumb-collection.breadcrumb-collection--product {
    margin: 0
}

@media only screen and (max-width:798px) {
    div.breadcrumb-collection {
        text-align: center
    }
}

.breadcrumb_text,
.article-pagination {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0
}

@media only screen and (max-width:798px) {

    .breadcrumb_text,
    .article-pagination {
        margin-top: 0
    }
}

.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
    color: #00aea9;
    margin: 0 5px
}

.breadcrumb_link:hover span {
    color: #6b6b6b
}

.breadcrumb {
    font-size: 15px
}

@media only screen and (max-width:798px) {
    .breadcrumb {
        margin-bottom: 20px
    }
}

.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
    max-width: 100%;
    height: auto
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
    object-fit: cover;
    object-position: left;
    height: 100% !important
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
    object-fit: cover;
    object-position: right;
    height: 100% !important
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
    object-fit: cover;
    height: 100% !important
}

.zoom-container {
    display: block
}

.placeholder-svg {
    fill: rgba(0, 174, 169, .9);
    background-color: rgba(0, 174, 169, .5);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    display: block
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
    height: 500px
}

@media only screen and (max-width:798px) {

    .placeholder-svg--banner,
    .placeholder-svg--slideshow,
    .placeholder-svg--video {
        height: 350px
    }
}

@media only screen and (max-width:480px) {

    .placeholder-svg--banner,
    .placeholder-svg--slideshow,
    .placeholder-svg--video {
        height: 250px
    }
}

.shopify-section--featured-promotions .feature-section:nth-child(even) .placeholder-svg--promotions {
    background-color: rgba(0, 174, 169, .6)
}

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
    background-color: rgba(51, 51, 51, .6);
    fill: rgba(0, 174, 169, .9)
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n+1) .placeholder-svg--slideshow {
    background-color: rgba(0, 174, 169, .6)
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
    background-color: rgba(0, 174, 169, .8)
}

.homepage-slideshow .action_button {
    min-width: 150px
}

.video-wrapper {
    position: relative;
    background-color: #fff
}

.video-wrapper .video__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    pointer-events: none
}

.video-wrapper.darken-video--true .video__overlay {
    background: rgba(0, 0, 0, .3)
}

.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
    z-index: 5
}

.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none
}

.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
    display: block;
    opacity: 1
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto
}

.video-wrapper .video__text-container {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    margin: auto;
    z-index: 2;
    pointer-events: none
}

@media only screen and (max-width:798px) {
    .video-wrapper .video__text-container.text-below-image--true {
        position: static;
        top: auto;
        transform: none
    }
}

.video-wrapper .video__text {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.video-wrapper .video__text-wrapper {
    margin: 0;
    padding: 30px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3)
}

@media only screen and (max-width:798px) {
    .video-wrapper {
        display: flex;
        flex-direction: column
    }
}

a.button,
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
input.action_button[type=button],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #00aea9;
    color: #fff;
    border: 1px solid #00aea9;
    padding: 7px 14px;
    text-align: center;
    cursor: pointer;
    height: auto;
    line-height: 24px;
    vertical-align: top;
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    border-radius: 1px;
    -webkit-appearance: none
}

a.button.on-dark-bg-true,
.action_button.on-dark-bg-true {
    background: #fff;
    color: #00aea9;
    border: 1px solid #fff
}

a.button.gold-branding-true,
.action_button.gold-branding-true {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

a.button.gold-branding-true.on-dark-bg-true,
.action_button.gold-branding-true.on-dark-bg-true {
    background: #fff;
    color: #00aea9;
    border: 1px solid #00aea9
}

button.action_button.add_to_cart.action_button--secondary {
    color: #fff;
    background-color: #00aea9;
    border: solid 1px #00aea9;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

button.action_button.add_to_cart.action_button--secondary:hover {
    color: #00aea9;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #00aea9
}

.page-about-evenflo-gold a.action_button,
.page-about-evenflo-gold a.button,
.page-revolve360 a.action_button,
.page-revolve360 a.button,
.page-gold-lifetime-warranty a.action_button,
.page-gold-lifetime-warranty a.button,
.page-gold-consumer-care a.action_button,
.page-gold-consumer-care a.button,
.page-gold-smart-innovation a.action_button,
.page-gold-smart-innovation a.button,
.page-evenflo-gold a.action_button,
.page-evenflo-gold a.button {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

a.button,
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
input.action_button[type=button],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 3px
}

.ie a.button,
.ie .button,
.ie button,
.ie input[type=submit],
.ie input[type=reset],
.ie input[type=button],
.ie .action_button,
.ie a.action_button,
.ie input.action_button[type=submit],
.ie input.action_button[type=button] {
    line-height: 40px
}

a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.action_button:hover,
input.action_button[type=submit]:hover,
input.action_button[type=button]:hover,
input.action_button[type=button]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00aea9;
    color: #00aea9
}

a.button.on-dark-bg-true:hover,
.action_button.on-dark-bg-true:hover {
    background: #00aea9;
    color: #fff;
    border: 1px solid #fff
}

a.button.gold-branding-true:hover,
.action_button.gold-branding-true:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

a.button.gold-branding-true.on-dark-bg-true:hover,
.action_button.gold-branding-true.on-dark-bg-true:hover {
    background: #00aea9;
    color: #fff;
    border: 1px solid #00aea9
}

.page-about-evenflo-gold a.action_button:hover,
.page-about-evenflo-gold a.button:hover,
.page-revolve360 a.action_button:hover,
.page-revolve360 a.button:hover,
.page-gold-lifetime-warranty a.action_button:hover,
.page-gold-lifetime-warranty a.button:hover,
.page-gold-consumer-care a.action_button:hover,
.page-gold-consumer-care a.button:hover,
.page-gold-smart-innovation a.action_button:hover,
.page-gold-smart-innovation a.button:hover,
.page-evenflo-gold a.action_button:hover,
.page-evenflo-gold a.button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

a.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.action_button:active,
input.action_button[type=submit]:active,
input.action_button[type=button]:active,
input.action_button[type=button]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    outline: 0
}

.add_to_cart,
.product_form input.add_to_cart {
    width: 100%;
    margin-bottom: 0
}

input[type=submit],
input[type=reset],
input[type=button],
input.action_button[type=submit],
input.action_button[type=button],
button.action_button {
    display: inline-block
}

button.add_to_cart {
    position: relative
}

button.add_to_cart .text {
    display: block;
    width: 100%;
    animation-duration: .5s
}

button.add_to_cart .fadeInDown.text {
    animation-duration: .8s
}

button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

button .checkmark path {
    stroke-dasharray: 19.79 19.79;
    stroke-dashoffset: 19.79;
    stroke: #fff;
    opacity: 0
}

button .checkmark.checkmark-active path {
    animation: drawCheckmark .5s linear alternate forwards
}

.ie button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0
}

.ie button .checkmark.checkmark-active path {
    animation: fadeCheckmark .5s linear alternate forwards
}

@keyframes fadeCheckmark {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    button .checkmark path {
        stroke-dashoffset: 0;
        opacity: 0
    }

    button .checkmark.checkmark-active path {
        animation: fadeCheckmark .5s linear alternate forwards
    }
}

label.tos_label {
    display: inline;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
    padding-left: 5px
}

.tos {
    text-align: center;
    margin: 15px 20px 15px 0
}

.cart_text {
    text-align: center
}

.disabled {
    pointer-events: none
}

.add_to_cart span.icon-lock {
    margin-right: 10px;
    font-size: larger
}

.add_to_cart span.icon-lock:before {
    margin: 0
}

.shopify-product-form {
    margin-bottom: 0
}

.add_to_cart.action_button {
    min-height: 44px;
    margin-bottom: 0;
    height: 100%
}

.shopify-section--cart-template .add_to_cart.action_button {
    height: auto
}

.shopify-payment-button {
    position: relative;
    height: 44px
}

.shopify-payment-button div {
    height: 100%
}

.shopify-payment-button button {
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    height: 100%
}

div.shopify-payment-button__button {
    border-radius: 3px
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
    overflow: hidden;
    min-height: 44px
}

button.shopify-payment-button__more-options {
    color: #333;
    box-shadow: none;
    text-transform: none;
    font-size: .8rem;
    letter-spacing: 0;
    padding: 16px 0 28px;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    transform: translateX(-50%)
}

button.shopify-payment-button__more-options:hover {
    background-color: transparent;
    border: none
}

.purchase-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product_section .smart-payment-button--true.product_form {
    max-width: 100%
}

.smart-payment-button--true .purchase-details {
    padding-bottom: 50px
}

.smart-payment-button--true .purchase-details .shopify-payment-button__button--branded {
    padding-bottom: 30px
}

.smart-payment-button--true .purchase-details .shopify-payment-button__more-options {
    top: 70%
}

.smart-payment-button--true button .checkmark path {
    stroke: #00aea9
}

.smart-payment-button--false .purchase-details {
    align-items: flex-end
}

.smart-payment-button--false {
    margin-bottom: 20px
}

.product-quantity-box.purchase-details__quantity {
    margin-right: 5px;
    width: calc(50% - 12px)
}

@media only screen and (max-width:480px) {
    .product-quantity-box.purchase-details__quantity {
        width: 100%
    }
}

.product-quantity-box.purchase-details__quantity input.quantity {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.4;
    min-height: 44px;
    margin-bottom: 0;
    width: calc(100% - 88px)
}

.smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: calc(50% - 6px)
}

@media only screen and (max-width:798px) {
    .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
        width: 100%;
        margin-right: 0
    }

    .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
        width: calc(100% - 88px)
    }
}

p.checkout_button {
    margin-bottom: 0
}

.purchase-details__buttons {
    display: flex;
    flex: 1 0 calc(50% - 12px);
    flex-wrap: wrap;
    margin-left: 6px
}

@media only screen and (max-width:798px) {
    .purchase-details__buttons {
        margin-top: 20px;
        margin-left: 12px;
        flex: 1 0 calc(50% - 12px)
    }
}

@media only screen and (max-width:480px) {
    .purchase-details__buttons {
        margin-top: 12px;
        margin-left: 0;
        flex: 1 0 100%
    }
}

.purchase-details__buttons .shopify-payment-button {
    flex: 1 0 100%;
    margin-bottom: 0;
    max-width: 100%
}

@media only screen and (min-width:1401px) {
    .purchase-details__buttons .shopify-payment-button {
        flex: 1 0 calc(50% - 4px);
        max-width: calc(50% - 4px)
    }
}

.purchase-details__buttons .action_button.action_button--secondary {
    background-color: transparent;
    border: 1px solid #00aea9;
    color: #00aea9;
    box-shadow: none;
    line-height: 1.2;
    padding: 10px 0;
    min-height: 44px;
    height: 100%;
    flex: 1 0 100%;
    margin: 0;
    max-width: 100%
}

@media only screen and (min-width:1401px) {
    .purchase-details__buttons .action_button.action_button--secondary {
        flex: 1 0 calc(50% - 4px);
        max-width: calc(50% - 4px)
    }
}

@media only screen and (max-width:798px) {
    .purchase-details__buttons .action_button.action_button--secondary {
        margin-bottom: 10px
    }
}

.purchase-details__buttons .action_button.action_button--secondary:focus {
    background-color: #00aea9;
    color: #fff
}

.purchase-details__buttons.purchase-details__spb--true {
    flex: 1 0 100%;
    margin-top: 10px;
    margin-left: 0
}

@media only screen and (max-width:798px) {
    .purchase-details__buttons.purchase-details__spb--true {
        margin-left: 0;
        margin-bottom: 0
    }
}

.purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
    flex: 1 0 50%;
    max-width: calc(50% - 6px)
}

@media only screen and (max-width:798px) {
    .purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
        flex: 1 0 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%
    }
}

.purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
    margin-left: 6px;
    max-width: calc(50% - 6px);
    height: inherit
}

@media only screen and (max-width:798px) {
    .purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%
    }
}

.purchase-details__buttons.product-is-unavailable .add_to_cart,
.purchase-details__buttons.product-is-unavailable .shopify-payment-button {
    opacity: .5;
    pointer-events: none
}

.purchase-details__buttons.product-is-unavailable .add_to_cart {
    padding: 10px 5px
}

@media only screen and (max-width:1024px) {
    .sidebar--true .purchase-details {
        flex-direction: column;
        align-items: flex-start
    }

    .sidebar--true .purchase-details .purchase-details__quantity,
    .sidebar--true .purchase-details .purchase-details__buttons {
        margin: 0 0 10px;
        width: 100%
    }

    .sidebar--true .purchase-details .action_button.action_button--secondary,
    .sidebar--true .purchase-details .shopify-payment-button {
        flex: 1 0 100%;
        margin: 0 0 10px;
        max-width: 100%
    }
}

#checkout {
    min-height: 54px
}

.additional-checkout-button+.additional-checkout-button {
    margin-left: 0 !important;
    max-width: 100% !important
}

.additional-checkout-button,
.additional-checkout-button.additional-checkout-button--paypal,
.additional-checkout-button.additional-checkout-button--google-pay {
    min-width: 100% !important
}

ul.tabs {
    display: block;
    margin: 25px 0;
    border-bottom: solid 1px #ccc;
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
    text-transform: uppercase;
    padding-left: 0
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
    cursor: pointer
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    line-height: 30px;
    margin-right: 60px;
    font-size: 13px;
    outline: none
}

@media(max-width:960px) {
    ul.tabs li a {
        margin-right: 30px
    }
}

@media only screen and (max-width:798px) {
    ul.tabs li a {
        font-size: 12px
    }
}

@media only screen and (max-width:480px) {
    ul.tabs li a {
        margin-right: 20px
    }
}

ul.tabs li a.active {
    border-bottom: solid 3px #ccc;
    background-color: #fff;
    border-bottom: solid 3px #aaa;
    height: 31px;
    position: relative;
    border-right-width: 1px;
    color: #333
}

ul.tabs li:last-child a {
    margin: 0
}

ul.tabs-content {
    margin: 0;
    display: block;
    border: 0;
    padding-left: 0
}

ul.tabs-content>li {
    display: none;
    border: 0
}

ul.tabs-content>li.active {
    display: block;
    border: 0;
    padding-left: 0
}

ul.tabs-content ul {
    padding-left: 0
}

button {
    border: none;
    -webkit-appearance: none
}

.shopify-section--faq .faqAccordion>dt {
    margin-right: 36px
}

.accordion>dt>a,
.accordion>dt>button,
.faqAccordion>dt>a,
.faqAccordion>dt>button {
    background: transparent;
    position: relative;
    padding: 24px 20px 24px 40px;
    color: #00aea9;
    border-bottom: 1px solid #ccc;
    text-align: left;
    display: block;
    cursor: pointer;
    width: 100%;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    line-height: inherit;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px
}

.accordion>dt>a:hover,
.accordion>dt>a:focus,
.accordion>dt>button:hover,
.accordion>dt>button:focus,
.faqAccordion>dt>a:hover,
.faqAccordion>dt>a:focus,
.faqAccordion>dt>button:hover,
.faqAccordion>dt>button:focus {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc
}

.accordion>dt>a::after,
.accordion>dt>button::after,
.faqAccordion>dt>a::after,
.faqAccordion>dt>button::after {
    transform: translateY(-50.1%);
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 25px;
    content: "+";
    color: #00aea9
}

.accordion>dt>a[aria-expanded=true]::after,
.accordion>dt>button[aria-expanded=true]::after,
.faqAccordion>dt>a[aria-expanded=true]::after,
.faqAccordion>dt>button[aria-expanded=true]::after {
    content: "-";
    font-size: 30px
}

.accordion>dt:first-child>button,
.faqAccordion>dt:first-child>button {
    border-top: none
}

.accordion>dd,
.faqAccordion>dd {
    color: #333;
    padding: 20px 0 20px 0;
    display: none
}

.accordion>dd[aria-hidden=true],
.faqAccordion>dd[aria-hidden=true] {
    display: none
}

@media only screen and (max-width:798px) {

    .accordion>dd,
    .faqAccordion>dd {
        margin-left: 15px
    }
}

.accordion dt small {
    display: none
}

.accordion-tabs>a {
    display: block;
    background-color: #d1d3d4;
    margin: 10px 0;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000
}

.accordion-tabs>a :hover {
    cursor: pointer
}

.accordion-tabs>li[id*=tab] {
    display: none;
    list-style: none
}

ul.tabs:before,
ul.tabs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

ul.tabs:after {
    clear: both
}

ul.tabs {
    zoom: 1
}

form {
    margin-bottom: 20px
}

fieldset {
    margin-bottom: 20px
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
    display: block;
    height: 44px;
    min-height: 44px;
    padding: 0 10px;
    margin: 0;
    line-height: 22px;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
    border-radius: 3px
}

@media only screen and (max-width:480px) {

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=url],
    input[type=tel],
    input[type=number],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=range],
    input[type=color],
    select,
    textarea {
        font-size: 16px
    }
}

input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=color]:active,
input[type=color]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    color: #444;
    border: 1px solid #aaa
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=number] {
    -moz-appearance: textfield !important
}

select::-ms-expand {
    display: none
}

select {
    background: #fff url(https://cdn.shopify.com/s/files/1/0512/2359/3116/t/24/assets/select.png?v=16344380165374518789) no-repeat 96% 50%;
    background-size: 18px 12px;
    border: 1px solid #d9dbdc;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: ""
}

select {
    padding: 8px 14px 8px;
    border-radius: 3px
}

label,
legend,
.option_title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: none
}

input[type=checkbox] {
    display: inline
}

label span,
legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444
}

textarea {
    min-height: 120px;
    padding: 15px 9px
}

.acceptsMarketing {
    margin-bottom: 20px
}

.acceptsMarketing label {
    display: inline;
    margin-left: 5px
}

input.sign_up[type=submit] {
    margin-left: 5px;
    display: inline-block
}

input.contact_email[type=email] {
    width: 320px;
    display: inline-block;
    float: left
}

.btn.action_button,
input.btn.action_button[type=submit],
input.btn.action_button[type=button] {
    width: inherit
}

div.container.contact-form-container {
    padding-top: 0
}

.contact-form .contact-form__content {
    margin-bottom: 20px
}

.contact-form label,
.custom-contact-form label {
    margin-bottom: 12px
}

.contact-form ul li label,
.custom-contact-form ul li label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    text-transform: none;
    font-weight: 400
}

.contact-form__heading {
    margin-left: 10px;
    margin-right: 10px
}

.contact__form-errors,
.contact__form-success {
    width: 100%
}

.contact__form-name {
    margin-right: 20px
}

@media only screen and (max-width:798px) {
    .contact__form-name {
        margin-right: 0
    }
}

.contact__form-name,
.contact__form-email {
    flex: 1 1 auto
}

.contact__form-message {
    flex-basis: 100%
}

.contact-form__position--right,
.custom-contact-form__position--right {
    flex-direction: row-reverse
}

.contact-form__position--center {
    flex-direction: column;
    align-items: center
}

.custom-contact-form .contact-block {
    margin-bottom: 20px
}

.custom-contact-form .custom-contact-form__image {
    margin-bottom: 20px
}

.custom-contact-form .custom-contact-form__social .social_icons {
    padding: 0;
    margin-bottom: 40px
}

.custom-contact-form .custom-contact-form__logo {
    max-width: 150px;
    margin: 0 auto 20px auto
}

.custom-contact-form .contact-block.contact-block--richtext label p {
    display: inline
}

.custom-contact-form .contact-block--custom ul {
    padding: 0;
    margin: 0
}

.custom-contact-form .contact-block--custom ul li {
    margin-bottom: 8px;
    list-style: none;
    display: flex;
    align-items: baseline
}

.custom-contact-form .contact-block--custom ul li input {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.custom-contact-form .contact-block--custom ul li label {
    margin-bottom: 0
}

.custom-contact-form .contact-block--custom ul li:last-child label {
    margin-bottom: 0
}

.page-contact .footer {
    margin-top: 0
}

.page-contact .custom-contact-form {
    margin-top: 25px
}

#target {
    padding: 20px;
    text-align: center
}

.items_left {
    color: #8c8b8b
}

.quantity_label {
    display: inline;
    font-size: smaller
}

.remove_item a {
    font-size: smaller;
    color: #333
}

input.quantity {
    width: 48px;
    display: inline;
    margin-bottom: 0;
    padding: 8px 5px
}

ul.cart_items {
    padding-top: 0;
    padding-bottom: 0
}

.cart_content li.mini-cart__item {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.cart_content .notification-discount {
    color: #000;
    padding: 15px 0 0;
    margin: 0;
    line-height: 1
}

li.mini-cart__item a,
li.mini-cart__item a:active,
#header li.mini-cart__item a,
#header li.mini-cart__item a:active {
    position: relative;
    font-size: inherit;
    text-align: left
}

.cart_image {
    float: left;
    width: 100%;
    max-width: 100px;
    min-width: 100px;
    text-align: center;
    padding-right: 20px
}

.cart_image img {
    display: block
}

@media only screen and (max-width:480px) {
    .cart_image {
        padding-right: 10px
    }
}

a.continue {
    text-align: right;
    font-size: 32px;
    margin-right: 15px !important;
    padding: 10px 0 5px 0 !important;
    opacity: .8
}

a.continue:hover {
    opacity: 1
}

.empty_cart {
    text-align: center;
    font-size: 18px;
    padding: 40px 0 25px 0;
    color: inherit
}

.cart__blocks {
    margin-top: 30px
}

input[type=button].get-rates.action_button {
    margin-top: 0
}

#get-rates-submit {
    margin-top: -1px
}

#customer_login {
    margin-bottom: 2px
}

.multi_select {
    display: none
}

.product_section.media-position--right,
.quick-shop__container.media-position--right {
    flex-direction: row-reverse
}

@media only screen and (max-width:798px) {

    .product_section.media-position--left,
    .product_section.media-position--right {
        flex-direction: column
    }
}

.vendor {
    margin-bottom: 6px
}

.section.product_section {
    margin-top: 0
}

.product_section .description {
    margin-bottom: 15px
}

.modal_price {
    padding-bottom: 8px;
    display: block
}

.product_section .description.bottom {
    margin-top: 15px;
    border-bottom: none
}

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
    display: inline-block;
    font-size: 15px;
    white-space: nowrap
}

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0
}

@media only screen and (max-width:798px) {

    .sale_banner_product,
    .new_banner_product,
    .preorder_banner_product {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.sale_banner_product {
    background: #00aea9
}

.new_banner_product,
.preorder_banner_product {
    background: #00aea9
}

.product-list .thumbnail .preorder_banner {
    font-size: 12px
}

@media only screen and (max-width:798px) {
    .product-list .thumbnail .preorder_banner {
        font-size: 8px
    }
}

.product_links {
    margin-bottom: 8px;
    font-size: .9em;
    border-top: 1px solid #ccc;
    padding: 10px 0 5px 0
}

.product_links p {
    margin: 2px 0
}

.social_buttons {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 25px
}

@media only screen and (max-width:798px) {
    .social_buttons {
        text-align: center
    }
}

.share_article .social_buttons {
    border-top: none;
    padding-top: 0
}

@media only screen and (max-width:798px) {
    .share_article .social_buttons {
        padding-top: 15px
    }
}

.share-btn {
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    margin-right: 6px;
    margin-bottom: 10px
}

.share-btn a {
    color: #fff;
    padding: 10px 10px 8px 10px;
    border: solid 1px #e2e2e2;
    display: inline-block;
    transition: all 500ms ease 0s
}

.share-btn a {
    border-radius: 100px;
    width: 44px;
    height: 44px
}

.icon-twitter-share:before {
    color: #09aeec
}

.icon-twitter-share:hover {
    background-color: #09aeec;
    border-color: #09aeec;
    color: #fff
}

.icon-twitter-share:hover:before {
    color: #fff
}

.icon-facebook-share:before {
    color: #49659d
}

.icon-facebook-share:hover {
    background-color: #49659d;
    border-color: #49659d;
    color: #fff
}

.icon-facebook-share:hover:before {
    color: #fff
}

.icon-pinterest-share:before {
    color: #cb1f2a
}

.icon-pinterest-share:hover {
    background-color: #cb1f2a;
    border-color: #cb1f2a;
    color: #fff
}

.icon-pinterest-share:hover:before {
    color: #fff
}

.icon-mail-share:before {
    color: #888
}

.icon-mail-share:hover {
    background-color: #888;
    border-color: #888;
    color: #fff
}

.icon-mail-share:hover:before {
    color: #fff
}

.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    border: #e2e2e2 1px solid;
    color: #000
}

.product-quantity-box label {
    margin-bottom: .5em
}

.product-quantity-box {
    margin-right: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-quantity-box label {
    text-align: left
}

.product-quantity-box .quantity {
    text-align: center;
    padding: 6px 15px;
    width: 38%;
    height: 44px;
    border-radius: 0;
    -webkit-appearance: none;
    float: left
}

@media only screen and (max-width:798px) {
    .product-quantity-box .quantity {
        width: calc(100% - 88px)
    }
}

.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    background: #f2f2f2;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    height: 44px;
    display: block;
    width: 44px;
    text-align: center;
    float: left
}

.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
    background: #d9d9d9
}

@media only screen and (max-width:798px) {

    .product-quantity-box .product-plus,
    .product-quantity-box .product-minus {
        display: inline;
        display: initial;
        margin: 0
    }
}

.product-quantity-box .product-plus {
    border-left: 0;
    font-size: 16px;
    line-height: 44px
}

.product-quantity-box .product-minus {
    border-right: 0;
    line-height: 44px;
    font-size: 18px
}

.product-quantity-box+.inline_purchase {
    margin-top: 31.5px;
    width: 55%;
    float: left
}

.product_section .product_form,
.product_section .contact-form {
    max-width: 400px
}

@media only screen and (max-width:798px) {

    .product_section .product_form,
    .product_section .contact-form {
        max-width: 100%
    }
}

.product-full_width_images .product_section .description img {
    display: none
}

.full-width-product-images img {
    display: block;
    width: 100%
}

@media only screen and (max-width:480px) {

    .full-width-product-images .caption.align-center,
    .full-width-product-images .caption.align-right,
    .full-width-product-images .caption.align-left {
        text-align: center
    }
}

.article,
.article_image {
    margin-bottom: 30px
}

.sidebar .sidebar__content .input-row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
}

.sidebar .sidebar__content .input-row input {
    margin: 5px 0
}

.blog-template-wrapper {
    width: 100%
}

.blog-article__main.sidebar-enabled--false {
    width: 75%
}

@media only screen and (max-width:798px) {
    .blog-article__main.sidebar-enabled--false {
        width: 100%
    }
}

.comment-form {
    display: flex;
    flex-wrap: wrap
}

.comment-form__name {
    margin-right: 20px
}

@media only screen and (max-width:798px) {
    .comment-form__name {
        margin: 0
    }
}

.comment-form__name,
.comment-form__email {
    flex: 1 1 auto
}

.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
    flex-basis: 100%
}

.comment-form__error-message,
.comment-form__success-message {
    font-size: 18px;
    line-height: 32px;
    font-style: italic
}

.blog__author,
.blog__comment-author {
    margin-bottom: 20px;
    flex: 1 1 auto
}

.blog__author-name,
.blog__comment-author-name {
    padding: 0
}

.blog__author-image,
.blog__comment-author-image {
    min-width: 80px;
    height: 80px
}

.blog__author-image img,
.blog__comment-author-image img {
    border-radius: 50px
}

.blog__comment-author-bio {
    flex: 1 1 auto
}

.blog__author-bio,
.blog__comment-author-bio {
    margin-left: 20px
}

.blog-post-image-wrapper {
    display: block
}

.has-sidebar-option,
.section--has-sidebar-option {
    width: 100%
}

.sidebar__content {
    margin-left: 10px;
    margin-right: 10px
}

@media only screen and (max-width:798px) {
    .sidebar {
        width: 100% !important
    }

    .has-sidebar-option {
        width: 100% !important
    }
}

.newsletter {
    margin: 0 auto;
    max-width: 640px
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%
}

@media only screen and (max-width:798px) {
    .input-row {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

.input-row input {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    max-height: 40px
}

@media only screen and (max-width:1024px) {
    .input-row input {
        margin: 5px 0
    }
}

.input-row input.sign_up {
    display: inline-block;
    flex: none;
    max-height: 40px
}

@media only screen and (max-width:798px) {
    .input-row input.sign_up {
        width: 100%
    }
}

.newsletter-both-names--true input.firstName {
    margin-right: 5px
}

.js-newsletter-popup {
    display: none
}

.newsletter__lightbox .fancybox-content {
    width: 100%;
    max-width: 740px;
    padding: 0
}

.newsletter__lightbox .fancybox-close-small {
    left: 0
}

@media only screen and (max-width:480px) {
    .newsletter__lightbox .fancybox-close-small {
        display: block
    }
}

@media only screen and (max-width:798px) {
    .newsletter__lightbox .fancybox-close-small svg path {
        fill: white
    }
}

.newsletter__lightbox .fancybox-close-small {
    display: none
}

.newsletter__lightbox .fancybox-toolbar {
    display: none
}

.newsletter-popup {
    display: flex;
    background-color: #fff;
    padding: 0;
    width: 100%
}

.newsletter-popup {
    flex-direction: row-reverse
}

@media only screen and (max-width:798px) {
    .newsletter-popup {
        line-height: 0;
        flex-direction: column
    }
}

@media only screen and (min-width:799px) and (max-width:1024px) {
    .popup-signup-show--true input.sign_up {
        margin-left: 0
    }
}

.popup-signup-show--false {
    display: none
}

.newsletter-both-names--false .newsletter input[type=text] {
    width: 100%
}

.newsletter-img {
    width: 40%
}

@media only screen and (max-width:798px) {
    .newsletter-img {
        width: 100%
    }
}

.newsletter-img img {
    width: 100%;
    display: block
}

.newsletter-info {
    text-align: center;
    color: #363636;
    background-color: #fff;
    height: auto;
    float: left
}

@media only screen and (max-width:798px) {
    .newsletter-info {
        padding: 20px;
        width: 100% !important;
        position: relative
    }
}

.newsletter-info input.contact_email[type=email] {
    width: 65%;
    float: left
}

@media only screen and (max-width:1024px) {
    .newsletter-info input.contact_email[type=email] {
        width: 100%
    }
}

.newsletter-info #contact_form input.sign_up[type=submit] {
    width: calc(35% - 10px)
}

@media only screen and (max-width:1024px) {
    .newsletter-info #contact_form input.sign_up[type=submit] {
        width: 100%
    }
}

.newsletter-info .input-row {
    margin-right: 0;
    margin-left: 0
}

.newsletter-info .popup-signup-show--true {
    margin-top: 20px
}

.newsletter-image--true .newsletter-popup__content {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:798px) {
    .newsletter-image--true .newsletter-popup__content {
        width: 100%;
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .newsletter-image--true {
        max-height: 875px
    }
}

@media only screen and (min-width:1025px) {
    .newsletter-image--true.object-fit--none {
        height: auto
    }
}

.newsletter-image--false {
    justify-content: center
}

.newsletter-image--false .newsletter-info {
    width: 100%;
    position: relative;
    height: auto;
    float: none
}

.align-left .newsletter-info {
    right: 0
}

.newsletter-description h2 {
    color: #363636;
    margin-top: 0
}

.newsletter-description {
    padding: 40px;
    margin: 0 auto
}

@media only screen and (max-width:798px) {
    .newsletter-description {
        font-size: inherit;
        width: auto
    }
}

@media only screen and (max-width:480px) {
    .newsletter-description {
        padding: 20px
    }
}

@media only screen and (min-width:1025px) {
    .newsletter-description {
        min-width: 350px
    }
}

@media only screen and (min-width:1401px) {
    .newsletter-description {
        font-size: inherit
    }
}

.newsletter-buttons .button {
    height: auto;
    background-color: transparent;
    color: #363636;
    border: 1px solid #363636;
    transition: background-color .2s cubic-bezier(.55, .09, .68, .53), color .3s linear, border .2s cubic-bezier(.55, .09, .68, .53);
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0
}

.newsletter-buttons .button {
    margin-left: 8px;
    margin-right: 8px
}

.newsletter-buttons .button:hover,
.newsletter-buttons .button.highlight-true {
    background-color: #363636;
    color: #fff;
    border: 1px solid #363636
}

@media only screen and (max-width:480px) {
    .newsletter-buttons .button {
        margin-top: 5px
    }
}

.newsletter_section {
    transform: translate3d(0, 0, 0);
    background-color: #00aea9;
    color: #000
}

.newsletter_section h2 {
    margin-top: 0;
    color: #000
}

.newsletter_section.newsletter-bgr-true {
    background-color: #00aea9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.newsletter_section.newsletter-bgr-true input.contact_email[type=email] {
    border: 0
}

@media only screen and (max-width:480px) {
    .newsletter_section.newsletter-bgr-true {
        text-align: center !important
    }
}

.section_form {
    padding: 10px 20px
}

.section_form input[type=email],
.section_form input[type=text] {
    border: 0
}

.section_form .newsletter-text+.newsletter,
.section_form h5+.newsletter {
    margin-top: 15px
}

.newsletter_section h5 {
    color: #000 !important;
    padding-top: 0;
    margin: 0
}

.newsletter_section .newsletter-text p {
    margin-bottom: 0
}

.newsletter_section .newsletter,
.password-page-row form {
    display: inline-block;
    padding-top: 0 !important;
    width: 450px
}

@media only screen and (max-width:480px) {

    .newsletter_section .newsletter,
    .password-page-row form {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:480px) {

    .newsletter_section .newsletter,
    .password-page-row form {
        width: 100%
    }
}

.shopify-challenge__container {
    padding: 150px 0
}

.shopify-section--footer .newsletter_section {
    padding: 0;
    background-color: transparent;
    color: #6b6b6b
}

.shopify-section--footer .newsletter_section .newsletter {
    width: 100%
}

.shopify-section--footer .newsletter_section .newsletter input {
    width: 100%
}

.shopify-section--footer .newsletter_section .newsletter .action_button {
    margin-left: 0
}

.shopify-section--footer .newsletter_section h6 {
    color: #040404;
    font-size: 18px
}

.shopify-section--footer .newsletter_section p {
    padding: 15px 0
}

.shopify-section--footer .footer .footer-menu-wrap .footer_menu h6 {
    text-transform: capitalize
}

.shopify-section--footer .footer .footer-menu-wrap .footer_menu ul li a,
.shopify-section--footer .footer .footer-menu-wrap .footer_menu ul li p {
    font-weight: 400;
    font-family: 'Kumbh Sans', sans-serif
}

@media only screen and (min-width:799px) {
    .shopify-section--footer .footer .footer-menu-wrap .footer_menu ul {
        padding-top: 8px
    }

    .shopify-section--footer .footer .footer-menu-wrap .footer_menu ul li a:hover {
        line-height: 14px
    }

    .shopify-section--footer .footer .footer-menu-wrap .footer_menu ul li a,
    .shopify-section--footer .footer .footer-menu-wrap .footer_menu ul li,
    .shopify-section--footer .footer .footer-menu-wrap .footer_menu ul li p {
        margin-bottom: 10px
    }
}

.collapsible-table {
    width: 100%;
    margin-bottom: 20px
}

.collapsible-table th {
    font-weight: 700;
    text-align: left
}

.collapsible-table th,
.collapsible-table td {
    padding: 10px
}

@media only screen and (max-width:798px) {

    .collapsible-table th,
    .collapsible-table td {
        border-left: none
    }
}

.collapsible-table tr .order_summary td.label {
    text-align: right
}

.collapsible-table .order-details__discount-block {
    display: block
}

@media only screen and (max-width:798px) {
    .collapsible-table thead {
        display: none
    }

    .collapsible-table tr {
        display: block;
        margin-bottom: 20px
    }

    .collapsible-table tr:last-child {
        margin-bottom: 0
    }

    .collapsible-table tr td {
        position: relative
    }

    .collapsible-table td {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 0 0
    }

    .collapsible-table td:before {
        content: attr(data-label);
        z-index: 1;
        padding: 6px;
        font-weight: bold;
        width: calc(50% - 6px);
        word-break: break-word
    }

    .collapsible-table td:after {
        content: "";
        z-index: 0;
        width: 50%;
        min-height: 100%;
        position: absolute
    }

    .collapsible-table td:last-child {
        border-bottom: none
    }

    .collapsible-table tfoot {
        display: block;
        margin-top: 20px
    }

    .collapsible-table tfoot tr {
        margin-bottom: 0;
        border-bottom: none
    }

    .collapsible-table tfoot tr:last-child {
        border-bottom: 1px solid #dcdcdc
    }

    .collapsible-table .order-details__total,
    .collapsible-table .order-details__product,
    .collapsible-table .order-details__discount {
        text-align: right;
        padding-left: 10px;
        width: calc(50% - 10px);
        word-break: break-word
    }
}

#customer-orders th,
#order-details th {
    background-color: #f9f9f9
}

#customer-orders th,
#customer-orders td,
#order-details th,
#order-details td {
    border-right: 1px solid #dcdcdc
}

#customer-orders th:first-child,
#customer-orders td:first-child,
#order-details th:first-child,
#order-details td:first-child {
    border-left: 1px solid #dcdcdc
}

@media only screen and (max-width:798px) {

    #customer-orders th:first-child,
    #customer-orders td:first-child,
    #order-details th:first-child,
    #order-details td:first-child {
        border-left: none
    }
}

#customer-orders tr,
#order-details tr {
    border-bottom: 1px solid #dcdcdc
}

#customer-orders tr:first-child,
#order-details tr:first-child {
    border-top: 1px solid #dcdcdc
}

@media only screen and (max-width:798px) {

    #customer-orders tr,
    #order-details tr {
        border: 1px solid #dcdcdc;
        border-bottom: none
    }

    #customer-orders td,
    #order-details td {
        border-right: none;
        border-bottom: 1px solid #dcdcdc
    }

    #customer-orders td:after,
    #order-details td:after {
        border-right: 1px solid #dcdcdc;
        background-color: #f9f9f9
    }

    #customer-orders tfoot td,
    #order-details tfoot td {
        border-bottom: none
    }

    #customer-orders tfoot:last-child,
    #order-details tfoot:last-child {
        border-bottom: 1px solid #dcdcdc
    }
}

.allow-clickthrough {
    pointer-events: none !important
}

.hidden {
    display: none
}

@media only screen and (max-width:480px) {
    .hidden--mobile {
        display: none !important
    }
}

.remove {
    color: #333
}

.relative {
    position: relative
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 20px !important
}

.right {
    float: right;
    position: relative
}

.left {
    float: left
}

.inline {
    display: inline
}

.center {
    text-align: center
}

.align_right {
    text-align: right
}

.align_left {
    text-align: left
}

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

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

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

p.warning {
    text-align: center;
    font-weight: bold
}

.warning--quantity {
    clear: both;
    display: inline-block;
    margin-top: 15px;
    width: auto;
    text-align: left
}

@media only screen and (min-width:799px) {
    .large--right {
        float: right;
        position: relative
    }
}

.visuallyhidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.mini-cart__item p.warning {
    margin-top: 5px;
    text-align: left
}

.mobile_only,
span.mobile_only,
.container div.mobile_only {
    display: none
}

.no_border {
    border: none !important
}

.extra_padding {
    padding-top: 4px
}

div.hidden {
    display: none
}

div.is-absolute {
    position: absolute !important;
    top: 0;
    margin-top: 0
}

.full-width-image {
    width: 100%
}

#instantclick-bar {
    background: #00aea9;
    z-index: 100000;
    height: 4px
}

#grid .column,
#grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px
}

#grid .column:hover,
#grid .columns:hover {
    background: #bbb;
    color: #333
}

#grid .example-grid {
    overflow: hidden
}

.items_left {
    margin: 0 0 15px;
    line-height: 1.6em;
    font-size: inherit;
    font-style: italic;
    color: #8c8b8b
}

.cart .paypal-button+.paypal-button {
    display: none
}

.shopify-reviews.reviewsVisibility--false {
    display: none
}

.shopify-section--testimonials {
    position: relative
}

.shopify-section--testimonials .set-static {
    display: flex
}

.shopify-section--testimonials .set-static .caption {
    position: static;
    transform: translateY(0);
    padding: 40px;
    margin: auto
}

.shopify-section--testimonials .set-testimonial-height {
    height: 95%
}

@media only screen and (min-width:799px) {
    .shopify-section--testimonials .darken-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, .6)
    }
}

.shopify-section--testimonials .feature_divider {
    margin: 25px auto;
    width: 10%;
    display: inline-block
}

@media only screen and (max-width:480px) {
    .shopify-section--testimonials .feature_divider {
        margin: 5px auto
    }
}

.shopify-section--testimonials .use-mobile-color .animated {
    animation-delay: .25s
}

.testimonial-block.gallery-cell.use-mobile-color {
    background-color: #5c5c5c
}

.testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
    color: #fff
}

@media only screen and (max-width:480px) {
    .testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
        text-shadow: none
    }
}

@media only screen and (max-width:480px) {
    .mobile-banner--crop-left {
        object-fit: cover;
        object-position: left;
        min-height: 60vh
    }
}

@media only screen and (max-width:480px) {
    .mobile-banner--crop-right {
        object-fit: cover;
        object-position: right;
        min-height: 60vh
    }
}

@media only screen and (max-width:480px) {
    .mobile-banner--crop-center {
        object-fit: cover;
        object-position: center;
        min-height: 60vh
    }
}

.caption-content.testimonial-text {
    width: 80%
}

.caption-content.testimonial-text .subtitle {
    text-transform: none;
    color: #fff
}

@media only screen and (max-width:480px) {
    .caption-content.testimonial-text .subtitle {
        font-weight: normal;
        font-size: 14px
    }
}

.caption-content.testimonial-text h2,
.caption-content.testimonial-text p.headline {
    color: #fff
}

@media only screen and (max-width:480px) {

    .caption-content.testimonial-text h2,
    .caption-content.testimonial-text p.headline {
        text-shadow: none
    }
}

@media only screen and (max-width:480px) {

    .caption-content.testimonial-text-mobile h2,
    .caption-content.testimonial-text-mobile .subtitle,
    .caption-content.testimonial-text-mobile p.headline {
        color: #333
    }
}

@media only screen and (max-width:480px) {
    .testimonial-block .caption {
        margin: auto;
        padding-top: 5%;
        padding-bottom: 5%
    }
}

.testimonial-slideshow,
.testimonial-block.gallery-cell {
    background-color: transparent
}

.page-faq .faq--heading {
    padding-top: 30px
}

.faq-section h2.title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0;
    margin-bottom: 0
}

.faq-section h2.faq--heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 40px
}

.faq-section .has-gutter-enabled {
    margin-bottom: 20px
}

@media only screen and (max-width:480px) {
    .faq-section .faq--image {
        margin-top: 40px
    }
}

.team-page__content--left {
    display: flex
}

@media only screen and (max-width:798px) {
    .team-page__content--left {
        flex-direction: column
    }
}

.team-page__content--right {
    display: flex;
    flex-direction: row-reverse
}

@media only screen and (max-width:798px) {
    .team-page__content--right {
        flex-direction: column
    }
}

.team-page__text,
.team-page__image,
.team-page__image img {
    width: 100%
}

.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
    max-width: 50%;
    width: 100%
}

@media only screen and (max-width:798px) {

    .team-page__content--multiple .team-page__text,
    .team-page__content--multiple .team-page__image {
        max-width: 100%
    }
}

.team-page__content--multiple .team-page__text:first-child,
.team-page__content--multiple .team-page__image:first-child {
    margin-right: 20px
}

.team-page__text {
    display: flex;
    align-items: center;
    justify-content: center
}

.team-page__container {
    max-width: 70%
}

@media only screen and (max-width:480px) {
    .team-page__container {
        max-width: 90%
    }
}

.team-member__profile.columns,
.team-member__profile.column {
    margin-bottom: 30px
}

.team-member__name {
    padding-top: 10px
}

.team-member__wrap {
    position: relative
}

.team-member__wrap:hover .team-member__overlay {
    opacity: 1
}

.team-member__overlay {
    opacity: 0;
    transition: opacity .3s linear;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.team-member__details {
    transform: translateY(-50.1%);
    top: 50%;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    padding: 20px
}

.team-member__details img {
    display: block
}

.team-member__details p {
    margin-top: 10px;
    line-height: 1.3
}

.team-member__details .icon-twitter {
    display: inline-block;
    vertical-align: middle
}

.team-member__title {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1
}

.team-member__title:after {
    width: 30%;
    display: block;
    margin: 0 auto;
    content: "";
    height: 3px;
    margin-top: 20px
}

.logo-bar {
    text-align: center;
    margin-bottom: 20px
}

.logo-bar a {
    transition: ease all .6s
}

.logo-bar a:hover {
    opacity: .6
}

.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    width: 160px;
    margin-top: 20px
}

@media only screen and (min-width:799px) {
    .logo-bar__item {
        margin-left: 25px;
        margin-right: 25px
    }
}

.gallery-section {
    text-align: center
}

.gallery-section .display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.gallery-section .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative
}

.gallery-section .gallery-empty-wrapper {
    min-height: 150px
}

.gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
    background-color: rgba(0, 174, 169, .3)
}

.gallery-section a {
    display: block
}

.gallery-image-wrapper .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s ease-in
}

.gallery-image-wrapper .overlay .icon-zoom {
    color: #fff;
    font-size: 1.5em;
    top: 50%
}

.gallery-image-wrapper:hover .overlay {
    opacity: 1
}

.shopify-section--page-details-template .container.full-width--true,
.shopify-section--product-details-template .container.full-width--true {
    padding: 0
}

.two-per-row .overlay .icon-zoom {
    font-size: 2.5em
}

.three-per-row .overlay .icon-zoom {
    font-size: 2em
}

.gallery-section.gallery-horizontal i {
    display: block
}

.gallery-section.gallery-horizontal img {
    position: absolute;
    top: 0;
    width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    display: block
}

.gallery-section.gallery-horizontal .gallery-image-wrapper,
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
    margin: 10px
}

.gallery-section.gallery-horizontal.adjust-columns .gallery-image-wrapper,
.gallery-section.gallery-horizontal.adjust-columns .gallery-empty-wrapper {
    margin: 0
}

@media only screen and (min-width:2000px) {
    .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
        width: 15%;
        flex-basis: initial !important;
        flex-grow: initial !important
    }
}

.gallery-section.gallery-horizontal .gallery-empty-wrapper {
    width: 190px
}

.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
    display: block
}

.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
    width: 100%;
    display: block
}

.gallery-section.gallery-classic .add-padding {
    padding-top: 5px;
    padding-bottom: 5px
}

.adjust-columns {
    column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    overflow: hidden
}

.adjust-columns .gallery-image-wrapper,
.adjust-columns .gallery-empty-wrapper {
    margin: 0;
    margin-bottom: 0 !important
}

.gallery-section.gallery-masonry {
    display: block
}

.gallery-section.gallery-masonry .masonry {
    font-size: .85em;
    line-height: 0;
    margin: 10px 0;
    column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px
}

.gallery-section.gallery-masonry .gallery-empty-wrapper {
    min-height: 100px;
    overflow: hidden
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    min-width: 800px
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
    display: none
}

.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden
}

.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    width: 100%;
    display: block
}

.gallery-section.gallery-masonry .two-per-row {
    column-count: 2;
    transform: translateX(0)
}

@media only screen and (max-width:798px) {
    .gallery-section.gallery-masonry .two-per-row {
        column-count: 3
    }
}

@media only screen and (max-width:480px) {
    .gallery-section.gallery-masonry .two-per-row {
        column-count: 1
    }
}

.gallery-section.gallery-masonry .three-per-row {
    column-count: 3;
    transform: translateX(0)
}

@media only screen and (max-width:798px) {
    .gallery-section.gallery-masonry .three-per-row {
        column-count: 3
    }
}

@media only screen and (max-width:480px) {
    .gallery-section.gallery-masonry .three-per-row {
        column-count: 1
    }
}

.gallery-section.gallery-masonry .four-per-row {
    column-count: 4;
    transform: translateX(0)
}

@media only screen and (max-width:798px) {
    .gallery-section.gallery-masonry .four-per-row {
        column-count: 3
    }
}

@media only screen and (max-width:480px) {
    .gallery-section.gallery-masonry .four-per-row {
        column-count: 1
    }
}

.gallery-section.gallery-masonry .five-per-row {
    column-count: 5;
    transform: translateX(0)
}

@media only screen and (max-width:798px) {
    .gallery-section.gallery-masonry .five-per-row {
        column-count: 3
    }
}

@media only screen and (max-width:480px) {
    .gallery-section.gallery-masonry .five-per-row {
        column-count: 1
    }
}

.rv-container {
    display: block
}

.rv-container .thumbnail:empty {
    margin-bottom: 0
}

.rv-main .flickity-page-dots {
    bottom: 25px
}

@media only screen and (max-width:798px) {
    .rv-main .flickity-page-dots {
        display: none
    }
}

.sidebar .collection_swatches .swatch {
    float: left
}

.sidebar .toggle_list .rv-container a:hover {
    border-color: transparent
}

.sidebar .toggle_list .rv-container a.product-info__caption.hidden {
    display: none
}

@media only screen and (max-width:798px) {
    .sidebar .toggle_list .rv-container a.product-info__caption.hidden {
        display: block
    }
}

.sidebar .recently-viewed__title {
    display: none
}

.sidebar .rv-sidebar-element {
    max-width: 75%
}

.sidebar .rv-sidebar-element .product_image a {
    display: block;
    min-width: 100%;
    margin-bottom: 10px
}

.sidebar .rv-sidebar-element .product_image img {
    height: auto
}

.sidebar .rv-sidebar-element .thumbnail-overlay .sold-out {
    color: #333
}

@media only screen and (max-width:798px) {

    .sidebar .product-list .thumbnail .title,
    .sidebar .product-list .thumbnail .price,
    .sidebar .product-list .thumbnail .brand {
        text-align: left;
        display: block
    }
}

.sidebar .product-list .thumbnail .thumbnail-overlay {
    position: relative;
    opacity: 1;
    background: transparent
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details {
    position: relative;
    transform: none;
    transition: none;
    opacity: 1;
    text-align: left
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title {
    color: #333;
    padding: 0
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title,
.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .price {
    font-size: 16px
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info {
    padding: 0;
    position: relative;
    font-size: 12px;
    opacity: 1;
    top: 0;
    transform: translateY(0)
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info .quick_shop {
    display: none
}

.product-description-bottom .js-recently-viewed.rv-main {
    clear: both
}

.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
    display: none
}

.search__results-wrapper {
    display: none;
    position: relative
}

.search__results {
    width: 100%;
    right: 0;
    left: auto;
    z-index: 30;
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
    position: absolute
}

@media only screen and (max-width:798px) {
    .search__results {
        position: relative;
        padding: 0 10px;
        width: 100%
    }
}

@media only screen and (min-width:799px) {
    .search__results {
        max-height: 500px;
        overflow-y: scroll
    }
}

.search__results li {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ccc;
    overflow: hidden
}

.search__results li:nth-child(-n+2) {
    border-top: none
}

.search__results li a,
.search__results li .no-results {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none
}

.search__results li a:hover,
.search__results li a:focus,
.search__results li .no-results:hover,
.search__results li .no-results:focus {
    color: #00aea9
}

.search__results .search-title {
    text-transform: none;
    text-align: left;
    font-size: 20px
}

.search__results .search-title span {
    color: #00aea9
}

.search__results .thumbnail {
    padding: 0;
    max-width: 62px;
    margin-right: 20px
}

@media only screen and (max-width:798px) {
    .search__results .thumbnail {
        max-width: 20%
    }
}

.search__results .thumbnail img {
    display: block
}

.header .search__results {
    background: #fff;
    width: 350px
}

.error-404 .search_box {
    margin-bottom: 0
}

.blog_search {
    margin-bottom: 15px
}

.blog_search input {
    margin-bottom: 0
}

.mobile-search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999999;
    width: 100%;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (min-width:799px) {
    .mobile-search {
        display: none !important
    }
}

.mobile-search form {
    background-color: #fff;
    margin: 0;
    padding: 10px 20px 0;
    position: relative;
    min-height: 70vh;
    width: 100%
}

.mobile-search input#q {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    padding-left: 40px;
    padding-right: 20px;
    border: 0;
    border-bottom: 1px solid #ccc
}

.mobile-search input#q:focus,
.mobile-search input#q:active {
    border-bottom: 1px solid #ccc
}

.mobile-search .icon-search {
    left: 20px;
    top: 22px;
    transform: none;
    width: 30px;
    position: absolute;
    z-index: 1000;
    color: #000;
    font-size: 20px;
    cursor: pointer
}

.mobile-search .icon-cross {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer
}

.mobile-search .search__results-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mobile-search .search__results {
    background-color: #fff;
    margin-top: 0;
    padding: 0
}

.mobile-search .item-result:last-child {
    padding-bottom: 10px
}

.shopify-section--search-template form {
    position: relative
}

.shopify-section--search-template .search_container {
    position: relative
}

.shopify-section--search-template .search_container .search-submit {
    z-index: 900
}

.shopify-section--search-template .search_container input {
    border-radius: 3px
}

.search-matrix .product_row {
    padding: 20px 0;
    border-bottom: 1px solid #ccc
}

.search-matrix .product_row:last-child {
    border-bottom: none
}

div.content {
    padding: 30px 0 15px 0
}

.featured_text {
    font-size: 18px;
    line-height: 36px
}

.large_text {
    font-size: 28px;
    line-height: 50px
}

@media only screen and (max-width:798px) {
    .dropdown .header_search_form .search__results {
        margin-top: 30px
    }
}

.dropdown .header_search_form .search-terms {
    height: 50px;
    min-height: 50px
}

.main-nav div.logo a {
    color: #000 !important;
    outline: 0
}

.menu-position--inline.logo-position--left div.logo {
    text-align: left
}

.menu-position--inline.logo-position--center .logo {
    text-align: center
}

.menu-position--inline.logo-position--center .logo img {
    margin: 0 auto
}

.primary_logo {
    display: block
}

.secondary_logo {
    display: none
}

header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
    display: none
}

header.secondary_logo--true:not(.feature_image) img.secondary_logo {
    display: none !important
}

header.secondary_logo--true:not(.feature_image) img.primary_logo {
    display: inline !important
}

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
    color: #363636
}

.featured_content {
    background-color: #fff
}

.nav_arrows {
    float: right
}

.sku {
    margin: 0
}

#category {
    width: 100%
}

#header__selector-form .icon-arrow-down {
    font-size: 9px
}

#header__selector-form .disclosure__toggle {
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0 0 0 16px;
    letter-spacing: 1px
}

#header__selector-form .disclosure__toggle:hover,
#header__selector-form .disclosure__toggle:focus {
    background-color: transparent
}

#header__selector-form .disclosure__list-wrap {
    border: none;
    bottom: initial;
    position: absolute;
    top: 100%
}

#header__selector-form .disclosure__list-wrap .disclosure-list {
    list-style: none
}

#header__selector-form .disclosure-list__item {
    display: block
}

#header__selector-form button.disclosure__button {
    letter-spacing: 1px
}

#header__selector-form .currency-preview {
    position: relative
}

#header__selector-form .currency-preview select.currencies {
    background-image: none;
    z-index: 1000
}

#header__selector-form .currency-preview .icon-down-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #000;
    transform: translateY(-50%);
    z-index: 999
}

#header__selector-form .currency-preview .icon-down-arrow:hover {
    color: inherit
}

#header__selector-form .currency-preview:hover .icon-down-arrow,
#header__selector-form .currency-preview:hover select.currencies {
    color: #fff
}

.selectors-form__wrap,
.selectors-form,
.selectors-form__item {
    margin: 0
}

.selectors-form__wrap {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:798px) {
    .selectors-form__wrap {
        justify-content: center
    }
}

.disclosure {
    position: relative
}

.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
    text-transform: capitalize
}

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
    text-transform: uppercase
}

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
    text-transform: lowercase
}

.disclosure__toggle {
    color: #000;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    border: 1px solid #ccc;
    background-color: transparent;
    margin-right: 20px;
    min-height: 0;
    transition: color .1s linear
}

.disclosure__toggle:hover,
.disclosure__toggle:focus {
    opacity: 1
}

.disclosure__toggle.is-clicked {
    color: #fff
}

.disclosure__toggle.is-clicked:focus {
    color: #00aea9
}

.disclosure__toggle.is-clicked+.disclosure__list-wrap {
    visibility: visible;
    opacity: 1
}

.disclosure__toggle.is-clicked+.disclosure__list-wrap .disclosure-list {
    display: block
}

.disclosure__toggle .icon-down-arrow {
    margin-left: 8px
}

.disclosure__list-wrap {
    background-color: #9ad8d9;
    border: 1px solid #ccc;
    bottom: 100%;
    visibility: hidden;
    position: absolute;
    z-index: 1001;
    opacity: 0;
    transition: opacity .3s ease-in
}

.disclosure__list-wrap.disclosure--left {
    left: auto;
    right: 0
}

.disclosure__list-wrap .disclosure-list {
    list-style: none;
    white-space: nowrap;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    display: none
}

.disclosure-list__item {
    background-color: inherit;
    color: inherit;
    line-height: 1
}

button.disclosure__button {
    background-color: inherit;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    text-align: left;
    transition: color .1s linear;
    opacity: 1
}

button.disclosure__button:hover,
button.disclosure__button[aria-current=true] {
    color: #fff
}

button.disclosure__button:focus {
    color: #00aea9
}

.paginate,
.load-more {
    text-align: center
}

a.tag,
.paginate .page a,
.paginate .current {
    border: solid 1px #ccc;
    margin: 10px 5px;
    padding: .5rem 1rem;
    display: inline-block
}

a.tag,
.paginate .page a,
.paginate .current {
    border-radius: 3px
}

a.tag:hover,
.paginate .page a:hover,
.paginate .current:hover {
    color: #fff;
    background-color: #6b6b6b;
    border: solid 1px #6b6b6b
}

.paginate .current {
    color: #fff;
    font-weight: bold;
    background-color: #6b6b6b;
    border: solid 1px #6b6b6b
}

.paginate .next,
.paginate .prev {
    display: inline-block;
    margin: 10px 0;
    padding: .5rem 1rem
}

.load-more {
    display: none;
    width: 100%
}

.shopify-section--collection-template .load-more,
.shopify-section--search-template .load-more {
    display: block;
    clear: both
}

.load-more__icon {
    opacity: 0;
    height: 0;
    width: 0;
    transition: all .3s linear;
    background: url(https://cdn.shopify.com/s/files/1/0512/2359/3116/t/24/assets/loader.gif) center center no-repeat;
    background-size: 32px 32px;
    margin: 0 auto
}

.collection-matrix.loading-in-progress.filter-loading,
.search-matrix.loading-in-progress.filter-loading {
    height: 0
}

.collection-matrix.loading-in-progress+.load-more__icon,
.search-matrix.loading-in-progress+.load-more__icon {
    width: 44px;
    height: 44px;
    opacity: 1
}

a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0
}

.paginate .deco {
    border: none
}

.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    display: block
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease-in
}

.product-list .thumbnail .thumbnail-overlay>a,
.slider-gallery .thumbnail .thumbnail-overlay>a,
.list-collections .thumbnail .thumbnail-overlay>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:798px) {

    .product-list .thumbnail .thumbnail-overlay,
    .slider-gallery .thumbnail .thumbnail-overlay,
    .list-collections .thumbnail .thumbnail-overlay {
        display: none
    }
}

@media only screen and (min-width:1401px) {

    .product-list .thumbnail .thumbnail-overlay,
    .slider-gallery .thumbnail .thumbnail-overlay,
    .list-collections .thumbnail .thumbnail-overlay {
        line-height: 1.5
    }
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    background-color: rgba(241, 241, 241, .7)
}

.product-list .thumbnail .thumbnail_banner,
.slider-gallery .thumbnail .thumbnail_banner,
.list-collections .thumbnail .thumbnail_banner {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    position: relative;
    top: 10px;
    right: 10px;
    white-space: nowrap
}

@media only screen and (max-width:798px) {

    .product-list .thumbnail .thumbnail_banner,
    .slider-gallery .thumbnail .thumbnail_banner,
    .list-collections .thumbnail .thumbnail_banner {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
    vertical-align: bottom;
    transition: opacity .3s ease-in;
    width: 100%;
    object-fit: contain;
    object-position: top center
}

.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
    margin-top: 20px
}

.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
    display: block
}

@media only screen and (max-width:798px) {

    .product-list .thumbnail .product-info__caption,
    .slider-gallery .thumbnail .product-info__caption,
    .list-collections .thumbnail .product-info__caption {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .touchevents .product-info__caption {
        display: block
    }

    .touchevents .thumbnail-overlay {
        display: none
    }
}

.hidden-product-link {
    line-height: 0;
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.featured_collections .thumbnail {
    text-align: center
}

.has-secondary-media-swap img {
    visibility: visible;
    height: auto
}

.has-secondary-media-swap .product_gallery {
    margin-bottom: 0
}

.has-secondary-media-swap .secondary-media-hidden {
    opacity: 0;
    visibility: hidden;
    height: 0 !important
}

.quick_shop,
.view_all {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 20px;
    margin-top: 2rem;
    color: #000;
    opacity: 0;
    pointer-events: all;
    -webkit-appearance: none;
    transform: translate3d(0, 100%, 0);
    transition: opacity .3s ease-out, transform .3s ease-out, color .3s linear, background-color .3s linear
}

.quick_shop,
.view_all {
    border-radius: 3px
}

.quick_shop:hover,
.view_all:hover {
    color: #f1f1f1;
    background-color: #000
}

.thumbnail .price span.money {
    color: #000
}

.thumbnail .price span.money:hover {
    color: #6b6b6b
}

.thumbnail .sale span.money {
    color: #000
}

.thumbnail .was_price span.money {
    color: #8c8b8b
}

.new {
    position: relative;
    display: inline;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px
}

.product-list .thumbnail img,
.slider-gallery .thumbnail img {
    max-height: 210px;
    width: 100%;
    object-fit: contain
}

.product-list .thumbnail video,
.product-list .thumbnail .plyr--youtube,
.slider-gallery .thumbnail video,
.slider-gallery .thumbnail .plyr--youtube {
    width: 100%;
    max-height: 210px
}

.product-list .thumbnail .plyr--youtube,
.slider-gallery .thumbnail .plyr--youtube {
    height: 210px
}

.product-list .thumbnail .plyr--youtube .plyr__video-embed,
.slider-gallery .thumbnail .plyr--youtube .plyr__video-embed {
    height: 100%
}

.thumbnail .sold-out,
.thumbnail .coming-soon {
    opacity: .5;
    color: #333
}

.thumbnail-overlay .sold-out,
.thumbnail-overlay .coming-soon {
    opacity: .5;
    color: #000
}

.sale,
.thumbnail .sale {
    color: #000
}

.banner_holder {
    position: absolute;
    top: 0;
    right: 0
}

.sale_banner,
.new_banner,
.preorder_banner {
    background: #00aea9;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    -webkit-appearance: none
}

@media only screen and (max-width:798px) {

    .sale_banner,
    .new_banner,
    .preorder_banner {
        padding: 4px 10px;
        font-size: smaller
    }
}

.new_banner,
.preorder_banner {
    background: #00aea9
}

a.secondary_button,
input.secondary_button {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 1px;
    color: #00aea9;
    -webkit-appearance: none
}

a.secondary_button:hover,
a.secondary_button:active,
a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
    color: #6b6b6b
}

.thumbnail .price,
.thumbnail .title {
    display: block;
    margin-bottom: 5px;
    font-size: inherit;
    line-height: 1.2
}

.cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight: bold;
    display: none
}

.excluding_tax,
#estimated-shipping {
    display: block
}

.cart_page_image {
    text-align: center;
    margin: 10px 0 20px;
    display: block
}

.cart_page_image img {
    width: 100%;
    display: block
}

.cart_content_info {
    padding: 0
}

.cart_content_info h5 {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0
}

.cart_content_info .price_total {
    clear: both;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px
}

.subtotal {
    padding-top: 20px;
    padding-left: 40px
}

@media only screen and (max-width:798px) {
    .subtotal {
        padding-left: 0
    }
}

.continue-shopping {
    display: block;
    color: #00aea9;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px
}

.subtotal_amount {
    font-size: 1.4em;
    font-weight: bold
}

button.update {
    width: 30%;
    float: right
}

.size_chart {
    float: right;
    padding-top: 5px
}

#size-chart {
    display: none
}

#size-chart h5 {
    padding: 15px 0 0 0;
    text-align: center
}

.js-sizechart-lightbox {
    cursor: default !important
}

.price_total_text {
    font-weight: normal;
    display: none
}

.was_price {
    text-decoration: line-through;
    color: #8c8b8b;
    text-shadow: none;
    font-weight: normal;
    margin-right: 10px
}

.was_price+span.sale span {
    font-weight: 600
}

.product .price__container .money {
    font-family: Quicksand
}

.collection .product-wrap .price.sale .current_price {
    font-weight: 600 !important
}

.collection .product-wrap .price.sale .was_price {
    font-size: 20px
}

.cart_savings {
    text-align: left
}

.savings {
    font-size: 16px;
    display: block
}

.thumbnails a {
    display: block;
    margin-bottom: 1em
}

.arrow {
    position: relative;
    top: -1px;
    left: 2px;
    opacity: .6
}

.modal {
    margin: 10px 0;
    display: none;
    background-color: #f1f1f1
}

.modal_product {
    width: auto;
    line-height: 0;
    max-width: 940px
}

.modal_product img {
    cursor: pointer
}

.modal_image {
    text-align: center
}

.modal a {
    padding-bottom: 0
}

.modal .modal_price,
.modal_price {
    font-size: 20px;
    margin-bottom: 10px
}

.product_section .modal_price,
.quick-shop__text-wrap .modal_price {
    display: flex;
    flex-wrap: wrap
}

.product_section .modal_price .price__container,
.product_section .modal_price .sold-out__container,
.quick-shop__text-wrap .modal_price .price__container,
.quick-shop__text-wrap .modal_price .sold-out__container {
    display: inline-block
}

.product_section .modal_price .price__container--display-price-true.has-margin-right,
.quick-shop__text-wrap .modal_price .price__container--display-price-true.has-margin-right {
    margin-right: 10px
}

.product_section .modal_price .sold_out__container,
.quick-shop__text-wrap .modal_price .sold_out__container {
    min-width: 150px
}

.quick-shop__text-wrap .modal_price.variant-unavailable .price__container {
    display: none
}

.modal form {
    margin-bottom: 10px
}

.notify_form #contact_form .action_button {
    width: 100%
}

.product_image_col {
    margin-top: 15px;
    text-align: center
}

.meta {
    font-size: 13px
}

.meta p {
    font-size: 13px;
    margin-bottom: 0
}

p.meta {
    margin-bottom: 10px
}

.comment-body p.meta {
    margin-bottom: 5px
}

.comment-body h6 {
    padding: 0
}

.sidebar_title {
    padding-bottom: 0
}

.shopify-section--blog-template h2 {
    margin-bottom: 0;
    line-height: 1.2
}

.shopify-section--blog-template h2 a {
    color: #00aea9
}

.blog_meta {
    margin-bottom: 0
}

.blog_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller;
    color: #8c8b8b
}

.blog_meta span:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    margin: -1px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #8c8b8b
}

.blog_meta span:last-child:after {
    background-color: transparent
}

.tags span a {
    color: #00aea9
}

.article-wrap {
    padding-bottom: 25px
}

@media only screen and (min-width:799px) {
    .article-wrap .article__title {
        margin-top: 0
    }
}

@media only screen and (min-width:799px) {
    .article-wrap .continue-button {
        margin-bottom: 0
    }
}

.read-more-link {
    margin-top: 10px;
    margin-bottom: 25px;
    display: inline-block
}

.article h3.sub_title {
    letter-spacing: 0;
    margin: 10px auto 0
}

.article_content {
    margin-top: 20px
}

.excerpt {
    line-height: 1.5;
    margin: 1em 0
}

#comment_form .action_button,
#contact_form .action_button {
    display: block;
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (max-width:798px) {

    #comment_form .action_button,
    #contact_form .action_button {
        width: 100%
    }
}

#contact_form .action_button.sign_up {
    display: inline-block;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    float: none
}

body.article {
    padding-bottom: 0
}

.toggle span {
    color: #8c8b8b;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: smaller;
    float: right;
    display: none
}

.sidebar .blog_search {
    margin-bottom: 15px
}

.sidebar .blog_search input {
    width: 100%
}

.sidebar .blog_search input {
    border-radius: 3px
}

.label,
.meta .label {
    color: #8c8b8b
}

.blog_meta,
.blog_meta a {
    color: #8c8b8b
}

.blog_meta a:hover {
    color: #6b6b6b
}

.count {
    font-style: normal;
    font-size: 13px
}

.checkout {
    display: block;
    float: right;
    margin-top: 0
}

.additional-checkout-buttons {
    text-align: center;
    margin-top: 0
}

.additional-checkout-buttons>*:not(script) {
    padding: 10px 0 0 10px;
    vertical-align: top;
    line-height: 1
}

@media only screen and (max-width:480px) {
    .additional-checkout-buttons>*:not(script) {
        padding: 10px 0 0 5px
    }
}

.additional-checkout-buttons>*:not(script):first-child,
.additional-checkout-buttons>*:not(script):empty {
    padding-left: 0
}

.or {
    line-height: 40px;
    font-style: normal;
    font-size: 14px;
    padding: 0 10px;
    text-align: center
}

@media only screen and (max-width:480px) {
    .or {
        line-height: initial;
        text-align: left
    }
}

.comment {
    margin-bottom: 20px
}

.author_share_wrap {
    width: 100%;
    border-top: 1px solid #ccc;
    min-height: 40px;
    padding: 15px 0;
    margin-top: 15px;
    overflow: auto
}

.blog_author {
    width: 60%;
    float: left
}

@media only screen and (max-width:798px) {
    .blog_author {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }
}

.blog_author img {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px
}

.author_bio {
    text-align: left
}

.author_bio h6 {
    padding-top: 0
}

.author_bio p {
    font-size: .9em
}

.blog_share {
    width: 38%;
    float: right;
    text-align: right
}

@media only screen and (max-width:798px) {
    .blog_share {
        width: 100%;
        float: left
    }
}

.red {
    color: #c33
}

.address p {
    margin-bottom: 5px
}

div#disqus_thread ul,
div#disqus_thread li {
    border: none
}

.search_page {
    padding: 100px 0
}

@media only screen and (max-width:798px) {
    .search_page {
        padding: 50px 0
    }
}

.swatch-element.swatch--active {
    border-color: #000;
    box-shadow: 0 0 0 2px white
}

.selector-wrapper label {
    margin-bottom: .5em
}

.product_section .product_form {
    opacity: 0;
    transition: opacity .2s ease
}

.product_section .product_form.is-visible {
    opacity: 1
}

.select,
.selector-wrapper {
    display: none
}

.swatch_options {
    margin-bottom: 1em
}

.swatch .option_title {
    width: 100%;
    margin: .5em 0
}

.swatch input {
    display: none
}

.swatch label {
    margin: 0;
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase
}

.swatch .color label {
    background-size: cover;
    background-position: center;
    height: 34px;
    min-width: 34px;
    line-height: 34px
}

.swatch-element {
    border: #e2e2e2 1px solid
}

.swatch-element {
    border-radius: 3px
}

.swatch-element.color {
    padding: 3px
}

.swatch-element.color,
.swatch-element.color label {
    border: #e2e2e2 1px solid
}

.swatch-element.color,
.swatch-element.color label {
    border-radius: 50%
}

.swatch-element.color.swatch-element label {
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px
}

.swatch_options input:checked+.swatch-element {
    border-color: #000;
    box-shadow: 0 0 0 2px white
}

.swatch .swatch-element {
    position: relative;
    margin: 0 8px 8px 0;
    transform: translateZ(0)
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
    object-fit: fill
}

.swatch .swatch-element.soldout .crossed-out {
    border-radius: 50%
}

.swatch .swatch-element.soldout label {
    opacity: .6
}

.crossed-out {
    background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.swatch .tooltip {
    text-align: center;
    background: #333;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    width: 120px;
    font-size: 13px;
    left: -35px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    z-index: 10000
}

.swatch .tooltip:before {
    content: "";
    bottom: -20px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    content: "";
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(51, 51, 51, .9) 10px;
    bottom: -10px;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.collection_swatches {
    margin: 10px 0 5px 0
}

.collection_swatches .swatch {
    display: inline-block;
    padding: 3px;
    line-height: 0
}

.collection_swatches .swatch:hover {
    border-color: #000
}

.collection_swatches .swatch span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    float: none;
    display: inline-block;
    border: #e2e2e2 1px solid;
    background-clip: padding-box;
    background-position: center;
    background-size: cover
}

.collection_swatches .swatch span {
    border-radius: 50%
}

.content-wrapper {
    width: 100%
}

@media only screen and (max-width:798px) {
    .sidebar {
        width: 100% !important
    }

    .has-sidebar-option {
        width: 100% !important
    }
}

.fancybox-bg {
    opacity: 1;
    background-color: rgba(43, 46, 56, .9)
}

@media only screen and (max-width:480px) {
    .fancybox-bg {
        background-color: rgba(255, 255, 255, .99)
    }
}

@media only screen and (min-width:481px) {
    .fancybox-toolbar {
        display: none
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .fancybox-slide {
        padding: 44px 0
    }
}

@media only screen and (min-width:481px) {
    .fancybox-slide--image {
        padding: 44px
    }
}

.fancybox-slide--image .fancybox-image {
    object-fit: contain;
    height: 100%
}

.fancybox-slide--image .fancybox-image-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.fancybox-slide--image .fancybox-content {
    padding: 0;
    background-color: #fff
}

@media only screen and (min-width:481px) {
    .fancybox-slide--image .fancybox-content {
        box-shadow: 0 0 0 30px white
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .fancybox-slide--image .fancybox-content {
        position: relative !important;
        width: 100%;
        height: 100%
    }
}

.fancybox-slide--image .fancybox-close-small {
    top: -30px;
    right: -30px
}

.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
    width: 100%;
    height: 100%;
    margin: 0
}

.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
    display: none !important
}

.fancybox-close,
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 2;
    color: #95979c;
    background-color: transparent
}

.fancybox-close svg,
.fancybox-close-small svg {
    display: none
}

.fancybox-close:hover,
.fancybox-close-small:hover {
    color: #000
}

@media only screen and (max-width:480px) {

    .fancybox-close,
    .fancybox-close-small {
        display: none
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .fancybox-close,
    .fancybox-close-small {
        display: block !important
    }
}

.fancybox-close:before,
.fancybox-close-small:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "×";
    text-align: center
}

.fancybox-button {
    min-height: auto
}

@media only screen and (max-width:480px) {
    .fancybox-button {
        background-color: #fff
    }

    .fancybox-button svg path {
        fill: #95979c
    }
}

.fancybox-content:hover .fancybox-nav {
    opacity: 1
}

.fancybox-nav {
    transition: opacity .2s linear;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.fancybox-nav span {
    pointer-events: none
}

.fancybox-nav svg path {
    fill: #ccc
}

.fancybox-next {
    right: 0
}

.fancybox-prev {
    left: 0
}

.fancybox-nav span {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .touchevents .fancybox-nav {
        display: none
    }
}

.size-chart-wrap img {
    height: auto;
    max-width: 100%
}

.footer {
    padding: 20px 0 0;
    pointer-events: all;
    font-size: 14px;
    border-top: solid 1px #ccc;
    background-color: #fff;
    background-position: center center;
    color: #6b6b6b
}

.footer .input-row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
}

.footer .input-row input {
    margin: 5px 0
}

.footer-text .toggle_content {
    padding-top: 15px
}

.no-footer-title.footer-text .toggle_content {
    padding-top: 0
}

@media only screen and (max-width:798px) {
    .no-footer-title.footer-text .toggle_content {
        display: block;
        padding-top: 20px
    }
}

.footer .logo {
    color: #000 !important;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
    width: 100%;
    word-wrap: break-word;
    float: none
}

@media only screen and (max-width:798px) {
    .footer .logo {
        text-align: center
    }
}

img.footer-logo {
    width: 75%;
    max-width: 250px;
    margin-bottom: 10px;
    display: inline-block
}

@media only screen and (max-width:798px) {
    img.footer-logo {
        max-width: 50% !important;
        margin: 0 25% 25px
    }
}

.footer .empty-column {
    width: 100%;
    height: 1px
}

.footer .footer-menu-wrap h6 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #040404;
    font-size: 18px
}

@media only screen and (max-width:798px) {
    .footer .footer-menu-wrap h6 {
        border-top: 1px solid #ccc;
        margin-bottom: 5px;
        padding: 10px 0 5px
    }
}

.footer .footer-menu-wrap h6>span {
    display: none
}

@media only screen and (max-width:798px) {
    .footer .footer-menu-wrap h6>span {
        display: inline-block;
        transition: transform .3s linear;
        perspective: initial
    }
}

@media only screen and (min-width:799px) {
    .footer .toggle_content {
        display: block !important
    }
}

.footer a,
.footer a:visited {
    color: #000;
    font-size: 14px
}

.footer a:hover,
.footer a:active {
    color: #6b6b6b
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0
}

.footer ul li {
    margin-bottom: 1em;
    line-height: 1.1
}

.footer form {
    margin-bottom: 0
}

.footer-menu-wrap {
    text-align: left;
    padding-top: 20px
}

.page-landing .maps {
    position: relative;
    bottom: -7px
}

.maps iframe {
    pointer-events: none;
    display: block
}

.map__placeholder img {
    object-fit: cover
}

.newsletter form {
    margin-bottom: 0
}

.footer_credits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.footer_credits ul,
.footer_credits li {
    display: inline-block
}

.footer_credits ul li {
    margin-left: 15px
}

.footer_credits ul li a {
    font-weight: 400
}

.footer_credits ul li a:hover {
    color: #fff
}

@media only screen and (max-width:576px) {
    .footer_credits ul li {
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:798px) {
    .footer_credits {
        flex-direction: column
    }

    .footer_credits ul {
        padding-top: 0
    }
}

.copyright-section {
    background-color: #00aea9;
    padding-bottom: 5px
}

.copyright-section p,
.copyright-section ul,
.copyright-section a,
.copyright-section a:visited {
    color: #fff
}

.payment_methods {
    margin: 10px 0 6px 0;
    padding-top: 10px
}

@media only screen and (min-width:799px) {
    .payment_methods {
        float: right;
        text-align: right
    }
}

.payment_methods svg {
    padding-right: 4px;
    height: 30px;
    width: 48px
}

.payment_methods svg:last-of-type {
    padding-right: 0
}

.credits {
    text-align: left;
    padding-top: 20px
}

.credits a {
    font-weight: 400
}

.credits a:hover {
    color: #fff
}

@media only screen and (min-width:799px) {
    .credits {
        float: left
    }
}

@media only screen and (max-width:798px) {
    .footer-menu__disclosure {
        justify-content: flex-start
    }
}

.footer-menu__disclosure .selectors-form__item:last-of-type .disclosure__toggle {
    margin-right: 0
}

.footer-menu__disclosure .disclosure {
    padding-top: 16px;
    margin-top: -8px;
    min-height: 44px
}

.footer-menu__disclosure .disclosure__toggle {
    color: #333;
    padding: 0 10px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px
}

.footer-menu__disclosure .disclosure-list {
    background-color: #fff;
    padding-top: 0
}

.footer-menu__disclosure .disclosure-list__item {
    margin-bottom: 0
}

.footer-menu__disclosure button.disclosure__button {
    color: #333;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

.footer-menu__disclosure button.disclosure__button:hover,
.footer-menu__disclosure button.disclosure__button[aria-current=true] {
    opacity: .5
}

h6 span,
h4 span,
.sublink span {
    transition: transform .3s linear;
    perspective: initial
}

.footer-menu-wrap,
#mobile_menu,
.sidebar {
    transform: translate3d(0, 0, 0)
}

.footer-menu-wrap span.active,
.footer-menu-wrap .active span:not(.currency-code),
#mobile_menu span.active,
#mobile_menu .active span:not(.currency-code),
.sidebar span.active,
.sidebar .active span:not(.currency-code) {
    transform: rotateX(180deg)
}

.sidebar span.menu-toggle {
    float: right;
    display: inline-block;
    cursor: pointer;
    padding: 0 6px 0 6px;
    margin-right: 0;
    transition: transform .3s linear;
    perspective: initial;
    transform: none
}

.sidebar span.menu-toggle.active {
    transform: rotateX(180deg)
}

@media only screen and (max-width:798px) {

    .footer-menu-wrap h6,
    .sidebar h6,
    #mobile_menu h6 {
        padding-top: 8px;
        cursor: pointer;
        border-top: 1px solid #040404;
        margin-top: 0
    }

    .footer-menu-wrap h6 span,
    .footer-menu-wrap h4 span,
    .footer-menu-wrap .sublink span,
    .sidebar h6 span,
    .sidebar h4 span,
    .sidebar .sublink span,
    #mobile_menu h6 span,
    #mobile_menu h4 span,
    #mobile_menu .sublink span {
        display: inline-block;
        transition: transform .3s linear;
        perspective: initial
    }

    .footer-menu-wrap .columns>ul,
    .sidebar .columns>ul,
    #mobile_menu .columns>ul {
        display: none;
        padding-left: 20px
    }

    .footer-menu-wrap .columns>ul li,
    .sidebar .columns>ul li,
    #mobile_menu .columns>ul li {
        line-height: 1.7
    }

    .toggle_content {
        display: none;
        padding: 0 20px
    }
}

@media only screen and (min-width:799px) {
    h4.toggle {
        pointer-events: none
    }

    .footer-menu-wrap h6 {
        pointer-events: none
    }

    .footer-menu-wrap .columns>ul {
        display: block !important
    }
}

.header .promo-banner a,
.header .promo-banner a:visited a:hover,
#header .promo-banner a,
#header .promo-banner a:visited a:hover {
    color: #fff
}

.promo-banner {
    background-color: #00aea9;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    width: 100%;
    height: 0;
    line-height: 0;
    z-index: 5000;
    top: 0;
    transition: all .3s linear;
    overflow: hidden
}

.promo-banner .promo-banner__content {
    margin: 0 auto;
    padding: 0 1.5rem
}

@media only screen and (max-width:798px) {
    .promo-banner .promo-banner__content {
        font-size: 10px;
        max-height: 50px
    }
}

.promo-banner p {
    margin-bottom: 0;
    display: inline;
    line-height: 1
}

.promo-banner .promo-banner__close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1000
}

.promo-banner .promo-banner__close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "×";
    text-align: center
}

.promo-banner--show .promo-banner {
    transition: all 0s linear;
    height: auto;
    min-height: 30px;
    line-height: 1.1;
    display: flex;
    align-items: center
}

.top-bar {
    padding-top: 0;
    position: relative;
    transition: padding-top .3s linear
}

@media only screen and (max-width:480px) {
    .top-bar {
        padding-top: 0
    }
}

@media only screen and (max-width:798px) {
    .mobile_nav-fixed--true #pagecontent {
        display: block;
        margin-top: 40px
    }

    .mobile_nav-fixed--true.promo-banner--show #pagecontent {
        display: block;
        margin-top: 70px
    }

    .index-sections .under-menu:nth-child(1) {
        margin-top: 0
    }

    .shopify-section--page-details-template .under-menu:nth-child(1) {
        margin-top: 0
    }

    .page-banner .under-menu:nth-child(1) {
        margin-top: 0
    }
}

.shopify-model-viewer-ui {
    position: relative;
    display: block;
    cursor: pointer
}

.shopify-model-viewer-ui model-viewer {
    transform: translateZ(0);
    z-index: 1
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
    pointer-events: none
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
    position: relative;
    width: 100vw;
    height: 100vh
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: block
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: none
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area,
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
    opacity: 1
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
    display: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    display: flex;
    flex-direction: column;
    background: #fff;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, .05);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    transition: opacity .1s linear
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
    display: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: #3a3a3a;
    border-radius: 0;
    border: none;
    margin: 0;
    cursor: pointer
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
    outline: 0
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
    padding: 0;
    height: 44px;
    width: 44px;
    background: 0 0;
    position: relative
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(0, 0, 0, .55)
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
    color: rgba(0, 0, 0, .55);
    background: rgba(0, 0, 0, .05)
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    position: absolute;
    content: "";
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 28px;
    bottom: 0;
    right: 8px
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
    width: 44px;
    height: 44px;
    fill: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: #fff;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .05);
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    height: 62px;
    width: 62px;
    z-index: 1
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
    color: rgba(0, 0, 0, .55)
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
    width: 60px;
    height: 60px;
    z-index: 1;
    fill: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: block
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
    display: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

@media only screen and (max-width:959px) {
    #contact_form input.sign_up[type=submit] {
        margin-left: 0;
        margin-bottom: 1.5em;
        width: 100%
    }

    input.contact_email[type=email] {
        width: 100%
    }

    .collection_menu {
        display: none
    }

    h1.collection_title_tags,
    div.collection_title_tags {
        border-right: 0;
        margin-right: 0;
        padding-right: 0
    }

    .newsletter .input-row input {
        margin: 5px 0
    }

    input.sign_up {
        margin: 0
    }

    .newsletter-both-names--true input.firstName {
        margin-right: 5px
    }
}

@media only screen and (min-width:799px) and (max-width:959px) {

    .nav a,
    .nav a:visited,
    .menu a:hover,
    .nav a:active,
    .nav a:focus {
        font-size: 18px
    }

    .menu a,
    .menu a:visited,
    .menu a:hover,
    .menu a:active,
    .menu a:focus {
        font-size: 18px
    }

    .menu li,
    #header span.menu_title,
    .menu a span {
        padding-left: 2px;
        padding-right: 2px
    }

    .menu li.search-container {
        display: none
    }

    .top-bar .menu li {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width:798px) {
    .article_image {
        padding-bottom: 0
    }

    .sidebar__content {
        border: 0;
        padding: 0
    }

    .nav_arrows {
        float: none;
        text-align: center
    }

    .nav_arrows .prev {
        float: left
    }

    .nav_arrows .next {
        float: right
    }

    #header .top-bar a.mobile_logo {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 18px;
        line-height: 34px;
        z-index: 5;
        width: 50%;
        height: auto;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #header a.mobile_logo img {
        width: auto;
        max-width: 150px;
        max-height: 30px
    }

    .payment_methods {
        text-align: center;
        float: none;
        display: block
    }

    .credits {
        float: none;
        display: block;
        text-align: center
    }

    .is-absolute {
        top: 0 !important
    }

    .blog_filter {
        margin-top: 1em;
        width: 100% !important
    }

    .section_select {
        text-align: center
    }

    .flex-control-nav {
        bottom: 10px
    }

    .featured_links a span {
        font-size: 18px
    }

    .or {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        padding-bottom: 5px
    }

    .mobile_hidden {
        display: none !important
    }

    table tr.order_summary td.label {
        text-align: left
    }

    .featured_text {
        font-size: 16px;
        line-height: 1.7em
    }

    #header {
        display: block
    }

    .header {
        display: none
    }

    h4.toggle {
        cursor: pointer
    }

    .toggle span {
        display: block
    }

    .toggle_list {
        display: none
    }

    select {
        width: 100%;
        margin-left: 0
    }

    .sign_up,
    input[type=submit],
    input[type=reset],
    input[type=button],
    input.action_button[type=submit],
    input.action_button[type=button] {
        margin-left: 0;
        width: 100%;
        outline: 0
    }

    .credits_right {
        text-align: left
    }

    .title_column {
        float: left
    }

    .mobile_only,
    .container div.mobile_only {
        display: block
    }

    span.mobile_only {
        display: inline
    }

    .price_total {
        text-align: right
    }

    .price_total_text {
        display: block
    }

    .update_subtotal,
    .price_total,
    .remove_column,
    .checkout_table_header {
        display: none
    }

    .mobile_right {
        text-align: right
    }

    .quick_shop {
        display: none !important
    }

    .cart_price {
        display: block;
        margin-bottom: 0
    }

    table tr th,
    table tr td {
        padding: 2px
    }

    input.action_button {
        margin-bottom: 1em !important
    }

    .multiple_product_images {
        display: none
    }

    .headline {
        font-size: 1.3em;
        line-height: 1.2;
        position: relative
    }

    p.subtitle {
        font-size: 1.1em;
        line-height: 1.2;
        position: relative
    }
}

@media only screen and (max-width:798px) {
    .mobile_hidden {
        display: none !important
    }
}

@media only screen and (max-width:480px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .collection_title,
    .empty_cart {
        font-size: 110%;
        line-height: 1.5em
    }

    h1,
    h1.home,
    .title a,
    h2 {
        padding: 0
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%
    }
}

form.search__form,
.search__form input {
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0
}

.search__form input,
.search__form input:active,
.search__form input:focus {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    background-color: transparent;
    padding-right: 35px;
    border-color: #000
}

.search__form input,
.search__form input:active,
.search__form input:focus {
    border-radius: 3px
}

.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
    color: #000;
    border-color: #000
}

.feature_image .search__form input::-webkit-input-placeholder,
.feature_image .search__form input:active::-webkit-input-placeholder,
.feature_image .search__form input:focus::-webkit-input-placeholder {
    color: #000
}

.feature_image .search__form input::-moz-placeholder,
.feature_image .search__form input:active::-moz-placeholder,
.feature_image .search__form input:focus::-moz-placeholder {
    color: #000
}

.feature_image .search__form input:-ms-input-placeholder,
.feature_image .search__form input:active:-ms-input-placeholder,
.feature_image .search__form input:focus:-ms-input-placeholder {
    color: #000
}

.feature_image .search-submit {
    color: #000
}

.header_search_form {
    width: 60%;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
    position: relative;
    border-bottom: solid 1px #000
}

@media only screen and (max-width:480px) {
    .header_search_form {
        width: 90%;
        margin: 30px auto;
        padding: 0
    }
}

.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
    background-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    color: #000;
    letter-spacing: 1px;
    border: none;
    font-size: 36px;
    line-height: 36px
}

@media only screen and (max-width:480px) {

    .header_search_form input,
    .header_search_form input:focus,
    .header_search_form input:active {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 0
    }
}

.header_search_form .search-submit {
    top: 38px;
    font-size: 30px
}

@media only screen and (max-width:480px) {
    .header_search_form .search-submit {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        font-size: 20px
    }
}

.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
    color: #000;
    border: 1px solid #000
}

.feature_image .search__form input::-webkit-input-placeholder {
    color: #000
}

.feature_image .search__form input:-moz-placeholder {
    color: #000
}

.feature_image .search__form input::-moz-placeholder {
    color: #000
}

.feature_image .search__form input:-ms-input-placeholder {
    color: #000
}

.search__form input::-webkit-input-placeholder {
    color: #000
}

.search__form input:-moz-placeholder {
    color: #000
}

.search__form input::-moz-placeholder {
    color: #000
}

.search__form input:-ms-input-placeholder {
    color: #000
}

.search__form input:focus::-webkit-input-placeholder {
    color: #00aea9
}

.search__form input:focus:-moz-placeholder {
    color: #00aea9
}

.search__form input:focus::-moz-placeholder {
    color: #00aea9
}

.search__form input:focus:-ms-input-placeholder {
    color: #00aea9
}

.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
    color: #000;
    border: 1px solid #000
}

.feature_image .search__form input::-webkit-input-placeholder {
    color: #000
}

.feature_image .search__form input:-moz-placeholder {
    color: #000
}

.feature_image .search__form input::-moz-placeholder {
    color: #000
}

.feature_image .search__form input:-ms-input-placeholder {
    color: #000
}

.search-submit {
    position: absolute;
    z-index: 1000;
    color: #000;
    font-size: 20px;
    top: 9px;
    right: 7px;
    cursor: pointer
}

.search-results li.item-result:hover {
    background: rgba(0, 174, 169, .5)
}

.feature_image .search-submit {
    color: #000
}

.blog_search .search-submit {
    color: #333;
    top: 10px;
    right: 8px;
    z-index: 1
}

.social_icons {
    margin-left: 0;
    margin-top: 0
}

.social_icons li {
    display: inline;
    padding-right: 2px
}

@media only screen and (max-width:798px) {
    footer .footer-social-icons {
        display: none
    }
}

footer .footer-social-icons--mobile .social_icons a,
footer .footer-social-icons .social_icons a {
    color: #fff;
    background-color: #00aea9;
    font-size: 20px;
    width: 36px;
    border-radius: 50%;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    align-items: center
}

footer .footer-social-icons--mobile .social_icons a:before,
footer .footer-social-icons .social_icons a:before {
    margin: 0
}

footer .footer-social-icons--mobile .social_icons a:hover,
footer .footer-social-icons .social_icons a:hover {
    color: #fff;
    font-size: 20px
}

footer .footer-social-icons--mobile.columns {
    display: none;
    padding-left: 0
}

@media only screen and (max-width:798px) {
    footer .footer-social-icons--mobile.columns {
        display: block
    }

    footer .footer-social-icons--mobile.columns>ul {
        display: block;
        padding-left: 0
    }
}

footer .social_icons {
    display: block;
    margin-top: 15px
}

@media only screen and (max-width:798px) {
    footer .social_icons {
        padding-left: 0;
        text-align: center
    }
}

footer .social_icons a,
footer .social_icons a:visited {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 1em
}

@media only screen and (max-width:480px) {

    footer .social_icons a,
    footer .social_icons a:visited {
        margin-bottom: 0
    }
}

footer .social_icons a:active,
footer .social_icons a:hover {
    color: #6b6b6b;
    font-size: 22px
}

.footer-link-bar {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px 0 15px;
    margin-top: 30px
}

footer .footer-link-bar h6,
footer .footer-link-bar ul {
    display: inline-block
}

@media only screen and (max-width:576px) {
    footer .footer-link-bar ul li {
        width: 35%
    }
}

@media only screen and (max-width:798px) {

    footer .footer-link-bar h6,
    footer .footer-link-bar ul {
        display: block
    }

    footer .footer-link-bar ul {
        padding-top: 0
    }
}

footer.footer .footer-menu-wrap .footer-link-bar h6 {
    border-top: none;
    text-transform: none
}

footer .footer-link-bar ul li {
    display: inline-block;
    margin-left: 50px
}

footer .footer-link-bar a {
    font-weight: 400
}

@media only screen and (max-width:798px) {
    footer .footer-link-bar ul li {
        margin-left: 10px;
        margin-right: 10px
    }
}

#password-container {
    margin: 75px auto 0;
    max-width: 100%;
    display: table;
    text-align: center;
    display: table
}

@media only screen and (max-width:798px) {
    #password-container {
        margin-top: 10px
    }
}

#password-container #contact_form input.sign_up[type=submit] {
    width: calc(35% - 10px)
}

@media only screen and (max-width:1024px) {
    #password-container #contact_form input.sign_up[type=submit] {
        width: 100%
    }
}

#password-container #contact_form input.contact_email[type=email] {
    max-width: 100%
}

.password-page-message {
    font-size: 3em;
    line-height: 1.2;
    margin: 10px auto;
    padding: 12px 0
}

.password-page-follow {
    margin: 5px 0
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
    font-size: 25px
}

.password-page-row {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.password-page-col {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 30px;
    width: 100%
}

.password-logo {
    max-width: 200px;
    margin: 0 auto
}

.password-message {
    max-width: 600px;
    font-size: 1.2em;
    color: #000
}

.hr-small {
    margin: 20px auto;
    width: 50px
}

.password-social {
    margin-top: 10px;
    padding-top: 20px
}

.password-social ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px
}

.password-social .social_icons li {
    display: inline;
    margin-left: 0
}

.password-social .social_icons a:hover {
    color: #6b6b6b
}

.password-footer {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 13px;
    color: #6b6b6b;
    text-align: center
}

.powered {
    display: block;
    margin-top: 15px
}

.shopify a {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
    padding-left: 21px;
    color: #000;
    text-decoration: none
}

.password-footer a {
    color: #000;
    text-decoration: none
}

.controls {
    display: block;
    margin: 1em;
    text-align: right;
    text-transform: uppercase;
    position: relative
}

#open-me {
    text-align: center;
    margin-bottom: 35px
}

#open-me a:hover {
    color: #6b6b6b
}

.close-me {
    z-index: 8000
}

.modalbox {
    position: absolute;
    height: 100%;
    top: -1em;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 5000
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, .95)
}

.overlay-close {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    font-size: 14px
}

.overlay-data {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    visibility: inherit;
    transition: opacity .5s, visibility 0s .5s
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s
}

.inputbox {
    margin: 0 auto;
    max-width: 80%;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #000
}

@media only screen and (max-width:798px) {
    #password-page-bg .modalbox .inputbox {
        top: 50%
    }
}

.storefront-password-form label {
    font-size: .9em;
    margin: 0 0 1em 0;
    text-align: center
}

.storefront-password-form .actions {
    display: inline-block
}

.storefront-password-form #password {
    width: 50%;
    display: inline-block
}

@media only screen and (max-width:480px) {
    .storefront-password-form #password {
        width: 100%
    }
}

#owner {
    font-size: .9em;
    margin-top: -1em;
    opacity: .8
}

.pass-close {
    color: #000 !important;
    padding: 0 !important;
    margin: 1em !important;
    position: inherit !important
}

@media screen and (min-width:320px) and (max-width:440px) and (max-height:667px) {
    .modalbox {
        display: block;
        width: 414px !important;
        max-width: 100%;
        text-align: center
    }

    .pass-close {
        display: block;
        margin: .65em -.15em 1em 0 !important
    }
}

.shopify-section--page-details-template .article {
    padding-bottom: 0
}

.shopify-section--page-details-template div.container .featured_products {
    padding-top: 0
}

.shopify-section--page-details-template .block__image_with_text_overlay .full-width--false,
.shopify-section--page-details-template .block__image_with_text .is-width-standard {
    padding-top: 20px
}

@media only screen and (max-width:480px) {

    .shopify-section--page-details-template .caption.position-center,
    .shopify-section--page-details-template .caption.position-left,
    .shopify-section--page-details-template .caption.position-right {
        margin: 5% 0 0 0
    }
}

.product-gallery__model model-viewer,
.product-gallery__video iframe {
    width: 100%;
    min-height: 450px
}

.product-gallery__model {
    position: relative
}

.product-gallery__model model-viewer {
    width: 100%;
    min-height: 500px
}

.view-in-your-space.action_button {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    background: #e6e6e6;
    color: #333;
    font: inherit;
    text-transform: none;
    border-radius: 0;
    border: 0
}

.view-in-your-space.action_button svg path:first-child {
    stroke: #333
}

.view-in-your-space.action_button svg path:last-child {
    fill: #333
}

.show-gallery-arrows--true .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    right: 50px;
    bottom: 10px
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: #333;
    background: #fff
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
    display: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
    color: rgba(51, 51, 51, .55)
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: #fff;
    border: 1px solid rgba(51, 51, 51, .05)
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-bottom: 1px solid rgba(51, 51, 51, .05)
}

@media only screen and (min-width:799px) {

    .video-on-hover .plyr__controls,
    .video-on-hover .plyr__control--overlaid,
    .swap-true .plyr--youtube .plyr__controls,
    .swap-true .plyr--youtube .plyr__control--overlaid,
    .video-controls-enabled--false .plyr__controls,
    .video-controls-enabled--false .plyr__control--overlaid {
        opacity: 0
    }

    .video-on-hover .plyr__controls>*,
    .video-on-hover .plyr__control--overlaid>*,
    .swap-true .plyr--youtube .plyr__controls>*,
    .swap-true .plyr--youtube .plyr__control--overlaid>*,
    .video-controls-enabled--false .plyr__controls>*,
    .video-controls-enabled--false .plyr__control--overlaid>* {
        pointer-events: none;
        cursor: auto
    }
}

.plyr.plyr--stopped .plyr__controls {
    display: none
}

.product_gallery_nav .media-badge {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 33%;
    max-height: 33%;
    min-width: 20px;
    width: 25px;
    height: 25px
}

.product_gallery_nav .media-badge svg {
    width: 100%;
    height: 100%
}

.product_gallery_nav .media-badge path:first-child {
    fill: #fff
}

.product_gallery_nav .media-badge path:last-child {
    fill: #333
}

.product_gallery_nav .media-badge g path:first-child {
    stroke: #333
}

.product_gallery_nav .media-badge .media-badge__outline {
    stroke: rgba(51, 51, 51, .05)
}

.gallery-wrap.product-height-set model-viewer {
    margin: 0 auto
}

.gallery-wrap.product-height-set .product_gallery img,
.gallery-wrap.product-height-set .product_gallery .plyr--html5 video {
    width: 100%
}

.gallery-wrap.product-height-set .product_gallery img {
    object-fit: contain
}

.gallery-wrap.product-height-set .product_gallery .plyr--youtube .plyr__video-embed {
    height: 100%
}

.grey-map {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale();
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}

.product-details__blocks .article,
.product-details__blocks .article_image {
    margin-bottom: 0
}

.homepage-product-slider {
    margin: 0 10px
}

@media only screen and (max-width:798px) {
    .homepage-product-slider {
        margin: 0
    }
}

.homepage-product-slider object.placeholder-image {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 100%
}

.homepage-product-slider .placeholder-svg--product {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.homepage-product-slider.even-num-slides {
    padding-left: 10px;
    width: calc(100% - 20px)
}

@media only screen and (max-width:798px) {
    .homepage-product-slider.even-num-slides {
        padding-left: 0;
        width: 100%
    }
}

.products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(16.6% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery.products-length-6 .gallery-cell {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(20% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery.products-length-5 .gallery-cell {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(25% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery.products-length-4 .gallery-cell {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery.products-length-3 .gallery-cell,
.products-slider.slider-gallery.products-length-2 .gallery-cell,
.products-slider.slider-gallery.products-length-1 .gallery-cell {
    width: calc(33.33% - 10px)
}

.products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery .gallery-cell.visible-2 {
        width: calc(50% - 10px)
    }
}

.products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(33.33% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery .gallery-cell.visible-3 {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(25% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery .gallery-cell.visible-4 {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(20% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery .gallery-cell.visible-5 {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(16.666% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery .gallery-cell.visible-6 {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(14.2% - 10px)
}

@media only screen and (max-width:798px) {
    .products-slider.slider-gallery .gallery-cell.visible-7 {
        width: calc(40% - 10px)
    }
}

.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
    font-size: .7rem
}

@media only screen and (max-width:1024px) {
    .products-length-7 .product-info__caption {
        display: block
    }

    .products-length-7 .thumbnail-overlay {
        display: none
    }

    .products-length-8 .product-info__caption {
        display: block
    }

    .products-length-8 .thumbnail-overlay {
        display: none
    }

    .products-length-9 .product-info__caption {
        display: block
    }

    .products-length-9 .thumbnail-overlay {
        display: none
    }

    .products-length-10 .product-info__caption {
        display: block
    }

    .products-length-10 .thumbnail-overlay {
        display: none
    }

    .products-length-11 .product-info__caption {
        display: block
    }

    .products-length-11 .thumbnail-overlay {
        display: none
    }

    .products-length-12 .product-info__caption {
        display: block
    }

    .products-length-12 .thumbnail-overlay {
        display: none
    }

    .products-length-13 .product-info__caption {
        display: block
    }

    .products-length-13 .thumbnail-overlay {
        display: none
    }

    .products-length-14 .product-info__caption {
        display: block
    }

    .products-length-14 .thumbnail-overlay {
        display: none
    }

    .products-length-15 .product-info__caption {
        display: block
    }

    .products-length-15 .thumbnail-overlay {
        display: none
    }

    .products-length-16 .product-info__caption {
        display: block
    }

    .products-length-16 .thumbnail-overlay {
        display: none
    }
}

.featured_products.product-slider {
    padding-bottom: 0
}

.featured_products.product-slider .columns {
    padding-bottom: 0
}

.banner-full-link {
    line-height: 0;
    font-size: 0;
    color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.banner-full-link+.caption {
    pointer-events: none;
    cursor: pointer
}

@media only screen and (max-width:480px) {
    .full-width--true .caption {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width:1025px) {
    .full-width--true .caption {
        max-width: 960px;
        padding: 0
    }
}

@media only screen and (min-width:1401px) {
    .full-width--true .caption {
        max-width: 1200px;
        padding: 0
    }
}

.caption {
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 5%;
    z-index: 3;
    transform: translate(0, -50%)
}

.shopify-section--image-with-text-overlay .caption.text-only {
    position: static;
    transform: translate(0, 0);
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width:799px) {
    .shopify-section--image-with-text-overlay .caption.text-only {
        padding: 80px 0
    }
}

@media only screen and (min-width:799px) {
    .caption {
        max-width: 960px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width:1025px) {
    .caption {
        padding: 0 30px
    }
}

@media only screen and (max-width:798px) {
    .caption {
        width: 100%
    }
}

.caption a {
    pointer-events: all
}

.caption.position-center {
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:798px) {
    .caption.position-center {
        width: 85%
    }
}

@media only screen and (max-width:480px) {
    .caption.position-center {
        width: 100%
    }
}

.caption.position-left {
    left: 0;
    right: 0;
    text-align: left
}

.caption.position-right {
    left: 0;
    right: 0;
    text-align: right
}

.caption .pretext {
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

@media only screen and (max-width:480px) {
    .caption .pretext {
        font-size: 1.4em
    }
}

@media only screen and (max-width:798px) {
    .caption .pretext {
        font-size: 13.333333333333334px
    }
}

@media only screen and (min-width:799px) {
    .caption .pretext {
        font-size: 16.666666666666668px
    }
}

@media only screen and (min-width:799px) {
    .caption .pretext {
        font-size: 20px
    }
}

.caption .headline {
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 15px
}

.caption .pretext.pretext-color--light,
.caption .headline.headline-color--light,
.caption .subtitle.subtitle-color--light {
    color: #fff
}

.caption .pretext.pretext-color--accent,
.caption .headline.headline-color--accent,
.caption .subtitle.subtitle-color--accent {
    color: #00aea9
}

.caption .pretext.pretext-color--dark,
.caption .headline.headline-color--dark,
.caption .subtitle.subtitle-color--dark {
    color: #333
}

@media only screen and (max-width:480px) {

    .caption .pretext.pretext-color--light,
    .caption .headline.headline-color--light,
    .caption .subtitle.subtitle-color--light {
        color: #333
    }
}

@media only screen and (max-width:480px) {
    .caption .headline {
        font-size: 2.6em
    }
}

@media only screen and (max-width:798px) {
    .caption .headline {
        font-size: 40px
    }
}

@media only screen and (min-width:799px) {
    .caption .headline {
        font-size: 50px
    }
}

@media only screen and (min-width:1025px) {
    .caption .headline {
        font-size: 60px
    }
}

.caption .subtitle {
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    text-transform: none;
    font-style: inherit;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative
}

@media only screen and (max-width:480px) {
    .caption .subtitle {
        font-size: 1.4em
    }
}

@media only screen and (max-width:798px) {
    .caption .subtitle {
        font-size: 13.333333333333334px
    }
}

@media only screen and (min-width:799px) {
    .caption .subtitle {
        font-size: 16.666666666666668px
    }
}

@media only screen and (min-width:1025px) {
    .caption .subtitle {
        font-size: 20px
    }
}

.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
    display: none
}

.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
    height: 0
}

@media only screen and (max-width:480px) {
    .caption--below-true {
        margin: 20px auto !important;
        font-size: 3vw;
        position: static;
        transform: none;
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .caption--below-true .pretext {
        color: #333;
        text-shadow: none
    }
}

@media only screen and (max-width:480px) {
    .caption--below-true .headline {
        color: #333;
        text-shadow: none
    }
}

@media only screen and (max-width:480px) {
    .caption--below-true .subtitle {
        color: #333;
        text-shadow: none
    }
}

.caption--below-true .caption-background-true.caption-transparency-false {
    background-color: #1e1e1e
}

@media only screen and (max-width:480px) {
    .caption--below-true .caption-background-true.caption-transparency-false {
        background-color: transparent
    }
}

@media only screen and (max-width:480px) {
    .caption--below-true .caption-background-true.caption-transparency-true {
        background-color: transparent
    }
}

@media only screen and (max-width:480px) {
    .caption--below-false .caption-content.caption-background-true {
        padding: 15px
    }

    .caption--below-false a.highlight-true,
    .caption--below-false input[type=button].highlight-true {
        background-color: #fff;
        border-color: #fff;
        color: #333
    }
}

.subtitle p a {
    pointer-events: all
}

.caption-content {
    display: inline-block;
    float: none;
    max-width: 60%;
    font-size: 0
}

@media only screen and (max-width:798px) {
    .caption-content {
        max-width: 80%
    }
}

@media only screen and (max-width:480px) {
    .caption-content {
        width: 100%;
        max-width: 100%
    }
}

.caption-content .action_button {
    margin: 10px
}

@media only screen and (max-width:798px) {
    .caption-content .action_button {
        margin: 5px
    }
}

@media only screen and (max-width:480px) {
    .caption-content .action_button {
        font-size: 16px
    }
}

.caption-content.align-center {
    text-align: center
}

@media only screen and (max-width:798px) {
    .caption-content.align-center {
        max-width: 80%
    }
}

@media only screen and (max-width:480px) {
    .caption-content.align-center {
        width: 100%;
        max-width: 100%
    }
}

.caption-content.align-left {
    text-align: left
}

.caption-content.align-left:first-child .action_button {
    margin-left: 0
}

.caption-content.align-left .subtitle:before {
    margin-left: 0
}

.caption-content.align-right {
    text-align: right
}

.caption-content.align-right:last-child .action_button {
    margin-right: 0
}

.caption-content.align-right .subtitle:before {
    margin-right: 0
}

.caption-content.caption-background-true {
    padding: 30px
}

@media only screen and (max-width:480px) {
    .caption-content.caption-background-true {
        padding: 0
    }
}

.caption-background-true {
    background-color: #1e1e1e
}

.homepage-video .caption-background-true {
    background-color: #1e1e1e
}

@media only screen and (max-width:480px) {
    .homepage-video .caption-background-true {
        background-color: transparent
    }
}

.caption-background-true.caption-transparency-true {
    background-color: rgba(30, 30, 30, .6)
}

a.highlight-false,
input[type=button].highlight-false,
a.highlight-true,
input[type=button].highlight-true,
a.continue-button {
    margin: 25px 0
}

a.highlight-true,
input[type=button].highlight-true {
    background-color: #fff;
    border-color: #fff
}

a.highlight-true,
input[type=button].highlight-true {
    color: #333
}

@media only screen and (max-width:480px) {

    a.highlight-true,
    input[type=button].highlight-true {
        border-color: #333;
        background-color: #333;
        color: #fff
    }
}

.homepage-slideshow .gallery-cell:not(:first-child) {
    height: 0
}

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
    height: auto
}

@media only screen and (max-width:480px) {

    .homepage-slideshow a.highlight-false,
    .homepage-slideshow input[type=button].highlight-false,
    .homepage-slideshow a.highlight-true,
    .homepage-slideshow input[type=button].highlight-true {
        color: #333;
        border-color: #333;
        background-color: transparent
    }

    .homepage-slideshow a.highlight-false:hover,
    .homepage-slideshow input[type=button].highlight-false:hover,
    .homepage-slideshow a.highlight-true:hover,
    .homepage-slideshow input[type=button].highlight-true:hover {
        border-color: #333;
        background-color: #333;
        color: #fff
    }
}

.homepage-slideshow a.highlight-true,
.homepage-slideshow input[type=button].highlight-true {
    background-color: #fff;
    border-color: #fff
}

.homepage-slideshow a.highlight-true,
.homepage-slideshow input[type=button].highlight-true {
    color: #333
}

@media only screen and (max-width:480px) {

    .homepage-slideshow a.highlight-true,
    .homepage-slideshow input[type=button].highlight-true {
        border-color: #333;
        background-color: #333;
        color: #fff
    }
}

.account-header-logout {
    text-align: right;
    text-transform: uppercase
}

.account-sidebar {
    border-right: 1px solid #aaa;
    box-sizing: border-box;
    padding-right: 10px;
    overflow-wrap: normal
}

@media only screen and (max-width:798px) {
    .account-sidebar {
        border: 0;
        padding-right: 0
    }
}

.customers-addresses .account-sidebar {
    border-right: 0;
    padding-right: 0
}

.customers-addresses .account-main {
    box-sizing: border-box;
    border-left: 1px solid #aaa;
    padding-left: 20px
}

@media only screen and (max-width:798px) {
    .customers-addresses .account-main {
        border: 0;
        padding-left: 0
    }
}

.action_bottom .note {
    vertical-align: middle;
    line-height: 40px
}

.address_title {
    margin-bottom: 0;
    padding-bottom: 0
}

.action_edit {
    background-color: #00aea9;
    border-color: #00aea9
}

.action_edit a {
    color: #fff
}

.action_edit:hover {
    background-color: #00aea9;
    border-color: #00aea9
}

.action_edit:hover a {
    color: #fff
}

.action_delete {
    background-color: #fff;
    border-color: #00aea9
}

.action_delete a {
    color: #00aea9
}

.action_delete:hover {
    background-color: #00aea9;
    border-color: #00aea9
}

.action_delete:hover a {
    color: #fff
}

@media only screen and (max-width:798px) {
    .shopify-policy-template .container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.container .shopify-policy__container {
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.shopify-policy__container .shopify-policy__title {
    text-align: left
}

.shopify-section--featured-products .section {
    margin: 20px auto
}

.shopify-section--featured-products .section.is-width-wide {
    margin: 0 auto
}

.shopify-section--featured-products .product-details {
    padding: 40px 2rem
}

.shopify-section--text-columns-with-images .border-style--box {
    padding: 10%;
    border: 1px solid #aaa
}

.shopify-section--text-columns-with-images .border-style--quote {
    padding-left: 20px;
    border-left: 1px solid #aaa;
    margin-bottom: 10%
}

.shopify-section--text-columns-with-images .large_text {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #00aea9;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 58.5px
}

.shopify-section--text-columns-with-images .text-column {
    margin-bottom: 25px
}

.shopify-section--text-columns-with-images a.continue-button {
    margin-top: 10px
}

.shopify-section--text-columns-with-images h2.title+.feature_divider {
    margin-bottom: 40px
}

.shopify-section--text-columns-with-images img {
    margin: 0 0 15px
}

.flexslider img {
    display: block;
    margin: 0 auto
}

.homepage-slideshow:hover .flickity-prev-next-button,
.shopify-section--testimonials:hover .flickity-prev-next-button {
    opacity: .5
}

.homepage-slideshow.text-animation--false .caption {
    opacity: 0;
    transition: opacity .3s linear
}

.homepage-slideshow.text-animation--false.flickity-enabled .caption {
    opacity: 1
}

.text-animation--true .caption-content {
    opacity: 0
}

@media only screen and (max-width:480px) {
    .text-animation--true .caption-content {
        opacity: 1;
        animation-duration: 0s
    }
}

.homepage-slideshow,
.shopify-section--testimonials {
    position: relative;
    overflow: hidden
}

.homepage-slideshow.single-image .flickity-prev-next-button,
.shopify-section--testimonials.single-image .flickity-prev-next-button {
    display: none
}

.homepage-slideshow.single-image .flickity-page-dots,
.shopify-section--testimonials.single-image .flickity-page-dots {
    display: none
}

.homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
    width: 100%
}

.homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
    background-color: #666
}

@media only screen and (max-width:480px) {

    .homepage-slideshow .gallery-cell,
    .shopify-section--testimonials .gallery-cell {
        background-color: transparent
    }
}

.homepage-slideshow .gallery-cell img,
.shopify-section--testimonials .gallery-cell img {
    width: 100%;
    display: block
}

.homepage-slideshow .flickity-prev-next-button,
.shopify-section--testimonials .flickity-prev-next-button {
    opacity: 0;
    width: 5%;
    height: 100%;
    border-radius: 0
}

@media only screen and (min-width:799px) {

    .homepage-slideshow .flickity-prev-next-button,
    .shopify-section--testimonials .flickity-prev-next-button {
        opacity: 0
    }
}

.homepage-slideshow .flickity-page-dots,
.shopify-section--testimonials .flickity-page-dots {
    bottom: 2em;
    display: none
}

@media only screen and (min-width:799px) {

    .homepage-slideshow .flickity-page-dots,
    .shopify-section--testimonials .flickity-page-dots {
        display: block
    }
}

.homepage-slideshow .flickity-page-dots .dot,
.shopify-section--testimonials .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background: #ccc
}

@media only screen and (max-width:480px) {

    .homepage-slideshow .flickity-page-dots,
    .shopify-section--testimonials .flickity-page-dots {
        display: block;
        bottom: 5px
    }
}

.js-product-slider .product_clear {
    display: none
}

.js-product-slider .flickity-prev-next-button {
    border-radius: 0
}

.search-bgr-true {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.shopify-section--search {
    width: 100%;
    display: inline-block;
    background-color: #ccc
}

.shopify-section--search h2 {
    margin-top: 0;
    margin-bottom: .25em
}

.shopify-section--search p,
.shopify-section--search h2 {
    color: #333
}

.shopify-section--search .section_form {
    padding: 60px 20px;
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.text-align--center .search__container {
    justify-content: center
}

.text-align--left .search__container {
    justify-content: flex-start
}

.text-align--right .search__container {
    justify-content: flex-end
}

.search__container {
    position: relative;
    width: 100%;
    display: flex
}

.search__container .search__wrapper {
    display: inline-block;
    position: relative;
    max-width: 650px;
    width: 100%
}

.search__container input[type=text] {
    color: #333;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #000;
    min-height: 50px;
    height: 50px;
    margin-bottom: 0;
    background-color: #fff
}

.search__container input[type=text]::-webkit-input-placeholder {
    color: #333
}

.search__container input[type=text]:-moz-placeholder {
    color: #333
}

.search__container input[type=text]::-moz-placeholder {
    color: #333
}

.search__container input[type=text]:-ms-input-placeholder {
    color: #333
}

.search__container input[type=text]:focus,
.search__container input[type=text]:active {
    border: 1px solid #000
}

.search__form {
    width: 100%;
    max-width: 650px;
    position: relative;
    flex: 0 0 auto
}

.search__button {
    position: absolute;
    margin-top: 0;
    top: 0;
    height: 50px;
    width: 50px;
    right: 0;
    padding: 0;
    background-color: #000;
    border-color: transparent;
    color: #fff;
    font-size: 24px
}

.search__button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.search__button:hover {
    color: #fff;
    background-color: #999;
    border: 1px solid #000;
    border-left: 0
}

.image-with-text-container .featured-link--half a[href] img {
    box-shadow: #000 0 0 0;
    transition: opacity .2s linear
}

.image-with-text-container .featured-link--half:hover a[href] img.lazyloaded {
    opacity: .8
}

.image-with-text-container.gold-branding .collection_title {
    font-family: 'Kumbh Sans', sans-serif
}

.image-with-text-container .logo-image-container .image-element__wrap {
    margin-left: 0
}

.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
    background-color: transparent
}

.featured-link--half {
    box-sizing: border-box;
    text-align: center;
    background-color: #f1f1f1
}

.featured-link--half img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%
}

@media only screen and (max-width:480px) {
    .featured-link--half img {
        width: 100%;
        max-width: auto
    }
}

.featured-link--half .info {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 20px
}

.featured-link--half .info.text-align--right {
    text-align: right
}

.featured-link--half .info.text-align--right .description:before {
    margin-right: 0
}

.featured-link--half .info.text-align--left {
    text-align: left
}

.featured-link--half .info.text-align--left .description:before {
    margin-left: 0
}

@media only screen and (max-width:480px) {
    .featured-link--half .info {
        position: static;
        transform: translateY(0);
        padding: 2em 0
    }
}

.featured-link--half .collection_title {
    margin-bottom: 15px;
    display: block
}

.featured-link--half .collection_title {
    color: #333
}

.featured-link--half .description {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px
}

.featured-link--half .description {
    color: #333
}

@media only screen and (max-width:798px) {
    .featured-link--half .description {
        font-size: 2vw
    }
}

@media only screen and (max-width:480px) {
    .featured-link--half .description {
        font-size: inherit
    }
}

@media only screen and (min-width:1401px) {
    .featured-link--half .description {
        font-size: inherit
    }
}

.featured-link--half .button {
    transition: background-color .2s cubic-bezier(.55, .09, .68, .53), color .3s linear, border .2s cubic-bezier(.55, .09, .68, .53)
}

.shopify-section--divider .container {
    padding: 0
}

.divider {
    opacity: 0;
    border-top: 0
}

.divider.divider--true {
    opacity: 1
}

.quote__text {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #aaa
}

.quote__text p {
    margin: 0
}

.quote {
    padding: 10px 0;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #aaa
}

.shopify-section--rich-text-and-image {
    padding: 20px 0
}

.rich-text__content .regular_text,
.rich-text__content .featured_text {
    margin-top: 15px
}

.promo-animation--true {
    opacity: 0
}

.featured-promotions.full-width--false {
    padding: 20px 0
}

.featured-promotions.full-width--false .feature-section {
    margin-bottom: 20px
}

.featured-promotions .feature-section {
    text-align: center;
    position: relative
}

@media only screen and (max-width:798px) {
    .featured-promotions .feature-section {
        opacity: 1
    }
}

.featured-promotions .feature-section .link-promo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

.featured-promotions .feature-section .feature-inner {
    display: block;
    position: relative;
    overflow: hidden
}

.featured-promotions .feature-section .feature-style--circle {
    border-radius: 50%
}

.featured-promotions .feature-section .feature-style--circle img {
    border-radius: 50%
}

.featured-promotions .feature-section .feature-style--rounded {
    border-radius: 10px
}

.featured-promotions .feature-section .feature-style--rounded img {
    border-radius: 10px
}

.featured-promotions .feature-section .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color .25s linear
}

@media only screen and (max-width:798px) {
    .featured-promotions .feature-section .feature-overlay {
        background: rgba(0, 0, 0, .5)
    }
}

.featured-promotions .feature-section .feature-wrap {
    top: 50%;
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none
}

.featured-promotions .feature-section .feature-details {
    display: none;
    opacity: 0;
    transition: opacity .3s linear
}

@media only screen and (max-width:798px) {
    .featured-promotions .feature-section .feature-details {
        opacity: 1;
        display: block
    }
}

.featured-promotions .feature-section .feature-details.reveal-details {
    opacity: 1
}

.featured-promotions .feature-section .feature-details .button {
    margin-top: 15px
}

.featured-promotions .feature-section .description {
    color: #fff;
    transition: all .3s linear;
    margin-bottom: 0
}

.featured-promotions .feature-section .description a {
    pointer-events: auto
}

.featured-promotions .feature-section.title-overlay-true .title {
    transition: all .3s linear;
    color: #fff
}

@media only screen and (max-width:798px) {
    .featured-promotions .feature-section.title-overlay-true .title {
        margin-bottom: 10px
    }
}

.featured-promotions .feature-section.title-overlay-true .title:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width .5s ease, background-color .5s ease;
    margin: 10px auto auto auto
}

@media only screen and (max-width:798px) {
    .featured-promotions .feature-section.title-overlay-true .title:after {
        display: none
    }
}

.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
    display: none
}

.featured-promotions .feature-section:hover .feature-overlay {
    background: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:798px) {
    .featured-promotions .feature-section:hover .feature-overlay {
        background: transparent
    }
}

.featured-promotions .feature-section.title-overlay-true:hover .title:after {
    width: 50%;
    background: #fff
}

.featured-promotions .feature-section.title-overlay-true:hover .title {
    color: #fff
}

.featured-promotions .feature-section.title-overlay-true:hover .description {
    color: #fff
}

.featured-promotions .feature-section.title-overlay-false:hover .description {
    color: #fff
}

.featured-promotions .feature-section img {
    width: 100%;
    display: block;
    box-shadow: 0 0 1px rgba(0, 0, 0, .05)
}

.promo-1 {
    animation-delay: 0s
}

.promo-2 {
    animation-delay: .3s
}

.promo-3 {
    animation-delay: .6s
}

.promo-4 {
    animation-delay: .9s
}

.promo-5 {
    animation-delay: 1.2s
}

.promo-6 {
    animation-delay: 1.5s
}

.promo-7 {
    animation-delay: 1.8s
}

.promo-8 {
    animation-delay: 2.1s
}

.promo-9 {
    animation-delay: 2.4s
}

.promo-10 {
    animation-delay: 2.7s
}

.promo-11 {
    animation-delay: 3s
}

.promo-12 {
    animation-delay: 3.3s
}

.featured-promotions.full-width--true {
    padding-top: 0
}

.featured-collection__description {
    padding: 0 20px;
    margin: 20px 0
}

.banner {
    position: relative;
    overflow: hidden
}

.banner {
    background-color: #666
}

@media only screen and (max-width:480px) {
    .banner {
        max-height: inherit;
        background-color: transparent
    }
}

.banner img {
    width: 100%;
    display: block
}

.block__featured_video .caption,
.shopify-section--video .caption {
    z-index: 30;
    pointer-events: none
}

@media only screen and (max-width:480px) {

    .block__featured_video .caption,
    .shopify-section--video .caption {
        margin: 0;
        height: auto
    }
}

.block__featured_video .video-text--outside-video,
.shopify-section--video .video-text--outside-video {
    height: auto
}

.showPosterImage--true[data-ratio="16:9"] {
    padding-top: 56.25%
}

.showPosterImage--true[data-ratio="4:3"] {
    padding-top: 75%
}

.homepage-video {
    position: relative;
    overflow: hidden;
    transition: height .3s ease-in-out
}

.homepage-video {
    background-color: #666
}

@media only screen and (max-width:480px) {
    .homepage-video {
        background-color: transparent
    }
}

.homepage-video img {
    width: 100%;
    display: block
}

.homepage-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.homepage-video video {
    background-color: #fff
}

.homepage-video video[poster] {
    object-fit: cover
}

.homepage-video video.video-autoplay--true.html-video {
    display: none
}

.homepage-video .homepage-video--media {
    width: 100%;
    height: auto;
    padding-top: 0
}

.homepage-video .placeholder-image--true a.video__play-button {
    pointer-events: none
}

.homepage-video .caption.text-on-video {
    pointer-events: none
}

@media only screen and (max-width:480px) {
    .homepage-video .caption.text-on-video {
        position: absolute;
        height: auto;
        transform: translateY(-50%);
        margin: 0
    }

    .homepage-video .caption.text-on-video a.highlight-false {
        color: #fff;
        border-color: #fff
    }
}

.homepage-video .mobile-video__buttons {
    display: block;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    position: absolute
}

.homepage-video .mobile-video__buttons.text-on-video {
    z-index: 20
}

.homepage-video .mobile-video__buttons a.highlight-false {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff
}

.homepage-video .mobile-video__buttons a.highlight-true {
    background-color: #fff;
    border-color: #fff
}

.homepage-video .mobile-video__buttons a.highlight-true {
    color: #333
}

.homepage-video .mobile-video__buttons .action_button {
    margin: 5px
}

@media only screen and (min-width:481px) {
    .homepage-video .mobile-video__buttons {
        display: none
    }
}

.darken-video {
    display: block;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 20
}

.newsletter_section {
    padding: 20px 0
}

.banner.page-banner {
    width: 100%;
    overflow: hidden;
    max-height: 100vh
}

.caption.captionOverlay--true {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    transform: translate(0, -50%);
    z-index: 3
}

.caption.captionOverlay--true {
    top: 50%
}

.caption.captionOverlay--true .headline,
.caption.captionOverlay--true .subtitle {
    color: #fff
}

@media only screen and (max-width:798px) {
    .caption.captionOverlay--true {
        top: 50%
    }
}

.dark-overlay-true:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.caption.collection-title-alignment--left {
    text-align: left
}

.caption.collection-title-alignment--right {
    text-align: right
}

.caption.collection-title-alignment--left,
.caption.collection-title-alignment--right {
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.banner h1.headline.collection-title-color--alt {
    color: #000
}

.product_name {
    font-family: Quicksand;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px
}

.vendor a {
    height: 28px;
    width: 145px;
    color: #000;
    font-family: Quicksand;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px
}

.current_price {
    color: #000;
    font-family: Quicksand;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0
}

.option_title {
    color: #000;
    font-family: Quicksand;
    font-size: 21px;
    font-weight: lighter
}

.was_price {
    color: #db222a;
    font-family: Quicksand;
    font-size: 28px;
    font-weight: 100
}

.loveit {
    background-color: rgba(0, 174, 169, .15);
    padding: 24px
}

.loveit h3 {
    color: #000;
    font-family: Quicksand;
    font-size: 28px;
    font-weight: bold
}

.menu li {
    position: relative;
    vertical-align: top
}

.action_button_teal first_button highlight-true {
    background: #00aea9;
    color: #fff;
    border: 1px solid #00aea9;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    -webkit-appearance: none
}

a.action_button_teal.first_button.highlight-true {
    background: #00aea9;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.silver-row {
    width: 100%;
    text-align: center !important;
    padding: 10%;
    margin-left: 0;
    margin-right: 0
}

.block__custom_html.block__4534c6f2-563d-4db5-9383-c146fe727ccb {
    background: #efefef
}

.money {
    font-family: 'Kumbh Sans', sans-serif
}

.pretext p {
    margin: 0 0 0 !important
}

.caption .pretext {
    margin: 0 !important
}

a.download_manual {
    margin-bottom: 5px
}

#fashion-color-container {
    font-weight: 600;
    font-family: 'Kumbh Sans', sans-serif
}

#item-number-container {
    color: #637381;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Kumbh Sans', sans-serif
}

.swatch .option_title {
    font-family: 'Kumbh Sans', sans-serif
}

.page-evenflo-gold .block__image_with_text a.collection_title,
.page-evenflo-gold .block__rich_text_and_image h2.rich-text__heading,
.page-evenflo-gold .block__featured_collection h2.title {
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif
}

.page-about-evenflo-gold .block__image_with_text a.collection_title,
.page-about-evenflo-gold .block__rich_text_and_image h2.rich-text__heading,
.page-about-evenflo-gold .block__featured_collection h2.title {
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif
}

.page-gold-smart-innovation .block__image_with_text a.collection_title,
.page-gold-smart-innovation .block__rich_text_and_image h2.rich-text__heading,
.page-gold-smart-innovation .block__featured_collection h2.title {
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif
}

.page-gold-consumer-care .block__image_with_text a.collection_title,
.page-gold-consumer-care .block__rich_text_and_image h2.rich-text__heading,
.page-gold-consumer-care .block__featured_collection h2.title {
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif
}

.page-gold-lifetime-warranty .block__image_with_text a.collection_title,
.page-gold-lifetime-warranty .block__rich_text_and_image h2.rich-text__heading,
.page-gold-lifetime-warranty .block__featured_collection h2.title {
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif
}

.page-revolve360 .block__image_with_text a.collection_title,
.page-revolve360 .block__rich_text_and_image h2.rich-text__heading,
.page-revolve360 .block__featured_collection h2.title {
    text-transform: uppercase;
    font-family: 'Kumbh Sans', sans-serif
}

.page-gold-lifetime-warranty .block__rich_text_and_image {
    font-family: Quicksand
}

.page-gold-lifetime-warranty .block__rich_text_and_image p {
    text-align: left;
    line-height: 1.9rem;
    letter-spacing: .00125rem;
    word-spacing: -1px
}

.page-gold-lifetime-warranty .block__rich_text_and_image h2.rich-text__heading.title {
    font-size: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600
}

.page-gold-lifetime-warranty .block__rich_text_and_image h3.rich-text__heading.title {
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 1.25rem;
    color: #000;
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75rem
}

.page-gold-lifetime-warranty .block__rich_text_and_image .rich-text__text {
    max-width: 795px;
    font-size: 18px;
    margin: 0 auto
}

.page-gold-lifetime-warranty .block__rich_text_and_image .rich-text__text p,
.page-gold-lifetime-warranty .block__rich_text_and_image .rich-text__text ul,
.page-gold-lifetime-warranty .block__rich_text_and_image .rich-text__text ul li,
.page-gold-lifetime-warranty .block__rich_text_and_image .rich-text__text a {
    font-family: 'Kumbh Sans', sans-serif;
    letter-spacing: .0125rem;
    word-spacing: 1.5px;
    line-height: 26px
}

.page-distributors h2.rich-text__heading.title {
    color: #000
}

.page-distributors .block__image_with_text_overlay .caption-content .headline {
    text-shadow: 2px 4px 5px #555
}

.block__two_column_text {
    margin-top: 100px;
    margin-bottom: 100px
}

.block__two_column_text .rich-text__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%
}

.block__two_column_text .rich-text__content .image-element__wrap {
    margin-top: auto;
    margin-bottom: auto;
    width: 50%
}

@media only screen and (max-width:798px) {
    .block__two_column_text {
        margin-top: 0;
        margin-bottom: 0
    }

    .block__two_column_text .one-half.column {
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

.page-warranty .block__image_with_text_overlay .subtitle p {
    text-shadow: 2px 4px 5px #555
}

svg.TTteaser__icon--full {
    fill: #ffb901
}

svg.TTteaser__icon--half {
    stroke: #ffb901;
    color: #ffb901
}

svg.TTteaser__icon--empty {
    stroke: #ffb901
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12pt
}

a {
    font-weight: 700;
    transition: all .15s ease-in-out
}

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

iframe,
video {
    max-width: 100%
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 400
}

.caption .headline,
.collection_title {
    line-height: 1.2
}

table img {
    max-width: initial
}

li.homepage-custom-searchbar {
    padding-right: 0 !important
}

div.custom-search-container {
    padding: 0 !important
}

div.custom-search-container form.search__form input.custom-search-input {
    min-height: 32px;
    height: 32px;
    margin-top: 4px
}

div.custom-search-container form.search__form span.search-submit {
    top: 2px
}

.menu li a,
.menu li a span,
.menu li a:active,
.search__form input,
.search__form input:active,
.search__form input:focus,
.top-bar a.mini_cart span {
    font-family: 'Kumbh Sans', sans-serif
}

.menu {
    margin-top: 4px;
    margin-bottom: 4px
}

div.top-bar ul.menu {
    margin-left: 80px
}

.top-bar div.top-bar--right-menu {
    margin-right: 75px
}

.menu li {
    padding-right: 24px
}

.cart-container .mini_cart {
    padding-top: 5px
}

.top-bar li {
    padding-left: 0
}

.top-bar div.top-bar--right-menu li {
    padding-right: 0;
    padding-left: 10px
}

@media screen and (max-width:768px) {
    .cart-container .mini_cart {
        padding-top: 0
    }
}

.custom-mega-menu {
    border-right: 1px solid #000
}

a.mega-menu-headers,
div.mega-menu-headers,
p.mega-menu-headers {
    font-size: 25px
}

a.mega-menu-headers:hover,
div.mega-menu-headers:hover,
p.mega-menu-headers:hover {
    font-size: 25px
}

.menu-arrow {
    margin-top: 7%;
    margin-left: 10%
}

.background-fix {
    background-color: #fff
}

.vertical-menu a[href='/collections/sale'] {
    color: red !important;
    padding-left: 24px
}

.menu li a[href='/collections/sale'] {
    color: red !important
}

.menu li:last-child div.mobile-menu-divider {
    content: '';
    display: none;
    visibility: hidden
}

.btn {
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.btn:last-child {
    margin-right: 0
}

.btn p {
    display: flex;
    transition: all .3s;
    font-weight: 500;
    color: #fff
}

.btn svg {
    height: 14px;
    width: 14px;
    transition: all .3s;
    fill: #00aea9
}

.btn.square {
    border-radius: 0
}

.btn.rounded {
    border-radius: 30px !important
}

.btn.icon {
    padding: 10px 15px
}

.btn.icon:hover p {
    color: #646777
}

.btn.icon:hover svg {
    fill: #646777
}

.btn.icon.icon--right svg {
    margin: 2px 0 0 5px
}

.btn.btn-secondary {
    background-color: #00aea9;
    border-color: #00aea9;
    color: #fff
}

.btn.btn-secondary:before {
    background-color: #00aea9
}

.btn.btn-secondary:active,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    border-color: #007b77;
    color: #28a745
}

.btn.btn-secondary:not([disabled]):not(.disabled).active,
.btn.btn-secondary:not([disabled]):not(.disabled):active {
    background-color: #ddd;
    border-color: #ddd
}

.btn.btn-danger:active p,
.btn.btn-danger:active:focus p,
.btn.btn-danger:focus p,
.btn.btn-danger:hover p,
.btn.btn-outline-danger:active p,
.btn.btn-outline-danger:active:focus p,
.btn.btn-outline-danger:focus p,
.btn.btn-outline-danger:hover p,
.btn.btn-outline-primary:active p,
.btn.btn-outline-primary:active:focus p,
.btn.btn-outline-primary:focus p,
.btn.btn-outline-primary:hover p,
.btn.btn-outline-success:active p,
.btn.btn-outline-success:active:focus p,
.btn.btn-outline-success:focus p,
.btn.btn-outline-success:hover p,
.btn.btn-outline-warning:active p,
.btn.btn-outline-warning:active:focus p,
.btn.btn-outline-warning:focus p,
.btn.btn-outline-warning:hover p,
.btn.btn-primary:active p,
.btn.btn-primary:active:focus p,
.btn.btn-primary:focus p,
.btn.btn-primary:hover p,
.btn.btn-success:active p,
.btn.btn-success:active:focus p,
.btn.btn-success:focus p,
.btn.btn-success:hover p,
.btn.btn-warning:active p,
.btn.btn-warning:active:focus p,
.btn.btn-warning:focus p,
.btn.btn-warning:hover p {
    color: #fff
}

.btn.btn-danger:active svg,
.btn.btn-danger:active:focus svg,
.btn.btn-danger:focus svg,
.btn.btn-danger:hover svg,
.btn.btn-outline-danger:active svg,
.btn.btn-outline-danger:active:focus svg,
.btn.btn-outline-danger:focus svg,
.btn.btn-outline-danger:hover svg,
.btn.btn-outline-primary:active svg,
.btn.btn-outline-primary:active:focus svg,
.btn.btn-outline-primary:focus svg,
.btn.btn-outline-primary:hover svg,
.btn.btn-outline-success:active svg,
.btn.btn-outline-success:active:focus svg,
.btn.btn-outline-success:focus svg,
.btn.btn-outline-success:hover svg,
.btn.btn-outline-warning:active svg,
.btn.btn-outline-warning:active:focus svg,
.btn.btn-outline-warning:focus svg,
.btn.btn-outline-warning:hover svg,
.btn.btn-primary:active svg,
.btn.btn-primary:active:focus svg,
.btn.btn-primary:focus svg,
.btn.btn-primary:hover svg,
.btn.btn-success:active svg,
.btn.btn-success:active:focus svg,
.btn.btn-success:focus svg,
.btn.btn-success:hover svg,
.btn.btn-warning:active svg,
.btn.btn-warning:active:focus svg,
.btn.btn-warning:focus svg,
.btn.btn-warning:hover svg {
    fill: #fff
}

.btn.expand svg {
    width: 0;
    transition: all .3s
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.btn.expand.expand--load svg {
    width: 14px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.btn-toolbar {
    margin-top: 15px;
    margin-bottom: 10px
}

.btn-toolbar>* {
    margin-right: 15px
}

.btn-toolbar>:last-child {
    margin-right: 0
}

.btn-toolbar:first-child {
    margin-top: 0
}

.btn-toolbar:last-child {
    margin-bottom: -10px
}

.btn-toolbar.btn-toolbar--center>* {
    margin-right: auto;
    margin-left: auto
}

.btn-group {
    border-radius: 5px
}

.btn-group .btn {
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    font-weight: 500
}

.btn-group.btn-group--justified {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.btn-group.btn-group--justified .btn {
    width: 100%
}

.btn-group.btn-group--icons .btn {
    padding: 3px 5px;
    line-height: 14px
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

button:active,
button:focus {
    outline: 0
}

.livechat_button.action_button a {
    color: #fff
}

.livechat_button.action_button:hover a {
    color: #00aea9
}

.h1,
h1 {
    font-size: 32px
}

@media(min-width:798px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-size: 26px
}

@media(min-width:798px) {

    .h2,
    h2 {
        font-size: 22px
    }
}

.h3,
h3 {
    font-size: 20px
}

@media(min-width:798px) {

    .h3,
    h3 {
        font-size: 18px
    }
}

.evenflo-gold-font {
    font-family: 'Kumbh Sans', sans-serif
}

p.manual-title {
    vertical-align: middle !important;
    margin-top: 18px;
    margin-left: 80px;
    font-weight: 700
}

div.manual-tile {
    margin-bottom: 30px
}

h3.category-title {
    font-size: 38px
}

.filters {
    padding-left: 15px
}

.manual-buttons-div {
    padding-top: 10px
}

.filter-button {
    margin-left: 10px;
    min-width: 155px;
    padding: 0 10px
}

.filter-label {
    padding-top: 5px
}

.select-dropdown {
    min-width: 12vw;
    padding-top: 3px
}

.disabled-btn {
    visibility: hidden;
    clear: both;
    display: none
}

div.manual-col {
    width: auto
}

.mobile-divider {
    visibility: hidden;
    display: none
}

a.manual-btn-text {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

div.manual-container-fix,
div.manual-container-fix .columns {
    margin-left: 0;
    margin-right: 0
}

.left-manual-copy-column {
    padding-right: 15px
}

.right-manual-copy-column {
    padding-left: 15px
}

@media screen and (max-width:768px) {
    .mobile-divider {
        visibility: visible;
        display: block
    }

    .left-manual-copy-column {
        padding-right: 0
    }

    .right-manual-copy-column {
        padding-left: 0
    }

    .filter-label {
        visibility: hidden;
        clear: both;
        display: none
    }

    div.manual-list h2 {
        margin-top: 10px
    }

    div.manual-list {
        padding-bottom: 20px
    }
}

@media screen and (max-width:576px) {
    a.manual-btn-text {
        font-size: 16px
    }
}

@media screen and (max-width:400px) {
    a.manual-btn-text {
        font-size: 14px;
        padding: 0 10px
    }

    .filter-button {
        font-size: 14px !important;
        margin-left: 10px !important
    }
}

@media screen and (max-width:350px) {
    a.manual-btn-text {
        font-size: 12px;
        padding: 0 10px
    }

    .filters {
        padding: 0
    }

    .filter-button {
        margin: 0;
        min-width: 130px
    }
}

@media screen and (max-width:300px) {
    a.manual-btn-text {
        font-size: 12px;
        padding: 0 10px
    }

    .filters {
        padding: 0
    }
}

div.registration-form-copy,
h3.registration-form-copy-header {
    text-align: left
}

div.registration-form-copy {
    padding-right: 25px
}

h1.registration-page-header {
    color: #000;
    font-size: 52px;
    text-align: center
}

h3.registration-form-copy-header {
    color: #000;
    font-size: 42px;
    line-height: 1.25
}

h4.registration-form-form-headers {
    color: #000;
    line-height: 1.25
}

.registration-form-required:after {
    content: " *";
    color: red
}

.registration-form-submit-button {
    border-color: #637380;
    background-color: #637380
}

.detail-sections .list-collections-wrapper .collection-info__caption .title {
    color: #000
}

.detail-sections .featured-link--half {
    background-color: transparent
}

.detail-sections .featured-link--half .info {
    width: 90%
}

.detail-sections .featured-link--half .collection_title {
    color: #00aea9;
    font-size: 40px
}

.index-sections .list-collections-wrapper .collection-info__caption {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .6)
}

@media(min-width:798px) {
    .index-sections .list-collections-wrapper .collection-info__caption {
        height: auto
    }
}

.index-sections .list-collections-wrapper .collection-info__caption .title {
    margin: 0;
    color: #fff
}

.featured-link--half {
    background-color: transparent
}

.featured-link--half .collection_title {
    color: #00aea9
}

.featured-link--half .collection_title .description {
    color: #000
}

.banner_holder {
    right: unset;
    left: 10px
}

.list-collections .thumbnail .thumbnail_banner,
.product-list .thumbnail .thumbnail_banner,
.slider-gallery .thumbnail .thumbnail_banner {
    border-radius: 16px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.homepage-slideshow .flickity-page-dots .dot {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    border-radius: 50%;
    background: #c4cdd5;
    opacity: 1 !important
}

.homepage-slideshow .flickity-page-dots .dot.is-selected {
    background: #00aea9
}

span.price-font {
    font-size: 28px !important;
    font-weight: 700;
    font-family: Quicksand
}

.swatch_options input:checked+.swatch-element {
    border-color: #00aea9;
    box-shadow: 0 0 0 2px #fff
}

.product_section .modal_price .sold-out__container {
    margin-right: 10px
}

.TTteaser__write-review {
    height: unset;
    line-height: unset;
    text-transform: unset;
    letter-spacing: unset;
    vertical-align: unset
}

.base-vendor-line {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.base-vendor-block {
    width: auto;
    border-top-width: 5px;
    border-top-style: solid;
    padding-top: 23px
}

.vendor-evenflo {
    border-color: #00aea9
}

.vendor-exersaucer {
    border-color: #684bde
}

.vendor-gold {
    border-color: #f8a03f
}

.pdp-short-description-header {
    color: #000 !important;
    font-size: 24px !important
}

.pdp-short-description {
    padding-bottom: 20px
}

.evenflo-bullet {
    max-width: 40px !important;
    float: left
}

.bullet-text {
    font-size: 18px;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    vertical-align: middle !important;
    padding-left: 55px;
    padding-top: 5px
}

button.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: 0;
    background-color: unset;
    text-transform: none;
    padding: 0;
    border-radius: unset
}

button.accordion:hover {
    cursor: pointer
}

button.accordion:active,
button.accordion:focus {
    box-shadow: none
}

button.accordion::after {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    color: #777;
    float: right;
    margin-left: 16px;
    transition: transform .4s ease
}

button.accordion.active::after {
    transform: rotate(-180deg)
}

button.accordion h3 {
    color: #000;
    font-size: 24px;
    text-transform: unset
}

.panel {
    display: none;
    overflow: hidden
}

.left-column-data {
    padding-bottom: 10px
}

.left-column-data h3 {
    color: #000;
    font-size: 24px;
    text-transform: unset
}

.left-column-data h5 {
    color: #000;
    font-size: 18px;
    text-transform: unset
}

.left-column-data button.accordion {
    border-bottom: 1px solid #aaa
}

ul.sticky-nav li a.active {
    color: #00aea9;
    border-bottom: #00aea9;
    border-style: solid;
    border-width: 8px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #d9f3f2;
    padding-bottom: 37px
}

ul.sticky-nav {
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 15px;
    border-bottom: none;
    text-transform: none
}

ul.sticky-nav li {
    flex: 0 1 auto
}

ul.sticky-nav li:hover {
    cursor: pointer
}

ul.sticky-nav li a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-right: 0;
    font-family: Quicksand, sans-serif
}

ul.actual-tabs li a.active {
    color: #00aea9;
    border-bottom: #00aea9;
    border-style: solid;
    border-width: 8px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 41px
}

ul.actual-tabs {
    padding: 15px;
    border-bottom: none;
    text-transform: none;
    margin-top: 75px;
    border-bottom: solid 1px #000
}

ul.actual-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%
}

ul.actual-tabs li {
    flex: 0 1 auto
}

ul.actual-tabs li:hover {
    cursor: pointer
}

ul.actual-tabs li a {
    color: #000;
    font-weight: 100;
    font-size: 28px;
    margin-right: 0;
    font-family: Quicksand, sans-serif
}

.pdp-description {
    width: 68%;
    align-items: center;
    margin: auto
}

.pdp-description-area {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 80px
}

.pdp-description-header {
    text-align: left;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1.2
}

.pdp-features-wrapper {
    background-color: #000;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.pdp-video-wrapper {
    padding-bottom: 50px
}

.pdp-video-wrapper .pdp-main-video-wrapper {
    width: 70%;
    padding: 0 50px;
    margin-top: 40px;
    margin: auto
}

@media screen and (max-width:768px) {
    .pdp-video-wrapper .pdp-main-video-wrapper {
        width: 100%
    }
}

.pdp-features-block {
    width: 70%;
    padding: 50px;
    margin-top: 40px;
    margin: auto
}

.pdp-features-block div.l-col {
    margin-left: 0
}

.pdp-features-block div.r-col {
    margin-right: 0
}

.pdp-features-block p {
    color: #fff;
    font-family: Quicksand, sans-serif
}

.pdp-features-block h2,
.pdp-video-header {
    color: #fff;
    font-size: 48px
}

.pdp-video-header {
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px !important
}

.pdp-big-video-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.pdp-big-video-section h2 {
    text-align: center;
    font-size: 48px;
    padding-top: 30px
}

.pdp-safety h2 {
    padding-left: 40px;
    padding-top: 20px;
    font-size: 36px
}

.pdp-safety p {
    padding-left: 40px;
    font-family: Quicksand, sans-serif
}

.pdp-in-the-box h2 {
    font-size: 36px
}

.pdp-in-the-box h3 {
    color: #000;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0
}

.pdp-in-the-box div.spacing-fix {
    margin-left: 0;
    margin-right: 0
}

.pdp-use-and-care h2 {
    font-size: 36px
}

.pdp-use-and-care h3 {
    color: #000;
    margin-bottom: 0
}

.pdp-use-and-care h4 {
    color: #000
}

.pdp-use-and-care {
    font-family: Quicksand, sans-serif
}

.pdp-support-tab p {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: 'Kumbh Sans', sans-serif
}

.pdp-support-tab p.email {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-family: 'Kumbh Sans', sans-serif
}

.pdp-support-tab h3 {
    text-transform: none;
    margin-bottom: 0
}

.pdp-support-tab h4 {
    font-size: 18px;
    text-transform: none;
    margin: 0;
    padding: 0
}

.pdp-support-tab h2 {
    text-align: left;
    font-size: 38px;
    line-height: 1.25
}

.pdp-support-tab div.pom-div {
    margin: auto
}

.pdp-support-tab p.pom {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: left;
    margin-bottom: 20px
}

.pdp-support-tab p.support-links {
    text-align: left;
    font-size: 20px;
    font-family: Quicksand, sans-serif
}

.pdp-support-tab div.parentlink-block {
    margin-top: 55px
}

.parentlink-block h3 {
    font-family: 'Kumbh Sans', sans-serif
}

.custom-sticky-nav-wrapper {
    background-color: #d9f3f2;
    margin-top: 75px;
    margin-bottom: 80px;
    position: sticky;
    top: 105px;
    left: 0;
    z-index: 10;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.pdp-small-space {
    padding: 10px
}

.pdp-child-info h5 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0
}

.pdp-default-child-info h5 {
    margin-bottom: 0;
    padding: 0
}

.pdp-mobile-space {
    visibility: hidden;
    display: none;
    padding: 10px
}

.pdp-mobile-tabs-section {
    visibility: hidden;
    display: none
}

.sirv-spin-container,
div.Sirv,
figure.Sirv {
    width: unset;
    height: unset
}

.pdp-main-video {
    margin: auto;
    display: block
}

.pdp-questions-wrapper {
    max-width: 800px;
    margin: 60px auto
}

.pdp-questions-wrapper .pdp-question-header {
    font-size: 46px;
    text-align: center
}

.pdp-questions-wrapper .pdp-question {
    width: 100%
}

.pdp-questions-wrapper .pdp-question button.accordion {
    align-items: flex-start
}

.pdp-questions-wrapper .pdp-question button.accordion::after {
    margin-top: 6px
}

.pdp-questions-wrapper .pdp-question .ql-editor {
    padding: 0 0 32px
}

.pdp-questions-wrapper .pdp-question p {
    font-size: 18px
}

@media screen and (max-width:768px) {

    .custom-sticky-nav-wrapper,
    ul.actual-tabs,
    ul.tabs-content {
        visibility: hidden;
        clear: both;
        display: none
    }

    .pdp-mobile-space,
    .pdp-mobile-tabs-section {
        visibility: visible;
        display: block
    }

    .ul.actual-tabs li a {
        font-size: 16px
    }

    .one-third,
    .parentlink-block div.one-fourth,
    .parentlink-block div.one-half,
    .pdp-features-block,
    .pdp-in-the-box div.eight,
    .pdp-in-the-box div.one-half,
    .pdp-safety div.one-half,
    .pdp-use-and-care div.one-half {
        width: 100%
    }

    .container .column,
    .container .columns,
    .pdp-features-block div.l-col,
    .pdp-features-block div.r-col {
        margin-left: unset;
        margin-right: unset
    }

    .pdp-child-info h2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .left-column-data h3 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .pdp-in-the-box h2,
    .pdp-safety h2,
    .pdp-use-and-care h2 {
        font-size: 30px;
        line-height: 1.2em
    }

    .loveit h3 {
        font-size: 20px
    }

    .parentlink-block p {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 0
    }

    .parentlink-block p.email {
        font-size: 16px
    }

    .parentlink-block h3 {
        margin-top: 12px;
        margin-bottom: 8px
    }

    .parentlink-block h4 {
        margin-bottom: 0;
        padding: 0
    }

    .parentlink-block {
        margin-top: 20px
    }

    .pdp-mobile-tabs-section button.accordion {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .pdp-mobile-tabs-section div.pdp-child-info {
        padding-bottom: 0
    }

    .pdp-photo-section div.four {
        width: 50%;
        padding: 5px
    }

    .pdp-big-video-section h2,
    .pdp-description-header {
        font-size: 40px
    }

    .pdp-big-video-section h2 {
        line-height: 1.2
    }
}

#widget-modal {
    width: 100%;
    max-width: 90%
}

@media(min-width:798px) {
    #widget-modal {
        max-width: 60%
    }
}

.product .tabs-content {
    margin-bottom: 80px
}

.product .pdp-mobile-tabs-section {
    margin-bottom: 80px
}

.product .tt-container:not(.tt-product-block) {
    margin-bottom: 30px
}

.product section.section>.tt-container:not(.tt-product-block) {
    margin-top: 80px;
    margin-bottom: 80px
}

.not-found-body {
    margin: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(255, 255, 255, 0) 100%), url(https://cdn.shopify.com/s/files/1/0512/2359/3116/files/hero-404-xl-compressor.jpg?v=1622040943) no-repeat 70% 0 fixed;
    background-size: cover
}

p.not-found {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    max-width: 600px
}

img.not-found {
    float: left;
    margin: 0 10px 0 0
}

a.not-found {
    font-size: 20px;
    color: #00aea9;
    line-height: 32px;
    text-decoration: none
}

h1.not-found {
    font-size: 40px;
    color: #fff;
    margin: 0
}

h2.not-found {
    font-size: 72px;
    color: #fff;
    line-height: 74px;
    text-transform: uppercase;
    max-width: 800px;
    margin: 24px 0
}

ul.not-found {
    list-style: none;
    padding-left: 24px
}

#error-container {
    padding: 48px 240px
}

.logo.not-found {
    margin-top: 25px;
    padding-left: 240px
}

@media screen and (max-width:1440px) {
    .not-found-body {
        background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(255, 255, 255, 0) 100%), url(https://cdn.shopify.com/s/files/1/0512/2359/3116/files/hero-404-l-compressor.jpg?v=1622040942) no-repeat 70% 0 fixed;
        background-size: cover
    }

    #error-container {
        padding: 48px 32px;
        max-width: 800px
    }

    .logo.not-found {
        padding-left: 32px
    }
}

@media screen and (max-width:1024px) {
    p.not-found {
        font-size: 18px;
        line-height: 30px;
        max-width: 400px
    }

    a.not-found {
        font-size: 18px;
        line-height: 30px
    }

    h1.not-found {
        font-size: 28px
    }

    h2.not-found {
        font-size: 48px;
        line-height: 52px
    }

    .not-found-body {
        background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(255, 255, 255, 0) 100%), url(https://cdn.shopify.com/s/files/1/0512/2359/3116/files/hero-404-m-compressor.jpg?v=1622040942) no-repeat 70% 0 fixed;
        background-size: cover
    }

    #error-container {
        padding: 32px 24px;
        max-width: 520px
    }

    .logo.not-found {
        padding-left: 24px
    }
}

@media screen and (max-width:768px) {
    p.not-found {
        max-width: 220px
    }

    .not-found-body {
        background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(255, 255, 255, 0) 100%), url(https://cdn.shopify.com/s/files/1/0512/2359/3116/files/hero-404-s-compressor.jpg?v=1622040943) no-repeat center right fixed;
        background-size: cover
    }

    #error-container {
        max-width: 304px
    }
}

span.collection-price {
    font-size: 20px !important;
    font-weight: 400 !important
}

span.current_price {
    font-size: 20px;
    font-weight: 400 !important
}

.collection_description h2 {
    font-size: 40px
}

.collection-header {
    width: 738px
}

span.k-widget {
    width: 75%
}

fieldset {
    border: 0
}

input[type=submit] {
    background: #637380;
    color: #fff;
    border: 1px solid #637380;
    padding: 7px 14px;
    text-align: center;
    cursor: pointer;
    height: auto;
    line-height: 24px;
    vertical-align: top;
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    border-radius: 1px;
    -webkit-appearance: none
}

input[type=submit]:hover {
    background-color: #637380;
    border: 1px solid #637380;
    color: #fff
}

.registration-form-submit-button {
    border-color: #637380;
    background-color: #637380
}

b,
strong {
    font-weight: bold;
    font-size: 12pt
}

span.text-small {
    font-size: 12px
}