/*! CSS Used fontfaces */
@font-face {
    font-family: 'Clearface';
    font-weight: 400;
    font-style: normal;
    src: url('../../common/font/Clearface.woff2') format('woff2'), url('../../common/font/Clearface.woff') format('woff');
}

@font-face {
    font-family: 'FoundersGroteskWeb';
    font-weight: 400;
    font-style: normal;
    src: url('../../common/font/FoundersGroteskWeb-Regular.woff2') format('woff2'), url('../../common/font/FoundersGroteskWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'FoundersGroteskWebBold';
    font-weight: 700;
    font-style: normal;
    src: url('../../common/font/FoundersGroteskWeb-Bold.woff2') format('woff2'), url('../../common/font/FoundersGroteskWeb-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/CircularStd-Book.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}


@font-face {
    font-family: 'NoeDisplay-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/NoeDisplay-Regular.woff') format('woff'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@media (min-width: 0px) {
    .mainnav {
        text-align: center !important;
    }
}

.art-postheader {
    margin-left: 20px;
}

.totals-item-total {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.4;
    background: #fff;
    color: #393939;
    font-weight: 400;
}


.totals-item.totals-item-total label {
    margin-bottom: 0px;
    line-height: 50px !important;
}

    .totalpartvalue {
        font-family: FoundersGroteskWebBold, "Helvetica Neue", Arial, sans-serif;
        font-size: 32px;
    }

.totalpartchf {
    font-family: Clearface,Times New Roman,Times,serif;
    font-size: 20px;
    font-weight: 400;
}

#btnLink {
    width: 270px !important;
    max-width: 300px !important;
}

.bc_PageTitle {
    font-family: Circular, Helvetica Neue, Arial, sans-serif;
    font-size: 36px;
    color: #393939;
    display: none !important;
}



.fab-btn {
    background: #00f !important;
}

.column-labels * {
    font-family: FoundersGroteskWebBold, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #393939;
}

.fizzentitle {
    font-size: 18px;
    opacity: 0.5;
    margin-bottom: 4px;
    font-family: FoundersGroteskWeb, "Helvetica Neue", Arial, sans-serif;
    text-align: left;
    font-weight: 400;
}

#MenuItemCart {
    width: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    padding: inherit !important;
    display: inherit !important;
    padding: inherit !important;
}


.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #00f !important;
}

.reloadRowEmail {
    padding: 0 !important;
}

#bc-total-display * {
    vertical-align: sub;
    color: #393939 !important;
}
.jp-card-container {
    margin-bottom: 20px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    position: fixed;
    top: 40px;
    display: none;
}

#PromoRow {
    display: none;
}

#bc-datenschutz-agb {
    font-size: 18px;
    white-space: normal !important;
    color: #393939;
}

.total-wrapper {
    width: 300px;
    margin-right: 50%;
    margin-left: 50%;
}


.langbutton {
    background: #111 !important;
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
    color: #fff !important;
}

.PackagingBlockDisplay {
    width: 70px !important;
}


.PackagingBlockImage {
    width: 70px !important;
}

#GreatRow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#UpdatePanel2 .bc-btn {
    display: inline-block;
    margin: 0 auto;
    width: 230px;
}

#bc-datenschutz-agb div label a {
    text-decoration: none;
}

#bc-main-content {
    background: #fff !important;
}

#bc-menu {
    background: #fff;
    color: #fff;
    font-weight: 500;
    height: 47px;
}

#scolltotopbutton {
    display: none !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
    border-radius: 2px;
    bottom: 80px;
    color: #fff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    width: 30px;
    z-index: 1000;
}

    #scolltotopbutton.show {
        opacity: 1;
        visibility: visible;
    }

    #scolltotopbutton::after {
        color: #fff;
        content: "keyboard_arrow_up";
        font-family: Clearface,Times New Roman,Times,serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    #scolltotopbutton:hover {
        cursor: pointer;
    }

#shoppingcart-bottom {
    margin-top: 40px;
}

.CardSubTitle {
    font-size: 20px;
    font-family: Circular, "Helvetica Neue", Arial, sans-serif;
}

.CheckoutMainText {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #393939;
    font-size: 18px;
    float: left;
    text-align: left;
}

.CheckoutTitleAddress {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #000000;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.ProductLeft {
}


    .ProductLeft > img:hover {
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        -webkit-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.active_step {
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none;
    border-bottom: none !important;
}

    .active_step a {
        color: #000 !important;
        text-decoration: none;
    }

.add-to-cart__qty {
    border-right: 1px solid #acaba9;
    color: #302e2a;
    display: inline-block;
    float: left;
    height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 40px;
}

.add-to-cart__submit span {
    top: -2px !important;
}

.add-to-cart__submit, .add-to-cart__submit:hover {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #393939 !important;
    font-size: 18px;
    background: #393939 !important;
    line-height: 40px;
}

    .add-to-cart__submit:hover {
        color: #393939 !important;
        background-color: #fff !important;
        border: 2px solid #393939;
    }

.art-postheader {
    font-family: FoundersGroteskWebBold, Helvetica Neue, Arial, sans-serif;
    font-size: 36px;
    color: #393939;
    text-align: left;
}

.bc-background {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-color: #fff !important;
    background-size: cover;
    padding-bottom: 50px;
}

.bc-btn {
    color: #000;
}

.bc-button-group {
    border: 1px solid #acaba9;
    color: #302e2a;
    height: 40px;
}

    .bc-button-group a {
        background: #f7f7f7;
        color: #505050;
    }

        .bc-button-group a:hover {
            background: #f7f7f7;
            color: #505050;
        }

        .bc-button-group a * {
            top: 8px;
        }

.bc-contactdata-form .form-control {
    font-family: FoundersGroteskWeb;
    border-color: #eaeaea;
    border-radius: 2px !important;
    border-style: solid;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.025);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    padding: 10px 15px !important;
}

    .bc-contactdata-form .form-control:focus {
        border-color: #C3964E;
    }

.bc-contactdata-form, table.dataTable {
    font-family: FoundersGroteskWeb,Helvetica Neue,Arial,sans-serif;
    color: #393939;
    font-size: 18px;
}

.bc-error, .form_validation_field.validation_failed {
    color: red !important;
    float: left;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
}

.bc-langselection {
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
}

    .bc-langselection * {
        height: 50px;
        line-height: 20px;
        margin: 0 !important;
    }

.bc-main-article {
    text-align: left;
}

.bc-main-article-row {
    background-color: #fff;
}

.bc-main-article-text {
    line-height: 20px;
    font-size: 20px !important;
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #000000;
}

.bc-main-article-title {
    font-family: FoundersGroteskWebBold,Helvetica Neue,Arial,sans-serif;
    color: #000000;
    font-size: 14px;
    font-size: 52px;
    font-weight: 700;
    height: 250px;
    line-height: 38px;
    margin: .67em 0;
}

.bc-max-site-width {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 !important;
}

 

.bc-product-buttons {
    margin: 0 auto;
    width: unset;
}

.bc-product-card {
    border: none !important;
    box-shadow: none;
    min-height: 600px !important;
}

.bc-product-input-value {
    border-right: none;
    width: 270px;
}

.bc-product-tabnav {
    background: #E5DBD5;
    padding-left: 0;
}

.bc-product-value {
    max-width: 270px !important;
}

.bc-promocode-wrapper {
    padding-left: 35px;
}

.bc-promocodedisplay, .product, .col-form.column-labels {
    font-family: FoundersGroteskWeb,Helvetica Neue,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #393939;
}

.CardSubTitle, .product-price, .product-line-price, .totals .totals-item {
    font-size: 20px;
    color: #393939;
}

    .totals .totals-item label, .totals .totals-item .totals-value {
        font-family: FoundersGroteskWeb,Helvetica Neue,Arial,sans-serif;
        font-size: 20px;
        line-height: 1.4;
        color: #393939;
    }

.bc-separatedelivery {
    font-family: 'Helvetica Neue';
    color: #000000;
    font-size: 18px;
    font-weight: 100 !important;
}

.bc-tab-content {
    border: none !important;
    padding: 20px;
    padding-top: 0px !important;
}

.ProductLeft {
    margin-bottom: 10px;
}

.bc-tooltip-card {
    padding-top: 12px;
}

.btn-delete-item {
    background-color: none;
}

    .btn-delete-item:hover {
        color: red;
    }

.btn-primary {
    -webkit-transition: background-color .3s,border-color .3s;
    -o-transition: background-color .3s,border-color .3s;
    transition: background-color .3s,border-color .3s;
    padding: 14px 42px;
    border: 2px solid #393939;
    background: #393939;
    font-size: inherit;
    font-weight: 700;
    font-family: Circular;
    border-radius: 0;
    width: auto;
    display: inline-block;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}



    .btn-primary:focus, .btn-primary:hover {
        background-color: #00f;
        border-color: #00f;
        z-index: 1;
        outline: 0;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        border-color: #fff !important;
        background: #393939 !important;
    }

.btn-secondary {
    background-color: #393939 !important;
    border: 1px solid #e5e5e5 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

    .btn-secondary:hover {
        background: #393939 !important;
        border: 1px solid #393939 !important;
        color: #fff !important;
    }

.btnProductMinus, .btnProductPlus {
    font-size: 24px !important;
}

.btnPromoCodeSave {
    float: right;
}

.card-deck .card {
    box-shadow: none;
}

.card-header {
    background: #E5DBD5 !important;
    color: #000 !important;
    display: none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
}

.card-img-bottom {
    background-size: contain;
    color: #fff;
    height: 100%;
}

.card-text {
    line-height: 25px;
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #000000;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center !important;
    min-height: 180px;
}

.card-title {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center !important;
    text-transform: none !important;
    display: none;
}

.cart-icon {
    color: #515783 !important;
    float: left;
    font-size: 24px;
    margin-right: 7px;
}

.col-form-label {
    font-family: FoundersGroteskWebBold;
    color: #393939;
    font-size: 20px;
}

.column-labels {
    background: none;
    border-bottom: 1px solid #ceccce;
    color: #393939;
    font-weight: 600;
}

    .column-labels label {
        line-height: 30px;
    }

.filter_nav {
    padding-left: 0 !important;
}

    .filter_nav li {
        align-items: center;
        background-color: #cd5b33 !important;
        border-radius: 2px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Helvetica Neue';
        font-size: 13px;
        font-weight: 600;
        justify-content: center;
        list-style: none;
        margin-right: 12px;
        padding: 6px 18px;
        position: relative;
        top: -2px;
        transition: all .5s;
    }

.footerline {
    -moz-box-shadow: 0 -4px 3px rgba(50,50,50,.75);
    -webkit-box-shadow: 0 -4px 3px rgba(50,50,50,.75);
    background-color: #fff;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50px;
    border-top: 2px solid #fff;
    bottom: 0;
    box-shadow: 0 -5px 10px -5px #aaa;
    display: block;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    text-align: center;
}

.form-control {
    background: none;
    border-radius: 0;
    font-family: 'Helvetica Neue';
    color: #000000;
    font-size: 14px;
}

    .form-control:focus {
        border: 1px solid #69CBFF;
        outline-color: #69CBFF !important;
    }

.has-dividers .start_animation {
    z-index: 1;
}

.header {
    max-width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

    .header .card-logo {
        height: inherit;
        width: inherit;
        background: #fff !important;
    }

    .header .logo img {
        max-height: 65px;
        width: auto;
    }

.iziModal {
    border-bottom: none !important;
}

    .iziModal * {
        margin: auto;
    }

    .iziModal .iziModal-header-title {
        color: #fff;
    }

.iziModal-header {
    background: #393939 !important;
    box-shadow: none !important;
}

.iziToast, .iziModal, .iziModal .iziModal-header-title {
    font-family: Circular;
}
.text_text, .text_page2 {
    font-family: Circular !important;
}

.toTextarea-placeholder:empty:after {
    font-style: normal !important;
}

.logo, .nav {
    background-color: #fff !important;
}

.mainnav {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
}

    .mainnav > li:nth-child(even) {
    }

    .mainnav > li:nth-child(odd) {
    }

    .mainnav > li {
    }

    .mainnav a {
        font-family: FoundersGroteskWeb,Helvetica Neue,Arial,sans-serif;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        color: #000;
        height: 80px;
        padding: 0 20px;
        text-align: left;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: 2px solid #fff;
        display: -webkit-box;
        display: flex;
        font-size: 19px !important;
        font-stretch: normal;
        font-style: normal;
        -webkit-box-pack: justify;
        justify-content: space-between;
        letter-spacing: 1px;
        line-height: 1.25;
        text-transform: uppercase;
        margin-left: -1px;
        margin-right: -1px;
    }

header nav {
    margin-top: 0 !important;
}

#nav-items {
    display: inline-grid;
}

.nav-fill .nav-item {
    background: #000 !important;
    color: #fff;
    border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: none !important;
    background-color: inherit;
    border-bottom: none;
    border-radius: 0px;
    color: #393939;
    padding-top: 12px;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: 800;
}

.page-item.active .page-link {
    background-color: #b28f5f !important;
    border-color: #b28f5f !important;
    color: #fff !important;
}

.product-wrapper {
    border-bottom: 1px solid #ceccce;
}



.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8 !important;
    padding-bottom: 35px;
}

.tbPromo {
    width: 250px !important;
}

.totals .totals-item .totals-value {
    width: 40%;
}

.totals .totals-item label {
    width: 60%;
}



[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-family: FoundersGroteskWeb,Helvetica Neue,Arial,sans-serif;
    color: #393939;
    font-size: 14px;
    margin-right: 5px;
}

    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
        background: black !important;
    }

address {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #393939;
    font-size: 18px;
    font-weight: 400 !important;
}

article.art-post.art-article {
    background: #fff;
    border: none;
    color: #000;
    margin-top: 50px;
}

#PackagingBox {
    border: none;
}

footer > * {
    font-family: FoundersGroteskWeb,Helvetica Neue,Arial,sans-serif !important;
}

body {
    background-color: #fff !important;
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none;
}

.product .product-image img {
    border: none !important;
}

table.table-bordered.dataTable th div, table.table-bordered.dataTable th:last-child {
    font-family: Circular,Helvetica Neue,Arial,sans-serif;
    color: #000000;
    font-size: 20px !important;
    font-weight: normal !important;
}

@media (max-width: 900px) {
    .active_step {
        position: absolute !important;
        top: 70px;
        left: 20px;
    }
}

@media all and max-width 768px {
    .header .logo img {
        margin-top: 30px;
    }

    .product .product-image img {
        width: 60%;
    }

    .product-line-price {
        font-size: 15px;
    }

    .product-price {
        font-size: 14px;
    }

    .totals .totals-item .totals-value {
        text-align: center;
        width: 60% !important;
    }

    .totals .totals-item label {
        text-align: center;
        width: 40% !important;
    }
}

@media screen and (max-width 850px) {
    #tbPromoCode {
        display: inline-block;
        margin-left: 25px;
        min-width: 248px;
        width: 278px !important;
    }

    .btnPromoCodeSave {
        float: right;
        margin-right: 25px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 850px) {
    .header_navItem {
        display: none;
    }

    .active_step {
        display: inline-block !important;
    }
}



/*********************************************************
/* START Footer
*********************************************************/
/*! CSS Used from: https://cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/main.scss.css?v=10632761599615306133 ; media=all */
@media all {
    .icon-arillo {
        width: 24px;
        height: 12px;
    }

    .icon-facebook, .icon-instagram {
        width: 24px;
        height: 24px;
    }

    .icon-pinterest {
        width: 24px;
        height: 24px;
    }

    hr {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        overflow: visible;
    }

    a {
        background-color: transparent;
    }

    button, input {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button, input {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    [type=submit], button {
        -webkit-appearance: button;
    }

        [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        [type=submit]:-moz-focusring, button:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

        button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after, :before {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    form, p {
        margin: 0;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    hr {
        display: block;
        height: 0;
        border: 0;
        border-top: 1px solid;
        margin: 0;
        padding: 0;
        clear: both;
    }

    input {
        vertical-align: middle;
        color: inherit;
        font: inherit;
        border: 0;
        background: transparent;
        padding: 0;
    }

        input:focus {
            outline: 0;
        }

    label {
        display: inline-block;
    }

        label[for] {
            cursor: pointer;
        }

    ::-webkit-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    :-ms-input-placeholder, ::-ms-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    ::placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    button {
        outline: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
        line-height: inherit;
        vertical-align: baseline;
        color: inherit;
        cursor: pointer;
        font: inherit;
        border-radius: 0;
    }

    .g-row:after {
        display: block;
        content: "";
        clear: both;
    }

    .g {
        float: left;
        width: 100%;
        min-height: 1px;
        position: relative;
    }

    .g-row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .g {
        padding-left: 8px;
        padding-right: 8px;
    }

    .g-6 {
        width: 50%;
    }


    @media (min-width: 728px) {
        .g-row {
            margin-left: -11px;
            margin-right: -11px;
        }

        .g {
            padding-left: 11px;
            padding-right: 11px;
        }

        .g-4\@sm {
            width: 33.33333%;
        }

        .g-8\@sm {
            width: 66.66667%;
        }

        .g-pull-4\@sm {
            right: 33.33333%;
        }

        .g-push-8\@sm {
            left: 66.66667%;
            line-height: 28px !important;
        }
    }

    @media (min-width: 966px) {
        .g-row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .g {
            padding-left: 15px;
            padding-right: 15px;
        }

        .g-4\@md {
            width: 33.33333%;
        }

        .g-6\@md {
            width: 50%;
        }
    }

    @media (min-width: 1520px) {
        .g-row {
            margin-left: -20px;
            margin-right: -20px;
        }

        .g {
            padding-left: 20px;
            padding-right: 20px;
        }

        .g-4\@lg {
            width: 33.33333%;
        }

        .g-6\@lg {
            width: 50%;
        }

        .g-8\@lg {
            width: 66.66667%;
        }
    }

    .l-container {
        width: 100%;
        max-width: 416px;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    @media (min-width: 728px) {
        .l-container {
            max-width: 728px;
            padding-left: 22px;
            padding-right: 22px;
        }
    }

    @media (min-width: 966px) {
        .l-container {
            max-width: 966px;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 1520px) {
        .l-container {
            max-width: 1520px;
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    .form_input {
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
        outline: 0;
        width: 100%;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: 1.4;
        border: 2px solid #393939;
        border-radius: 0;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 9px 14px;
        height: 51px;
    }

        .form_input:focus {
            border-color: rgba(57, 57, 57, 0.5);
        }

    .btn {
        width: auto;
        max-width: 100%;
    }

    .btn {
        -webkit-transition: background-color .3s,border-color .3s;
        -o-transition: background-color .3s,border-color .3s;
        transition: background-color .3s,border-color .3s;
        padding: 14px 42px;
        border: 2px solid #393939;
        background: #393939;
        font-size: inherit;
        font-weight: 700;
        font-family: Circular;
        border-radius: 0;
        display: inline-block;
        color: #fff;
        line-height: 1.4;
        text-align: center;
        vertical-align: middle;
        text-shadow: none;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .btn:active, .btn:focus, .btn:hover {
            background-color: #00f;
            border-color: #00f;
            z-index: 1;
            outline: 0;
        }

    .icon {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        speak: none;
        color: inherit;
    }

    .footer {
        line-height: 22.4px;
        background-color: #252525;
        color: #fff;
        padding: 56px 0 28px;
        position: relative;
        overflow: hidden;
        background-image: url(//cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/owl.svg?v=12488072797166975008);
        background-size: 150% 150%;
        background-repeat: no-repeat;
        background-position: 60% 30%;
    }

    @media (min-width: 728px) {
        .footer {
            background-position: 60% -10%;
        }
    }

    @media (min-width: 1520px) {
        .footer {
            padding: 84px 0 56px;
        }
    }

    .footer_link a, a.footer_link {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        .footer_link a:hover, a.footer_link:hover {
            opacity: .5;
        }

    .footer_input {
        border-color: #000;
        background-color: #000;
    }

        .footer_input:focus {
            border-color: inherit;
        }

    .footer_btn {
        background-color: transparent;
        border: 2px solid #fff;
        font-weight: 400;
        padding: 9px 28px;
    }

    @media (max-width: 727px) {
        .footer_btn {
            width: 100%;
            display: block;
        }
    }

    .socialBtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .socialBtns-inline {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .socialBtns-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .socialBtns_item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .socialBtns-inline .socialBtns_item:not(:last-child) {
        margin-right: 19px;
    }

    .socialBtns_link {
        display: block;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        line-height: 1;
    }

        .socialBtns_link:hover {
            opacity: .4;
        }

        .socialBtns_link .icon {
            display: block;
        }

    .socialBtns-lg .socialBtns_link .icon {
        width: 32px;
        height: 32px;
    }

    .u-pull-top-1 {
        margin-top: -1px;
    }

    .u-push-rgt-4 {
        margin-right: 4px;
    }

    .u-push-top {
        margin-top: 28px;
    }

    .u-padd-rgt {
        padding-right: 28px;
    }

    .u-padd-top-quarter {
        padding-top: 7px;
    }

    .u-push-btm-half {
        margin-bottom: 14px;
    }

    .u-push-btm-threeQuarter {
        margin-bottom: 21px;
    }

    .u-push-btm-plusHalf {
        margin-bottom: 42px;
    }

    .u-padd-top-plusHalf {
        padding-top: 42px;
    }

    .u-push-btm-plusTwoThird {
        margin-bottom: 47px;
    }

    .u-push-vert-double {
        margin-top: 56px;
    }

    .u-push-vert-double {
        margin-bottom: 56px;
    }

    @media (min-width: 728px) {
        .u-push-btm-quarter\@sm {
            margin-bottom: 7px;
        }

        .u-padd-lft-threeQuarter\@sm {
            padding-left: 21px;
        }

        .u-push-btm-plusHalf\@sm {
            margin-bottom: 42px;
        }

        .u-push-btm-0\@sm {
            margin-bottom: 0;
        }

        .u-padd-top-0\@sm {
            padding-top: 0;
        }
    }

    @media (min-width: 1520px) {
        .u-padd-top-double\@lg {
            padding-top: 56px;
        }
    }

    .u-d-ibl {
        display: inline-block;
    }

    @media (min-width: 728px) {
        .u-d-flx\@sm {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .u-flx-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .u-flx-none {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .u-h5 {
        font-size: 26px;
    }

    .u-h5, .u-h6 {
        line-height: 1.2;
    }

    .u-h6 {
        font-size: 24px;
    }

    .u-o-70 {
        opacity: .7;
    }

    .u-o-50 {
        opacity: .5;
    }

    .u-o-10 {
        opacity: .1;
    }

    .u-pos-rel {
        position: relative;
    }

    .u-sr-only {
        width: 1px !important;
        height: 1px !important;
        position: absolute !important;
        margin: -1px !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        border: 0 !important;
    }

    .u-ff-alt {
        font-family: NoeDisplay-Regular, Clearface,Times New Roman,Times,serif;
    }

    .u-fs-sm {
        font-size: 18px;
    }

    .u-fs-xs {
        font-size: 16px;
    }

    .u-va-mdl {
        vertical-align: middle;
    }
}

/*! CSS Used from: https://cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/main.scss.css?v=10632761599615306133 ; media=all */
@media all {

    footer a.footer_link {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        footer a.footer_link:hover {
            opacity: .5;
        }
}



/*****************************************************
HAEDER
*******************************************************/

/*! CSS Used from: https://cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/main.scss.css?v=10632761599615306133 ; media=all */
@media all {
    .icon-cart {
        width: 24px;
        height: 24px;
    }

    .icon-search {
        width: 24px;
        height: 24px;
    }

    .icon-up {
        width: 24px;
        height: 24px;
    }

    h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

    button {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
    }

        button::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        button:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

        button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after, :before {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    h1 {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        margin: 0;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    img {
        -ms-interpolation-mode: bicubic;
        vertical-align: bottom;
    }

    ::-webkit-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    :-ms-input-placeholder, ::-ms-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    ::placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    button {
        outline: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
        line-height: inherit;
        vertical-align: baseline;
        color: inherit;
        cursor: pointer;
        font: inherit;
        border-radius: 0;
    }

    .l-container {
        width: 100%;
        max-width: 416px;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    @media (min-width: 728px) {
        .l-container {
            max-width: 728px;
            padding-left: 22px;
            padding-right: 22px;
        }
    }

    @media (min-width: 966px) {
        .l-container {
            max-width: 966px;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 1520px) {
        .l-container {
            max-width: 1520px;
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    .l-container-full {
        max-width: none;
    }

    .icon {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        speak: none;
        color: inherit;
    }

    .header {
        height: 66px;
    }

    @media (min-width: 966px) {
        .header {
            height: 124px;
        }
    }

    .header_inner {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        background-color: #fff;
        width: 100%;
        padding: 14px 0;
    }

    @media (min-width: 966px) {
        .header_inner {
            padding: 42px 0;
            -webkit-transition: padding .3s;
            -o-transition: padding .3s;
            transition: padding .3s;
        }
    }

    .header_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
        -webkit-transition: opacity .3s,visibility .3s;
        -o-transition: opacity .3s,visibility .3s;
        transition: opacity .3s,visibility .3s;
    }

        .header_logo:hover {
            opacity: .5;
        }

    .header_logoLink {
        display: block;
    }

    .header_logoImg {
        width: 118px;
        height: auto;
        display: block;
    }

    @media (min-width: 416px) {
        .header_logoImg {
            width: 130px;
        }
    }

    @media (min-width: 728px) {
        .header_logoImg {
            width: 180px;
        }
    }

    .header_top {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: -24px;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        -webkit-transition: opacity .3s,visibility .3s;
        -o-transition: opacity .3s,visibility .3s;
        transition: opacity .3s,visibility .3s;
    }

    .header_topBtn {
        display: block;
    }

    .header_topSvg {
        stroke-width: 2;
        color: inherit;
    }

    .header_content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_toggler {
        width: 26px;
        height: 20px;
        position: relative;
        margin-right: 19px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        .header_toggler:hover {
            opacity: .5;
        }

    @media (min-width: 416px) {
        .header_toggler {
            width: 33px;
            margin-right: 28px;
        }
    }

    .header_togglerIcon {
        position: absolute;
        left: 0;
        width: 26px;
        height: 2px;
        background-color: currentColor;
    }

    @media (min-width: 416px) {
        .header_togglerIcon {
            width: 33px;
        }
    }

    .header_togglerIcon:first-child {
        top: 7px;
    }

    .header_togglerIcon:last-child {
        top: 14px;
    }

    .header_cart, .header_search {
        margin-right: 3px;
        padding: 7px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        .header_cart:hover, .header_search:hover {
            opacity: .5;
        }

    @media (min-width: 416px) {
        .header_cart, .header_search {
            margin-right: 14px;
        }
    }

    .header_cart .icon, .header_search .icon {
        stroke-width: 2;
        display: block;
    }

    .header_cartIcon {
        position: relative;
    }

    .header_cartIconCount {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 16px;
        height: 15px;
        background-color: #393939;
        color: #fff;
        text-align: center;
        font-weight: 700;
        line-height: 16px;
        font-size: 13px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    .header_nav {
        margin-left: 14px;
    }

    @media (min-width: 966px) {
        .header_nav {
            display: block;
        }
    }

    .header_navList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_navItem {
        position: relative;
    }

        .header_navItem:not(:last-child) {
            margin-right: 7px;
        }

    @media (min-width: 966px) {
        .header_navItem:not(:last-child) {
            margin-right: 14px;
        }
    }

    .header_navLink {
        display: block;
        font-size: 19px;
        position: relative;
        padding: 7px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }



        .header_navLink.is-active:before {
            position: absolute;
            top: 110%;
            left: 50%;
            width: 12px;
            height: 2px;
            margin-left: -6px;
            background-color: currentColor;
            content: "";
        }

    .header_navSubList {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 28px) scale(1.05);
        -ms-transform: translate(-50%, 28px) scale(1.05);
        transform: translate(-50%, 28px) scale(1.05);
        padding-top: 28px;
        width: 300px;
        -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s;
        transition: opacity .3s,visibility .3s,-webkit-transform .3s;
        -o-transition: transform .3s,opacity .3s,visibility .3s;
        transition: transform .3s,opacity .3s,visibility .3s;
        transition: transform .3s,opacity .3s,visibility .3s,-webkit-transform .3s;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
    }

    .header_navItem:hover .header_navSubList {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%) scale(1);
        -ms-transform: translate(-50%) scale(1);
        transform: translate(-50%) scale(1);
        pointer-events: auto;
    }

    .header_navSubList:before {
        position: absolute;
        left: 50%;
        bottom: 100%;
        content: "";
        border: 10px solid transparent;
        border-bottom-color: #deefdd;
        -webkit-transform: translate(-50%, 28px);
        -ms-transform: translate(-50%, 28px);
        transform: translate(-50%, 28px);
    }

    .header_navSubItem {
        padding: 0 28px;
        background-color: #deefdd;
    }

        .header_navSubItem:first-child {
            padding-top: 28px;
        }

        .header_navSubItem:last-child {
            padding-bottom: 28px;
        }

    .header_navSubLink {
        border-top: 1px solid rgba(57, 57, 57, 0.3);
        display: block;
        padding: 6px 12px;
        font-size: 18px;
        -webkit-transition: color .3s,background-color .3s;
        -o-transition: color .3s,background-color .3s;
        transition: color .3s,background-color .3s;
    }

        .header_navSubLink:hover {
            background-color: #393939;
            color: #fff;
        }

    .header_navSubItem:last-child .header_navSubLink {
        border-bottom: 1px solid rgba(57, 57, 57, 0.3);
    }

    .u-sr-only {
        width: 1px !important;
        height: 1px !important;
        position: absolute !important;
        margin: -1px !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        border: 0 !important;
    }
}








/******************NAVIGATION*********************/
/*! CSS Used from: https://cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/main.scss.css?v=10632761599615306133 ; media=all */
@media all {
    .icon-close, .icon-facebook, .icon-instagram {
        width: 24px;
        height: 24px;
    }

    .icon-pinterest {
        width: 24px;
        height: 24px;
    }

    a {
        background-color: transparent;
    }

    button {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
    }

        button::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        button:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

        button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after, :before {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ::-webkit-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    :-ms-input-placeholder, ::-ms-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    ::placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    button {
        outline: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
        line-height: inherit;
        vertical-align: baseline;
        color: inherit;
        cursor: pointer;
        font: inherit;
        border-radius: 0;
    }

    .icon {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        speak: none;
        color: inherit;
    }

    .navfizzen {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 450;
        background-color: #222;
        color: #fff;
        width: 100%;
        padding: 28px;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,-webkit-transform .3s;
        -o-transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s,-webkit-transform .3s;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        opacity: 0;
    }

        .navfizzen.is-open {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
            opacity: 1;
        }

    @media (min-width:728px) {
        .navfizzen {
            width: 500px;
            padding: 42px 56px;
        }
    }

    .navfizzen_close {
        padding: 14px;
        margin-left: -14px;
        margin-top: -14px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        .navfizzen_close:hover {
            opacity: .4;
        }

    .navfizzen_closeSvg {
        stroke-width: 2;
    }

    .navfizzen_inner {
        padding: 28px 0 42px;
    }

    .navfizzen_listSecondary {
        margin-bottom: 42px;
    }

    @media (min-width:728px) {
        .navfizzen_listSecondary {
            margin-bottom: 56px;
        }
    }

    .navfizzen_listSecondary-sub {
        padding-top: 14px;
        margin-bottom: 0;
        padding-left: 21px;
    }

    .navfizzen_listSecondaryItem:not(:last-child) {
        margin-bottom: 7px;
    }

    .navfizzen_listSecondaryLink {
        font-size: 26px;
        line-height: 1.2;
        font-family: 'Helvetica Neue';
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    .navfizzen_listSecondaryLink-sub {
        font-size: 20px;
    }

    .navfizzen_listSecondaryLink:hover {
        opacity: .4;
    }

    .navfizzen_socialBtns {
        margin-bottom: 42px;
    }

    @media (min-width:728px) {
        .navfizzen_socialBtns {
            margin-bottom: 63px;
        }
    }

    .navfizzen_listTertiary {
        margin: 0 -14px;
    }

        .navfizzen_listTertiary:after {
            display: block;
            content: "";
            clear: both;
        }

    .navfizzen_listTertiaryItem {
        float: left;
        width: 50%;
        padding: 0 14px;
    }

    .navfizzen_listTertiaryLink {
        font-size: 16px;
        line-height: 1.4;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        .navfizzen_listTertiaryLink:hover {
            opacity: .4;
        }

    .socialBtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .socialBtns-inline {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .socialBtns-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .socialBtns_item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .socialBtns-inline .socialBtns_item:not(:last-child) {
        margin-right: 19px;
    }

    #ctl00_SheetContentPlaceHolder_up {
        font-family: FoundersGroteskWebBold, "Helvetica Neue", Arial, sans-serif;
        font-size: 32px;
    }

    #ctl00_SheetContentPlaceHolder_Label12 {
        font-family: Clearface, Times New Roman, Times, serif;
        font-size: 20px;
        font-weight: 400 !important;
    }

    #ctl00_SheetContentPlaceHolder_Label8 {
        font-family: FoundersGroteskWeb, Helvetica Neue, Arial, sans-serif;
        font-size: 20px;
        color: #393939;
        font-weight: 400 !important;
    }

    .socialBtns_link {
        display: block;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        line-height: 1;
    }

        .socialBtns_link:hover {
            opacity: .4;
        }

        .socialBtns_link .icon {
            display: block;
        }
}

























/*! CSS Used from: https://cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/main.scss.css?v=10632761599615306133 ; media=all */
@media all {
    .icon-facebook, .icon-instagram {
        width: 24px;
        height: 24px;
    }

    .icon-pinterest {
        width: 24px;
        height: 24px;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ::-webkit-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    :-ms-input-placeholder, ::-ms-input-placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    ::placeholder {
        font: inherit;
        color: inherit;
        opacity: .4;
    }

    .icon {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        speak: none;
        color: inherit;
    }

    .nav_inner {
        padding: 28px 0 42px;        
    }

    .nav_listSecondary {
        margin-bottom: 42px;
    }

    @media (min-width:728px) {
        .nav_listSecondary {
            margin-bottom: 56px;
        }
    }

    .nav_listSecondary-sub {
        padding-top: 14px;
        margin-bottom: 0;
        padding-left: 21px;
    }

    .nav_listSecondaryItem:not(:last-child) {
        margin-bottom: 7px;
    }

    .nav_listSecondaryLink {
        font-size: 26px;
        line-height: 1.2;
        font-family: NoeDisplay-Regular;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    .nav_listSecondaryLink-sub {
        font-size: 20px;
    }

    .nav_listSecondaryLink:hover {
        opacity: .4;
    }

    .nav_socialBtns {
        margin-bottom: 42px;
    }

    @media (min-width:728px) {
        .nav_socialBtns {
            margin-bottom: 63px;
        }
    }

    .nav_listTertiary {
        margin: 0 -14px;
    }

        .nav_listTertiary:after {
            display: block;
            content: "";
            clear: both;
        }

    .nav_listTertiaryItem {
        float: left;
        width: 50%;
        padding: 0 14px;
    }

    .nav_listTertiaryLink {
        font-size: 16px;
        line-height: 1.4;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

        .nav_listTertiaryLink:hover {
            opacity: .4;
        }

    .socialBtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .socialBtns-inline {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .socialBtns-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .socialBtns_item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .socialBtns-inline .socialBtns_item:not(:last-child) {
        margin-right: 19px;
    }

    .socialBtns_link {
        display: block;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        line-height: 1;
    }

        .socialBtns_link:hover {
            opacity: .4;
        }

        .socialBtns_link .icon {
            display: block;
        }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: Clearface;
    font-weight: 400;
    font-style: normal;
    src: url(//cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/8aa3b9b6-977a-468e-bb5f-2f3aa9766d27.woff2?v=17883514993211510055) format("woff2"),url(//cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/77725e72-fbdd-4dad-b520-a935dc9747c5.woff?v=16263782926979061214) format("woff");
}

@font-face {
    font-family: Clearface;
    font-weight: 700;
    font-style: normal;
    src: url(//cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/d006bf3d-9b53-4e0c-8d65-041e9979052d.woff2?v=4918506530791678576) format("woff2"),url(//cdn.shopify.com/s/files/1/0246/4638/5763/t/2/assets/c280ce49-62b2-400a-b661-d9f72ba557a2.woff?v=4209866235899825970) format("woff");
}

.nav_closeSvg {
    stroke-width: 2;
}



.bc-main-article-text a {
    color: blue !important;
    text-decoration: underline !important;
}