@charset "UTF-8";

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xl {
    display: none !important
}

.visible-lg-block, .visible-lg-flex, .visible-lg-inline, .visible-lg-inline-block, .visible-lg-inline-flex, .visible-md-block, .visible-md-flex, .visible-md-inline, .visible-md-inline-block, .visible-md-inline-flex, .visible-sm-block, .visible-sm-flex, .visible-sm-inline, .visible-sm-inline-block, .visible-sm-inline-flex, .visible-xl-block, .visible-xl-flex, .visible-xl-inline, .visible-xl-inline-block, .visible-xl-inline-flex, .visible-xs-block, .visible-xs-flex, .visible-xs-inline, .visible-xs-inline-block, .visible-xs-inline-flex {
    display: none !important
}

@media (max-width: 499px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 499px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 499px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 499px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 499px) {
    .visible-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width: 499px) {
    .visible-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .visible-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .visible-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1025px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .visible-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .visible-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1280px) {
    .visible-xl {
        display: block !important
    }

    table.visible-xl {
        display: table !important
    }

    tr.visible-xl {
        display: table-row !important
    }

    td.visible-xl, th.visible-xl {
        display: table-cell !important
    }
}

@media (min-width: 1280px) {
    .visible-xl-block {
        display: block !important
    }
}

@media (min-width: 1280px) {
    .visible-xl-inline {
        display: inline !important
    }
}

@media (min-width: 1280px) {
    .visible-xl-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1280px) {
    .visible-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 1280px) {
    .visible-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (max-width: 499px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width: 1280px) {
    .hidden-xl {
        display: none !important
    }
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.footer, .v-padding-large {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 767px) {
    .v-padding-jumbo {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media (min-width: 768px) {
    .v-padding-jumbo {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

@media (max-width: 767px) {
    .v-padding-mega {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 768px) {
    .v-padding-mega {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.v-margin-standard {
    margin-bottom: 65px
}

.v-margin-large {
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .v-margin-large {
        margin-bottom: 140px
    }
}

html.lock-scroll {
    position: relative;
    overflow: hidden;
    height: 100%
}

html.lock-scroll body {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%
}


.main-container {
    padding-top: 90px;
    padding-bottom: 90px
}

.button, .button-big, .button-expand-collapse, .button-loader, .button-outline, .button-outline-big, .button-outline-white, .button-small, .button-small-outline, .button-small-outline-white, .button-transparent, .button2, .cart-button-row .btn-continue, .dropdown-label, .dropdown-selection, .navigation-button {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.product-feature-eyebrow {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.h1, .page-header-head, .section-header-large .section-header-head, h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -.050em;
    line-height: .8em
}

@media (min-width: 768px) {
    .h1, .page-header-head, .section-header-large .section-header-head, h1 {
        font-size: 70px
    }
}

.minicart-head, .pdp-ingredients-intro-head, .pdp-quote-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -.05em;
    line-height: .9em
}

@media (min-width: 768px) {
    .minicart-head, .pdp-ingredients-intro-head, .pdp-quote-text {
        font-size: 54px
    }
}

.product-feature-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -.055em;
    line-height: 1em
}

@media (min-width: 768px) {
    .product-feature-title {
        font-size: 54px;
        letter-spacing: -.05em;
        line-height: .9em
    }
}

.content-card-title, .ingredients-focus-head, .minicart-popular-items-head, .modal-head, .navigation-list-item, .pdp-ingredients-head, .pdp-quantity-modal-head, .pdp-section h2, .pdp-section h4, .section-header-head {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -.04em;
    line-height: .95em
}

.category-hero .category-hero-description, .pdp-ingredients-intro-text, .pdp-quantity-modal-body h4, .pdp-quote-author, .pdp-reviews-item-title, .pdp-section h3, .pdp-tags-title, .pdp-texture-graph-label, .project-promo .category-hero-description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.1em
}

.cart-product-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.055em;
    line-height: 1.2em;
    text-align: left
}

@media (min-width: 1025px) {
    .cart-product-name {
        font-size: 24px;
        line-height: 1em
    }
}

.grid-item h2, .grid-item h3, .grid-item h4, .minicart-item-name, .minicart-subhead, .navigation-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.045em;
    line-height: 1.2em;
    text-align: left
}

.footer-links-header, .navigation-footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -.015em;
    line-height: 1.2em;
    text-align: left
}

.content-card-subtitle, .pdp-qty-calculation, .pdp-qty-help, .pdp-quote-author-subtitle, .pdp-shipping-flag, .pdp-subscription-price-description, .plp-filters-section-head, .plp-selected-filters-head, .tooltip-label {
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em
}

.cart-totals td:first-child, .data-table thead th, .minicart-totals-label {
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    color: #777
}

.snack-club-badge {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 9px;
    color: #999;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ingredients-focus-text, .pdp-description li, .pdp-description p, .pdp-ingredients-text, .pdp-quantity-modal-body p, .pdp-quantity-modal-inner p, .pdp-tags, .tooltip-content {
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    font-size: 15px;
    line-height: 1.9
}

.pdp-reviews-item-text {
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .015em;
    font-size: 17px;
    line-height: 1.9
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -.7em;
    font-size: .5em;
    line-height: .8em
}

.header-products-label, .mini-nav-link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 5px;
    cursor: pointer;
    letter-spacing: -.02em
}

.header-products-label::after, .mini-nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: all .2s ease-in-out;
    opacity: 1
}

.header-products-label:hover::after, .mini-nav-link:hover::after {
    bottom: 0
}

.footer-links-header, .footer-links-list a, .header-navigation-link, .header-utility-link, .link-white {
    color: #fff;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer
}

.footer-links-header:visited, .footer-links-list a:visited, .header-navigation-link:visited, .header-utility-link:visited, .link-white:visited {
    color: #fff
}

.footer-links-header:hover, .footer-links-list a:hover, .header-navigation-link:hover, .header-utility-link:hover, .link-white:hover {
    color: rgba(255, 255, 255, .65)
}

.footer-bottom-link, .link-gray-on-black {
    color: #b3b3b3;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer
}

.footer-bottom-link:visited, .link-gray-on-black:visited {
    color: #b3b3b3
}

.footer-bottom-link:hover, .link-gray-on-black:hover {
    color: #fff
}

.link-gray-on-white, .pdp-qty-help {
    color: #999;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer
}

.link-gray-on-white:visited, .pdp-qty-help:visited {
    color: #999
}

.link-gray-on-white:hover, .pdp-qty-help:hover {
    color: #000
}

.cart-product-link, .close-button-black, .dropdown-selection, .link-black, .minicart-head-link, .pdp-health-benefits-list a, .pdp-tag a, .tooltip-label {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none
}

.cart-product-link:visited, .close-button-black:visited, .dropdown-selection:visited, .link-black:visited, .minicart-head-link:visited, .pdp-health-benefits-list a:visited, .pdp-tag a:visited, .tooltip-label:visited {
    color: #000
}

.cart-product-link:hover, .close-button-black:hover, .dropdown-selection:hover, .link-black:hover, .minicart-head-link:hover, .pdp-health-benefits-list a:hover, .pdp-tag a:hover, .tooltip-label:hover {
    color: #777
}

.action-link, .minicart-item-quantity-button {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.action-link:visited, .minicart-item-quantity-button:visited {
    color: #000
}

.action-link:hover, .minicart-item-quantity-button:hover {
    color: #777
}

.action-link:hover, .minicart-item-quantity-button:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.arrow-link {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.045em;
    line-height: 1.2em;
    text-align: left
}

.arrow-link:visited {
    color: #000
}

.arrow-link:hover {
    color: #777
}

.arrow-link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/skin/frontend/kind/enterprise/images/arrow-right-black.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2px
}

.arrow-link-light, .pdp-shop-product-line {
    color: #999;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.045em;
    line-height: 1.2em;
    text-align: left;
    letter-spacing: 0
}

.arrow-link-light:visited, .pdp-shop-product-line:visited {
    color: #999
}

.arrow-link-light:hover, .pdp-shop-product-line:hover {
    color: #000
}

.arrow-link-light::after, .pdp-shop-product-line::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/skin/frontend/kind/enterprise/images/arrow-right-black.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2px;
    opacity: .4;
    background-size: 11px 11px;
    position: relative;
    top: -1.5px
}

.arrow-link-light:hover::after, .pdp-shop-product-line:hover::after {
    opacity: 1
}

.button, .button-big, .button-expand-collapse, .button-loader, .button-outline, .button-outline-big, .button-outline-white, .button-small, .button-small-outline, .button-small-outline-white, .button-transparent, .button2, .cart-button-row .btn-continue, .navigation-button {
    display: inline-block;
    min-height: 48px;
    padding: 10px 30px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: border-color 240ms ease, background 240ms ease
}

.button-big:hover, .button-expand-collapse:hover, .button-loader:hover, .button-outline-big:hover, .button-outline-white:hover, .button-outline:hover, .button-small-outline-white:hover, .button-small-outline:hover, .button-small:hover, .button-transparent:hover, .button2:hover, .button:hover, .cart-button-row .btn-continue:hover, .navigation-button:hover {
    background: #777;
    border-color: #777;
    color: #fff
}

.button-big:not(.pdp-nutrition-button):focus, .button-expand-collapse:not(.pdp-nutrition-button):focus, .button-loader:not(.pdp-nutrition-button):focus, .button-outline-big:not(.pdp-nutrition-button):focus, .button-outline-white:not(.pdp-nutrition-button):focus, .button-outline:not(.pdp-nutrition-button):focus, .button-small-outline-white:not(.pdp-nutrition-button):focus, .button-small-outline:not(.pdp-nutrition-button):focus, .button-small:not(.pdp-nutrition-button):focus, .button-transparent:not(.pdp-nutrition-button):focus, .button2:not(.pdp-nutrition-button):focus, .button:not(.pdp-nutrition-button):focus, .cart-button-row .btn-continue:not(.pdp-nutrition-button):focus, .navigation-button:not(.pdp-nutrition-button):focus {
    background: #777;
    border-color: #777;
    outline: 0
}

.button-big {
    min-height: 56px;
    min-width: 220px;
    padding: 14px 40px
}

@media (max-width: 499px) {
    .button-big {
        width: 100%
    }
}

@media (min-width: 768px) {
    .button-big {
        font-size: 13px
    }
}

.button-outline, .button-outline-big, .button-small-outline, .button-small-outline-white, .cart-button-row .btn-continue, .navigation-button {
    color: #000;
    background: #fff
}

.button-outline-big:hover, .button-outline:hover, .button-small-outline-white:hover, .button-small-outline:hover, .cart-button-row .btn-continue:hover, .navigation-button:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.button-outline-big:focus, .button-outline:focus, .button-small-outline-white:focus, .button-small-outline:focus, .cart-button-row .btn-continue:focus, .navigation-button:focus {
    background: #000;
    border-color: #000;
    color: #fff
}

.button-outline-white {
    color: #fff;
    background: #000;
    border-color: #fff
}

.button-outline-white:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.button-outline-white:focus {
    background: #fff;
    border-color: #fff;
    color: #000
}

.button-outline-big {
    min-height: 56px;
    min-width: 220px;
    padding: 14px 40px
}

@media (max-width: 499px) {
    .button-outline-big {
        width: 100%
    }
}

@media (min-width: 768px) {
    .button-outline-big {
        font-size: 13px
    }
}

.button-small {
    font-size: 10px;
    min-height: 40px;
    padding: 6px 15px
}

.button-small-outline {
    font-size: 10px;
    min-height: 40px;
    padding: 6px 15px
}

.button-small-outline-white, .navigation-button {
    font-size: 10px;
    min-height: 40px;
    padding: 6px 15px;
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.button-small-outline-white:hover, .navigation-button:hover {
    border-color: #fff;
    background: #fff;
    color: #000
}

.button-small-outline-white:focus, .navigation-button:focus {
    border-color: #fff;
    background: #fff;
    color: #000
}

.button-transparent {
    background: 0 0;
    color: #000;
    padding: 0;
    border: none
}

.button-toggle-arrow {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-block;
    min-height: 48px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    padding: 12px 0;
    line-height: 20px
}

.button-toggle-arrow:visited {
    color: #000
}

.button-toggle-arrow:hover {
    color: #777
}

.button-toggle-arrow::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
    background: url(/skin/frontend/kind/enterprise/images/arrow-down-black.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center
}

.button-toggle-arrow:hover {
    color: #777
}

.active .button-toggle-arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button-expand-collapse {
    text-align: left
}

.button-loader {
    position: relative;
    min-width: 180px;
    padding-left: 45px;
    padding-right: 45px;
    transition: background .3s ease, border-color .3s ease
}

.button-loader-text {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.button-loader-loader, .button-loader-loader.loader {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 14px;
    top: calc(50% - 15px);
    opacity: 0;
    transition: opacity .3s ease
}

.button-loader-loader.loader::before, .button-loader-loader::before {
    border-color: #bbb
}

.button-loader-loader.loader::after, .button-loader-loader::after {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s
}

.button-loader.loading {
    background: #d9d9d9;
    border-color: #d9d9d9;
    cursor: default
}

.button-loader.loading:hover {
    background: #d9d9d9;
    border-color: #d9d9d9
}

.button-loader.loading .button-loader-text {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: .8
}

.button-loader.loading .button-loader-loader {
    opacity: 1
}

.form-list > li {
    margin-bottom: 20px
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%
}

.form-list .input-range .input-text {
    width: 74px
}

.form-list .control, .form-list .field, .form-list .wide {
    margin-bottom: 20px
}

.col2-set .form-list .control label, .product-options ul.options-list label {
    min-width: inherit;
    width: 250px;
    max-width: 100%
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit
}

.form-list .control {
    margin-top: 10px
}

.form-list .control label {
    float: none
}

.form-list .control .checkbox, .form-list .control .radio {
    margin-right: 6px
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0
}

form .form-instructions {
    font-size: 14px;
    color: #777
}

.input-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 40px;
    background: #fff;
    border: 2px solid #000;
    border-width: 0 0 2px 0;
    font-size: 14px;
    transition: border-color .3s ease;
    outline: 0;
    letter-spacing: 0
}

.input-text:focus {
    border-color: #61b3e4;
    outline: 0
}

select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 14px;
    transition: border-color .3s ease;
    padding: 8px 35px 9px 12px;
    outline: 0;
    letter-spacing: 0;
    background-image: url(/skin/frontend/kind/enterprise/images/select-bg-white.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 31px 26px
}

select:focus {
    border-color: #61b3e4;
    outline: 0
}

select.footer-store-dropdown, select.select-black {
    background-color: #000;
    color: #fff;
    background-image: url(/skin/frontend/kind/enterprise/images/select-bg-black.png)
}

textarea {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #000;
    padding: 12px;
    width: 500px;
    max-width: 100%;
    min-height: 180px;
    transition: border-color .3s ease
}

textarea:focus {
    border-color: #61b3e4;
    outline: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

label {
    color: #777;
    font-size: 12px;
    text-transform: lowercase
}

label.required em {
    color: #d8262e;
    display: inline-block;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: .25em
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color .3s ease;
    margin: 0;
    padding: 0;
    position: relative
}

input[type=radio]::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 24px;
    height: 24px;
    background: url(../images/radio-check.png) no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .3s ease, scale .3s cubic-bezier(.25, .46, .45, .94)
}

input[type=radio]:focus {
    outline: 0
}

input[type=radio]:checked {
    background: #000
}

input[type=radio]:checked::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.page {
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col-left, .col-right {
    width: 33.33333%
}

.col2-left-layout .col-main, .col2-right-layout .col-main {
    width: 66.66667%
}

.col2-left-layout::after, .col2-right-layout::after {
    content: "";
    display: table;
    clear: both
}

.col2-right-layout .col-main {
    float: left
}

.col2-right-layout .col-right {
    float: right
}


.row.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.row-xs-keyline > div {
    border-right: 1px solid #e5e5e5
}

.row-xs-keyline > div:last-child {
    border-right: none
}

@media only screen and (min-width: 500px) {
    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .row-sm-keyline > div {
        border-right: 1px solid #e5e5e5
    }

    .row-sm-keyline > div:last-child {
        border-right: none
    }
}

@media only screen and (min-width: 768px) {

    .start-md {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .row-md-keyline > div {
        border-right: 1px solid #e5e5e5
    }

    .row-md-keyline > div:last-child {
        border-right: none
    }
}

@media only screen and (min-width: 1025px) {
    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .row-lg-keyline > div {
        border-right: 1px solid #e5e5e5
    }

    .row-lg-keyline > div:last-child {
        border-right: none
    }
}

@media only screen and (min-width: 1280px) {
    .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.333%
    }

    .col-xl-offset-2 {
        margin-left: 16.667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.333%
    }

    .col-xl-offset-5 {
        margin-left: 41.667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.333%
    }

    .col-xl-offset-8 {
        margin-left: 66.667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.333%
    }

    .col-xl-offset-11 {
        margin-left: 91.667%
    }

    .start-xl {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-xl {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-xl {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-xl {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-xl {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-xl {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-xl {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-xl {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-xl {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-xl {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .row-xl-keyline > div {
        border-right: 1px solid #e5e5e5
    }

    .row-xl-keyline > div:last-child {
        border-right: none
    }
}

@media (max-width: 499px) {
    .row-xs-keyline > div {
        padding-left: 30px;
        padding-right: 30px
    }

    .row-xs-keyline > div:first-child {
        padding-left: 15px
    }

    .row-xs-keyline > div:last-child {
        padding-right: 15px
    }

    .row-xs-lowline > div + div {
        padding-bottom: 25px
    }

    .row-xs-lowline > div + div::before {
        margin-bottom: 25px;
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #ccc;
        width: 100%
    }

    .row-xs-lowline > div:last-child {
        padding-bottom: 0
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .row-sm-keyline > div {
        padding-left: 30px;
        padding-right: 30px
    }

    .row-sm-keyline > div:first-child {
        padding-left: 15px
    }

    .row-sm-keyline > div:last-child {
        padding-right: 15px
    }

    .row-sm-lowline > div + div {
        padding-bottom: 25px
    }

    .row-sm-lowline > div + div::before {
        margin-bottom: 25px;
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #ccc;
        width: 100%
    }

    .row-sm-lowline > div:last-child {
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .row-md-keyline > div {
        padding-left: 30px;
        padding-right: 30px
    }

    .row-md-keyline > div:first-child {
        padding-left: 15px
    }

    .row-md-keyline > div:last-child {
        padding-right: 15px
    }

    .row-md-lowline > div + div {
        padding-bottom: 25px
    }

    .row-md-lowline > div + div::before {
        margin-bottom: 25px;
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #ccc;
        width: 100%
    }

    .row-md-lowline > div:last-child {
        padding-bottom: 0
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .row-lg-keyline > div {
        padding-left: 30px;
        padding-right: 30px
    }

    .row-lg-keyline > div:first-child {
        padding-left: 15px
    }

    .row-lg-keyline > div:last-child {
        padding-right: 15px
    }

    .row-lg-lowline > div + div {
        padding-bottom: 25px
    }

    .row-lg-lowline > div + div::before {
        margin-bottom: 25px;
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #ccc;
        width: 100%
    }

    .row-lg-lowline > div:last-child {
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .row-xl-keyline > div {
        padding-left: 30px;
        padding-right: 30px
    }

    .row-xl-keyline > div:first-child {
        padding-left: 15px
    }

    .row-xl-keyline > div:last-child {
        padding-right: 15px
    }

    .row-xl-lowline > div + div {
        padding-bottom: 25px
    }

    .row-xl-lowline > div + div::before {
        margin-bottom: 25px;
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #ccc;
        width: 100%
    }

    .row-xl-lowline > div:last-child {
        padding-bottom: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.container, .container-fluid, .container-narrow {
    padding: 0 25px;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .container, .container-fluid, .container-narrow {
        padding: 0 35px
    }
}

.category-occasions .nav-bar .container {
    padding: 0 25px
}

.container {
    max-width: 1280px
}

.container-narrow {
    max-width: 1030px
}

.hscroll {
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hscroll-panel {
    -ms-overflow-style: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding: 10px 0
}

.hscroll-wrapper {
    white-space: nowrap;
    overflow-x: visible;
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: center
}

.hscroll-item {
    display: inline-block
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity .3s ease
}

.overlay.js-overlay-open {
    opacity: 1;
    display: block
}

.add-to-cart-loader {
    position: fixed;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    z-index: 1001
}

.add-to-cart-loader.loading {
    display: block;
    opacity: 1
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    display: none;
    transition: opacity .3s ease;
    z-index: 100
}

.loading-overlay.open {
    display: block;
    opacity: 1
}

.loading-overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fixed-scrollable {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0
}

.fixed-scrollable .wrapper1 {
    width: 100%;
    overflow: auto;
    height: 100%
}

.fixed-scrollable .wrapper3 {
    position: relative;
    min-height: 100%
}

.slider {
    display: none;
    position: fixed;
    height: 100vh;
    z-index: 1100;
    background: #fff
}

.slider.open {
    display: block
}

@media (max-width: 767px) {
    .slider {
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 450ms ease
    }

    .slider.open {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .slider {
        width: 450px;
        -webkit-transform: translateX(450px);
        transform: translateX(450px);
        transition: -webkit-transform 350ms cubic-bezier(.215, .61, .355, 1);
        transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
        transition: transform 350ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 350ms cubic-bezier(.215, .61, .355, 1);
        top: 0;
        right: 0
    }

    .slider.open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slider-close, .slider-close.close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px;
    z-index: 5
}

@media (max-width: 767px) {
    .slider-close, .slider-close.close-button {
        top: -9px;
        right: -5px
    }
}

.footer {
    padding-bottom: 20px;
    background: #000;
    color: #fff
}

select::-ms-expand {
    display: none
}

.footer-links section {
    min-height: 115px
}

.footer-links-group {
    -webkit-column-break-after: always;
    column-break-after: always;
    overflow: hidden
}

.footer-links-header {
    font-size: 16px;
    margin-bottom: 1em
}

.footer-links-list {
    font-size: 12px
}

.footer-links-list li {
    margin-bottom: 5px
}

.footer-links-list li:last-child {
    margin-bottom: 0
}

.footer-social .footer-social-link {
    text-align: center;
    display: inline-block !important
}

.footer-social .footer-social-link .social-link-icon {
    display: block;
    margin: auto
}

.footer-social-link + .footer-social-link {
    margin-left: 10px
}

.footer-bottom-link {
    font-size: 12px
}

.footer-store-dropdown {
    font-size: 16px;
    font-weight: 700;
    width: 123px;
    position: relative;
    left: 15px;
    top: -7px
}

.footer-store-dropdown:focus {
    border-color: transparent
}

@media (max-width: 767px) {
    .footer-main .footer-logo {
        margin-bottom: 37px
    }

    .footer-main .footer-links > .row div {
        padding-top: 10px
    }

    .footer-main .footer-links-group {
        width: 50%;
        margin-bottom: 55px
    }

    .footer-main .footer-links-group .footer-links-list {
        text-align: left
    }

    .footer-main .footer-social {
        margin-bottom: 33px;
        margin-top: 25px
    }

    .footer-bottom {
        position: relative;
        height: 40px
    }

    .footer-bottom-links {
        overflow: hidden
    }

    .footer-bottom-link {
        margin-bottom: 6px
    }

    .footer-bottom-link:nth-child(odd) {
        float: left;
        clear: both
    }

    .footer-bottom-link:nth-child(even) {
        float: right
    }

    .footer-store-dropdown {
        position: absolute;
        top: 0;
        right: -15px;
        top: -80px;
        left: auto
    }
}

@media (min-width: 768px) {
    .footer-main > .col-md-2 {
        -webkit-flex-basis: 13.1%;
        -ms-flex-preferred-size: 13.1%;
        flex-basis: 13.1%;
        max-width: 13.1%
    }

    .footer-main > .col-md-7 {
        -webkit-flex-basis: 61.9%;
        -ms-flex-preferred-size: 61.9%;
        flex-basis: 61.9%;
        max-width: 61.9%
    }

    .footer-main > .footer-social {
        text-align: right;
        padding-left: 0;
        padding-right: 0
    }

    .footer-bottom-link + .footer-bottom-link {
        margin-left: 40px
    }

    .footer-bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1025px) {
    .footer-main {
        margin-bottom: 75px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-main .footer-links.col-md-7 {
        -webkit-flex-basis: 86.9%;
        -ms-flex-preferred-size: 86.9%;
        flex-basis: 86.9%;
        max-width: 86.9%
    }

    .footer-main .footer-links.col-md-7 .footer-links-group {
        display: inline-block;
        width: 100%
    }

    .footer-main .footer-social {
        text-align: left;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 374px) {
    .footer-social-link {
        margin-left: 0 !important
    }

    .footer-store-dropdown {
        width: 100px
    }
}

.header {
    background: #000;
    height: 56px;
    position: relative;
    z-index: 2
}

.header-container {
    position: relative
}

.header-logo {
    position: absolute;
    top: 0;
    left: 25px;
    width: 60px
}

.header-logo-image {
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .header-logo {
        left: calc(50% - 30px)
    }
}

@media (min-width: 768px) {
    .header-logo {
        left: 35px
    }
}

@media (min-width: 1025px) {
    .header-logo {
        left: 65px
    }
}

.header-navigation-item {
    display: inline-block
}

.header-navigation-item + .header-navigation-item {
    margin-left: 2px
}

.header-navigation-link {
    height: 56px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px
}

.header-navigation-arrow {
    width: 12px;
    position: relative;
    top: 2px;
    margin-left: 8px;
    fill: inherit
}

.header-navigation-shop-button {
    position: relative;
    padding-right: 28px
}

.header-navigation-shop-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: 1px;
    background: url(/skin/frontend/kind/enterprise/images/arrow-down-white.svg);
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.header-navigation-shop-button.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-navigation-shop-button:focus {
    outline: 0;
    color: #999
}

.header-navigation-shop-button:focus::after {
    opacity: .7
}

.header-navigation-shop-button:hover::after {
    opacity: .7
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header-navigation {
        margin-left: 95px
    }
}

@media (min-width: 1025px) {
    .header-navigation {
        position: absolute;
        left: 175px;
        top: 0
    }
}

.header-utility {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 138px
}

.header-utility-item {
    float: left;
    width: 46px;
    height: 46px
}

.header-utility-link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative
}

.header-utility-link svg {
    width: 100%;
    height: 100%
}

.header-utility-link:hover .header-utility-cart-qty {
    color: #fff
}

.header-utility-icon {
    display: inline-block;
    height: 100%;
    width: 100%
}

.header-utility-label {
    position: absolute;
    top: -5000px;
    left: -5000px
}

.header-utility-icon-search {
    width: 18px
}

.header-utility-icon-cart {
    width: 22px
}

.header-utility-cart-qty {
    background: #61b3e4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700
}

.header-utility-cart-qty[data-count="0"] {
    display: none
}

.header-utility-icon-hamburger {
    width: 15.4px
}

@media (max-width: 767px) {
    .header-utility {
        position: static
    }

    .header-utility-item {
        float: none
    }

    .header-utility-item-navigation {
        position: absolute;
        top: 0;
        left: 7px;
        width: 56px;
        height: 56px
    }

    .header-utility-item-cart {
        position: absolute;
        top: 0;
        right: 9px;
        height: 56px
    }

    .header-utility-icon-cart {
        margin-left: -7px
    }

    .header-utility-cart-qty {
        top: 8px
    }

    .header-utility-item-search {
        position: absolute;
        top: 0;
        right: 56px;
        height: 56px
    }
}

@media (min-width: 768px) {
    .header-utility {
        right: 20px
    }
}

.global-notice {
    background: #eee;
    font-size: 14px;
    font-weight: 700;
    min-height: 56px;
    padding: 17px 0;
    color: #777;
    position: relative;
    z-index: 900;
    display: none
}

.global-notice .container, .global-notice .container-fluid, .global-notice .container-narrow {
    position: relative;
    padding-right: 70px
}

.global-notice .close-button {
    position: absolute;
    top: -14px;
    right: 17px
}

.global-notice a {
    color: #777;
    text-decoration: underline
}

.global-notice a:hover {
    color: #000
}

.global-notice-maintenance {
    background: #d8262e;
    color: #fff
}

.global-notice-maintenance .close-button {
    fill: #fff
}

@media (max-width: 767px) {
    .global-notice .close-button {
        right: 7px;
        top: -12px
    }
}

@media (min-width: 1025px) {
    .global-notice .container, .global-notice .container-fluid, .global-notice .container-narrow {
        padding-left: 65px
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left-color: #eda900;
        border-right-color: #eda900;
        border-bottom-color: #eda900
    }
    25% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
        border-left-color: #d8262e;
        border-right-color: #d8262e;
        border-bottom-color: #d8262e
    }
    50% {
        -webkit-transform: rotate(765deg);
        transform: rotate(765deg);
        border-left-color: #b9be10;
        border-right-color: #b9be10;
        border-bottom-color: #b9be10
    }
    75% {
        -webkit-transform: rotate(1125deg);
        transform: rotate(1125deg);
        border-left-color: #61b3e4;
        border-right-color: #61b3e4;
        border-bottom-color: #61b3e4
    }
    100% {
        -webkit-transform: rotate(1485deg);
        transform: rotate(1485deg);
        border-left-color: #eda900;
        border-right-color: #eda900;
        border-bottom-color: #eda900
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left-color: #eda900;
        border-right-color: #eda900;
        border-bottom-color: #eda900
    }
    25% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
        border-left-color: #d8262e;
        border-right-color: #d8262e;
        border-bottom-color: #d8262e
    }
    50% {
        -webkit-transform: rotate(765deg);
        transform: rotate(765deg);
        border-left-color: #b9be10;
        border-right-color: #b9be10;
        border-bottom-color: #b9be10
    }
    75% {
        -webkit-transform: rotate(1125deg);
        transform: rotate(1125deg);
        border-left-color: #61b3e4;
        border-right-color: #61b3e4;
        border-bottom-color: #61b3e4
    }
    100% {
        -webkit-transform: rotate(1485deg);
        transform: rotate(1485deg);
        border-left-color: #eda900;
        border-right-color: #eda900;
        border-bottom-color: #eda900
    }
}

.loader {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto
}

.loader::after, .loader::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.loader::before {
    border: 4px solid #ddd;
    border-radius: 100%;
    background: 0 0;
    z-index: 1
}

.loader::after {
    border: 4px solid red;
    border-top-color: transparent !important;
    border-radius: 100%;
    background: 0 0;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: loader 2.8s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: loader 2.8s cubic-bezier(.455, .03, .515, .955) infinite
}

.header-products {
    height: 112px;
    position: relative;
    z-index: 1
}

.header-products .hscroll-panel {
    padding: 0
}

@media (min-width: 1025px) {
    .header-products .hscroll-panel {
        -ms-overflow-style: none;
        overflow-x: hidden
    }
}

.header-products-item {
    padding-top: 10px;
    vertical-align: top;
    max-width: 140px;
    width: 100%
}

.header-products-link {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%
}

.header-products-image {
    display: block;
    margin: 0 31.5px -2px
}

.seventy-wd-pixel {
    width: 70px
}

.header-products-label {
    display: inline-block;
    max-width: 100%;
    white-space: pre-wrap;
    line-height: 2.42em;
    letter-spacing: 0.3px;
    overflow: hidden
}

.header-products-link:hover .header-products-label::after {
    opacity: 1;
    bottom: 0
}

@media (max-width: 767px) {
    .header-products-image {
        margin: 0 auto
    }

    .header-products-label {
        line-height: 2.32em
    }

    .header-products-banner {
        text-align: center
    }
}

.header-products-banner {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    width: 100%;
    height: 112px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.05em;
    overflow: hidden;
    opacity: 1;
    transition: opacity .4s ease, visibility .4s ease
}

.header-products-banner-text {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform 450ms cubic-bezier(.215, .61, .355, 1);
    transition: transform 450ms cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform 450ms cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform 450ms cubic-bezier(.215, .61, .355, 1);
    transition-delay: 450ms
}

.header-products-wrapper {
    font-size: 0;
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    opacity: 0;
    transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94), opacity .5s ease;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94), opacity .5s ease, -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .2s;
    height: 112px
}

.header-products-nav, .header-products-promo {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .3s ease
}

.header-products.js-animation-ready .header-products-banner {
    display: none !important
}

.header-products.js-animation-ready .header-products-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.header-products.js-animation-ready .header-products-nav, .header-products.js-animation-ready .header-products-promo {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible
}

.header-products.js-animation-ready-banner .header-products-banner {
    opacity: 1;
    visibility: visible
}

.header-products.js-animation-ready-banner .header-products-banner-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-products.js-animation-ready-banner .header-products-wrapper {
    transition-delay: 2.1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.header-products.js-animation-ready-banner .header-products-nav, .header-products.js-animation-ready-banner .header-products-promo {
    transition-delay: 2.1s;
    opacity: 1;
    visibility: visible
}

.header-products.js-hide-banner .header-products-banner {
    opacity: 0;
    visibility: hidden
}

.header-products.js-hide-banner .header-products-nav, .header-products.js-hide-banner .header-products-promo {
    transition-delay: 0s
}

@media (min-width: 1025px) {
    .header-products[data-product-count="1"] .header-products-wrapper, .header-products[data-product-count="2"] .header-products-wrapper, .header-products[data-product-count="3"] .header-products-wrapper, .header-products[data-product-count="4"] .header-products-wrapper, .header-products[data-product-count="5"] .header-products-wrapper, .header-products[data-product-count="6"] .header-products-wrapper, .header-products[data-product-count="7"] .header-products-wrapper, .header-products[data-product-count="8"] .header-products-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header-products[data-product-count="1"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="2"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="3"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="4"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="5"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="6"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="7"].js-animation-ready .header-products-wrapper, .header-products[data-product-count="8"].js-animation-ready .header-products-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.header-products {
    margin-top: -112px;
    opacity: 0;
    transition: margin-top 280ms cubic-bezier(.25, .46, .45, .94), opacity .2s cubic-bezier(.25, .46, .45, .94)
}

.header-products.is-showing {
    margin-top: 0;
    opacity: 1
}

.header-products-nav {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 25px);
    cursor: pointer;
    z-index: 6;
    cursor: pointer;
    fill: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .2s ease, visibility .2s ease
}

.header-products-nav::before {
    content: "";
    display: bblock;
    border: 2px solid #d1d1d1;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #f6f6f6;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px)
}

.header-products-nav:hover {
    fill: #fff
}

.header-products-nav:hover::before {
    background: #000;
    border-color: #000
}

.header-products-nav.inactive {
    opacity: 0 !important;
    visibility: hidden !important;
    transition-delay: 0s !important
}

.header-products-nav-icon {
    width: 8px;
    height: 13px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px)
}

.header-products-nav-left {
    left: 0
}

.header-products-nav-right {
    right: -15px
}

.header-products-promo-link .animation-element {
    height: 48px;
    width: 48px;
    margin: 0 auto;
    background-color: #edaa00;
    border-radius: 50%;
    transition: all .3s ease
}

.header-products-promo-link .animation-element > div {
    width: 24px;
    margin: 0 auto
}

.header-products-promo-link .animation-element > div img {
    display: block;
    transition: all .3s ease
}

.header-products-promo-link .animation-element > div img:first-child {
    -webkit-transform: translate(0, 12.5px) rotate(0);
    transform: translate(0, 12.5px) rotate(0);
    opacity: 1
}

.header-products-promo-link .animation-element > div img:last-child {
    -webkit-transform: translate(40px, 5px) rotate(0);
    transform: translate(40px, 5px) rotate(0);
    opacity: 0
}

.header-products-promo-link .header-products-label {
    padding-top: 10px;
    text-transform: lowercase
}

.header-products-promo-link:hover .animation-element {
    background-color: #000
}

.header-products-promo-link:hover .animation-element > div img:first-child {
    -webkit-transform: translate(-40px, 20px) rotate(0);
    transform: translate(-40px, 20px) rotate(0);
    opacity: 0
}

.header-products-promo-link:hover .animation-element > div img:last-child {
    -webkit-transform: translate(0, -10.5px) rotate(0);
    transform: translate(0, -10.5px) rotate(0);
    opacity: 1
}

.header-products-promo-link:hover .header-products-label::after {
    opacity: 1;
    bottom: 0
}

@media (max-width: 1024px) {
    .header-products-promo {
        width: 130px;
        height: auto;
        padding-top: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: normal
    }
}

@media (min-width: 1025px) {
    .header-products-item-promo {
        display: none
    }

    .header-products .hscroll-panel::-webkit-scrollbar {
        display: none
    }

    .header-products .hscroll {
        width: 910px
    }

    .header-products-container {
        max-width: 1025px;
        padding: 0;
        margin: 0 auto;
        position: relative
    }

    .header-products-scroll-container {
        position: relative;
        width: 910px
    }

    .header-products-scroll-container::after, .header-products-scroll-container::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 112px;
        width: 50px;
        background: red;
        z-index: 5
    }

    .header-products-scroll-container::before {
        left: 0;
        background: linear-gradient(90deg, #f6f6f6, #f6f6f6 50%, rgba(246, 246, 246, 0))
    }

    .header-products-scroll-container::after {
        right: -15px;
        background: linear-gradient(-90deg, #f6f6f6, #f6f6f6 15%, rgba(246, 246, 246, 0));
        width: 85px
    }

    .header-products-item:first-child {
        margin-left: 50px
    }

    .header-products-item:last-of-type {
        margin-right: 50px
    }

    .header-products-promo {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        padding-left: 0;
        height: auto;
        padding-top: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 10
    }
}

@media (min-width: 1280px) {
    .header-products .hscroll {
        width: 1045px
    }

    .header-products-container {
        max-width: 1280px
    }

    .header-products-scroll-container {
        width: 1045px;
    }

    .header-products-scroll-container::before {
        left: 0
    }

    .header-products-scroll-container::after {
        right: 0;
        width: 62px
    }

    .header-products-promo {
        right: 67px
    }
}

@media (max-width: 1024px) {
    .header-products-nav {
        display: none !important
    }
}

img.lazy {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease
}

img.lazy.loaded {
    opacity: 1;
    visibility: visible;
    display: block
}

.social-link {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #fff
}

@media (max-width: 767px) {
    .social-link {
        width: 30px;
        height: 30px
    }
}

.social-link-icon {
    height: 100%
}

.social-link-icon-facebook {
    width: 8px
}

.social-link-icon-instagram {
    width: 15px
}

.social-link-icon-twitter {
    width: 16px
}

.social-link-icon-medium {
    width: 15px
}

.social-link:hover {
    fill: #000;
    background: #fff
}

.close-button {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer
}

.close-button-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px)
}

.tabs-nav {
    overflow: hidden
}

.tabs-nav-item {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tab {
    display: none
}

.tab.active {
    display: block
}

.price-box {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.price-box p {
    margin-bottom: 0
}

.price-notice {
    color: #777
}

.price-box .price {
    font-weight: 700;
    font-size: 18px
}

.price-box .price-label {
    color: #777
}

.price-box .minimal-price-link {
    padding-left: 1em;
    display: block
}

.price-box .minimal-price-link .label {
    color: #777
}

.price-box .old-price, .price-box .special-price {
    display: inline-block
}

.price-box .old-price .price-label, .price-box .special-price .price-label {
    display: none
}

.price-box .old-price .price, .price-box .special-price .price {
    display: inline-block
}

.price-box .old-price .price {
    color: #999;
    font-weight: 400;
    text-decoration: line-through
}

.price-box .special-price {
    color: #000;
    padding-left: 1em
}

.price-box .special-price .price-label {
    color: #d8262e
}

.price-box .price-excluding-tax, .price-box .price-including-tax {
    display: block
}

span.weee {
    display: block
}

.tier-price-info {
    margin: 30px 0
}

.product-pricing, .tier-prices, .tier-prices-grouped {
    display: inline-block;
    padding: 20px 40px;
    background: #f2f2f2
}

.product-pricing li, .tier-prices li, .tier-prices-grouped li {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px
}

.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.2px
}

.dropdown {
    position: relative;
    z-index: 100;
    height: 48px
}

.dropdown-selection {
    height: 45px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 26px 0 0;
    border-bottom: 2px solid #000;
    cursor: pointer;
    position: relative
}

.dropdown-selection::after {
    content: "";
    display: block;
    margin-left: 5px;
    position: relative;
    top: -2px;
    background: url(/skin/frontend/kind/enterprise/images/arrow-down-black.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 12px
}

.dropdown-selection:hover::after {
    opacity: .5
}

.dropdown-open > .dropdown-selection::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-list {
    border: 2px solid #000;
    position: absolute;
    left: -10px;
    top: 100%;
    background: #fff;
    display: none;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
    transition: opacity 250ms ease, -webkit-transform 250ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 250ms ease, transform 250ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 250ms ease, transform 250ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 250ms cubic-bezier(.25, .46, .45, .94)
}

.dropdown-list.open {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dropdown-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    min-height: 48px;
    background: #fff;
    position: relative;
    text-transform: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 24px
}

.dropdown-input {
    opacity: 0;
    z-index: 0;
    position: absolute !important;
    top: 0;
    left: 0
}

.dropdown-label {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #000
}

.dropdown-item.selected, .dropdown-item:active, .dropdown-item:hover {
    background: #000;
    color: #fff
}

.dropdown-item.selected .dropdown-label, .dropdown-item:active .dropdown-label, .dropdown-item:hover .dropdown-label {
    background: #000;
    color: #fff
}

.tooltip {
    text-transform: none;
    position: relative;
    display: inline-block
}

.tooltip-label {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    border-bottom: 2px solid #000
}

.tooltip-label::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-tooltip.png) no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    right: -30px
}

.tooltip-content {
    position: absolute;
    opacity: 0;
    display: none;
    background: #000;
    transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s ease, transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s ease, transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    position: absolute;
    bottom: 40px;
    right: 9px;
    -webkit-transform: translate(50%, 5px);
    transform: translate(50%, 5px);
    border-radius: 3px;
    width: 250px;
    padding: 24px 40px 24px 40px;
    color: #fff;
    font-size: 12px
}

.tooltip-content::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px)
}

@media (max-width: 375px) {
    .tooltip-content {
        right: 50px
    }
}

@media (max-width: 320px) {
    .tooltip-content {
        right: 100px
    }
}

.tooltip-content.open {
    display: block;
    opacity: 1;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.tooltip-close {
    position: absolute;
    top: -9px;
    right: -9px;
    fill: #fff
}

.tooltip-close .close-button-icon {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px)
}

.modal {
    z-index: 1200;
    background: #fff;
    opacity: 0;
    padding: 100px;
    display: none
}

.modal.modal-open {
    opacity: 1;
    display: block;
    position: fixed
}

@media (max-width: 767px) {
    .modal {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        transition: opacity .4s ease
    }
}

@media (min-width: 768px) {
    .modal {
        width: 980px;
        max-width: calc(100vw - 50px - 50px);
        height: 100%;
        max-height: calc(100vh - 100px - 0px);
        top: 100px;
        left: 50%;
        transition: opacity .3s ease, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .3s ease, transform .6s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .3s ease, transform .6s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
        -webkit-transform: translate(-50%, 50px);
        transform: translate(-50%, 50px)
    }

    .modal.modal-open {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transition-delay: 0
    }

    .modal.modal-open.is-transitioning {
        transition-delay: .3s
    }
}

.modal-close, .modal-close.close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px;
    z-index: 5
}

@media (max-width: 767px) {
    .modal-close, .modal-close.close-button {
        top: -9px;
        right: -5px
    }
}

@media (max-width: 767px) {
    .modal-inner {
        padding: 25px
    }

    .plp-filters-header .modal-head {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    .modal-inner {
        padding: 65px 65px 90px
    }
}

.modal-head {
    font-size: 24px;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5
}

.modal-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    display: none;
    transition: opacity .3s ease;
    z-index: 100
}

.modal-loading-overlay.open {
    display: block;
    opacity: 1
}

.modal-loading-overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-header {
    text-align: center;
    margin-bottom: 65px
}

.cart .cart-table .product-cart-remove {
    padding-top: 39px;
    text-align: center
}

.cart .cart-table .product-cart-remove .action-link, .cart .cart-table .product-cart-remove .minicart-item-quantity-button {
    background: transparent url(../images/remove-icon.svg) no-repeat scroll center center;
    height: 24px;
    text-indent: -99999em;
    width: 24px;
    border-bottom: none
}

.cart .cart-table .product-cart-remove .action-link > img, .cart .cart-table .product-cart-remove .minicart-item-quantity-button > img {
    display: none
}

.cart .cart-table .product-cart-remove .action-link:hover, .cart .cart-table .product-cart-remove .minicart-item-quantity-button:hover {
    opacity: .5
}

.cart .cart-table .separator {
    height: 6px
}

.cart .cart-table thead th.a-center {
    text-align: center
}

.cart-table {
    border-bottom: 1px solid #e5e5e5
}

.cart-product-name {
    max-width: 315px;
    margin-bottom: .35em
}

.item-options {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    text-align: left
}

.cart-packing-unit, .item-options {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    text-align: left
}

.cart-packing-unit .item-options, .item-options .item-options {
    display: inline-block
}

.cart-snack-club-badge {
    margin-top: -30px
}

.cart-column-quantity {
    width: 50px;
    text-align: center
}

.cart-column-quantity .qty {
    display: inline-block;
    margin: 0 auto
}

.cart-column-total {
    text-align: right
}

.cart-price {
    display: block;
    margin-bottom: .1em
}

@media (max-width: 1024px) {
    .checkout-cart-index #shopping-cart-table .cart-item td.cart-column-quantity input[type=number].qty {
        margin-right: 15px;
        border-radius: 0 !important
    }

    .cart {
        max-width: 390px;
        margin: 0 auto
    }

    .cart .cart-table .cart-column-quantity, .cart .cart-table .product-cart-remove {
        text-align: left
    }

    .cart .cart-table .cart-column-quantity .minicart-item-quantity-button, .cart .cart-table .product-cart-remove .minicart-item-quantity-button {
        margin-left: 0
    }

    .cart .cart-button-row .checkout-types.top {
        text-align: center;
        margin-bottom: 35px
    }

    .cart-table {
        display: block;
        border-top: 1px solid #e5e5e5
    }

    .cart-table tbody, .cart-table td, .cart-table th, .cart-table tr {
        display: block
    }

    .cart-table thead {
        display: none
    }

    .cart-item {
        border-bottom: 1px solid #e5e5e5;
        padding: 45px 0;
        padding-left: 135px;
        position: relative
    }

    .cart-item:last-child {
        border: none
    }

    .cart-table .cart-column-image {
        position: absolute;
        top: 27px;
        left: 0;
        padding: 0
    }

    .cart-product-name {
        max-width: 135px
    }

    .cart-column-product {
        margin-bottom: 10px
    }

    .cart-column-price {
        margin-bottom: 20px
    }

    .cart-column-price .cart-price {
        font-weight: 700
    }

    .cart-column-total {
        text-align: left;
        height: 0
    }

    .cart-column-total .cart-price {
        display: none
    }

    .cart-column-total .action-link, .cart-column-total .minicart-item-quantity-button {
        height: 50px;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: -46px;
        left: 68px
    }
}

@media (max-width: 380px) {
    .cart-item {
        padding-left: 120px
    }
}

@media (min-width: 1025px) {
    .cart-item {
        position: relative
    }

    .cart-table .cart-column {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .cart-table .cart-column-price, .cart-table .cart-column-total {
        padding-top: 39px
    }

    .cart-table .cart-column-image {
        padding-left: 25px;
        padding-right: 15px
    }

    .cart-column {
        vertical-align: top
    }

    .cart-column-image, .cart-column-product {
        vertical-align: middle
    }

    .cart-column-price {
        text-align: center
    }
}

.cart-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    margin-top: 20px
}

.cart-bottom .form-list > li {
    margin-bottom: 40px
}

.cart-bottom input[type=radio] {
    display: none
}

.cart-bottom input[type=radio] + label {
    color: #000;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    padding-left: 40px;
    position: relative
}

.cart-bottom input[type=radio] + label::before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.cart-bottom input[type=radio]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.cart-bottom .sp-methods ul {
    margin-top: 40px
}

.cart-bottom .sp-methods ul li {
    margin-bottom: 20px
}

.cart-button-row {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    overflow: hidden
}

.cart-button-row .checkout-types li {
    padding-bottom: 16px
}

.cart-button-row .checkout-types li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 1.6px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.cart-totals td {
    padding-bottom: 16px
}

.cart-totals td:last-child {
    font-size: 14px;
    text-align: right;
    width: 187px;
    padding-right: 10px
}

.cart-totals td strong {
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: -.03em
}

.cart-totals .checkout-types {
    display: none
}

#shopping-cart-totals-table tbody tr th {
    text-align: right;
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    color: #777;
    padding-bottom: 16px
}

@media (max-width: 1024px) {
    #shopping-cart-totals-table tbody tr th {
        text-align: left
    }
}

@media (max-width: 343px) {
    .cart-button-row .checkout-types li a {
        width: 75%
    }
}

@media (max-width: 1024px) {
    .cart-button-row .btn-continue {
        margin-bottom: 15px
    }

    .cart-button-row button {
        width: 100%
    }
}

@media (min-width: 1025px) {
    .cart-bottom {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-totals {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .cart-totals td:first-child {
        text-align: right
    }

    .cart-forms {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        top: -12px
    }

    .cart-button-row {
        overflow: hidden;
        margin-bottom: 80px
    }

    .cart-button-row .btn-continue {
        float: left
    }

    .cart-button-row .checkout-types {
        float: right;
        text-align: right
    }
}

.cart-actions {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    display: none
}

@media (min-width: 1025px) {
    .cart-forms {
        width: 815px
    }

    .cart-forms .tabs-nav-item + .tabs-nav-item {
        margin-left: 30px
    }
}

.cart-forms .discount h2, .cart-forms .shipping h2 {
    display: none
}

.cart-forms .button-wrapper, .cart-forms .buttons-set {
    padding-top: 15px
}

.cart-forms .shipping-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: .5em
}

.cart-forms .form-list {
    max-width: 350px
}

.cart-forms .tabs .tab.giftcard h2 {
    font-weight: 700
}

.cart-forms .tabs .tab.giftcard #giftcard-form label {
    display: none
}

.cart-forms .tabs .tab.giftcard #giftcard-form .button-wrapper .check-gc-status {
    float: right;
    border: 2px solid #000;
    color: #000;
    background: #fff
}

.cart-forms .tabs .tab.giftcard #giftcard-form .button-wrapper .check-gc-status:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

@media (max-width: 1025px) {
    .checkout-cart-index .cart-price, .checkout-cart-index .cart-totals, .checkout-cart-index .discount-form, .checkout-cart-index .shipping-form, .checkout-cart-index .tab.giftcard.active {
        text-align: left
    }

    .checkout-cart-index .discount-form .button-wrapper {
        text-align: left
    }

    .checkout-cart-index .tab.giftcard.active .button-wrapper {
        text-align: left
    }

    .checkout-cart-index .tab.giftcard.active .button-wrapper a {
        float: left !important
    }

    .checkout-cart-index .shipping-form .buttons-set {
        text-align: left
    }

    .checkout-cart-index .cart-price {
        text-align: left
    }

    .checkout-cart-index td.cart-column-quantity {
        width: 100%
    }

    .checkout-cart-index .tabs-nav-item {
        display: block;
        clear: both
    }

    .checkout-cart-index .product-cart-remove {
        position: absolute;
        top: 0;
        right: 0
    }

    .checkout-cart-index #giftcard-form .button-wrapper .button2 {
        margin-bottom: 16px
    }
}

.data-table {
    width: 100%;
    font-size: 14px
}

.data-table td, .data-table th {
    padding: 0 10px
}

.data-table thead {
    border-bottom: 1px solid #e5e5e5
}

.data-table thead th {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left
}

.data-table thead th:first-child {
    padding-left: 0;
    text-align: left
}

.data-table thead th:last-child {
    text-align: right
}

.qty {
    width: 48px;
    height: 40px;
    text-align: center;
    background: #f2f2f2
}

.qty-widget-button {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 3px solid #000;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    fill: currentColor;
    position: relative;
    top: 3px;
    transition: background .3s
}

.qty-widget-button svg {
    margin: 0 auto
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .qty-widget-button svg {
        margin: 0
    }
}

.qty-widget-button:focus {
    outline: 0
}

.qty-widget-button:active {
    background: #555;
    border-color: #555
}

.no-touch .qty-widget-button:hover {
    background: #000;
    color: #fff
}

.touch .qty-widget-button:active {
    background: #000;
    color: #fff
}

.qty-widget-input {
    margin: 0 12px
}

.customerregistration-index-verification .main-container .loginradiusmessagediv {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -75px
}

.loginradiusmessagediv, .messages {
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: -.2px;
    color: #fff
}

.loginradiusmessagediv > div, .loginradiusmessagediv > li, .messages > div, .messages > li {
    position: relative;
    margin-bottom: 15px;
    padding: 44px 44px;
    color: #fff !important
}

.loginradiusmessagediv > div:last-child, .loginradiusmessagediv > li:last-child, .messages > div:last-child, .messages > li:last-child {
    margin-bottom: 0
}

.loginradiusmessagediv .Error, .loginradiusmessagediv .error-msg, .messages .Error, .messages .error-msg {
    background-color: #d9272e
}

.loginradiusmessagediv .Error:before, .loginradiusmessagediv .error-msg:before, .messages .Error:before, .messages .error-msg:before {
    content: "";
    display: block;
    background: url(../images/error.svg) no-repeat;
    width: 25px;
    height: 35px;
    float: left;
    margin-right: 24px
}

.loginradiusmessagediv .Success, .loginradiusmessagediv .success-msg, .messages .Success, .messages .success-msg {
    background: #b9be10
}

.loginradiusmessagediv .Success:before, .loginradiusmessagediv .success-msg:before, .messages .Success:before, .messages .success-msg:before {
    content: "";
    display: block;
    background: url(../images/icon-success.png) no-repeat;
    width: 25px;
    height: 35px;
    float: left;
    margin-right: 24px;
    margin-top: -4px
}

.loginradiusmessagediv li.close-msg, .messages li.close-msg {
    position: absolute;
    top: 45px;
    right: 20px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    color: #fff;
    fill: currentColor
}

.loginradiusmessagediv li.close-msg .icon-close, .messages li.close-msg .icon-close {
    width: 16px;
    height: 16px
}

@media (max-width: 650px) {
    .loginradiusmessagediv .success-msg:before, .messages .success-msg:before {
        margin-top: 8px
    }

    .loginradiusmessagediv li.close-msg, .messages li.close-msg {
        top: 55px
    }
}

.button-list-item {
    margin-bottom: 15px
}

.button-list-item:last-child {
    margin-bottom: 0
}

.button-list .button, .button-list .button-big, .button-list .button-expand-collapse, .button-list .button-loader, .button-list .button-outline, .button-list .button-outline-big, .button-list .button-outline-white, .button-list .button-small, .button-list .button-small-outline, .button-list .button-small-outline-white, .button-list .button-transparent, .button-list .button2, .button-list .cart-button-row .btn-continue, .button-list .navigation-button, .cart-button-row .button-list .btn-continue {
    width: 100%
}

.shop-navigation {
    height: 95px;
    overflow: hidden;
    z-index: 500
}

.shop-navigation-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.shop-navigation-list {
    white-space: nowrap;
    text-align: center
}

.shop-navigation-item {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.045em;
    line-height: 1.2em;
    text-align: left;
    margin: 0 10px;
    display: inline-block;
    height: 94px;
    line-height: 94px;
    padding: 0 25px;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
    transition: border-color .3s ease
}

.shop-navigation-item:visited {
    color: #000
}

.shop-navigation-item:hover {
    color: #777
}

.shop-navigation-item.active {
    border-color: #000
}

.shop-navigation-item:hover {
    color: #000;
    border-color: #000
}

#header-cart {
    display: none
}

#header-cart {
    display: none !important
}

.minicart .wrapper2 {
    overflow-y: hidden
}

.minicart-inner {
    width: 100%;
    height: 100%;
    position: relative
}

.minicart-inner .minicart-with-items-wrapper {
    padding: 30px;
    overflow-y: auto;
    height: 450px;
    min-height: 100%
}

.minicart-inner .minicart-with-items {
    position: relative
}

.minicart-inner .minicart-with-items .minicart-header {
    display: inline-table;
    background-color: #fff;
    z-index: 2;
    top: 0;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 30px;
    padding-bottom: 0;
    border-bottom: none
}

.minicart-inner .minicart-with-items .minicart-header .minicart-head {
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5
}

.minicart-inner .minicart-with-items .minicart-header .minicart-head a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/skin/frontend/kind/enterprise/images/arrow-right-black.svg);
    width: 11px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 21px;
    background-size: 100% 100%
}

.minicart-inner .minicart-with-items .minicart-header .minicart-head a:hover::after {
    opacity: .5
}

.minicart-inner .minicart-with-items .minicart-header .minicart-head > div {
    padding-top: 2px;
    padding-left: 18px
}

.minicart-inner .minicart-no-items {
    padding: 30px;
    padding-top: 90px
}

.minicart-inner .minicart-no-items .minicart-header {
    border-bottom: none
}

.minicart-inner .slider-close.close-button {
    right: 17px
}

.minicart-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    display: none;
    transition: opacity .3s ease;
    z-index: 2
}

.minicart-loading-overlay.open {
    display: block;
    opacity: 1
}

.minicart-loading-overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.minicart-header {
    text-align: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5
}

.minicart-subhead {
    color: #777;
    text-align: center;
    max-width: 230px;
    margin: 25px auto 35px
}

.minicart-header-button {
    max-width: 240px;
    margin: 0 auto
}

.minicart-messages {
    color: red;
    padding: 10px 40px 0 40px
}

.minicart-item {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0;
    padding-left: 135px;
    position: relative
}

.minicart-item:last-child {
    border: none
}

.minicart-item .error-message {
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    color: #d9272e;
    margin-top: 10px;
    margin-bottom: -30px
}

.minicart-item input.qty-red {
    border: 1px solid #d9272e;
    border-bottom: 2px solid #d9272e
}

.minicart-item-image {
    position: absolute;
    top: 27px;
    left: 0;
    padding: 0
}

.minicart-item-details {
    position: relative
}

.minicart-item-details .attrubute-section {
    padding-bottom: 15px
}

.minicart-item-details .attrubute-section .attrubutes span {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px
}

.minicart-item-top {
    margin-bottom: 10px
}

.minicart-item-name {
    margin-bottom: .35em;
    max-width: 135px;
    margin-right: 30px
}

.minicart-item-packing-unit {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px
}

.minicart-item-price {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px
}

.minicart-item-quantity-widget {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.minicart-item-quantity-button {
    margin-left: 20px
}

.minicart-item-quantity-button:focus {
    outline: 0;
    color: #777
}

.minicart-item-remove {
    position: absolute;
    top: 0;
    right: 24px;
    font-size: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: 0
}

.minicart-item-remove::before {
    content: "";
    display: block;
    background: url(/skin/frontend/kind/enterprise/images/remove-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 20px
}

.minicart-item-remove:hover {
    opacity: .5
}

@media (max-width: 475px) {
    .minicart-item-remove {
        right: -18px;
        top: 0
    }
}

.minicart-bottom {
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 135px
}

.minicart-totals {
    width: 100%;
    display: table;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px
}

.minicart-totals-row {
    display: table-row;
    width: 100%
}

.minicart-totals-label {
    display: table-cell;
    padding-bottom: 16px
}

.minicart-totals-value {
    padding-bottom: 16px;
    display: table-cell;
    font-size: 14px;
    text-align: right;
    width: 187px;
    padding-right: 10px
}

.minicart-totals-value strong {
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: -.03em
}

.minicart-totals-row:last-child .minicart-totals-label, .minicart-totals-row:last-child .minicart-totals-value {
    padding-bottom: 0
}

.minicart-actions {
    padding: 0 30px 30px 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: block;
    max-width: 450px
}

.minicart-actions .button-list {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px
}

.minicart-actions .button-list .button-list-item {
    padding: 0 32px
}

.minicart-popular-items {
    padding-top: 30px
}

@media (max-width: 767px) {
    .minicart-inner .minicart-with-items .minicart-header .minicart-head {
        padding-bottom: 20px;
        font-size: 24px
    }

    .minicart-inner .minicart-with-items .minicart-header .minicart-head .minicart-head-link {
        font-size: 24px;
        line-height: 24px
    }

    .minicart-inner .minicart-with-items .minicart-header .minicart-head .minicart-head-link::after {
        background-size: 6px auto;
        height: 12px;
        margin-left: 10px;
        width: 12px
    }

    .minicart-inner .minicart-with-items .cart-snack-club-badge {
        margin-top: 0
    }

    .minicart-totals {
        padding-left: 0;
        padding-right: 0
    }

    .minicart-item {
        padding-left: 125px;
        padding-top: 15px
    }

    .minicart-actions {
        width: 100%;
        max-width: 100%;
        z-index: 2
    }

    .cart-button-row .minicart-actions .button-list .btn-continue, .minicart-actions .button-list .button, .minicart-actions .button-list .button-big, .minicart-actions .button-list .button-expand-collapse, .minicart-actions .button-list .button-loader, .minicart-actions .button-list .button-outline, .minicart-actions .button-list .button-outline-big, .minicart-actions .button-list .button-outline-white, .minicart-actions .button-list .button-small, .minicart-actions .button-list .button-small-outline, .minicart-actions .button-list .button-small-outline-white, .minicart-actions .button-list .button-transparent, .minicart-actions .button-list .button2, .minicart-actions .button-list .cart-button-row .btn-continue, .minicart-actions .button-list .navigation-button {
        padding-left: 5px;
        padding-right: 5px
    }

    .minicart-actions .button-list .button-list-item {
        padding: 0
    }

    .minicart-inner .minicart-with-items .minicart-header {
        width: calc(100% - 40px);
        left: 0
    }

    .minicart-item-remove {
        right: 0;
        z-index: 1
    }

    .minicart-item-remove::before {
        margin-left: 0
    }
}

@media (max-width: 499px) {
    .minicart-item-packing-unit, .minicart-item-price {
        text-align: left
    }

    .minicart-item-remove {
        top: 10px !important;
        width: 30px !important
    }
}

@media (min-width: 768px) {
    .minicart-inner .minicart-with-items .minicart-header {
        width: 410px
    }

    .minicart-actions {
        width: 100%;
        clear: both
    }

    .no-smil .minicart-actions {
        position: absolute
    }

    .no-smil .cart-slider:not(.is-transitioning).open .minicart-actions {
        position: fixed;
        bottom: 0
    }

    .no-smil .cart-slider.is-transitioning .minicart-actions {
        position: absolute
    }

    .no-smil .cart-slider.is-transitioning .wrapper2 {
        height: 100%
    }

    .no-smil .cart-slider.is-transitioning .wrapper3 {
        height: 100%
    }

    .no-smil .cart-slider.is-transitioning .minicart-with-items {
        height: 100%
    }
}

@media (min-width: 768px) and (min-height: 900px) {
    .slider.minicart {
        width: 464px
    }

    .minicart-inner {
        padding: 0
    }

    .minicart-bottom, .minicart-header {
        margin: 0 30px
    }

    .minicart-header {
        padding-top: 90px;
        width: 380px !important
    }

    .minicart-items {
        padding: 0 30px
    }

    .minicart-bottom {
        padding-bottom: 30px
    }

    .minicart-with-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100vh
    }

    .minicart-items {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-height: 55%;
        overflow-y: auto
    }
}

.jumbo-product-promo {
    padding-top: 155px
}

.background-img {
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

h1.jumbo-product-promo-title {
    line-height: .97em
}

.featured-image-contain {
    width: 611px;
    height: 221px !important
}

@media (max-width: 767px) {
    .background-img {
        padding-top: 23%
    }

    .featured-mobile-image {
        display: block;
        margin-top: -30px !important
    }

    .featured-mobile-bg {
        display: block
    }

    .featured-desktop-block {
        display: none !important
    }

    .featured-image-contain {
        width: 611px;
        height: 102px !important
    }

    .featured-desktop-block {
        display: none
    }
}

@media (min-width: 768px) {
    .featured-desktop-block {
        display: block
    }

    .featured-mobile-image {
        display: none
    }

    .featured-mobile-bg {
        display: none
    }
}

.jumbo-product-promo-container {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.jumbo-product-promo-title-eyebrow {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 43px
}

.jumbo-product-promo-title {
    color: #fff;
    max-width: 9em;
    margin-bottom: .525em
}

.jumbo-product-promo-button {
    margin-bottom: 15px
}

.jumbo-product-promo-image {
    max-width: 100%;
    height: auto
}

@media (min-width: 0) {
    .jumbo-product-promo-image {
        max-width: 320px;
        margin-bottom: -35px
    }
}

@media (min-width: 500px) {
    .jumbo-product-promo-image {
        max-width: 450px;
        margin-bottom: -9px
    }
}

@media (min-width: 768px) {
    .jumbo-product-promo-image {
        max-width: 650px;
        margin-bottom: -73px
    }

    .featured-mobile-image {
        display: none !important
    }
}

@media (max-width: 768px) {
    .jumbo-product-promo-title-eyebrow {
        margin-bottom: 22px
    }
}

.mini-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mini-columns-column {
    width: 240px;
    padding: 0 25px
}

@media (max-width: 1024px) {
    .mini-columns {
        max-width: 480px;
        margin: 0 auto
    }

    .mini-columns-column {
        margin-top: 40px
    }

    .mini-columns-column:nth-child(1), .mini-columns-column:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .mini-columns {
        max-width: none;
        margin-left: -25px;
        margin-right: -25px
    }

    .mini-columns-column {
        width: 50%
    }
}

@media (max-width: 374px) {
    .mini-columns-column:nth-child(2) {
        margin-top: 40px
    }
}

.custom-gray, .section, .section-black, .section-gray {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 767px) {
    .section-large {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media (min-width: 768px) {
    .section-large {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

.section-gray {
    background: #f2f2f2
}

.section-black {
    background: #000;
    color: #fff
}

.custom-gray {
    background: #f2f2f2
}

.section-double-image-bottom-image, .section-double-image-top-image {
    position: absolute
}

@media (min-width: 1025px) {
    .section-double-image {
        position: relative;
        min-height: 840px
    }

    .section-double-image-container {
        min-height: 840px;
        width: 1280px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1280px/2
    }

    .section-double-image-top-image {
        top: -60px;
        left: -200px;
        opacity: .5
    }

    .section-double-image-bottom-image {
        bottom: -60px;
        right: -200px;
        opacity: .5
    }
}

@media (min-width: 1280px) {
    .section-double-image-container {
        position: relative
    }

    .section-double-image-top-image {
        top: -60px;
        left: -200px
    }

    .section-double-image-bottom-image {
        bottom: -60px;
        right: -200px
    }
}

.section-header {
    margin-bottom: 35px;
    text-align: center
}

.section-header-head {
    text-align: center;
    margin-bottom: .5em
}

.section-header-head:last-child {
    margin-bottom: 0
}

.section-header-subhead {
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    max-width: 25em;
    margin: 0 auto
}

.category-hero .container {
    padding: 0 !important
}

.category-hero .category-hero-inner {
    position: relative;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 104px;
    padding-bottom: 32px
}

.category-hero .category-hero-title {
    color: #fff
}

.category-hero .category-hero-name {
    line-height: .9em;
    margin-bottom: .385em;
    margin-left: -.05em;
    letter-spacing: -.033em
}

.category-hero .category-hero-description {
    color: rgba(255, 255, 255, .7);
    max-width: 775px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 100;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 1.2
}

.category-hero .category-hero-filter-button {
    margin-top: 80px;
    min-width: 230px;
    border-color: transparent
}

.category-hero .category-hero-filter-button::after {
    content: "";
    display: inline-block;
    background: url(../images/icon-plus-white.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: cover;
    position: relative;
    left: 116px
}

.category-hero .category-hero-filter-button:focus {
    background: #4f4f4f;
    border-color: transparent
}

.category-hero .category-hero-filter-button:hover {
    background: #4f4f4f;
    border-color: transparent
}

.category-hero .category-hero-filter-button:active {
    background: #4f4f4f;
    border-color: transparent
}

@media (max-width: 767px) {
    .category-hero .category-hero-inner {
        padding-top: 80px
    }

    .category-hero .category-hero-name {
        letter-spacing: -.05em
    }

    .category-hero .category-hero-filter-button {
        margin-top: 40px;
        min-width: 156px
    }

    .category-hero .category-hero-filter-button::after {
        left: 44px
    }
}

@media (max-width: 1025px) {
    .category-hero .category-hero-inner {
        padding-left: 32px;
        padding-right: 32px
    }
}

.project-promo .story-title {
    font-size: 20px !important;
    font-style: italic !important
}

.project-promo .container.products {
    margin-top: 0 !important
}

.project-promo .project-inner .project-promo-title h1.project-name {
    font-size: 60px !important;
    letter-spacing: inherit !important;
    font-weight: 700 !important;
    color: #000
}

.project-promo p.error-msg {
    padding: 20px 0 0;
    color: red !important;
    font-weight: 700 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-style: italic !important
}

.project-promo .container.first-vid h2.video-title {
    font-family: Georgia, Garamond, Times New Roman, serif !important;
    color: #000;
    font-weight: 200 !important;
    font-size: 40px !important;
    letter-spacing: normal !important;
    font-style: italic !important;
    margin-bottom: 59px
}

.project-promo .container.shop h2.video-title {
    font-family: Georgia, Garamond, Times New Roman, serif !important;
    color: #000;
    font-weight: 200 !important;
    font-size: 40px !important;
    letter-spacing: normal !important;
    font-style: italic !important;
    margin-bottom: 59px
}

.project-promo .behind-the-scenes h3, .project-promo .q-and-a h3 {
    font-family: Georgia, Garamond, Times New Roman, serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    letter-spacing: normal !important
}

.project-promo .bk-text {
    height: 50px;
    padding: 12px;
    margin-bottom: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 400
}

.project-promo .bk-text, .project-promo img.bk-image {
    float: left
}

.project-promo .back-contain a {
    border: none !important
}

.project-promo .container.headline {
    margin-top: 0 !important
}

.project-promo .container.headline h2.headline-description.text-center {
    font-size: 38px !important;
    font-style: italic;
    font-weight: 600 !important;
    color: #000;
    padding: 20px 10px 20px
}

.project-promo #form-section .form-cont {
    margin-top: 0
}

.project-promo #form-section .form-group select {
    border: 2px solid #ccc;
    color: #999
}

.project-promo #form-section .form-group .form-control {
    border-radius: 0
}

.project-promo .protein_category img {
    max-width: 100%;
    max-height: 100%
}

.project-promo .opening-text {
    padding: 5px 10% 31px;
    text-align: justify
}

.project-promo h2.headline-quote {
    padding-bottom: 15px;
    font-size: 35px !important;
    font-weight: 700 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-style: italic;
    letter-spacing: normal
}

.project-promo section .mar-btm-60.container {
    margin-bottom: 60px
}

.project-promo section .mar-btm-60.container .behind-the-scenes .decorative-title h3 {
    font-style: italic;
    float: left;
    letter-spacing: normal;
    padding: 20px;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.project-promo section .mar-btm-60.container .q-and-a .decorative-title h3 {
    font-style: italic;
    float: left;
    letter-spacing: normal;
    padding: 20px;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.project-promo section .container h2.video-title {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: normal;
    font-style: italic;
    padding: 60px 10px
}

.project-promo .left-strk {
    float: left;
    font-size: 18px;
    text-decoration: overline;
    margin-top: 14%
}

.project-promo .right-strk {
    float: left;
    font-size: 18px;
    text-decoration: overline;
    margin-top: 14%
}

.project-promo label.terms, .project-promo span.terms {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #000;
    font-size: 12px
}

.project-promo .decorative-title h3 {
    border-bottom: 1px solid #000;
    margin-top: 30px;
    letter-spacing: normal;
    padding-bottom: 5px
}

@media only screen and (min-width: 768px) {
    .project-promo .modal {
        top: 100px !important;
        left: 50% !important
    }

    .project-promo .catalog-category-view .grid-item header {
        min-height: 65px !important
    }
}

.project-promo .grid-item header {
    margin-top: 20px !important
}

.project-promo select > .placeholder {
    display: none
}

.project-promo #proteinValidate .form-group.section-two {
    margin-bottom: 0 !important
}

.project-promo .form-group select#sku {
    border: 2px solid #ccc;
    color: #555
}

.project-promo .form-group label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: initial;
    font-size: 21px
}

.project-promo section#form-section {
    padding: 10px 5px 80px
}

.project-promo section#form-section .state {
    margin: 0 !important
}

.project-promo section#form-section .zip {
    margin: 0 !important
}

.project-promo section#form-section .form-group {
    margin: 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.project-promo input#fname, .project-promo input#lname {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.project-promo section#sub-content > .container {
    margin-top: 60px;
    margin-bottom: 60px
}

.project-promo section#sub-content .status {
    letter-spacing: inherit;
    font-style: italic
}

.project-promo section#sub-content a.product-type {
    color: #000;
    font-family: inherit;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    line-height: 1.33;
    letter-spacing: inherit;
    font-size: inherit;
    padding-bottom: 2px;
    border-bottom: none
}

@media only screen and (min-width: 768px) {
    .project-promo section#sub-content h2 {
        font-size: 48px;
        letter-spacing: inherit
    }
}

.project-promo .error {
    color: #e74c3c !important;
    font-size: 13px !important
}

.project-promo .photo-contain {
    width: 300px;
    height: 300px;
    margin-bottom: 17px;
    background-color: #fff
}

.project-promo .form-view.pccformwrapper[style] {
    width: 100% !important
}

.project-promo .image-contain {
    margin-top: 10px;
    margin-bottom: 10px
}

.project-promo .submission-contain {
    width: 103%;
    height: 540px;
    margin-bottom: 215px
}

.project-promo .submission-contain-vid {
    width: 103%;
    height: 315px;
    margin-bottom: 30px;
    margin-top: 30px
}

.project-promo .block-pad-one, .project-promo .block-pad-two {
    margin-left: 12%;
    margin-right: 12%
}

.project-promo .block-pad-one {
    padding: 11px 0 23px
}

.project-promo .block-pad-two {
    padding: 38px 0 23px
}

.project-promo .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.project-promo .pull-left {
    float: left !important
}

.project-promo .pull-right {
    float: right !important
}

.project-promo .group:after {
    content: "";
    display: table;
    clear: both
}

.project-promo .row-btm-pad {
    padding-bottom: 30px
}

.project-promo h2.text-center {
    letter-spacing: 2px !important;
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 500 !important
}

.project-promo .sumission-intro {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    padding: 25px 55px 25px 55px
}

.project-promo .see-more-wrapper {
    max-width: 950px;
    text-align: left;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important
}

.project-promo .panel-contain-submission {
    width: 100%;
    max-height: 500px;
    padding: 1px 1px 1px 4px;
    text-align: justify;
    margin-bottom: 31px
}

.project-promo .panel-contain-submission .prize-detail {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    padding: 206px 13px;
    text-transform: uppercase
}

.project-promo .panel-contain-submission .submissn-date {
    font-size: 11px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 3px 0 3px !important
}

.project-promo .panel-contain-submission .submissn-title {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 0 3px
}

.project-promo .panel-contain-submission .submissn-author {
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: -3px;
    padding: 3px 0 0
}

.project-promo .panel-contain-submission .submissn-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    margin-top: 10px;
    font-size: 14px
}

.project-promo .panel-contain-submission .read-more {
    border: none !important;
    color: #61b3e4 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-top: 11px;
    font-size: 15px !important
}

.project-promo .form-view {
    height: auto !important
}

.project-promo .form-view p.sumission-intro {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    padding: 25px 55px 25px 55px
}

.project-promo .form-view h2.text-center {
    letter-spacing: 2px;
    text-align: center !important
}

.project-promo .step-three h3.text-center {
    letter-spacing: 1px
}

.project-promo .nav-wizard {
    display: none !important
}

.project-promo #pccf_form_61 {
    margin-left: auto !important;
    margin-right: auto !important
}

.project-promo #pccf_form_61 h2.text-center {
    letter-spacing: 2px;
    text-align: center !important
}

.project-promo .form-horizontal .formpage #contestentry1 {
    letter-spacing: 1px
}

.project-promo .form-horizontal .formpage .terms-hd {
    padding-top: 27px !important
}

.project-promo .form-horizontal .formpage .terms-detail {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important
}

.project-promo .form-horizontal .formpage .term-header h4 {
    margin-left: 66px !important;
    margin-right: 68px !important
}

.project-promo .form-horizontal .formpage .term-header .col-md-2 {
    display: none
}

.project-promo .form-horizontal .formpage ::selection, .project-promo .form-horizontal .formpage input::-webkit-input-placeholder, .project-promo .form-horizontal .formpage textarea::-webkit-input-placeholder {
    color: #525151 !important;
    opacity: .5 !important
}

.project-promo .form-horizontal .formpage input:-moz-placeholder, .project-promo .form-horizontal .formpage textarea:-moz-placeholder {
    color: #525151 !important;
    opacity: .5 !important
}

.project-promo .form-horizontal .formpage ::-moz-selection, .project-promo .form-horizontal .formpage input::-moz-placeholder, .project-promo .form-horizontal .formpage textarea::-moz-placeholder {
    color: #525151 !important;
    opacity: .5 !important
}

.project-promo .form-horizontal .formpage input:-ms-input-placeholder, .project-promo .form-horizontal .formpage textarea:-ms-input-placeholder {
    color: #525151 !important;
    opacity: .5 !important
}

.project-promo .form-horizontal .formpage .term-details .col-md-8.text-center {
    text-align: left !important
}

.project-promo .form-horizontal .formpage .term-details .col-md-8.text-center p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    margin: 0 59px 5px 70px !important
}

@media only screen and (min-width: 768px) {
    .project-promo .form-horizontal .formpage .term-details .col-md-8.text-center {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
}

@media (min-width: 992px) {
    .project-promo .form-horizontal .formpage .term-details .col-md-8.text-center {
        width: 83.333% !important
    }
}

@media (min-width: 992px) {
    .project-promo .form-horizontal .formpage .form-group.required-control.essay-entry .col-md-4 {
        width: 66.66667% !important
    }

    .project-promo .form-horizontal .formpage .form-group.photo-entry .col-md-6, .project-promo .form-horizontal .formpage .form-group.video-entry .col-md-6 {
        width: 66.66667% !important
    }
}

@media only screen and (min-width: 768px) {
    .project-promo .form-horizontal .formpage .form-group.required-control.essay-entry .col-md-4 {
        -ms-flex-preferred-size: 66.66667;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .project-promo .form-horizontal .formpage .form-group.photo-entry .col-md-6, .project-promo .form-horizontal .formpage .form-group.video-entry .col-md-6 {
        -ms-flex-preferred-size: 66.66667;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
}

.project-promo .form-horizontal .formpage .form-group .navbuttons button.next.btn.btn-primary {
    padding: 6px 62px !important;
    background-color: #d82600 !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in
}

.project-promo .form-horizontal .formpage .form-group .navbuttons button.next.btn.btn-primary:hover {
    background-color: #fdc2b6 !important;
    color: #d82600 !important
}

.project-promo .form-horizontal .formpage .form-group .navbuttons button.prev[style] {
    float: none !important;
    padding: 6px 40px !important;
    background-color: #ad908a !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in
}

.project-promo .form-horizontal .formpage .form-group .navbuttons button.prev[style]:hover {
    background-color: #fdc2b6 !important;
    color: #d82600 !important
}

.project-promo .form-horizontal .formpage .form-group .col-md-6 {
    text-align: center !important
}

.project-promo .form-horizontal .formpage .form-group .col-md-6 .btn.btn-primary {
    padding: 6px 62px !important;
    background-color: #d82600 !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    margin-top: 10% !important;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in
}

.project-promo .form-horizontal .formpage .form-group .col-md-6 .btn.btn-primary:hover {
    background-color: #fdc2b6 !important;
    color: #d82600 !important
}

.project-promo .form-horizontal .formpage .form-group label.checkbox-inline {
    color: #000
}

.project-promo .form-horizontal .formpage .form-group .col-md-offset-3.col-md-6.navbuttons div[style] {
    float: left !important;
    margin-left: 27% !important;
    margin-right: auto !important
}

.project-promo .quote {
    font-size: 29px !important;
    line-height: 1em !important;
    font-style: italic !important;
    margin-top: 37px
}

.project-promo .display-none {
    display: none
}

.project-promo .top-contain {
    margin-top: 20px;
    margin-bottom: 60px
}

.project-promo .story-clip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 42px
}

.project-promo .wide-screen-vid {
    height: 98%
}

.project-promo .wide-details {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 55px
}

.project-promo .button-large-red {
    background-color: #d82600;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 43px 10px 43px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in
}

.project-promo .button-large-red:hover {
    background-color: #fdc2b6;
    color: #d82600
}

.project-promo .button-large-red a {
    color: inherit !important;
    letter-spacing: inherit !important;
    font-size: inherit !important;
    text-transform: inherit !important;
    border: inherit !important
}

.project-promo .button-large-red a:hover {
    color: #d82600 !important
}

.project-promo .button-large-blue {
    background-color: #61b3e4;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 43px 10px 43px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in
}

.project-promo .button-large-blue:hover {
    background-color: #8dcbf1;
    color: #fff
}

.project-promo .button-large-blue a {
    color: inherit !important;
    letter-spacing: inherit !important;
    font-size: inherit !important;
    text-transform: inherit !important;
    border: inherit !important
}

.project-promo .button-large-blue a:hover {
    color: #fff !important
}

.project-promo .button-large-muted-blue {
    background-color: #396885;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 43px 10px 43px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in
}

.project-promo .button-large-muted-blue:hover {
    background-color: #bcd1de;
    color: #396885
}

.project-promo .button-large-muted-blue a {
    color: inherit !important;
    letter-spacing: inherit !important;
    font-size: inherit !important;
    text-transform: inherit !important;
    border: inherit !important
}

.project-promo .button-large-muted-blue a:hover {
    color: #fff !important
}

@media (max-width: 767px) {
    .project-promo .button-large-muted-blue {
        width: 80%
    }

    .project-promo .photo-contain {
        width: 100%
    }
}

.project-promo .story-hr {
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(255, 255, 255, .3)
}

.project-promo .wide-title {
    padding-bottom: 15px;
    font-size: 35px !important;
    font-weight: 500 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.project-promo .wide-detail {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.project-promo .judge-container img {
    width: 334px;
    height: 375px;
    margin-bottom: 17px
}

.project-promo .judge-container .name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px
}

.project-promo .judge-container .occupation {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    margin-bottom: 10px;
    margin-top: -6px
}

.project-promo .judge-container .pic-holder {
    width: 310px;
    height: 240px;
    margin-bottom: 17px;
    background-color: #c8c8c8
}

.project-promo .detail-title {
    font-style: italic;
    font-size: 24px;
    margin-bottom: 44px
}

.project-promo .nice-vs-kind-header {
    position: relative
}

.project-promo .nice-vs-kind-header .team-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 38%
}

.project-promo .nice-vs-kind-header .container {
    padding: 0 !important;
    margin-top: 0 !important
}

.project-promo .nice-vs-kind-header .container .project-inner {
    position: relative;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 7%;
    padding-bottom: 2%
}

.project-promo .nice-vs-kind-header .container .project-inner .project-promo-title {
    color: #fff;
    text-align: center
}

@media (max-width: 767px) {
    .project-promo .nice-vs-kind-header .container .project-inner .project-promo-title h1 {
        color: #fff;
        letter-spacing: .01px !important;
        font-size: 48px !important
    }

    .project-promo .nice-vs-kind-header .container .project-inner .project-promo-title h2 {
        font-size: 50px !important
    }
}

.project-promo .nice-vs-kind-header .container .project-inner .project-promo-title .project-name {
    line-height: .9em;
    margin-bottom: .185em;
    margin-left: -.05em;
    letter-spacing: .01px
}

.project-promo .nice-vs-kind-header .container .project-inner .project-promo-title h1 {
    color: #fff;
    letter-spacing: .01px !important;
    font-size: 64px
}

.project-promo .nice-vs-kind-header .container .project-inner .project-promo-title h2 {
    font-size: 50px !important
}

.project-promo .nice-vs-kind-header .container .project-inner .read-more {
    color: #284a5f;
    font-size: 23px;
    padding-bottom: 21px;
    text-transform: uppercase;
    margin-top: 75px;
    letter-spacing: 1px
}

.project-promo .nice-vs-kind-header .container .project-inner .down-arrow {
    width: 32px;
    height: 19px;
    margin-top: -40px
}

@media (min-width: 768px) {
    .project-promo .wide-screen-vid iframe {
        width: 100%;
        height: 572px
    }
}

.project-promo .category-hero-description {
    color: rgba(255, 255, 255, .7);
    max-width: 775px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 100;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 1.2
}

.project-promo .category-hero-filter-button {
    margin-top: 80px;
    min-width: 230px;
    border-color: transparent
}

.project-promo .category-hero-filter-button::after {
    content: "";
    display: inline-block;
    background: url(../images/icon-plus-white.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: cover;
    position: relative;
    left: 116px
}

.project-promo .category-hero-filter-button:focus {
    background: #4f4f4f;
    border-color: transparent
}

.project-promo .category-hero-filter-button:hover {
    background: #4f4f4f;
    border-color: transparent
}

.project-promo .category-hero-filter-button:active {
    background: #4f4f4f;
    border-color: transparent
}

@media (max-width: 767px) {
    .project-promo .category-hero-inner {
        padding-top: 80px
    }

    .project-promo .wide-title {
        font-size: 27px !important
    }

    .project-promo .block-pad-one {
        padding: 11px 0 23px;
        margin-left: 0;
        margin-right: 0
    }

    .project-promo .block-pad-two {
        padding: 11px 0 23px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .project-promo .wide-details {
        margin-left: 0;
        margin-right: 0
    }

    .project-promo .panel-contain {
        width: 100%;
        height: 237px;
        margin-bottom: 35px;
        padding: 1px 0 1px 4px
    }

    .project-promo .pull-right {
        float: right !important;
        margin-right: 16px
    }

    .project-promo .category-hero-name {
        letter-spacing: -.05em
    }

    .project-promo .category-hero-filter-button {
        margin-top: 40px;
        min-width: 156px
    }

    .project-promo .category-hero-filter-button::after {
        left: 44px
    }

    .project-promo .project-inner .project-promo-title {
        color: #fff;
        text-align: center
    }

    .project-promo .project-inner .project-promo-title .project-name {
        line-height: .9em;
        margin-bottom: .185em;
        margin-left: -.05em;
        font-size: 50px;
        letter-spacing: .01px
    }

    .project-promo .project-inner .project-promo-title h1 {
        color: #fff;
        letter-spacing: .01px !important;
        font-size: 48px !important
    }

    .project-promo .project-inner .project-promo-title h2 {
        font-size: 50px !important
    }
}

@media (max-width: 1025px) {
    .project-promo .category-hero-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.bubble-pop .bubble-pop-hd {
    height: 341px
}

@media only screen and (max-width: 500px) {
    .bubble-pop .bubble-pop-hd {
        height: 230px
    }
}

.bubble-pop .center-div {
    margin: 0 auto;
    width: 100px
}

.bubble-pop .steps-number {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 45px;
    height: 45px;
    background: #d82600;
    color: #fff;
    font-size: 21px;
    line-height: 43px
}

.bubble-pop .bubble-pop .intro-hd-txt {
    font-size: 26px !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 50px 0 27px;
    line-height: 31px
}

.bubble-pop hr.break {
    width: 45px;
    height: 4px;
    border: none;
    color: #000;
    background-color: #000
}

.bubble-pop .steps-contain {
    margin-bottom: 20px;
    margin-top: 30px
}

.bubble-pop .steps-contain-logo {
    margin-bottom: 33px;
    margin-top: 11px
}

.bubble-pop .bubble-pop h3.list-points {
    color: #d82600 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-size: 21px !important;
    margin-top: -3px;
    margin-bottom: 39px;
    line-height: 26px
}

.bubble-pop .list-text, .bubble-pop .list-text-single {
    margin-top: -33px
}

.bubble-pop .list-text {
    padding: 50px 0 10px 0
}

.bubble-pop .list-text-single {
    padding: 19px 0 10px 0
}

.bubble-pop .bfc-logo {
    width: 164px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: -30px
}

.bubble-pop .better-angels-logo {
    width: 185px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: -30px
}

.bubble-pop .all-slides-logo {
    width: 186px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: -44px
}

.bubble-pop .living-room-logo {
    width: 129px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: -7px
}

.bubble-pop .pop-container {
    margin-top: 60px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px
}

.bubble-pop div.steps {
    padding-bottom: 18px
}

.bubble-pop .kind-foundation-logo {
    width: 136px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: -20px
}

@media (min-width: 768px) {
    .bubble-pop .pop-container {
        padding: 0 128px
    }
}

@font-face {
    font-family: "Shadows Into";
    font-style: normal;
    font-weight: 700;
    src: url(../../enterprise/src/fonts/ShadowsIntoLight.eot?) format("eot"), url(../../enterprise/src/fonts/ShadowsIntoLight.woff2) format("woff2"), url(../../enterprise/src/fonts/ShadowsIntoLight.woff) format("woff"), url(../../enterprise/src/fonts/ShadowsIntoLight.ttf) format("truetype"), url(../../enterprise/src/fonts/ShadowsIntoLight.svg#Shadows_Into) format("svg")
}

@font-face {
    font-family: "DK Canoodle";
    font-style: normal;
    font-weight: 400;
    src: url(../../enterprise/src/fonts/DKCanoodle-Regular.eot?) format("eot"), url(../../enterprise/src/fonts/DKCanoodle-Regular.woff2) format("woff2"), url(../../enterprise/src/fonts/DKCanoodle-Regular.woff) format("woff"), url(../../enterprise/src/fonts/DKCanoodle-Regular.ttf) format("truetype"), url(../../enterprise/src/fonts/DKCanoodle-Regular.svg#DK_Canoodle) format("svg")
}

@font-face {
    font-family: "Trade Gothic LT Std";
    font-style: normal;
    font-weight: 500;
    src: url(../../enterprise/src/fonts/TradeGothicLTStd-Cn18.eot?) format("eot"), url(../../enterprise/src/fonts/TradeGothicLTStd-Cn18.woff2) format("woff2"), url(../../enterprise/src/fonts/TradeGothicLTStd-Cn18.woff) format("woff"), url(../../enterprise/src/fonts/TradeGothicLTStd-Cn18.ttf) format("truetype"), url(../../enterprise/src/fonts/TradeGothicLTStd-Cn18.svg#Trade_Gothic_LT_Std) format("svg")
}

@font-face {
    font-family: "Trade Gothic LT Std";
    font-style: normal;
    font-weight: 700;
    src: url(../../enterprise/src/fonts/TradeGothicLTStd-BdCn20.eot?) format("eot"), url(../../enterprise/src/fonts/TradeGothicLTStd-BdCn20.woff2) format("woff2"), url(../../enterprise/src/fonts/TradeGothicLTStd-BdCn20.woff) format("woff"), url(../../enterprise/src/fonts/TradeGothicLTStd-BdCn20.ttf) format("truetype"), url(../../enterprise/src/fonts/TradeGothicLTStd-BdCn20.svg#Trade_Gothic_LT_Std) format("svg")
}

.pdp-section-browse .grid-item {
    opacity: 1
}

.pdp-section-browse .grid-item.no-img-feature-tmb {
    padding-top: 30px
}

.feature-grid-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto
}

.grid-item {
    width: 320px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto 30px;
    opacity: 0;
    top: 20px
}

.grid-item .inner {
    display: block;
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none
}

.grid-item .inner:visited {
    color: #000
}

.grid-item .inner:hover {
    color: #777
}

.grid-item .inner::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 3px solid #000;
    opacity: 0;
    transition: opacity .3s ease
}

.grid-item header {
    margin-top: 20px
}

.grid-item header hgroup h5 {
    display: block;
    padding-top: 10px;
    font-style: italic;
    font-weight: 700;
    font-size: 12px
}

.grid-item header hgroup .price {
    display: none
}

.grid-item .image {
    max-width: 240px;
    margin: 0 auto
}

.grid-item h3 {
    text-align: center;
    max-width: 10em;
    margin: 0 auto;
    line-height: 1.1em;
    margin-bottom: 9px
}

.grid-item h2, .grid-item h4 {
    font-size: 14px;
    color: #999;
    letter-spacing: -.025em;
    text-align: center
}

.grid-item h5 {
    display: none
}

.grid-item:hover {
    outline: 0
}

.grid-item:hover .inner {
    color: #000
}

.grid-item:hover .inner::before {
    opacity: 1
}

.grid-item:focus {
    outline: 0
}

.grid-item:focus .inner {
    color: #000
}

.grid-item:focus .inner::before {
    opacity: 1
}

@media (max-width: 767px) {
    .feature-grid-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-type {
    display: block;
    text-decoration: none
}

.product-type-image {
    margin: 0 auto 4px
}

.product-type-title {
    display: block;
    margin-bottom: 8px
}

.product-type-title::after {
    margin-left: 2px;
    transition: margin-left .3s
}

.product-type-title:hover::after {
    margin-left: 6px
}

.product-type-description {
    display: block;
    color: #000;
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    line-height: 1.5
}

.product-type:hover .product-type-title {
    opacity: .5;
    color: #000
}

@media (max-width: 767px) {
    .product-type-description {
        text-align: left
    }
}

.content-card {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 380px
}

.content-card-image {
    width: 100%
}

.content-card-inner {
    padding: 30px 25px;
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-card-header {
    margin-bottom: 21px
}

.content-card-title {
    font-size: 24px;
    margin-bottom: 6px
}

.content-card-button {
    min-width: 120px
}

#product_addtocart_form .pdp-top-inner {
    clear: both
}

#product_addtocart_form .pdp-top-inner img.pdp-image-large.loaded {
    display: block
}

#product_addtocart_form .pdp-top-inner img.pdp-image-small {
    display: none
}

.product-feature {
    overflow: hidden
}

.product-feature-container {
    padding: 0;
    position: relative
}

.product-feature-image {
    display: none;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

.product-feature-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 25px
}

.product-feature-eyebrow {
    color: #fff;
    display: block
}

.product-feature-title {
    color: #fff;
    margin-bottom: .7em
}

.product-feature-button {
    min-width: 135px
}

@media (max-width: 767px) {
    .product-feature {
        height: 585px
    }

    .product-feature-image-small {
        display: block
    }

    .product-feature-content {
        top: 186px
    }

    .product-feature-eyebrow {
        margin-bottom: 22px
    }

    .product-feature-title {
        margin-bottom: .85em
    }
}

@media (min-width: 768px) {
    .product-feature {
        height: 700px
    }

    .product-feature-image-large {
        display: block
    }

    .product-feature-content {
        top: 247px
    }

    .product-feature-eyebrow {
        margin-bottom: 43px
    }
}

.ingredients-focus {
    background: #fff;
    position: relative
}

.ingredients-focus-inner {
    position: relative
}

.ingredients-focus-row {
    display: block;
    position: relative;
    z-index: 1
}

.ingredients-focus-body {
    position: relative;
    z-index: 1;
    max-width: 300px
}

.ingredients-focus-eyebrow {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 23px
}

.ingredients-focus-head {
    font-size: 40px;
    margin-bottom: 23px
}

.ingredients-focus-text {
    font-size: 13px
}

.ingredients-focus-link {
    color: inherit !important;
    border-bottom: 2px solid;
    margin-top: 23px
}

.ingredients-focus-image {
    max-width: none;
    position: relative;
    z-index: 0
}

@media (max-width: 767px) {
    .contentmanager-contenttype-careers .col-sm-12 {
        width: 100%
    }

    .snack-club .snack-questions .left-title {
        padding: 0 15px !important
    }

    .snack-club .snack-questions ul li {
        margin: 0 0 !important
    }

    .ingredients-focus-inner {
        overflow: hidden
    }

    .ingredients-focus-wrapper {
        height: auto !important;
        padding-bottom: 100px
    }

    .ingredients-focus-row {
        margin-bottom: 30px
    }

    .ingredients-focus-row::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        clear: both
    }

    .ingredients-focus-eyebrow {
        margin-bottom: 15px
    }

    .ingredients-focus-body, .ingredients-focus-eyebrow, .ingredients-focus-head, .ingredients-focus-link {
        text-align: left
    }

    .ingredients-focus-text {
        font-size: 15px;
        text-align: left
    }

    .ingredients-focus-image {
        width: 175vw;
        margin-left: -20vw;
        margin-bottom: 15px;
        clear: both
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-image {
        margin-left: -55vw
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-body {
        float: right
    }

    .ingredients-focus-section:nth-child(odd) .ingredients-focus-image {
        margin-left: -20vw
    }

    .ingredients-focus-section:first-child .ingredients-focus-image {
        margin-top: -12vw
    }
}

@media (min-width: 768px) {
    .ingredients-focus {
        min-height: 1250px
    }

    .ingredients-focus-section {
        position: relative
    }

    .ingredients-focus-row {
        height: 600px
    }

    .ingredients-focus-image {
        width: 950px;
        height: 800px;
        position: absolute;
        top: calc(50% - 400px)
    }

    .ingredients-focus-body {
        max-width: 260px;
        position: absolute;
        top: calc(50% - 0px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ingredients-focus-row:first-child .ingredients-focus-image {
        top: calc(67% - 400px);
        margin-top: -50px
    }
}

@media (min-width: 768px) {
    .ingredients-focus-section:nth-child(odd) .ingredients-focus-image {
        left: 260px
    }

    .ingredients-focus-section:nth-child(odd) .ingredients-focus-body {
        left: 0
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-image {
        left: -500px
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-body {
        left: 475px
    }
}

@media (min-width: 1025px) {
    .ingredients-focus-section:nth-child(odd) .ingredients-focus-image {
        left: 280px
    }

    .ingredients-focus-section:nth-child(odd) .ingredients-focus-body {
        left: 0
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-image {
        left: -310px
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-body {
        left: auto;
        right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .ingredients-focus {
        min-height: 800px
    }

    .ingredients-focus-row {
        height: 400px
    }

    .ingredients-focus-image {
        width: 461px;
        height: 368px
    }

    .ingredients-focus-row:first-child .ingredients-focus-image {
        top: 200px
    }

    .ingredients-focus-section:nth-child(odd) .ingredients-focus-image {
        margin-top: -200px
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-image {
        top: 200px;
        margin-top: -200px;
        left: -100px
    }

    .ingredients-focus-section:nth-child(even) .ingredients-focus-body {
        left: 450px
    }
}

.navigation {
    height: 100%;
    background: #000;
    color: #fff
}

.navigation a {
    color: #fff;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer
}

.navigation a:visited {
    color: #fff
}

.navigation a:hover {
    color: rgba(255, 255, 255, .65)
}

.navigation-inner {
    padding: 95px 40px 40px
}

.navigation-close {
    color: #fff;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer
}

.navigation-close:visited {
    color: #fff
}

.navigation-close:hover {
    color: rgba(255, 255, 255, .65)
}

.navigation-header {
    margin-bottom: 65px;
    text-align: center;
    display: none
}

.navigation-header-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-avatar {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    margin-bottom: 26px
}

.navigation-name {
    text-transform: lowercase;
    display: block;
    margin-bottom: 21px;
    color: #fff !important
}

.navigation-list {
    margin-bottom: 58px;
    padding-top: 80px
}

.navigation.logged-in .navigation-list {
    padding-top: 0
}

.navigation.logged-in .navigation-list .nav-login-item {
    display: none
}

.navigation.logged-in .navigation-header {
    display: block
}

.navigation.logged-in .navigation-footer .nav-logout-item {
    display: block
}

.navigation-list-item {
    margin-bottom: 30px
}

.navigation-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation-footer .nav-logout-item {
    display: none
}

@media (max-width: 767px) {
    .navigation-logo-image {
        position: absolute;
        top: 0;
        width: 60px;
        left: calc(50% - 30px)
    }

    .navigation-close {
        left: -2px;
        right: auto
    }
}

@media (min-width: 768px) {
    .navigation-logo-image {
        display: none
    }
}

.rating-box {
    width: 130px;
    height: 20px;
    background: url(../images/ratings-gray.png) no-repeat;
    background-position: top left;
    background-size: 129px 20px
}

.rating-box .rating {
    width: 130px;
    height: 20px;
    background: url(../images/ratings-black.png) no-repeat;
    background-position: top left;
    background-size: 129px 20px
}

.rating-box-small {
    width: 98px;
    height: 15px;
    background-size: 98px 15px
}

.rating-box-small .rating {
    background-size: 98px 15px
}

.cms-search .main-container {
    padding-top: 88px
}

.catalogsearch-result-index .main-container {
    padding-top: 88px
}

.catalogsearch-result-index .carousel, .catalogsearch-result-index .page-title {
    display: none
}

.catalogsearch-result-index .contenttype-results-listing .note-msg {
    display: none
}

.catalogsearch-result-index .plp-products {
    padding-top: 10px
}

.catalogsearch-result-index .note-msg.misspell {
    margin: 32px;
    text-align: center;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px
}

.catalogsearch-result-index .note-msg.misspell.fallback strong, .catalogsearch-result-index .note-msg.misspell.fallback strong a, .catalogsearch-result-index .note-msg.misspell.suggest strong, .catalogsearch-result-index .note-msg.misspell.suggest strong a {
    color: #000;
    font-weight: 700
}

.catalogsearch-result-index .store-empty > p {
    margin: 110px auto 0;
    max-width: 561px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2px
}

.catalogsearch-result-index .grid-item .out-stock-product .image {
    opacity: .4
}

.catalogsearch-result-index .grid-item .out-stock-product .out-stock-text {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #0c0604;
    margin-top: 21px
}

#search_mini_form .form-search {
    position: relative;
    padding: 0 45px;
    opacity: 0;
    top: -80px
}

#search_mini_form .form-search > a {
    margin-right: 45px;
    position: absolute;
    right: 0;
    top: 40px
}

#search_mini_form .form-search .input-text {
    border-color: #e5e5e5;
    font-size: 80px;
    font-weight: 700;
    padding-bottom: 42px;
    line-height: .78;
    letter-spacing: -4.5px
}

#search_mini_form .form-search .button, #search_mini_form .form-search .button-big, #search_mini_form .form-search .button-expand-collapse, #search_mini_form .form-search .button-loader, #search_mini_form .form-search .button-outline, #search_mini_form .form-search .button-outline-big, #search_mini_form .form-search .button-outline-white, #search_mini_form .form-search .button-small, #search_mini_form .form-search .button-small-outline, #search_mini_form .form-search .button-small-outline-white, #search_mini_form .form-search .button-transparent, #search_mini_form .form-search .button2, #search_mini_form .form-search .cart-button-row .btn-continue, #search_mini_form .form-search .navigation-button, .cart-button-row #search_mini_form .form-search .btn-continue {
    display: none
}

@media (max-width: 767px) {
    .main-container {
        padding-top: 80px
    }

    #search_mini_form .form-search {
        padding: 0
    }

    #search_mini_form .form-search .input-text {
        font-size: 54px;
        letter-spacing: -2.7px;
        padding: 0 0 24px
    }

    #search_mini_form .form-search > a {
        top: 17px;
        margin-right: 0
    }
}

@media (max-width: 384px) {
    #search_mini_form .form-search .input-text {
        font-size: 40px;
        padding: 0 0 24px
    }

    #search_mini_form .form-search > a {
        top: 6px
    }
}

.col2-set {
    display: inline-block;
    width: 100%
}

.col2-set .col-1, .col2-set .col-2 {
    width: 50%
}

.col2-set .col-1 {
    float: left;
    padding-left: 0
}

.col2-set .col-2 {
    float: right;
    padding-right: 0;
    padding-left: 5%
}

.checkout-multishipping-login .col2-set .col-2, .customer-account-login .col2-set .col-2, .customerregistration-index-verification .col2-set .col-2 {
    margin-right: 14%
}

#login_form {
    margin-bottom: 60px
}

#login_form .buttons-set .button, #login_form .buttons-set .button-big, #login_form .buttons-set .button-expand-collapse, #login_form .buttons-set .button-loader, #login_form .buttons-set .button-outline, #login_form .buttons-set .button-outline-big, #login_form .buttons-set .button-outline-white, #login_form .buttons-set .button-small, #login_form .buttons-set .button-small-outline, #login_form .buttons-set .button-small-outline-white, #login_form .buttons-set .button-transparent, #login_form .buttons-set .button2, #login_form .buttons-set .cart-button-row .btn-continue, #login_form .buttons-set .navigation-button, .cart-button-row #login_form .buttons-set .btn-continue {
    padding: 11px 5% 11px
}

#login_form .buttons-set .button-big:hover, #login_form .buttons-set .button-expand-collapse:hover, #login_form .buttons-set .button-loader:hover, #login_form .buttons-set .button-outline-big:hover, #login_form .buttons-set .button-outline-white:hover, #login_form .buttons-set .button-outline:hover, #login_form .buttons-set .button-small-outline-white:hover, #login_form .buttons-set .button-small-outline:hover, #login_form .buttons-set .button-small:hover, #login_form .buttons-set .button-transparent:hover, #login_form .buttons-set .button2:hover, #login_form .buttons-set .button:hover, #login_form .buttons-set .cart-button-row .btn-continue:hover, #login_form .buttons-set .navigation-button:hover, .cart-button-row #login_form .buttons-set .btn-continue:hover {
    background: #777;
    border-color: #777;
    color: #fff
}

.checkout-multishipping-login, .checkout-onepage-index, .customer-account-login, .customerregistration-index-verification {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.checkout-multishipping-login .page-title h1, .checkout-onepage-index .page-title h1, .customer-account-login .page-title h1, .customerregistration-index-verification .page-title h1 {
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -5px;
    color: #000;
    margin-bottom: 96px
}

.checkout-multishipping-login .col2-set .col-1, .checkout-multishipping-login .col2-set .col-2, .checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2, .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2, .customerregistration-index-verification .col2-set .col-1, .customerregistration-index-verification .col2-set .col-2 {
    max-width: 380px
}

.checkout-multishipping-login h2, .checkout-onepage-index h2, .customer-account-login h2, .customerregistration-index-verification h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000;
    margin-bottom: 30px
}

.checkout-multishipping-login .account-login, .checkout-onepage-index .account-login, .customer-account-login .account-login, .customerregistration-index-verification .account-login {
    padding: 0 10%;
    width: 100%
}

.checkout-multishipping-login .account-login form .loginradius-raas--form-element-content, .checkout-onepage-index .account-login form .loginradius-raas--form-element-content, .customer-account-login .account-login form .loginradius-raas--form-element-content, .customerregistration-index-verification .account-login form .loginradius-raas--form-element-content {
    margin-top: 19px
}

.checkout-multishipping-login .account-login form .loginradius-raas--form-element-content:first-child, .checkout-onepage-index .account-login form .loginradius-raas--form-element-content:first-child, .customer-account-login .account-login form .loginradius-raas--form-element-content:first-child, .customerregistration-index-verification .account-login form .loginradius-raas--form-element-content:first-child {
    margin-top: 0
}

.checkout-multishipping-login .account-login form label, .checkout-onepage-index .account-login form label, .customer-account-login .account-login form label, .customerregistration-index-verification .account-login form label {
    display: inline-block;
    opacity: .5;
    font-size: 14px;
    letter-spacing: .3px;
    color: #000;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.checkout-multishipping-login .account-login form label:after, .checkout-onepage-index .account-login form label:after, .customer-account-login .account-login form label:after, .customerregistration-index-verification .account-login form label:after {
    content: ' *'
}

.checkout-multishipping-login .account-login form input[type=password], .checkout-multishipping-login .account-login form input[type=text], .checkout-onepage-index .account-login form input[type=password], .checkout-onepage-index .account-login form input[type=text], .customer-account-login .account-login form input[type=password], .customer-account-login .account-login form input[type=text], .customerregistration-index-verification .account-login form input[type=password], .customerregistration-index-verification .account-login form input[type=text] {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .3px;
    color: #000;
    margin: 0 !important;
    padding-bottom: 7.2px;
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: 0
}

.cart-button-row .checkout-multishipping-login .account-login .registered-users button.btn-continue, .cart-button-row .checkout-onepage-index .account-login .registered-users button.btn-continue, .cart-button-row .customer-account-login .account-login .registered-users button.btn-continue, .cart-button-row .customerregistration-index-verification .account-login .registered-users button.btn-continue, .checkout-multishipping-login .account-login .registered-users #loginradius-raas-submit-Login, .checkout-multishipping-login .account-login .registered-users .cart-button-row button.btn-continue, .checkout-multishipping-login .account-login .registered-users button.button, .checkout-multishipping-login .account-login .registered-users button.button-big, .checkout-multishipping-login .account-login .registered-users button.button-expand-collapse, .checkout-multishipping-login .account-login .registered-users button.button-loader, .checkout-multishipping-login .account-login .registered-users button.button-outline, .checkout-multishipping-login .account-login .registered-users button.button-outline-big, .checkout-multishipping-login .account-login .registered-users button.button-outline-white, .checkout-multishipping-login .account-login .registered-users button.button-small, .checkout-multishipping-login .account-login .registered-users button.button-small-outline, .checkout-multishipping-login .account-login .registered-users button.button-small-outline-white, .checkout-multishipping-login .account-login .registered-users button.button-transparent, .checkout-multishipping-login .account-login .registered-users button.button2, .checkout-multishipping-login .account-login .registered-users button.navigation-button, .checkout-multishipping-login .account-login .registered-users input[type=submit], .checkout-onepage-index .account-login .registered-users #loginradius-raas-submit-Login, .checkout-onepage-index .account-login .registered-users .cart-button-row button.btn-continue, .checkout-onepage-index .account-login .registered-users button.button, .checkout-onepage-index .account-login .registered-users button.button-big, .checkout-onepage-index .account-login .registered-users button.button-expand-collapse, .checkout-onepage-index .account-login .registered-users button.button-loader, .checkout-onepage-index .account-login .registered-users button.button-outline, .checkout-onepage-index .account-login .registered-users button.button-outline-big, .checkout-onepage-index .account-login .registered-users button.button-outline-white, .checkout-onepage-index .account-login .registered-users button.button-small, .checkout-onepage-index .account-login .registered-users button.button-small-outline, .checkout-onepage-index .account-login .registered-users button.button-small-outline-white, .checkout-onepage-index .account-login .registered-users button.button-transparent, .checkout-onepage-index .account-login .registered-users button.button2, .checkout-onepage-index .account-login .registered-users button.navigation-button, .checkout-onepage-index .account-login .registered-users input[type=submit], .customer-account-login .account-login .registered-users #loginradius-raas-submit-Login, .customer-account-login .account-login .registered-users .cart-button-row button.btn-continue, .customer-account-login .account-login .registered-users button.button, .customer-account-login .account-login .registered-users button.button-big, .customer-account-login .account-login .registered-users button.button-expand-collapse, .customer-account-login .account-login .registered-users button.button-loader, .customer-account-login .account-login .registered-users button.button-outline, .customer-account-login .account-login .registered-users button.button-outline-big, .customer-account-login .account-login .registered-users button.button-outline-white, .customer-account-login .account-login .registered-users button.button-small, .customer-account-login .account-login .registered-users button.button-small-outline, .customer-account-login .account-login .registered-users button.button-small-outline-white, .customer-account-login .account-login .registered-users button.button-transparent, .customer-account-login .account-login .registered-users button.button2, .customer-account-login .account-login .registered-users button.navigation-button, .customer-account-login .account-login .registered-users input[type=submit], .customerregistration-index-verification .account-login .registered-users #loginradius-raas-submit-Login, .customerregistration-index-verification .account-login .registered-users .cart-button-row button.btn-continue, .customerregistration-index-verification .account-login .registered-users button.button, .customerregistration-index-verification .account-login .registered-users button.button-big, .customerregistration-index-verification .account-login .registered-users button.button-expand-collapse, .customerregistration-index-verification .account-login .registered-users button.button-loader, .customerregistration-index-verification .account-login .registered-users button.button-outline, .customerregistration-index-verification .account-login .registered-users button.button-outline-big, .customerregistration-index-verification .account-login .registered-users button.button-outline-white, .customerregistration-index-verification .account-login .registered-users button.button-small, .customerregistration-index-verification .account-login .registered-users button.button-small-outline, .customerregistration-index-verification .account-login .registered-users button.button-small-outline-white, .customerregistration-index-verification .account-login .registered-users button.button-transparent, .customerregistration-index-verification .account-login .registered-users button.button2, .customerregistration-index-verification .account-login .registered-users button.navigation-button, .customerregistration-index-verification .account-login .registered-users input[type=submit] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.3;
    margin-top: 35px;
    padding: 14px 5% 18px;
    width: 100%
}

.checkout-multishipping-login .account-login #loginradius-raas-submit-Login, .checkout-onepage-index .account-login #loginradius-raas-submit-Login, .customer-account-login .account-login #loginradius-raas-submit-Login, .customerregistration-index-verification .account-login #loginradius-raas-submit-Login {
    display: none
}

.checkout-multishipping-login .account-login .buttons-set > a, .checkout-onepage-index .account-login .buttons-set > a, .customer-account-login .account-login .buttons-set > a, .customerregistration-index-verification .account-login .buttons-set > a {
    float: right;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: .3px;
    color: #000;
    font-family: Georgia, Garamond, Times New Roman, serif;
    opacity: .4;
    margin-top: 4px
}

.checkout-multishipping-login .account-login .buttons-set > a:hover, .checkout-onepage-index .account-login .buttons-set > a:hover, .customer-account-login .account-login .buttons-set > a:hover, .customerregistration-index-verification .account-login .buttons-set > a:hover {
    text-decoration: none
}

.checkout-multishipping-login .account-login .or, .checkout-onepage-index .account-login .or, .customer-account-login .account-login .or, .customerregistration-index-verification .account-login .or {
    color: #000;
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 2;
    padding: 5px 0 4px;
    text-align: center
}

.checkout-multishipping-login .account-login .lr_icons_box, .checkout-onepage-index .account-login .lr_icons_box, .customer-account-login .account-login .lr_icons_box, .customerregistration-index-verification .account-login .lr_icons_box {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.checkout-multishipping-login .account-login .lr_icons_box > div, .checkout-onepage-index .account-login .lr_icons_box > div, .customer-account-login .account-login .lr_icons_box > div, .customerregistration-index-verification .account-login .lr_icons_box > div {
    width: 100% !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.checkout-multishipping-login .account-login .lr_icons_box .lr_providericons, .checkout-onepage-index .account-login .lr_icons_box .lr_providericons, .customer-account-login .account-login .lr_icons_box .lr_providericons, .customerregistration-index-verification .account-login .lr_icons_box .lr_providericons {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.4px;
    line-height: 1.3;
    padding: 17px 5px 16px 5px;
    text-align: center;
    text-transform: uppercase
}

.checkout-multishipping-login .account-login .lr_icons_box .lr_providericons.lr-icon-facebook, .checkout-onepage-index .account-login .lr_icons_box .lr_providericons.lr-icon-facebook, .customer-account-login .account-login .lr_icons_box .lr_providericons.lr-icon-facebook, .customerregistration-index-verification .account-login .lr_icons_box .lr_providericons.lr-icon-facebook {
    background-color: #1e518f
}

.checkout-multishipping-login .account-login .lr_icons_box .lr_providericons.lr-icon-facebook:hover, .checkout-onepage-index .account-login .lr_icons_box .lr_providericons.lr-icon-facebook:hover, .customer-account-login .account-login .lr_icons_box .lr_providericons.lr-icon-facebook:hover, .customerregistration-index-verification .account-login .lr_icons_box .lr_providericons.lr-icon-facebook:hover {
    background-color: rgba(30, 81, 143, .9)
}

.checkout-multishipping-login .account-login .lr_icons_box .lr_providericons.lr-icon-google:hover, .checkout-onepage-index .account-login .lr_icons_box .lr_providericons.lr-icon-google:hover, .customer-account-login .account-login .lr_icons_box .lr_providericons.lr-icon-google:hover, .customerregistration-index-verification .account-login .lr_icons_box .lr_providericons.lr-icon-google:hover {
    background-color: rgba(221, 75, 57, .9)
}

.checkout-multishipping-login .account-login .lr_icons_box .lr_providericons::before, .checkout-onepage-index .account-login .lr_icons_box .lr_providericons::before, .customer-account-login .account-login .lr_icons_box .lr_providericons::before, .customerregistration-index-verification .account-login .lr_icons_box .lr_providericons::before {
    border-right: none
}

.checkout-multishipping-login .account-login .lr_icons_box .lr_providericons::after, .checkout-onepage-index .account-login .lr_icons_box .lr_providericons::after, .customer-account-login .account-login .lr_icons_box .lr_providericons::after, .customerregistration-index-verification .account-login .lr_icons_box .lr_providericons::after {
    margin-left: 0
}

.checkout-multishipping-login .account-login .new-users h2, .checkout-onepage-index .account-login .new-users h2, .customer-account-login .account-login .new-users h2, .customerregistration-index-verification .account-login .new-users h2 {
    margin-bottom: 16px
}

.checkout-multishipping-login .account-login .new-users p, .checkout-onepage-index .account-login .new-users p, .customer-account-login .account-login .new-users p, .customerregistration-index-verification .account-login .new-users p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #000;
    margin-bottom: 10px
}

.checkout-multishipping-login .account-login .new-users ul, .checkout-onepage-index .account-login .new-users ul, .customer-account-login .account-login .new-users ul, .customerregistration-index-verification .account-login .new-users ul {
    margin-bottom: 32px
}

.checkout-multishipping-login .account-login .new-users ul li, .checkout-onepage-index .account-login .new-users ul li, .customer-account-login .account-login .new-users ul li, .customerregistration-index-verification .account-login .new-users ul li {
    color: #000;
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 1.71;
    list-style: outside;
    margin-left: 15px
}

.cart-button-row .checkout-multishipping-login .account-login .new-users .buttons-set .btn-continue, .cart-button-row .checkout-onepage-index .account-login .new-users .buttons-set .btn-continue, .cart-button-row .customer-account-login .account-login .new-users .buttons-set .btn-continue, .cart-button-row .customerregistration-index-verification .account-login .new-users .buttons-set .btn-continue, .checkout-multishipping-login .account-login .new-users .buttons-set .button, .checkout-multishipping-login .account-login .new-users .buttons-set .button-big, .checkout-multishipping-login .account-login .new-users .buttons-set .button-expand-collapse, .checkout-multishipping-login .account-login .new-users .buttons-set .button-loader, .checkout-multishipping-login .account-login .new-users .buttons-set .button-outline, .checkout-multishipping-login .account-login .new-users .buttons-set .button-outline-big, .checkout-multishipping-login .account-login .new-users .buttons-set .button-outline-white, .checkout-multishipping-login .account-login .new-users .buttons-set .button-small, .checkout-multishipping-login .account-login .new-users .buttons-set .button-small-outline, .checkout-multishipping-login .account-login .new-users .buttons-set .button-small-outline-white, .checkout-multishipping-login .account-login .new-users .buttons-set .button-transparent, .checkout-multishipping-login .account-login .new-users .buttons-set .button2, .checkout-multishipping-login .account-login .new-users .buttons-set .cart-button-row .btn-continue, .checkout-multishipping-login .account-login .new-users .buttons-set .navigation-button, .checkout-onepage-index .account-login .new-users .buttons-set .button, .checkout-onepage-index .account-login .new-users .buttons-set .button-big, .checkout-onepage-index .account-login .new-users .buttons-set .button-expand-collapse, .checkout-onepage-index .account-login .new-users .buttons-set .button-loader, .checkout-onepage-index .account-login .new-users .buttons-set .button-outline, .checkout-onepage-index .account-login .new-users .buttons-set .button-outline-big, .checkout-onepage-index .account-login .new-users .buttons-set .button-outline-white, .checkout-onepage-index .account-login .new-users .buttons-set .button-small, .checkout-onepage-index .account-login .new-users .buttons-set .button-small-outline, .checkout-onepage-index .account-login .new-users .buttons-set .button-small-outline-white, .checkout-onepage-index .account-login .new-users .buttons-set .button-transparent, .checkout-onepage-index .account-login .new-users .buttons-set .button2, .checkout-onepage-index .account-login .new-users .buttons-set .cart-button-row .btn-continue, .checkout-onepage-index .account-login .new-users .buttons-set .navigation-button, .customer-account-login .account-login .new-users .buttons-set .button, .customer-account-login .account-login .new-users .buttons-set .button-big, .customer-account-login .account-login .new-users .buttons-set .button-expand-collapse, .customer-account-login .account-login .new-users .buttons-set .button-loader, .customer-account-login .account-login .new-users .buttons-set .button-outline, .customer-account-login .account-login .new-users .buttons-set .button-outline-big, .customer-account-login .account-login .new-users .buttons-set .button-outline-white, .customer-account-login .account-login .new-users .buttons-set .button-small, .customer-account-login .account-login .new-users .buttons-set .button-small-outline, .customer-account-login .account-login .new-users .buttons-set .button-small-outline-white, .customer-account-login .account-login .new-users .buttons-set .button-transparent, .customer-account-login .account-login .new-users .buttons-set .button2, .customer-account-login .account-login .new-users .buttons-set .cart-button-row .btn-continue, .customer-account-login .account-login .new-users .buttons-set .navigation-button, .customerregistration-index-verification .account-login .new-users .buttons-set .button, .customerregistration-index-verification .account-login .new-users .buttons-set .button-big, .customerregistration-index-verification .account-login .new-users .buttons-set .button-expand-collapse, .customerregistration-index-verification .account-login .new-users .buttons-set .button-loader, .customerregistration-index-verification .account-login .new-users .buttons-set .button-outline, .customerregistration-index-verification .account-login .new-users .buttons-set .button-outline-big, .customerregistration-index-verification .account-login .new-users .buttons-set .button-outline-white, .customerregistration-index-verification .account-login .new-users .buttons-set .button-small, .customerregistration-index-verification .account-login .new-users .buttons-set .button-small-outline, .customerregistration-index-verification .account-login .new-users .buttons-set .button-small-outline-white, .customerregistration-index-verification .account-login .new-users .buttons-set .button-transparent, .customerregistration-index-verification .account-login .new-users .buttons-set .button2, .customerregistration-index-verification .account-login .new-users .buttons-set .cart-button-row .btn-continue, .customerregistration-index-verification .account-login .new-users .buttons-set .navigation-button {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.4px;
    color: #000
}

@-moz-document url-prefix() {
    .customer-account-login .account-login .new-users ul li, .customerregistration-index-verification .account-login .new-users ul li {
        margin-left: 12px
    }
}

@media (max-width: 1190px) {
    .checkout-multishipping-login .col2-set .col-2, .checkout-onepage-index .col2-set .col-2, .customer-account-login .col2-set .col-2, .customerregistration-index-verification .col2-set .col-2 {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .col2-set .col-1, .col2-set .col-2 {
        float: none;
        width: 100%;
        border: 0;
        padding-right: 0;
        padding-left: 0
    }

    .checkout-multishipping-login .col2-set .col-1, .checkout-multishipping-login .col2-set .col-2, .checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2, .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2, .customerregistration-index-verification .col2-set .col-1, .customerregistration-index-verification .col2-set .col-2 {
        max-width: 100%
    }

    .checkout-multishipping-login .col2-set .col-2, .checkout-onepage-index .col2-set .col-2, .customer-account-login .col2-set .col-2, .customerregistration-index-verification .col2-set .col-2 {
        display: inline-block;
        margin-top: 73px
    }

    .checkout-multishipping-login .page-title h1, .checkout-onepage-index .page-title h1, .customer-account-login .page-title h1, .customerregistration-index-verification .page-title h1 {
        font-size: 54px
    }

    .checkout-multishipping-login #login_form, .checkout-onepage-index #login_form, .customer-account-login #login_form, .customerregistration-index-verification #login_form {
        margin-bottom: 35px
    }

    .checkout-multishipping-login .account-login, .checkout-onepage-index .account-login, .customer-account-login .account-login, .customerregistration-index-verification .account-login {
        padding: 0
    }

    .checkout-multishipping-login .account-login #login-container, .checkout-multishipping-login .account-login h2, .checkout-onepage-index .account-login #login-container, .checkout-onepage-index .account-login h2, .customer-account-login .account-login #login-container, .customer-account-login .account-login h2, .customerregistration-index-verification .account-login #login-container, .customerregistration-index-verification .account-login h2 {
        text-align: left
    }

    .checkout-multishipping-login .account-login #login-container div, .checkout-multishipping-login .account-login h2 div, .checkout-onepage-index .account-login #login-container div, .checkout-onepage-index .account-login h2 div, .customer-account-login .account-login #login-container div, .customer-account-login .account-login h2 div, .customerregistration-index-verification .account-login #login-container div, .customerregistration-index-verification .account-login h2 div {
        text-align: left
    }

    .cart-button-row .checkout-multishipping-login .account-login .buttons-set .btn-continue, .cart-button-row .checkout-onepage-index .account-login .buttons-set .btn-continue, .cart-button-row .customer-account-login .account-login .buttons-set .btn-continue, .cart-button-row .customerregistration-index-verification .account-login .buttons-set .btn-continue, .checkout-multishipping-login .account-login .buttons-set .button, .checkout-multishipping-login .account-login .buttons-set .button-big, .checkout-multishipping-login .account-login .buttons-set .button-expand-collapse, .checkout-multishipping-login .account-login .buttons-set .button-loader, .checkout-multishipping-login .account-login .buttons-set .button-outline, .checkout-multishipping-login .account-login .buttons-set .button-outline-big, .checkout-multishipping-login .account-login .buttons-set .button-outline-white, .checkout-multishipping-login .account-login .buttons-set .button-small, .checkout-multishipping-login .account-login .buttons-set .button-small-outline, .checkout-multishipping-login .account-login .buttons-set .button-small-outline-white, .checkout-multishipping-login .account-login .buttons-set .button-transparent, .checkout-multishipping-login .account-login .buttons-set .button2, .checkout-multishipping-login .account-login .buttons-set .cart-button-row .btn-continue, .checkout-multishipping-login .account-login .buttons-set .navigation-button, .checkout-onepage-index .account-login .buttons-set .button, .checkout-onepage-index .account-login .buttons-set .button-big, .checkout-onepage-index .account-login .buttons-set .button-expand-collapse, .checkout-onepage-index .account-login .buttons-set .button-loader, .checkout-onepage-index .account-login .buttons-set .button-outline, .checkout-onepage-index .account-login .buttons-set .button-outline-big, .checkout-onepage-index .account-login .buttons-set .button-outline-white, .checkout-onepage-index .account-login .buttons-set .button-small, .checkout-onepage-index .account-login .buttons-set .button-small-outline, .checkout-onepage-index .account-login .buttons-set .button-small-outline-white, .checkout-onepage-index .account-login .buttons-set .button-transparent, .checkout-onepage-index .account-login .buttons-set .button2, .checkout-onepage-index .account-login .buttons-set .cart-button-row .btn-continue, .checkout-onepage-index .account-login .buttons-set .navigation-button, .customer-account-login .account-login .buttons-set .button, .customer-account-login .account-login .buttons-set .button-big, .customer-account-login .account-login .buttons-set .button-expand-collapse, .customer-account-login .account-login .buttons-set .button-loader, .customer-account-login .account-login .buttons-set .button-outline, .customer-account-login .account-login .buttons-set .button-outline-big, .customer-account-login .account-login .buttons-set .button-outline-white, .customer-account-login .account-login .buttons-set .button-small, .customer-account-login .account-login .buttons-set .button-small-outline, .customer-account-login .account-login .buttons-set .button-small-outline-white, .customer-account-login .account-login .buttons-set .button-transparent, .customer-account-login .account-login .buttons-set .button2, .customer-account-login .account-login .buttons-set .cart-button-row .btn-continue, .customer-account-login .account-login .buttons-set .navigation-button, .customerregistration-index-verification .account-login .buttons-set .button, .customerregistration-index-verification .account-login .buttons-set .button-big, .customerregistration-index-verification .account-login .buttons-set .button-expand-collapse, .customerregistration-index-verification .account-login .buttons-set .button-loader, .customerregistration-index-verification .account-login .buttons-set .button-outline, .customerregistration-index-verification .account-login .buttons-set .button-outline-big, .customerregistration-index-verification .account-login .buttons-set .button-outline-white, .customerregistration-index-verification .account-login .buttons-set .button-small, .customerregistration-index-verification .account-login .buttons-set .button-small-outline, .customerregistration-index-verification .account-login .buttons-set .button-small-outline-white, .customerregistration-index-verification .account-login .buttons-set .button-transparent, .customerregistration-index-verification .account-login .buttons-set .button2, .customerregistration-index-verification .account-login .buttons-set .cart-button-row .btn-continue, .customerregistration-index-verification .account-login .buttons-set .navigation-button {
        width: 100%
    }

    .customer-account-login .new-users .content, .customerregistration-index-verification .new-users .content {
        text-align: left
    }

    .customer-account-login .new-users:last-child, .customerregistration-index-verification .new-users:last-child {
        margin-top: 0
    }

    .checkout-multishipping-login #login_form .col2-set .new-users .content {
        padding-left: 30px
    }

    .checkout-multishipping-login #login_form .col2-set .new-users:nth-last-child(1) {
        margin-top: 0
    }
}

.checkout-cart-index .page-title {
    display: inline-block;
    width: 100%
}

.checkout-cart-index .page-title h1 {
    color: #000;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -4.5px;
    line-height: .8;
    margin-top: 94px;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 18px
}

.checkout-cart-index .cart-empty {
    text-align: center
}

.checkout-cart-index .cart-empty p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -.5px;
    color: #000;
    text-align: center;
    opacity: .5;
    text-transform: lowercase
}

.checkout-cart-index .cart-empty .star-shopping {
    margin-top: 40px;
    margin-bottom: 156px
}

.checkout-cart-index .cart-empty .messages .individual-msg.success-msg {
    position: absolute;
    top: 56px;
    width: 100%
}

@media (max-width: 767px) {
    .checkout-cart-index .page-title h1 {
        font-size: 60px
    }

    .cart-empty p {
        padding: 0 1%
    }
}

.checkout-multishipping-success .main-container .col-main, .checkout-onepage-success .main-container .col-main {
    width: 100% !important
}

.checkout-multishipping-success .main-container .sidebar, .checkout-onepage-success .main-container .sidebar {
    display: none !important
}

.checkout-multishipping-success .page-bottom, .checkout-onepage-success .page-bottom {
    display: none
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-success .main-container, .checkout-onepage-success .main-container {
        padding-top: 0 !important
    }
}

.success-order {
    text-align: center;
    margin: auto;
    padding-top: 128px;
    padding-bottom: 120px
}

.success-order img {
    display: inline-block;
    margin-bottom: 48px
}

.success-order .page-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px
}

.success-order h1 {
    font-size: 60px;
    line-height: normal;
    letter-spacing: -3px
}

.success-order .page-detail p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

.success-order .page-detail h3 {
    margin-bottom: 40px;
    margin-top: 40px
}

.success-order .page-detail a, .success-order .page-detail h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.6px;
    text-align: center;
    color: #000;
    text-decoration: none
}

.cart-button-row .success-order .page-detail .btn-continue, .success-order .page-detail .button, .success-order .page-detail .button-big, .success-order .page-detail .button-expand-collapse, .success-order .page-detail .button-loader, .success-order .page-detail .button-outline, .success-order .page-detail .button-outline-big, .success-order .page-detail .button-outline-white, .success-order .page-detail .button-small, .success-order .page-detail .button-small-outline, .success-order .page-detail .button-small-outline-white, .success-order .page-detail .button-transparent, .success-order .page-detail .button2, .success-order .page-detail .cart-button-row .btn-continue, .success-order .page-detail .navigation-button {
    font-size: 12px;
    letter-spacing: 1.5px;
    width: 231px
}

@media screen and (max-width: 767px) {
    .success-order {
        max-width: 311px
    }

    .success-order h1 {
        font-size: 24px;
        line-height: 1.17;
        letter-spacing: -1.2px
    }

    .cart-button-row .success-order .btn-continue, .success-order .button, .success-order .button-big, .success-order .button-expand-collapse, .success-order .button-loader, .success-order .button-outline, .success-order .button-outline-big, .success-order .button-outline-white, .success-order .button-small, .success-order .button-small-outline, .success-order .button-small-outline-white, .success-order .button-transparent, .success-order .button2, .success-order .cart-button-row .btn-continue, .success-order .navigation-button {
        margin-bottom: 32px;
        width: 100%
    }

    .success-order .page-detail h3 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -.5px
    }
}

.sales-order-invoice .my-account .order-details, .sales-order-shipment .my-account .order-details, .sales-order-view .my-account .order-details {
    overflow-x: auto;
    margin-top: 25px
}

.sales-order-invoice .my-account #order-info-tabs li, .sales-order-shipment .my-account #order-info-tabs li, .sales-order-view .my-account #order-info-tabs li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px
}

.sales-order-invoice .my-account .order-date, .sales-order-shipment .my-account .order-date, .sales-order-view .my-account .order-date {
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 400;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.sales-order-invoice .my-account .order-date span, .sales-order-shipment .my-account .order-date span, .sales-order-view .my-account .order-date span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.9px;
    color: #000
}

.sales-order-invoice .my-account .box .box-title, .sales-order-shipment .my-account .box .box-title, .sales-order-view .my-account .box .box-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.sales-order-invoice .my-account .box .box-content, .sales-order-shipment .my-account .box .box-content, .sales-order-view .my-account .box .box-content {
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 400;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.sales-order-invoice .my-account .box .box-content p, .sales-order-shipment .my-account .box .box-content p, .sales-order-view .my-account .box .box-content p {
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 400;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.sales-order-invoice .my-account .box.box-payment .box-content tr td, .sales-order-invoice .my-account .box.box-payment .box-content tr th, .sales-order-shipment .my-account .box.box-payment .box-content tr td, .sales-order-shipment .my-account .box.box-payment .box-content tr th, .sales-order-view .my-account .box.box-payment .box-content tr td, .sales-order-view .my-account .box.box-payment .box-content tr th {
    text-align: left
}

.sales-order-invoice .my-account .box-payment .box-content, .sales-order-shipment .my-account .box-payment .box-content, .sales-order-view .my-account .box-payment .box-content {
    text-align: left;
    max-width: 400px
}

.sales-order-invoice .my-account .table-caption, .sales-order-shipment .my-account .table-caption, .sales-order-view .my-account .table-caption {
    font-weight: 700
}

.sales-order-invoice .my-account #my-orders-table thead th, .sales-order-invoice .my-account .custom-table thead th, .sales-order-shipment .my-account #my-orders-table thead th, .sales-order-shipment .my-account .custom-table thead th, .sales-order-view .my-account #my-orders-table thead th, .sales-order-view .my-account .custom-table thead th {
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    color: #777;
    text-transform: lowercase
}

.sales-order-invoice .my-account #my-orders-table thead th:nth-child(4), .sales-order-invoice .my-account .custom-table thead th:nth-child(4), .sales-order-shipment .my-account #my-orders-table thead th:nth-child(4), .sales-order-shipment .my-account .custom-table thead th:nth-child(4), .sales-order-view .my-account #my-orders-table thead th:nth-child(4), .sales-order-view .my-account .custom-table thead th:nth-child(4) {
    width: 100px
}

.sales-order-invoice .my-account #my-orders-table tr td:first-child, .sales-order-invoice .my-account .custom-table tr td:first-child, .sales-order-shipment .my-account #my-orders-table tr td:first-child, .sales-order-shipment .my-account .custom-table tr td:first-child, .sales-order-view .my-account #my-orders-table tr td:first-child, .sales-order-view .my-account .custom-table tr td:first-child {
    padding-left: 0
}

.sales-order-invoice .my-account #my-orders-table tbody, .sales-order-invoice .my-account .custom-table tbody, .sales-order-shipment .my-account #my-orders-table tbody, .sales-order-shipment .my-account .custom-table tbody, .sales-order-view .my-account #my-orders-table tbody, .sales-order-view .my-account .custom-table tbody {
    border-bottom: 1px solid #e5e5e5
}

.sales-order-invoice .my-account #my-orders-table tfoot td, .sales-order-invoice .my-account .custom-table tfoot td, .sales-order-shipment .my-account #my-orders-table tfoot td, .sales-order-shipment .my-account .custom-table tfoot td, .sales-order-view .my-account #my-orders-table tfoot td, .sales-order-view .my-account .custom-table tfoot td {
    padding-top: 15px;
    padding-bottom: 8px
}

.sales-order-invoice .my-account #my-orders-table .cart-price, .sales-order-invoice .my-account .custom-table .cart-price, .sales-order-shipment .my-account #my-orders-table .cart-price, .sales-order-shipment .my-account .custom-table .cart-price, .sales-order-view .my-account #my-orders-table .cart-price, .sales-order-view .my-account .custom-table .cart-price {
    text-align: right
}

.sales-order-invoice .my-account #my-orders-table .product-name, .sales-order-invoice .my-account .custom-table .product-name, .sales-order-shipment .my-account #my-orders-table .product-name, .sales-order-shipment .my-account .custom-table .product-name, .sales-order-view .my-account #my-orders-table .product-name, .sales-order-view .my-account .custom-table .product-name {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: -.8px;
    padding: 42px 0
}

.sales-order-invoice .my-account #my-orders-table .subtotal .last, .sales-order-invoice .my-account .custom-table .subtotal .last, .sales-order-shipment .my-account #my-orders-table .subtotal .last, .sales-order-shipment .my-account .custom-table .subtotal .last, .sales-order-view .my-account #my-orders-table .subtotal .last, .sales-order-view .my-account .custom-table .subtotal .last {
    text-align: right
}

.sales-order-invoice .my-account #my-orders-table .subtotal td:first-child, .sales-order-invoice .my-account .custom-table .subtotal td:first-child, .sales-order-shipment .my-account #my-orders-table .subtotal td:first-child, .sales-order-shipment .my-account .custom-table .subtotal td:first-child, .sales-order-view .my-account #my-orders-table .subtotal td:first-child, .sales-order-view .my-account .custom-table .subtotal td:first-child {
    font-family: Georgia, Garamond, Times New Roman, serif;
    color: #777;
    text-transform: lowercase
}

.sales-order-invoice .my-account #my-orders-table .shipping .last, .sales-order-invoice .my-account .custom-table .shipping .last, .sales-order-shipment .my-account #my-orders-table .shipping .last, .sales-order-shipment .my-account .custom-table .shipping .last, .sales-order-view .my-account #my-orders-table .shipping .last, .sales-order-view .my-account .custom-table .shipping .last {
    text-align: right
}

.sales-order-invoice .my-account #my-orders-table .shipping td:first-child, .sales-order-invoice .my-account .custom-table .shipping td:first-child, .sales-order-shipment .my-account #my-orders-table .shipping td:first-child, .sales-order-shipment .my-account .custom-table .shipping td:first-child, .sales-order-view .my-account #my-orders-table .shipping td:first-child, .sales-order-view .my-account .custom-table .shipping td:first-child {
    font-family: Georgia, Garamond, Times New Roman, serif;
    color: #777;
    text-transform: lowercase
}

.sales-order-invoice .my-account #my-orders-table .grand_total, .sales-order-invoice .my-account .custom-table .grand_total, .sales-order-shipment .my-account #my-orders-table .grand_total, .sales-order-shipment .my-account .custom-table .grand_total, .sales-order-view .my-account #my-orders-table .grand_total, .sales-order-view .my-account .custom-table .grand_total {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.6px
}

.sales-order-invoice .my-account #my-orders-table .grand_total .last, .sales-order-invoice .my-account .custom-table .grand_total .last, .sales-order-shipment .my-account #my-orders-table .grand_total .last, .sales-order-shipment .my-account .custom-table .grand_total .last, .sales-order-view .my-account #my-orders-table .grand_total .last, .sales-order-view .my-account .custom-table .grand_total .last {
    text-align: right
}

.sales-order-invoice .my-account #my-orders-table .item-options, .sales-order-invoice .my-account .custom-table .item-options, .sales-order-shipment .my-account #my-orders-table .item-options, .sales-order-shipment .my-account .custom-table .item-options, .sales-order-view .my-account #my-orders-table .item-options, .sales-order-view .my-account .custom-table .item-options {
    display: none
}

.sales-order-invoice .back-link, .sales-order-shipment .back-link, .sales-order-view .back-link {
    margin-bottom: 60px
}

.sales-order-invoice .my-account #order-info-tabs li a {
    margin-left: 0
}

.sales-order-history .back-link {
    margin-bottom: 60px
}

@media (min-width: 1031px) {
    .sales-order-invoice .back-link, .sales-order-shipment .back-link, .sales-order-view .back-link {
        position: absolute;
        top: 16px;
        margin-bottom: 60px
    }

    .sales-order-invoice .back-link a, .sales-order-shipment .back-link a, .sales-order-view .back-link a {
        margin: 0 !important
    }

    .sales-order-invoice .col-main, .sales-order-shipment .col-main, .sales-order-view .col-main {
        margin-bottom: 60px
    }

    .sales-order-history .back-link {
        position: absolute;
        top: 16px;
        margin-bottom: 60px
    }

    .sales-order-history .back-link a {
        margin: 0 !important
    }

    .sales-order-history .col-main {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    .sales-order-invoice .box-payment, .sales-order-shipment .box-payment, .sales-order-view .box-payment {
        margin-top: 45px
    }

    .sales-order-invoice .box-payment td:nth-of-type(1):before, .sales-order-shipment .box-payment td:nth-of-type(1):before, .sales-order-view .box-payment td:nth-of-type(1):before {
        display: none
    }

    .sales-order-invoice #my-orders-table td:before, .sales-order-shipment #my-orders-table td:before, .sales-order-view #my-orders-table td:before {
        display: none
    }
}

.input-text:focus, select:focus {
    border-color: inherit
}

#authnetcim_failed, .validation-advice {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    color: #d50000;
    margin-left: 0;
    margin-top: 0
}

.validation-failed {
    border-bottom: 2px solid #d50000 !important
}

.fields .field {
    display: inline-block
}

.forgot-pass {
    color: #000;
    float: right;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 1.3;
    margin-top: 10px
}

#allow-gift-message-container p {
    padding-left: 0;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    position: relative;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif;
    margin-bottom: 10px
}

#allow-gift-message-container .form-list {
    margin-top: 10px
}

.gift-messages h3, .gift-messages h4, .gift-messages-form h3, .gift-messages-form h4 {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    position: relative;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif;
    margin-bottom: 10px
}

.allow-gift-messages-for-order-container .form-list textarea {
    border: 2px solid #000;
    margin-top: 15px
}

.checkout-onepage-index {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.checkout-onepage-index #opc-review.active .step-title {
    margin-bottom: 0 !important
}

.checkout-onepage-index td.last strong .price {
    font-weight: 700
}

.checkout-onepage-index .please-wait {
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
    position: relative;
    top: -10px;
    margin-top: 20px
}

.checkout-onepage-index .please-wait img {
    float: left;
    margin-top: 5px;
    margin-right: 10px
}

.checkout-onepage-index .main-container {
    max-width: 1024px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
    position: relative
}

.checkout-onepage-index .page-title {
    position: absolute;
    text-align: center;
    width: 100%;
    padding-bottom: 72px;
    padding-right: 32px;
    padding-left: 32px;
    right: 0;
    left: 0
}

.checkout-onepage-index .page-title h1 {
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    text-transform: lowercase;
    margin-bottom: 72px
}

.checkout-onepage-index .page-title hr {
    border-bottom: 2px solid #000;
    opacity: .1;
    width: 100%
}

.checkout-onepage-index #checkout-step-review #checkout-review-submit #review-buttons-container {
    margin-top: 30px
}

.checkout-onepage-index #checkoutSteps {
    margin-top: 134px
}

.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method {
    padding-top: 16px
}

.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps #checkout-step-shipping_method input[type=radio] + label {
    font-size: 12px
}

.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load {
    margin-bottom: 40px;
    margin-top: 24px
}

.checkout-onepage-index #checkoutSteps #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load .gift-messages-form .inner-box > h4 {
    display: none
}

.checkout-onepage-index #checkoutSteps div {
    text-align: left
}

.checkout-onepage-index #checkoutSteps .back-link {
    display: none
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tbody {
    border-bottom: 1px solid #e5e5e5
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tbody tr td {
    text-align: right
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tbody tr td:first-child {
    text-align: left
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tr td .product-name {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: -.8px;
    padding: 42px 0
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tr td:first-child {
    padding-left: 0
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tr.item-snack-club td .product-name {
    padding: 1px 0 5px
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tr.item-snack-club td .item-options {
    padding-bottom: 11.5px
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tfoot {
    border-bottom: 1px solid #e5e5e5
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tfoot tr td:first-child {
    padding: 8px 0;
    font-family: Georgia, Garamond, Times New Roman, serif;
    color: #777
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tfoot tr td.last {
    text-align: right
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tfoot tr.first td:first-child {
    padding-top: 15px
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tfoot tr.last td:first-child {
    padding-bottom: 15px
}

.checkout-onepage-index #checkoutSteps #checkout-review-table tfoot tr.last span, .checkout-onepage-index #checkoutSteps #checkout-review-table tfoot tr.last strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.6px
}

.checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set.last {
    margin-top: 40px
}

.cart-button-row .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .btn-continue, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-big, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-expand-collapse, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-loader, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-outline, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-outline-big, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-outline-white, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-small, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-small-outline, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-small-outline-white, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button-transparent, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button2, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .cart-button-row .btn-continue, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .navigation-button {
    display: block
}

.cart-button-row .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.btn-continue, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .button.login-in, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .cart-button-row .login-in.btn-continue, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-big, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-expand-collapse, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-loader, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-outline, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-outline-big, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-outline-white, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-small, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-small-outline, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-small-outline-white, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button-transparent, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.button2, .checkout-onepage-index #checkoutSteps #opc-login .block-content > .col2-set .login-in.navigation-button {
    margin-bottom: 20px
}

.checkout-onepage-index #checkoutSteps #opc-login h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -.9px;
    color: #000;
    margin-bottom: 30px;
    text-transform: lowercase
}

.checkout-onepage-index #checkoutSteps #opc-login .form-list .control {
    width: 100%;
    margin: 0 0 10px
}

.checkout-onepage-index #checkoutSteps #opc-login .form-list .control:first-child {
    margin-top: 10px
}

.checkout-onepage-index #checkoutSteps #opc-login p {
    font-family: Georgia, Garamond, Times New Roman, serif
}

.checkout-onepage-index #checkoutSteps #opc-login #login-form .lr_icons_box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    width: 100% !important
}

.checkout-onepage-index #checkoutSteps #opc-login #login-form .lr_icons_box .lr_providericons {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.4px;
    line-height: 1.3;
    padding: 14px 5px;
    text-transform: uppercase
}

.checkout-onepage-index #checkoutSteps #opc-login #login-form .lr_icons_box .lr_providericons::before {
    border-right: none
}

.checkout-onepage-index #checkoutSteps #opc-login .buttons-set > a {
    color: #000;
    float: right;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 1.3;
    margin-top: 10px
}

.checkout-onepage-index #checkoutSteps > .custom-gray, .checkout-onepage-index #checkoutSteps > .section, .checkout-onepage-index #checkoutSteps > .section-black, .checkout-onepage-index #checkoutSteps > .section-gray {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-top: 24px;
    padding: 0 0 25px;
    position: relative;
    width: 80%
}

.checkout-onepage-index #checkoutSteps > .custom-gray a.cvv-what-is-this, .checkout-onepage-index #checkoutSteps > .section a.cvv-what-is-this, .checkout-onepage-index #checkoutSteps > .section-black a.cvv-what-is-this, .checkout-onepage-index #checkoutSteps > .section-gray a.cvv-what-is-this {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.4px;
    text-align: right;
    color: #000
}

.checkout-onepage-index #checkoutSteps > .custom-gray .step-title, .checkout-onepage-index #checkoutSteps > .section .step-title, .checkout-onepage-index #checkoutSteps > .section-black .step-title, .checkout-onepage-index #checkoutSteps > .section-gray .step-title {
    color: #000;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1;
    text-transform: lowercase;
    opacity: .25
}

.checkout-onepage-index #checkoutSteps > .custom-gray .step-title h2, .checkout-onepage-index #checkoutSteps > .section .step-title h2, .checkout-onepage-index #checkoutSteps > .section-black .step-title h2, .checkout-onepage-index #checkoutSteps > .section-gray .step-title h2 {
    display: inline-block;
    margin-bottom: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray .step-title > a, .checkout-onepage-index #checkoutSteps > .section .step-title > a, .checkout-onepage-index #checkoutSteps > .section-black .step-title > a, .checkout-onepage-index #checkoutSteps > .section-gray .step-title > a {
    display: none
}

.checkout-onepage-index #checkoutSteps > .custom-gray #billing-new-address-form .input-box select, .checkout-onepage-index #checkoutSteps > .section #billing-new-address-form .input-box select, .checkout-onepage-index #checkoutSteps > .section-black #billing-new-address-form .input-box select, .checkout-onepage-index #checkoutSteps > .section-gray #billing-new-address-form .input-box select {
    margin-top: 2px
}

.checkout-onepage-index #checkoutSteps > .allow.custom-gray .step-title, .checkout-onepage-index #checkoutSteps > .allow.section-black .step-title, .checkout-onepage-index #checkoutSteps > .allow.section-gray .step-title, .checkout-onepage-index #checkoutSteps > .section.allow .step-title {
    opacity: 1
}

.checkout-onepage-index #checkoutSteps > .allow.custom-gray .step-title > a, .checkout-onepage-index #checkoutSteps > .allow.section-black .step-title > a, .checkout-onepage-index #checkoutSteps > .allow.section-gray .step-title > a, .checkout-onepage-index #checkoutSteps > .section.allow .step-title > a {
    color: #000;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.4px;
    padding-top: 8px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    border: medium none
}

.checkout-onepage-index #checkoutSteps > .allow.custom-gray .step-title > a:after, .checkout-onepage-index #checkoutSteps > .allow.section-black .step-title > a:after, .checkout-onepage-index #checkoutSteps > .allow.section-gray .step-title > a:after, .checkout-onepage-index #checkoutSteps > .section.allow .step-title > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000
}

.checkout-onepage-index #checkoutSteps > .allow.active.custom-gray .step-title > a, .checkout-onepage-index #checkoutSteps > .allow.active.section-black .step-title > a, .checkout-onepage-index #checkoutSteps > .allow.active.section-gray .step-title > a, .checkout-onepage-index #checkoutSteps > .section.allow.active .step-title > a {
    display: none
}

.checkout-onepage-index #checkoutSteps > .active.custom-gray .step-title, .checkout-onepage-index #checkoutSteps > .active.section-black .step-title, .checkout-onepage-index #checkoutSteps > .active.section-gray .step-title, .checkout-onepage-index #checkoutSteps > .section.active .step-title {
    opacity: 1;
    margin-bottom: 10px
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list, .checkout-onepage-index #checkoutSteps > .section .form-list, .checkout-onepage-index #checkoutSteps > .section-black .form-list, .checkout-onepage-index #checkoutSteps > .section-gray .form-list {
    display: inline-block;
    width: 100%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .field > label, .checkout-onepage-index #checkoutSteps > .custom-gray .form-list .wide > label, .checkout-onepage-index #checkoutSteps > .custom-gray .form-list > li > label, .checkout-onepage-index #checkoutSteps > .section .form-list .field > label, .checkout-onepage-index #checkoutSteps > .section .form-list .wide > label, .checkout-onepage-index #checkoutSteps > .section .form-list > li > label, .checkout-onepage-index #checkoutSteps > .section-black .form-list .field > label, .checkout-onepage-index #checkoutSteps > .section-black .form-list .wide > label, .checkout-onepage-index #checkoutSteps > .section-black .form-list > li > label, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .field > label, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .wide > label, .checkout-onepage-index #checkoutSteps > .section-gray .form-list > li > label {
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    color: #000;
    display: inline-block;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .field > label.required em, .checkout-onepage-index #checkoutSteps > .custom-gray .form-list .wide > label.required em, .checkout-onepage-index #checkoutSteps > .custom-gray .form-list > li > label.required em, .checkout-onepage-index #checkoutSteps > .section .form-list .field > label.required em, .checkout-onepage-index #checkoutSteps > .section .form-list .wide > label.required em, .checkout-onepage-index #checkoutSteps > .section .form-list > li > label.required em, .checkout-onepage-index #checkoutSteps > .section-black .form-list .field > label.required em, .checkout-onepage-index #checkoutSteps > .section-black .form-list .wide > label.required em, .checkout-onepage-index #checkoutSteps > .section-black .form-list > li > label.required em, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .field > label.required em, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .wide > label.required em, .checkout-onepage-index #checkoutSteps > .section-gray .form-list > li > label.required em {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    color: #000;
    float: right
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .section .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .section-black .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .fields .field {
    display: inline-block;
    margin-right: 3%;
    width: 48%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .fields .field:last-child, .checkout-onepage-index #checkoutSteps > .section .form-list .fields .field:last-child, .checkout-onepage-index #checkoutSteps > .section-black .form-list .fields .field:last-child, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .fields .field:last-child {
    margin-right: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .fields.three .field, .checkout-onepage-index #checkoutSteps > .section .form-list .fields.three .field, .checkout-onepage-index #checkoutSteps > .section-black .form-list .fields.three .field, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .fields.three .field {
    float: left;
    width: 31.3%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .input-box select, .checkout-onepage-index #checkoutSteps > .section .form-list .input-box select, .checkout-onepage-index #checkoutSteps > .section-black .form-list .input-box select, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .input-box select {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #000;
    width: 100%;
    background-image: url(../images/expand-more.png);
    background-size: 12px auto;
    margin-top: 0;
    min-height: 28px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .input-box .input-text, .checkout-onepage-index #checkoutSteps > .section .form-list .input-box .input-text, .checkout-onepage-index #checkoutSteps > .section-black .form-list .input-box .input-text, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .input-box .input-text {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #000;
    min-height: 30px
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .control label, .checkout-onepage-index #checkoutSteps > .section .form-list .control label, .checkout-onepage-index #checkoutSteps > .section-black .form-list .control label, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .control label {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    padding-left: 40px;
    position: relative;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .control input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section .form-list .control input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section-black .form-list .control input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section-gray .form-list .control input[type=checkbox] {
    display: none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .control input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section .form-list .control input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .form-list .control input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .control input[type=checkbox] + label::before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .control input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section .form-list .control input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-black .form-list .control input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .control input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .control.monkey-control input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section .form-list .control.monkey-control input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .form-list .control.monkey-control input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .control.monkey-control input[type=checkbox] + label::before {
    color: red;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list > .control, .checkout-onepage-index #checkoutSteps > .section .form-list > .control, .checkout-onepage-index #checkoutSteps > .section-black .form-list > .control, .checkout-onepage-index #checkoutSteps > .section-gray .form-list > .control {
    display: inline-block;
    margin-right: 5%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list > .control:last-child, .checkout-onepage-index #checkoutSteps > .section .form-list > .control:last-child, .checkout-onepage-index #checkoutSteps > .section-black .form-list > .control:last-child, .checkout-onepage-index #checkoutSteps > .section-gray .form-list > .control:last-child {
    margin-right: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list > .control input[type=radio], .checkout-onepage-index #checkoutSteps > .section .form-list > .control input[type=radio], .checkout-onepage-index #checkoutSteps > .section-black .form-list > .control input[type=radio], .checkout-onepage-index #checkoutSteps > .section-gray .form-list > .control input[type=radio] {
    display: none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list > .control input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section .form-list > .control input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .form-list > .control input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .form-list > .control input[type=radio] + label::before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list > .control input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section .form-list > .control input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-black .form-list > .control input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .form-list > .control input[type=radio]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .business-options .control, .checkout-onepage-index #checkoutSteps > .section .form-list .business-options .control, .checkout-onepage-index #checkoutSteps > .section-black .form-list .business-options .control, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .business-options .control {
    display: inline-block;
    margin-right: 5%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .form-list .business-options .control:last-child, .checkout-onepage-index #checkoutSteps > .section .form-list .business-options .control:last-child, .checkout-onepage-index #checkoutSteps > .section-black .form-list .business-options .control:last-child, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .business-options .control:last-child {
    margin-right: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray p.required, .checkout-onepage-index #checkoutSteps > .section p.required, .checkout-onepage-index #checkoutSteps > .section-black p.required, .checkout-onepage-index #checkoutSteps > .section-gray p.required {
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    text-align: right;
    color: #000;
    position: absolute;
    right: 0;
    top: 5px;
    text-transform: lowercase
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .section .step form input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .section .step form input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=radio] + label, .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=checkbox] + label, .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=radio] + label {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    padding-left: 40px;
    position: relative;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=checkbox], .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section .step form input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=checkbox], .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=checkbox] {
    display: none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section .step form input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=checkbox] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=checkbox] + label::before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section .step form input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=checkbox]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=radio], .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=radio], .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=radio], .checkout-onepage-index #checkoutSteps > .section .step form input[type=radio], .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=radio], .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=radio], .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=radio], .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=radio] {
    display: none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section .step form input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=radio] + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=radio] + label::before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .custom-gray .step form input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section .gift-messages input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section .step form input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-black .step form input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages input[type=radio]:checked + label::before, .checkout-onepage-index #checkoutSteps > .section-gray .step form input[type=radio]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods li, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods li, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods li, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods li, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods li, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods li, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods li, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods li .v-fix, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods li .v-fix {
    display: inline-block;
    float: left;
    width: 47.5%;
    margin-right: 5%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods li .v-fix:last-child, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods li .v-fix:last-child {
    margin-right: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods dt, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods dt, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods dt, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods dt, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods dt, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods dt, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods dt, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods dt {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods dt > label, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods dt > label {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods dd li, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods dd li {
    display: inline-block;
    width: 100%
}

.checkout-onepage-index #checkoutSteps > .custom-gray .gift-messages .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .custom-gray .step form .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .section .gift-messages .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .section .step form .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .section-black .gift-messages .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .section-black .step form .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .section-gray .gift-messages .sp-methods dd li.please-wait, .checkout-onepage-index #checkoutSteps > .section-gray .step form .sp-methods dd li.please-wait {
    top: 0
}

.checkout-onepage-index #checkoutSteps > .custom-gray .buttons-set, .checkout-onepage-index #checkoutSteps > .section .buttons-set, .checkout-onepage-index #checkoutSteps > .section-black .buttons-set, .checkout-onepage-index #checkoutSteps > .section-gray .buttons-set {
    margin-top: 20px
}

.checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review {
    margin: 60px 0
}

.checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review table tfoot, .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review table thead {
    text-transform: lowercase
}

.checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review table tbody .product-name {
    max-width: 75%
}

.checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set a, .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set button {
    width: 182px
}

.checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set .text-right {
    text-align: right
}

.checkout-onepage-index .sidebar {
    margin-top: 134px
}

.checkout-onepage-index .sidebar .opc-block-progress {
    margin-top: 32px;
    background: #f2f2f2;
    padding: 40px
}

.checkout-onepage-index .sidebar .opc-block-progress .block-title {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -1.2px;
    color: #000;
    margin-bottom: 31px
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: -.3px;
    color: #212121;
    text-transform: lowercase;
    text-align: left
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt {
    margin-bottom: 12px;
    opacity: .3
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd dd, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd.complete, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt dd, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt.complete {
    opacity: 1
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd dd .changelink, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd.complete .changelink, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt dd .changelink, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt.complete .changelink {
    float: right
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd dd .changelink .separator, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd.complete .changelink .separator, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt dd .changelink .separator, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt.complete .changelink .separator {
    display: none
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd dd .changelink a, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd.complete .changelink a, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt dd .changelink a, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt.complete .changelink a {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.4px;
    text-align: right;
    color: #000;
    text-transform: uppercase;
    text-decoration: none
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd dd .changelink a:after, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd.complete .changelink a:after, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt dd .changelink a:after, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dt.complete .changelink a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl address, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl dd.complete {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .2px;
    color: #000;
    margin-top: 11px;
    text-transform: none;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.checkout-onepage-index .sidebar .opc-block-progress .block-content dl .info-table td, .checkout-onepage-index .sidebar .opc-block-progress .block-content dl .info-table th {
    font-weight: 400
}

.col2-set .col-1.left-p {
    padding-left: 25px
}

@media (max-width: 767px) {
    .col2-set .col-1.left-p {
        padding-left: 0;
        margin-top: 20px
    }

    .checkout-onepage-index .main-container {
        padding-left: 5%;
        padding-right: 5%
    }

    .checkout-onepage-index .main-container .page-title {
        position: static;
        padding-bottom: 45px;
        padding-right: 0;
        padding-left: 0
    }

    .checkout-onepage-index .col-main {
        width: 100%
    }

    .checkout-onepage-index #checkoutSteps {
        margin-top: 0
    }

    .checkout-onepage-index #checkoutSteps > .custom-gray, .checkout-onepage-index #checkoutSteps > .section, .checkout-onepage-index #checkoutSteps > .section-black, .checkout-onepage-index #checkoutSteps > .section-gray {
        width: 100%
    }

    .checkout-onepage-index #checkoutSteps > .custom-gray .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .custom-gray .form-list .three .field, .checkout-onepage-index #checkoutSteps > .section .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .section .form-list .three .field, .checkout-onepage-index #checkoutSteps > .section-black .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .section-black .form-list .three .field, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .fields .field, .checkout-onepage-index #checkoutSteps > .section-gray .form-list .three .field {
        width: 100% !important
    }

    .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review {
        margin: 60px 0
    }

    .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review table tbody .product-name {
        max-width: 100%
    }

    .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set a, .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set button {
        width: 100%
    }

    .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set .text-right {
        text-align: left
    }

    .checkout-onepage-index #checkoutSteps #opc-review #checkout-step-review #checkout-review-submit .buttons-set .row div:first-child {
        margin-bottom: 20px
    }

    .sidebar {
        display: none
    }
}

@media (min-width: 768px) {
    #checkoutSteps .customer-name {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #checkoutSteps .fields.three {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #checkoutSteps #payment_form_authnetcim .input-box {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.title-movil {
    display: none
}

#multiship-addresses-table .item-options {
    display: none
}

#multiship-addresses-table .minicart-item-quantity-button {
    margin-left: 10px
}

#checkout_multishipping_form .page-title.title-buttons {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 50px;
    margin-bottom: 5px
}

#checkout_multishipping_form .page-title.title-buttons h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal
}

#checkout_multishipping_form .page-title.title-buttons h2 {
    text-align: center !important
}

#checkout_multishipping_form .page-title.title-buttons button {
    margin: auto;
    display: block;
    margin-bottom: 20px
}

@media (max-width: 1024px) {
    #checkout_multishipping_form .page-title.title-buttons h1 {
        font-size: 54px
    }
}

@media screen and (max-width: 767px) {
    #checkout_multishipping_form .page-title.title-buttons h1 {
        margin-bottom: 30px
    }

    #checkout_multishipping_form .page-title.title-buttons h2 {
        position: relative;
        top: 0;
        margin-bottom: 30px
    }
}

#form-validate select, #multiship-addresses-table select {
    border-top: none;
    border-left: none;
    border-right: none;
    background-image: url(../images/expand-more.png);
    background-size: 12px auto
}

.gift-messages-form .inner-box > p {
    position: relative;
    padding-left: 40px
}

.custom-chk {
    position: relative;
    padding-left: 40px
}

.checkout-multishipping-shipping .multiple-checkout {
    max-width: 960px;
    margin: auto;
    display: block !important
}

.checkout-multishipping-shipping .page-title {
    padding-bottom: 52px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 5px
}

.checkout-multishipping-shipping #shipping_method_form {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.checkout-multishipping-shipping #shipping_method_form .col-narrow {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout-multishipping-shipping #shipping_method_form .col-narrow .box {
    margin-left: 0;
    margin-right: auto
}

.checkout-multishipping-shipping #shipping_method_form .col-narrow .box.box-sp-methods {
    max-width: 250px;
    margin-right: 0;
    margin-left: auto
}

.checkout-multishipping-shipping #shipping_method_form .product-name a {
    font-size: 24px !important;
    line-height: 1em !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -.055em !important;
    text-transform: capitalize !important
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-shipping #shipping_method_form .col-narrow {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .checkout-multishipping-shipping #shipping_method_form .col-narrow .box {
        width: 100%
    }

    .checkout-multishipping-shipping #shipping_method_form .col-narrow .box.box-sp-methods {
        margin-left: 0;
        margin-right: auto;
        width: 100%
    }

    .checkout-multishipping-shipping #shipping_method_form .product-name a {
        font-size: 18px !important
    }
}

.checkout-multishipping-address-editbilling .page-top, .checkout-multishipping-address-editshipping .page-top, .checkout-multishipping-shipping .page-top {
    margin-bottom: 35px
}

.checkout-multishipping-address-editbilling table tr td:first-child, .checkout-multishipping-address-editshipping table tr td:first-child, .checkout-multishipping-shipping table tr td:first-child {
    padding-left: 0
}

.checkout-multishipping-address-editbilling table tbody tr:first-child td, .checkout-multishipping-address-editshipping table tbody tr:first-child td, .checkout-multishipping-shipping table tbody tr:first-child td {
    padding-top: 18px
}

.checkout-multishipping-address-editbilling .gift-messages, .checkout-multishipping-address-editshipping .gift-messages, .checkout-multishipping-shipping .gift-messages {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px
}

.checkout-multishipping-address-editbilling input[type=checkbox], .checkout-multishipping-address-editshipping input[type=checkbox], .checkout-multishipping-shipping input[type=checkbox] {
    display: none
}

.checkout-multishipping-address-editbilling input[type=checkbox] + label::before, .checkout-multishipping-address-editshipping input[type=checkbox] + label::before, .checkout-multishipping-shipping input[type=checkbox] + label::before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-multishipping-address-editbilling input[type=checkbox]:checked + label::before, .checkout-multishipping-address-editshipping input[type=checkbox]:checked + label::before, .checkout-multishipping-shipping input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-address-editbilling div, .checkout-multishipping-address-editshipping div, .checkout-multishipping-shipping div {
        text-align: left
    }

    .checkout-multishipping-address-editbilling button, .checkout-multishipping-address-editshipping button, .checkout-multishipping-shipping button {
        padding: 10px
    }
}

.checkout-multishipping-address-editaddress .page-top, .checkout-multishipping-address-editbilling .page-top, .checkout-multishipping-address-newbilling .page-top, .checkout-multishipping-address-newshipping .page-top {
    margin-bottom: 35px
}

.checkout-multishipping-address-editaddress .page-top p, .checkout-multishipping-address-editbilling .page-top p, .checkout-multishipping-address-newbilling .page-top p, .checkout-multishipping-address-newshipping .page-top p {
    position: relative
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-address-editaddress .page-top div, .checkout-multishipping-address-editbilling .page-top div, .checkout-multishipping-address-newbilling .page-top div, .checkout-multishipping-address-newshipping .page-top div {
        text-align: left
    }
}

.checkout-multishipping-address-editaddress .control-check-custom, .checkout-multishipping-address-editbilling .control-check-custom, .checkout-multishipping-address-newbilling .control-check-custom, .checkout-multishipping-address-newshipping .control-check-custom {
    position: relative;
    padding-left: 40px
}

.checkout-multishipping-address-editaddress .control-check-custom label, .checkout-multishipping-address-editbilling .control-check-custom label, .checkout-multishipping-address-newbilling .control-check-custom label, .checkout-multishipping-address-newshipping .control-check-custom label {
    opacity: 1 !important
}

.checkout-multishipping-address-editaddress input[type=checkbox], .checkout-multishipping-address-editbilling input[type=checkbox], .checkout-multishipping-address-newbilling input[type=checkbox], .checkout-multishipping-address-newshipping input[type=checkbox] {
    display: none
}

.checkout-multishipping-address-editaddress input[type=checkbox] + label::before, .checkout-multishipping-address-editbilling input[type=checkbox] + label::before, .checkout-multishipping-address-newbilling input[type=checkbox] + label::before, .checkout-multishipping-address-newshipping input[type=checkbox] + label::before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-multishipping-address-editaddress input[type=checkbox]:checked + label::before, .checkout-multishipping-address-editbilling input[type=checkbox]:checked + label::before, .checkout-multishipping-address-newbilling input[type=checkbox]:checked + label::before, .checkout-multishipping-address-newshipping input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.btn-remove2 {
    position: relative;
    font-size: 0 !important;
    border-bottom: none !important;
    width: 24px;
    height: 24px;
    top: 3px;
    color: transparent
}

.btn-remove2::before {
    content: "";
    display: block;
    background: url(/skin/frontend/kind/enterprise/images/remove-icon.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center
}

.btn-remove2:hover {
    opacity: .5
}

.checkout-multishipping-addresses #Main .page-top {
    margin-bottom: 30px
}

.checkout-multishipping-address-editaddress .a-right, .checkout-multishipping-address-editbilling .a-right, .checkout-multishipping-address-editshipping .a-right, .checkout-multishipping-address-newbilling .a-right, .checkout-multishipping-address-newshipping .a-right, .checkout-multishipping-address-selectbilling .a-right, .checkout-multishipping-addresses .a-right, .checkout-multishipping-billing .a-right, .checkout-multishipping-overview .a-right, .checkout-multishipping-shipping .a-right {
    text-align: right
}

.checkout-multishipping-address-editaddress .a-left, .checkout-multishipping-address-editbilling .a-left, .checkout-multishipping-address-editshipping .a-left, .checkout-multishipping-address-newbilling .a-left, .checkout-multishipping-address-newshipping .a-left, .checkout-multishipping-address-selectbilling .a-left, .checkout-multishipping-addresses .a-left, .checkout-multishipping-billing .a-left, .checkout-multishipping-overview .a-left, .checkout-multishipping-shipping .a-left {
    text-align: left
}

.checkout-multishipping-address-editaddress .main-container, .checkout-multishipping-address-editbilling .main-container, .checkout-multishipping-address-editshipping .main-container, .checkout-multishipping-address-newbilling .main-container, .checkout-multishipping-address-newshipping .main-container, .checkout-multishipping-address-selectbilling .main-container, .checkout-multishipping-addresses .main-container, .checkout-multishipping-billing .main-container, .checkout-multishipping-overview .main-container, .checkout-multishipping-shipping .main-container {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 126px
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-address-editaddress .main-container, .checkout-multishipping-address-editbilling .main-container, .checkout-multishipping-address-editshipping .main-container, .checkout-multishipping-address-newbilling .main-container, .checkout-multishipping-address-newshipping .main-container, .checkout-multishipping-address-selectbilling .main-container, .checkout-multishipping-addresses .main-container, .checkout-multishipping-billing .main-container, .checkout-multishipping-overview .main-container, .checkout-multishipping-shipping .main-container {
        padding-left: 5%;
        padding-right: 5%
    }
}

.checkout-multishipping-address-editaddress ul.messages + .main-container.col1-layout, .checkout-multishipping-address-editbilling ul.messages + .main-container.col1-layout, .checkout-multishipping-address-editshipping ul.messages + .main-container.col1-layout, .checkout-multishipping-address-newbilling ul.messages + .main-container.col1-layout, .checkout-multishipping-address-newshipping ul.messages + .main-container.col1-layout, .checkout-multishipping-address-selectbilling ul.messages + .main-container.col1-layout, .checkout-multishipping-addresses ul.messages + .main-container.col1-layout, .checkout-multishipping-billing ul.messages + .main-container.col1-layout, .checkout-multishipping-overview ul.messages + .main-container.col1-layout, .checkout-multishipping-shipping ul.messages + .main-container.col1-layout {
    padding-top: 52px
}

.checkout-multishipping-address-editaddress .buttons-set, .checkout-multishipping-address-editbilling .buttons-set, .checkout-multishipping-address-editshipping .buttons-set, .checkout-multishipping-address-newbilling .buttons-set, .checkout-multishipping-address-newshipping .buttons-set, .checkout-multishipping-address-selectbilling .buttons-set, .checkout-multishipping-addresses .buttons-set, .checkout-multishipping-billing .buttons-set, .checkout-multishipping-overview .buttons-set, .checkout-multishipping-shipping .buttons-set {
    margin-top: 30px;
    float: left
}

.checkout-multishipping-address-editaddress .right-btn, .checkout-multishipping-address-editbilling .right-btn, .checkout-multishipping-address-editshipping .right-btn, .checkout-multishipping-address-newbilling .right-btn, .checkout-multishipping-address-newshipping .right-btn, .checkout-multishipping-address-selectbilling .right-btn, .checkout-multishipping-addresses .right-btn, .checkout-multishipping-billing .right-btn, .checkout-multishipping-overview .right-btn, .checkout-multishipping-shipping .right-btn {
    float: right;
    background: #fff;
    border-color: #000;
    color: #000
}

.checkout-multishipping-address-editaddress .right-btn:hover, .checkout-multishipping-address-editbilling .right-btn:hover, .checkout-multishipping-address-editshipping .right-btn:hover, .checkout-multishipping-address-newbilling .right-btn:hover, .checkout-multishipping-address-newshipping .right-btn:hover, .checkout-multishipping-address-selectbilling .right-btn:hover, .checkout-multishipping-addresses .right-btn:hover, .checkout-multishipping-billing .right-btn:hover, .checkout-multishipping-overview .right-btn:hover, .checkout-multishipping-shipping .right-btn:hover {
    background: #000;
    color: #fff
}

.checkout-multishipping-address-editaddress .left-back-link, .checkout-multishipping-address-editbilling .left-back-link, .checkout-multishipping-address-editshipping .left-back-link, .checkout-multishipping-address-newbilling .left-back-link, .checkout-multishipping-address-newshipping .left-back-link, .checkout-multishipping-address-selectbilling .left-back-link, .checkout-multishipping-addresses .left-back-link, .checkout-multishipping-billing .left-back-link, .checkout-multishipping-overview .left-back-link, .checkout-multishipping-shipping .left-back-link {
    float: left;
    margin-top: 45px
}

.checkout-multishipping-address-editaddress .left-back-link a, .checkout-multishipping-address-editbilling .left-back-link a, .checkout-multishipping-address-editshipping .left-back-link a, .checkout-multishipping-address-newbilling .left-back-link a, .checkout-multishipping-address-newshipping .left-back-link a, .checkout-multishipping-address-selectbilling .left-back-link a, .checkout-multishipping-addresses .left-back-link a, .checkout-multishipping-billing .left-back-link a, .checkout-multishipping-overview .left-back-link a, .checkout-multishipping-shipping .left-back-link a {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: -10px
}

.checkout-multishipping-address-editaddress .checkout-progress li, .checkout-multishipping-address-editbilling .checkout-progress li, .checkout-multishipping-address-editshipping .checkout-progress li, .checkout-multishipping-address-newbilling .checkout-progress li, .checkout-multishipping-address-newshipping .checkout-progress li, .checkout-multishipping-address-selectbilling .checkout-progress li, .checkout-multishipping-addresses .checkout-progress li, .checkout-multishipping-billing .checkout-progress li, .checkout-multishipping-overview .checkout-progress li, .checkout-multishipping-shipping .checkout-progress li {
    display: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 30px
}

.checkout-multishipping-address-editaddress .checkout-progress .active, .checkout-multishipping-address-editbilling .checkout-progress .active, .checkout-multishipping-address-editshipping .checkout-progress .active, .checkout-multishipping-address-newbilling .checkout-progress .active, .checkout-multishipping-address-newshipping .checkout-progress .active, .checkout-multishipping-address-selectbilling .checkout-progress .active, .checkout-multishipping-addresses .checkout-progress .active, .checkout-multishipping-billing .checkout-progress .active, .checkout-multishipping-overview .checkout-progress .active, .checkout-multishipping-shipping .checkout-progress .active {
    display: list-item
}

.checkout-multishipping-address-editaddress .page-title h1, .checkout-multishipping-address-editbilling .page-title h1, .checkout-multishipping-address-editshipping .page-title h1, .checkout-multishipping-address-newbilling .page-title h1, .checkout-multishipping-address-newshipping .page-title h1, .checkout-multishipping-address-selectbilling .page-title h1, .checkout-multishipping-addresses .page-title h1, .checkout-multishipping-billing .page-title h1, .checkout-multishipping-overview .page-title h1, .checkout-multishipping-shipping .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
    text-align: center
}

.checkout-multishipping-address-editaddress dt, .checkout-multishipping-address-editaddress h2, .checkout-multishipping-address-editbilling dt, .checkout-multishipping-address-editbilling h2, .checkout-multishipping-address-editshipping dt, .checkout-multishipping-address-editshipping h2, .checkout-multishipping-address-newbilling dt, .checkout-multishipping-address-newbilling h2, .checkout-multishipping-address-newshipping dt, .checkout-multishipping-address-newshipping h2, .checkout-multishipping-address-selectbilling dt, .checkout-multishipping-address-selectbilling h2, .checkout-multishipping-addresses dt, .checkout-multishipping-addresses h2, .checkout-multishipping-billing dt, .checkout-multishipping-billing h2, .checkout-multishipping-overview dt, .checkout-multishipping-overview h2, .checkout-multishipping-shipping dt, .checkout-multishipping-shipping h2 {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .3px;
    margin: 16px 0
}

.checkout-multishipping-address-editaddress table thead tr th, .checkout-multishipping-address-editbilling table thead tr th, .checkout-multishipping-address-editshipping table thead tr th, .checkout-multishipping-address-newbilling table thead tr th, .checkout-multishipping-address-newshipping table thead tr th, .checkout-multishipping-address-selectbilling table thead tr th, .checkout-multishipping-addresses table thead tr th, .checkout-multishipping-billing table thead tr th, .checkout-multishipping-overview table thead tr th, .checkout-multishipping-shipping table thead tr th {
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .4px;
    color: #000
}

.checkout-multishipping-address-editaddress table tbody tr td, .checkout-multishipping-address-editbilling table tbody tr td, .checkout-multishipping-address-editshipping table tbody tr td, .checkout-multishipping-address-newbilling table tbody tr td, .checkout-multishipping-address-newshipping table tbody tr td, .checkout-multishipping-address-selectbilling table tbody tr td, .checkout-multishipping-addresses table tbody tr td, .checkout-multishipping-billing table tbody tr td, .checkout-multishipping-overview table tbody tr td, .checkout-multishipping-shipping table tbody tr td {
    padding-bottom: 16px;
    padding-top: 18px
}

.checkout-multishipping-address-editaddress table tbody tr td a, .checkout-multishipping-address-editbilling table tbody tr td a, .checkout-multishipping-address-editshipping table tbody tr td a, .checkout-multishipping-address-newbilling table tbody tr td a, .checkout-multishipping-address-newshipping table tbody tr td a, .checkout-multishipping-address-selectbilling table tbody tr td a, .checkout-multishipping-addresses table tbody tr td a, .checkout-multishipping-billing table tbody tr td a, .checkout-multishipping-overview table tbody tr td a, .checkout-multishipping-shipping table tbody tr td a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -.8px;
    text-decoration: none;
    color: #000
}

.checkout-multishipping-address-editaddress table tbody tr td.last a, .checkout-multishipping-address-editbilling table tbody tr td.last a, .checkout-multishipping-address-editshipping table tbody tr td.last a, .checkout-multishipping-address-newbilling table tbody tr td.last a, .checkout-multishipping-address-newshipping table tbody tr td.last a, .checkout-multishipping-address-selectbilling table tbody tr td.last a, .checkout-multishipping-addresses table tbody tr td.last a, .checkout-multishipping-billing table tbody tr td.last a, .checkout-multishipping-overview table tbody tr td.last a, .checkout-multishipping-shipping table tbody tr td.last a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    padding-top: 16px
}

.checkout-multishipping-address-editaddress table tbody tr td.last a:visited, .checkout-multishipping-address-editbilling table tbody tr td.last a:visited, .checkout-multishipping-address-editshipping table tbody tr td.last a:visited, .checkout-multishipping-address-newbilling table tbody tr td.last a:visited, .checkout-multishipping-address-newshipping table tbody tr td.last a:visited, .checkout-multishipping-address-selectbilling table tbody tr td.last a:visited, .checkout-multishipping-addresses table tbody tr td.last a:visited, .checkout-multishipping-billing table tbody tr td.last a:visited, .checkout-multishipping-overview table tbody tr td.last a:visited, .checkout-multishipping-shipping table tbody tr td.last a:visited {
    color: #000
}

.checkout-multishipping-address-editaddress table tbody tr td.last a:hover, .checkout-multishipping-address-editbilling table tbody tr td.last a:hover, .checkout-multishipping-address-editshipping table tbody tr td.last a:hover, .checkout-multishipping-address-newbilling table tbody tr td.last a:hover, .checkout-multishipping-address-newshipping table tbody tr td.last a:hover, .checkout-multishipping-address-selectbilling table tbody tr td.last a:hover, .checkout-multishipping-addresses table tbody tr td.last a:hover, .checkout-multishipping-billing table tbody tr td.last a:hover, .checkout-multishipping-overview table tbody tr td.last a:hover, .checkout-multishipping-shipping table tbody tr td.last a:hover {
    color: #777
}

.checkout-multishipping-address-editaddress table tbody tr td.last a:hover, .checkout-multishipping-address-editbilling table tbody tr td.last a:hover, .checkout-multishipping-address-editshipping table tbody tr td.last a:hover, .checkout-multishipping-address-newbilling table tbody tr td.last a:hover, .checkout-multishipping-address-newshipping table tbody tr td.last a:hover, .checkout-multishipping-address-selectbilling table tbody tr td.last a:hover, .checkout-multishipping-addresses table tbody tr td.last a:hover, .checkout-multishipping-billing table tbody tr td.last a:hover, .checkout-multishipping-overview table tbody tr td.last a:hover, .checkout-multishipping-shipping table tbody tr td.last a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-address-editaddress table tfoot, .checkout-multishipping-address-editbilling table tfoot, .checkout-multishipping-address-editshipping table tfoot, .checkout-multishipping-address-newbilling table tfoot, .checkout-multishipping-address-newshipping table tfoot, .checkout-multishipping-address-selectbilling table tfoot, .checkout-multishipping-addresses table tfoot, .checkout-multishipping-billing table tfoot, .checkout-multishipping-overview table tfoot, .checkout-multishipping-shipping table tfoot {
    border-top: 1px solid #e5e5e5
}

.checkout-multishipping-address-editaddress table tfoot tr td, .checkout-multishipping-address-editbilling table tfoot tr td, .checkout-multishipping-address-editshipping table tfoot tr td, .checkout-multishipping-address-newbilling table tfoot tr td, .checkout-multishipping-address-newshipping table tfoot tr td, .checkout-multishipping-address-selectbilling table tfoot tr td, .checkout-multishipping-addresses table tfoot tr td, .checkout-multishipping-billing table tfoot tr td, .checkout-multishipping-overview table tfoot tr td, .checkout-multishipping-shipping table tfoot tr td {
    padding-left: 0;
    padding-right: 0
}

.cart-button-row .checkout-multishipping-address-editaddress table tfoot .btn-continue, .cart-button-row .checkout-multishipping-address-editbilling table tfoot .btn-continue, .cart-button-row .checkout-multishipping-address-editshipping table tfoot .btn-continue, .cart-button-row .checkout-multishipping-address-newbilling table tfoot .btn-continue, .cart-button-row .checkout-multishipping-address-newshipping table tfoot .btn-continue, .cart-button-row .checkout-multishipping-address-selectbilling table tfoot .btn-continue, .cart-button-row .checkout-multishipping-addresses table tfoot .btn-continue, .cart-button-row .checkout-multishipping-billing table tfoot .btn-continue, .cart-button-row .checkout-multishipping-overview table tfoot .btn-continue, .cart-button-row .checkout-multishipping-shipping table tfoot .btn-continue, .checkout-multishipping-address-editaddress table tfoot .button, .checkout-multishipping-address-editaddress table tfoot .button-big, .checkout-multishipping-address-editaddress table tfoot .button-expand-collapse, .checkout-multishipping-address-editaddress table tfoot .button-loader, .checkout-multishipping-address-editaddress table tfoot .button-outline, .checkout-multishipping-address-editaddress table tfoot .button-outline-big, .checkout-multishipping-address-editaddress table tfoot .button-outline-white, .checkout-multishipping-address-editaddress table tfoot .button-small, .checkout-multishipping-address-editaddress table tfoot .button-small-outline, .checkout-multishipping-address-editaddress table tfoot .button-small-outline-white, .checkout-multishipping-address-editaddress table tfoot .button-transparent, .checkout-multishipping-address-editaddress table tfoot .button2, .checkout-multishipping-address-editaddress table tfoot .cart-button-row .btn-continue, .checkout-multishipping-address-editaddress table tfoot .navigation-button, .checkout-multishipping-address-editbilling table tfoot .button, .checkout-multishipping-address-editbilling table tfoot .button-big, .checkout-multishipping-address-editbilling table tfoot .button-expand-collapse, .checkout-multishipping-address-editbilling table tfoot .button-loader, .checkout-multishipping-address-editbilling table tfoot .button-outline, .checkout-multishipping-address-editbilling table tfoot .button-outline-big, .checkout-multishipping-address-editbilling table tfoot .button-outline-white, .checkout-multishipping-address-editbilling table tfoot .button-small, .checkout-multishipping-address-editbilling table tfoot .button-small-outline, .checkout-multishipping-address-editbilling table tfoot .button-small-outline-white, .checkout-multishipping-address-editbilling table tfoot .button-transparent, .checkout-multishipping-address-editbilling table tfoot .button2, .checkout-multishipping-address-editbilling table tfoot .cart-button-row .btn-continue, .checkout-multishipping-address-editbilling table tfoot .navigation-button, .checkout-multishipping-address-editshipping table tfoot .button, .checkout-multishipping-address-editshipping table tfoot .button-big, .checkout-multishipping-address-editshipping table tfoot .button-expand-collapse, .checkout-multishipping-address-editshipping table tfoot .button-loader, .checkout-multishipping-address-editshipping table tfoot .button-outline, .checkout-multishipping-address-editshipping table tfoot .button-outline-big, .checkout-multishipping-address-editshipping table tfoot .button-outline-white, .checkout-multishipping-address-editshipping table tfoot .button-small, .checkout-multishipping-address-editshipping table tfoot .button-small-outline, .checkout-multishipping-address-editshipping table tfoot .button-small-outline-white, .checkout-multishipping-address-editshipping table tfoot .button-transparent, .checkout-multishipping-address-editshipping table tfoot .button2, .checkout-multishipping-address-editshipping table tfoot .cart-button-row .btn-continue, .checkout-multishipping-address-editshipping table tfoot .navigation-button, .checkout-multishipping-address-newbilling table tfoot .button, .checkout-multishipping-address-newbilling table tfoot .button-big, .checkout-multishipping-address-newbilling table tfoot .button-expand-collapse, .checkout-multishipping-address-newbilling table tfoot .button-loader, .checkout-multishipping-address-newbilling table tfoot .button-outline, .checkout-multishipping-address-newbilling table tfoot .button-outline-big, .checkout-multishipping-address-newbilling table tfoot .button-outline-white, .checkout-multishipping-address-newbilling table tfoot .button-small, .checkout-multishipping-address-newbilling table tfoot .button-small-outline, .checkout-multishipping-address-newbilling table tfoot .button-small-outline-white, .checkout-multishipping-address-newbilling table tfoot .button-transparent, .checkout-multishipping-address-newbilling table tfoot .button2, .checkout-multishipping-address-newbilling table tfoot .cart-button-row .btn-continue, .checkout-multishipping-address-newbilling table tfoot .navigation-button, .checkout-multishipping-address-newshipping table tfoot .button, .checkout-multishipping-address-newshipping table tfoot .button-big, .checkout-multishipping-address-newshipping table tfoot .button-expand-collapse, .checkout-multishipping-address-newshipping table tfoot .button-loader, .checkout-multishipping-address-newshipping table tfoot .button-outline, .checkout-multishipping-address-newshipping table tfoot .button-outline-big, .checkout-multishipping-address-newshipping table tfoot .button-outline-white, .checkout-multishipping-address-newshipping table tfoot .button-small, .checkout-multishipping-address-newshipping table tfoot .button-small-outline, .checkout-multishipping-address-newshipping table tfoot .button-small-outline-white, .checkout-multishipping-address-newshipping table tfoot .button-transparent, .checkout-multishipping-address-newshipping table tfoot .button2, .checkout-multishipping-address-newshipping table tfoot .cart-button-row .btn-continue, .checkout-multishipping-address-newshipping table tfoot .navigation-button, .checkout-multishipping-address-selectbilling table tfoot .button, .checkout-multishipping-address-selectbilling table tfoot .button-big, .checkout-multishipping-address-selectbilling table tfoot .button-expand-collapse, .checkout-multishipping-address-selectbilling table tfoot .button-loader, .checkout-multishipping-address-selectbilling table tfoot .button-outline, .checkout-multishipping-address-selectbilling table tfoot .button-outline-big, .checkout-multishipping-address-selectbilling table tfoot .button-outline-white, .checkout-multishipping-address-selectbilling table tfoot .button-small, .checkout-multishipping-address-selectbilling table tfoot .button-small-outline, .checkout-multishipping-address-selectbilling table tfoot .button-small-outline-white, .checkout-multishipping-address-selectbilling table tfoot .button-transparent, .checkout-multishipping-address-selectbilling table tfoot .button2, .checkout-multishipping-address-selectbilling table tfoot .cart-button-row .btn-continue, .checkout-multishipping-address-selectbilling table tfoot .navigation-button, .checkout-multishipping-addresses table tfoot .button, .checkout-multishipping-addresses table tfoot .button-big, .checkout-multishipping-addresses table tfoot .button-expand-collapse, .checkout-multishipping-addresses table tfoot .button-loader, .checkout-multishipping-addresses table tfoot .button-outline, .checkout-multishipping-addresses table tfoot .button-outline-big, .checkout-multishipping-addresses table tfoot .button-outline-white, .checkout-multishipping-addresses table tfoot .button-small, .checkout-multishipping-addresses table tfoot .button-small-outline, .checkout-multishipping-addresses table tfoot .button-small-outline-white, .checkout-multishipping-addresses table tfoot .button-transparent, .checkout-multishipping-addresses table tfoot .button2, .checkout-multishipping-addresses table tfoot .cart-button-row .btn-continue, .checkout-multishipping-addresses table tfoot .navigation-button, .checkout-multishipping-billing table tfoot .button, .checkout-multishipping-billing table tfoot .button-big, .checkout-multishipping-billing table tfoot .button-expand-collapse, .checkout-multishipping-billing table tfoot .button-loader, .checkout-multishipping-billing table tfoot .button-outline, .checkout-multishipping-billing table tfoot .button-outline-big, .checkout-multishipping-billing table tfoot .button-outline-white, .checkout-multishipping-billing table tfoot .button-small, .checkout-multishipping-billing table tfoot .button-small-outline, .checkout-multishipping-billing table tfoot .button-small-outline-white, .checkout-multishipping-billing table tfoot .button-transparent, .checkout-multishipping-billing table tfoot .button2, .checkout-multishipping-billing table tfoot .cart-button-row .btn-continue, .checkout-multishipping-billing table tfoot .navigation-button, .checkout-multishipping-overview table tfoot .button, .checkout-multishipping-overview table tfoot .button-big, .checkout-multishipping-overview table tfoot .button-expand-collapse, .checkout-multishipping-overview table tfoot .button-loader, .checkout-multishipping-overview table tfoot .button-outline, .checkout-multishipping-overview table tfoot .button-outline-big, .checkout-multishipping-overview table tfoot .button-outline-white, .checkout-multishipping-overview table tfoot .button-small, .checkout-multishipping-overview table tfoot .button-small-outline, .checkout-multishipping-overview table tfoot .button-small-outline-white, .checkout-multishipping-overview table tfoot .button-transparent, .checkout-multishipping-overview table tfoot .button2, .checkout-multishipping-overview table tfoot .cart-button-row .btn-continue, .checkout-multishipping-overview table tfoot .navigation-button, .checkout-multishipping-shipping table tfoot .button, .checkout-multishipping-shipping table tfoot .button-big, .checkout-multishipping-shipping table tfoot .button-expand-collapse, .checkout-multishipping-shipping table tfoot .button-loader, .checkout-multishipping-shipping table tfoot .button-outline, .checkout-multishipping-shipping table tfoot .button-outline-big, .checkout-multishipping-shipping table tfoot .button-outline-white, .checkout-multishipping-shipping table tfoot .button-small, .checkout-multishipping-shipping table tfoot .button-small-outline, .checkout-multishipping-shipping table tfoot .button-small-outline-white, .checkout-multishipping-shipping table tfoot .button-transparent, .checkout-multishipping-shipping table tfoot .button2, .checkout-multishipping-shipping table tfoot .cart-button-row .btn-continue, .checkout-multishipping-shipping table tfoot .navigation-button {
    margin-top: 32px
}

.checkout-multishipping-address-editaddress #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-address-editbilling #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-address-editshipping #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-address-newbilling #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-address-newshipping #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-address-selectbilling #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-addresses #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-billing #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-overview #review-order-form .col2-set .payment-method table tbody tr td, .checkout-multishipping-shipping #review-order-form .col2-set .payment-method table tbody tr td {
    padding-top: 0
}

.checkout-multishipping-address-editaddress .sp-methods .form-list .input-box > span, .checkout-multishipping-address-editbilling .sp-methods .form-list .input-box > span, .checkout-multishipping-address-editshipping .sp-methods .form-list .input-box > span, .checkout-multishipping-address-newbilling .sp-methods .form-list .input-box > span, .checkout-multishipping-address-newshipping .sp-methods .form-list .input-box > span, .checkout-multishipping-address-selectbilling .sp-methods .form-list .input-box > span, .checkout-multishipping-addresses .sp-methods .form-list .input-box > span, .checkout-multishipping-billing .sp-methods .form-list .input-box > span, .checkout-multishipping-overview .sp-methods .form-list .input-box > span, .checkout-multishipping-shipping .sp-methods .form-list .input-box > span {
    display: block
}

.checkout-multishipping-address-editaddress .sp-methods a, .checkout-multishipping-address-editbilling .sp-methods a, .checkout-multishipping-address-editshipping .sp-methods a, .checkout-multishipping-address-newbilling .sp-methods a, .checkout-multishipping-address-newshipping .sp-methods a, .checkout-multishipping-address-selectbilling .sp-methods a, .checkout-multishipping-addresses .sp-methods a, .checkout-multishipping-billing .sp-methods a, .checkout-multishipping-overview .sp-methods a, .checkout-multishipping-shipping .sp-methods a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    position: relative
}

.checkout-multishipping-address-editaddress .sp-methods a:visited, .checkout-multishipping-address-editbilling .sp-methods a:visited, .checkout-multishipping-address-editshipping .sp-methods a:visited, .checkout-multishipping-address-newbilling .sp-methods a:visited, .checkout-multishipping-address-newshipping .sp-methods a:visited, .checkout-multishipping-address-selectbilling .sp-methods a:visited, .checkout-multishipping-addresses .sp-methods a:visited, .checkout-multishipping-billing .sp-methods a:visited, .checkout-multishipping-overview .sp-methods a:visited, .checkout-multishipping-shipping .sp-methods a:visited {
    color: #000
}

.checkout-multishipping-address-editaddress .sp-methods a:hover, .checkout-multishipping-address-editbilling .sp-methods a:hover, .checkout-multishipping-address-editshipping .sp-methods a:hover, .checkout-multishipping-address-newbilling .sp-methods a:hover, .checkout-multishipping-address-newshipping .sp-methods a:hover, .checkout-multishipping-address-selectbilling .sp-methods a:hover, .checkout-multishipping-addresses .sp-methods a:hover, .checkout-multishipping-billing .sp-methods a:hover, .checkout-multishipping-overview .sp-methods a:hover, .checkout-multishipping-shipping .sp-methods a:hover {
    color: #777
}

.checkout-multishipping-address-editaddress .sp-methods a:hover, .checkout-multishipping-address-editbilling .sp-methods a:hover, .checkout-multishipping-address-editshipping .sp-methods a:hover, .checkout-multishipping-address-newbilling .sp-methods a:hover, .checkout-multishipping-address-newshipping .sp-methods a:hover, .checkout-multishipping-address-selectbilling .sp-methods a:hover, .checkout-multishipping-addresses .sp-methods a:hover, .checkout-multishipping-billing .sp-methods a:hover, .checkout-multishipping-overview .sp-methods a:hover, .checkout-multishipping-shipping .sp-methods a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-address-editaddress .buttons-set .back-link, .checkout-multishipping-address-editbilling .buttons-set .back-link, .checkout-multishipping-address-editshipping .buttons-set .back-link, .checkout-multishipping-address-newbilling .buttons-set .back-link, .checkout-multishipping-address-newshipping .buttons-set .back-link, .checkout-multishipping-address-selectbilling .buttons-set .back-link, .checkout-multishipping-addresses .buttons-set .back-link, .checkout-multishipping-billing .buttons-set .back-link, .checkout-multishipping-overview .buttons-set .back-link, .checkout-multishipping-shipping .buttons-set .back-link {
    margin: 16px 0
}

.checkout-multishipping-address-editaddress .buttons-set .back-link a, .checkout-multishipping-address-editbilling .buttons-set .back-link a, .checkout-multishipping-address-editshipping .buttons-set .back-link a, .checkout-multishipping-address-newbilling .buttons-set .back-link a, .checkout-multishipping-address-newshipping .buttons-set .back-link a, .checkout-multishipping-address-selectbilling .buttons-set .back-link a, .checkout-multishipping-addresses .buttons-set .back-link a, .checkout-multishipping-billing .buttons-set .back-link a, .checkout-multishipping-overview .buttons-set .back-link a, .checkout-multishipping-shipping .buttons-set .back-link a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    margin-left: 11px;
    position: relative
}

.checkout-multishipping-address-editaddress .buttons-set .back-link a:visited, .checkout-multishipping-address-editbilling .buttons-set .back-link a:visited, .checkout-multishipping-address-editshipping .buttons-set .back-link a:visited, .checkout-multishipping-address-newbilling .buttons-set .back-link a:visited, .checkout-multishipping-address-newshipping .buttons-set .back-link a:visited, .checkout-multishipping-address-selectbilling .buttons-set .back-link a:visited, .checkout-multishipping-addresses .buttons-set .back-link a:visited, .checkout-multishipping-billing .buttons-set .back-link a:visited, .checkout-multishipping-overview .buttons-set .back-link a:visited, .checkout-multishipping-shipping .buttons-set .back-link a:visited {
    color: #000
}

.checkout-multishipping-address-editaddress .buttons-set .back-link a:hover, .checkout-multishipping-address-editbilling .buttons-set .back-link a:hover, .checkout-multishipping-address-editshipping .buttons-set .back-link a:hover, .checkout-multishipping-address-newbilling .buttons-set .back-link a:hover, .checkout-multishipping-address-newshipping .buttons-set .back-link a:hover, .checkout-multishipping-address-selectbilling .buttons-set .back-link a:hover, .checkout-multishipping-addresses .buttons-set .back-link a:hover, .checkout-multishipping-billing .buttons-set .back-link a:hover, .checkout-multishipping-overview .buttons-set .back-link a:hover, .checkout-multishipping-shipping .buttons-set .back-link a:hover {
    color: #777
}

.checkout-multishipping-address-editaddress .buttons-set .back-link a:hover, .checkout-multishipping-address-editbilling .buttons-set .back-link a:hover, .checkout-multishipping-address-editshipping .buttons-set .back-link a:hover, .checkout-multishipping-address-newbilling .buttons-set .back-link a:hover, .checkout-multishipping-address-newshipping .buttons-set .back-link a:hover, .checkout-multishipping-address-selectbilling .buttons-set .back-link a:hover, .checkout-multishipping-addresses .buttons-set .back-link a:hover, .checkout-multishipping-billing .buttons-set .back-link a:hover, .checkout-multishipping-overview .buttons-set .back-link a:hover, .checkout-multishipping-shipping .buttons-set .back-link a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-address-editaddress .buttons-set .back-link a small, .checkout-multishipping-address-editbilling .buttons-set .back-link a small, .checkout-multishipping-address-editshipping .buttons-set .back-link a small, .checkout-multishipping-address-newbilling .buttons-set .back-link a small, .checkout-multishipping-address-newshipping .buttons-set .back-link a small, .checkout-multishipping-address-selectbilling .buttons-set .back-link a small, .checkout-multishipping-addresses .buttons-set .back-link a small, .checkout-multishipping-billing .buttons-set .back-link a small, .checkout-multishipping-overview .buttons-set .back-link a small, .checkout-multishipping-shipping .buttons-set .back-link a small {
    display: none
}

.checkout-multishipping-address-editaddress .buttons-set .back-link a:before, .checkout-multishipping-address-editbilling .buttons-set .back-link a:before, .checkout-multishipping-address-editshipping .buttons-set .back-link a:before, .checkout-multishipping-address-newbilling .buttons-set .back-link a:before, .checkout-multishipping-address-newshipping .buttons-set .back-link a:before, .checkout-multishipping-address-selectbilling .buttons-set .back-link a:before, .checkout-multishipping-addresses .buttons-set .back-link a:before, .checkout-multishipping-billing .buttons-set .back-link a:before, .checkout-multishipping-overview .buttons-set .back-link a:before, .checkout-multishipping-shipping .buttons-set .back-link a:before {
    content: "";
    display: block;
    background: url(../images/arrow-right-black.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: -8px 8px 0 -25px;
    background-size: 30%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 4px;
    left: 0
}

.checkout-multishipping-address-editaddress form .form-list select, .checkout-multishipping-address-editbilling form .form-list select, .checkout-multishipping-address-editshipping form .form-list select, .checkout-multishipping-address-newbilling form .form-list select, .checkout-multishipping-address-newshipping form .form-list select, .checkout-multishipping-address-selectbilling form .form-list select, .checkout-multishipping-addresses form .form-list select, .checkout-multishipping-billing form .form-list select, .checkout-multishipping-overview form .form-list select, .checkout-multishipping-shipping form .form-list select {
    width: 100%
}

.checkout-multishipping-address-editaddress form .form-list label, .checkout-multishipping-address-editbilling form .form-list label, .checkout-multishipping-address-editshipping form .form-list label, .checkout-multishipping-address-newbilling form .form-list label, .checkout-multishipping-address-newshipping form .form-list label, .checkout-multishipping-address-selectbilling form .form-list label, .checkout-multishipping-addresses form .form-list label, .checkout-multishipping-billing form .form-list label, .checkout-multishipping-overview form .form-list label, .checkout-multishipping-shipping form .form-list label {
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    letter-spacing: .2px;
    color: #000
}

.checkout-multishipping-address-editaddress form .form-list .input-text, .checkout-multishipping-address-editbilling form .form-list .input-text, .checkout-multishipping-address-editshipping form .form-list .input-text, .checkout-multishipping-address-newbilling form .form-list .input-text, .checkout-multishipping-address-newshipping form .form-list .input-text, .checkout-multishipping-address-selectbilling form .form-list .input-text, .checkout-multishipping-addresses form .form-list .input-text, .checkout-multishipping-billing form .form-list .input-text, .checkout-multishipping-overview form .form-list .input-text, .checkout-multishipping-shipping form .form-list .input-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-address-editaddress .page-title h1, .checkout-multishipping-address-editbilling .page-title h1, .checkout-multishipping-address-editshipping .page-title h1, .checkout-multishipping-address-newbilling .page-title h1, .checkout-multishipping-address-newshipping .page-title h1, .checkout-multishipping-address-selectbilling .page-title h1, .checkout-multishipping-addresses .page-title h1, .checkout-multishipping-billing .page-title h1, .checkout-multishipping-overview .page-title h1, .checkout-multishipping-shipping .page-title h1 {
        font-size: 54px
    }

    .checkout-multishipping-address-editaddress .main-container, .checkout-multishipping-address-editbilling .main-container, .checkout-multishipping-address-editshipping .main-container, .checkout-multishipping-address-newbilling .main-container, .checkout-multishipping-address-newshipping .main-container, .checkout-multishipping-address-selectbilling .main-container, .checkout-multishipping-addresses .main-container, .checkout-multishipping-billing .main-container, .checkout-multishipping-overview .main-container, .checkout-multishipping-shipping .main-container {
        width: 100%
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table {
        display: block
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table colgroup, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table colgroup {
        display: none
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table thead, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table thead {
        display: none;
        border-bottom: none;
        width: 100%
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2), .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(2) {
        width: 45%
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4), .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table thead th:nth-child(4) {
        display: none
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table thead th:last-child, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table thead th:first-child, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table thead th:last-child {
        display: none
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr {
        display: block;
        width: 100%;
        position: relative
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr td .title-movil {
        display: block;
        color: #000;
        font-family: Georgia, Garamond, Times New Roman, serif;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .4px;
        opacity: .5
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-image, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr td.product-cart-info {
        display: block;
        width: 32%;
        float: left;
        text-align: left
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3), .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(3) {
        clear: both;
        display: block;
        float: none;
        padding-left: 35%
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4), .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr td:nth-child(4) {
        display: block;
        clear: both;
        width: 100%;
        padding-left: 35%
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-address-editbilling #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-address-editshipping #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-address-newbilling #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-address-newshipping #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-address-selectbilling #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-addresses #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-billing #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-overview #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2, .checkout-multishipping-shipping #checkout_multishipping_form #multiship-addresses-table tbody tr .btn-remove2 {
        position: absolute;
        right: 0;
        top: 15px
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form td.a-right.last, .checkout-multishipping-address-editbilling #checkout_multishipping_form td.a-right.last, .checkout-multishipping-address-editshipping #checkout_multishipping_form td.a-right.last, .checkout-multishipping-address-newbilling #checkout_multishipping_form td.a-right.last, .checkout-multishipping-address-newshipping #checkout_multishipping_form td.a-right.last, .checkout-multishipping-address-selectbilling #checkout_multishipping_form td.a-right.last, .checkout-multishipping-addresses #checkout_multishipping_form td.a-right.last, .checkout-multishipping-billing #checkout_multishipping_form td.a-right.last, .checkout-multishipping-overview #checkout_multishipping_form td.a-right.last, .checkout-multishipping-shipping #checkout_multishipping_form td.a-right.last {
        text-align: center
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-address-editbilling #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-address-editshipping #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-address-newbilling #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-address-newshipping #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-address-selectbilling #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-addresses #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-billing #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-overview #checkout_multishipping_form td.a-right.last .buttons-set, .checkout-multishipping-shipping #checkout_multishipping_form td.a-right.last .buttons-set {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form .buttons-set, .checkout-multishipping-address-editbilling #checkout_multishipping_form .buttons-set, .checkout-multishipping-address-editshipping #checkout_multishipping_form .buttons-set, .checkout-multishipping-address-newbilling #checkout_multishipping_form .buttons-set, .checkout-multishipping-address-newshipping #checkout_multishipping_form .buttons-set, .checkout-multishipping-address-selectbilling #checkout_multishipping_form .buttons-set, .checkout-multishipping-addresses #checkout_multishipping_form .buttons-set, .checkout-multishipping-billing #checkout_multishipping_form .buttons-set, .checkout-multishipping-overview #checkout_multishipping_form .buttons-set, .checkout-multishipping-shipping #checkout_multishipping_form .buttons-set {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .checkout-multishipping-address-editaddress #checkout_multishipping_form .buttons-set button, .checkout-multishipping-address-editbilling #checkout_multishipping_form .buttons-set button, .checkout-multishipping-address-editshipping #checkout_multishipping_form .buttons-set button, .checkout-multishipping-address-newbilling #checkout_multishipping_form .buttons-set button, .checkout-multishipping-address-newshipping #checkout_multishipping_form .buttons-set button, .checkout-multishipping-address-selectbilling #checkout_multishipping_form .buttons-set button, .checkout-multishipping-addresses #checkout_multishipping_form .buttons-set button, .checkout-multishipping-billing #checkout_multishipping_form .buttons-set button, .checkout-multishipping-overview #checkout_multishipping_form .buttons-set button, .checkout-multishipping-shipping #checkout_multishipping_form .buttons-set button {
        padding: 10px
    }
}

.checkout-multishipping-address-editaddress form, .checkout-multishipping-address-editbilling form, .checkout-multishipping-address-editshipping form, .checkout-multishipping-address-newbilling form, .checkout-multishipping-address-newshipping form {
    max-width: 595px
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-address-editaddress form .form-list .fields .field, .checkout-multishipping-address-editbilling form .form-list .fields .field, .checkout-multishipping-address-editshipping form .form-list .fields .field, .checkout-multishipping-address-newbilling form .form-list .fields .field, .checkout-multishipping-address-newshipping form .form-list .fields .field {
        width: 100%
    }
}

.checkout-multishipping-billing #multishipping-billing-form .box-content .sp-methods li, .checkout-multishipping-billing #shipping_method_form .box-content .sp-methods li, .checkout-multishipping-shipping #multishipping-billing-form .box-content .sp-methods li, .checkout-multishipping-shipping #shipping_method_form .box-content .sp-methods li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.checkout-multishipping-billing #multishipping-billing-form .box-content .sp-methods label, .checkout-multishipping-billing #shipping_method_form .box-content .sp-methods label, .checkout-multishipping-shipping #multishipping-billing-form .box-content .sp-methods label, .checkout-multishipping-shipping #shipping_method_form .box-content .sp-methods label {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.checkout-multishipping-billing #multishipping-billing-form .box-content .sp-methods input[type=radio], .checkout-multishipping-billing #shipping_method_form .box-content .sp-methods input[type=radio], .checkout-multishipping-shipping #multishipping-billing-form .box-content .sp-methods input[type=radio], .checkout-multishipping-shipping #shipping_method_form .box-content .sp-methods input[type=radio] {
    display: none
}

.checkout-multishipping-billing #multishipping-billing-form .box-content .sp-methods input[type=radio] + label, .checkout-multishipping-billing #shipping_method_form .box-content .sp-methods input[type=radio] + label, .checkout-multishipping-shipping #multishipping-billing-form .box-content .sp-methods input[type=radio] + label, .checkout-multishipping-shipping #shipping_method_form .box-content .sp-methods input[type=radio] + label {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    padding-left: 40px;
    position: relative
}

.checkout-multishipping-billing #multishipping-billing-form .box-content .sp-methods input[type=radio] + label::before, .checkout-multishipping-billing #shipping_method_form .box-content .sp-methods input[type=radio] + label::before, .checkout-multishipping-shipping #multishipping-billing-form .box-content .sp-methods input[type=radio] + label::before, .checkout-multishipping-shipping #shipping_method_form .box-content .sp-methods input[type=radio] + label::before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.checkout-multishipping-billing #multishipping-billing-form .box-content .sp-methods input[type=radio]:checked + label::before, .checkout-multishipping-billing #shipping_method_form .box-content .sp-methods input[type=radio]:checked + label::before, .checkout-multishipping-shipping #multishipping-billing-form .box-content .sp-methods input[type=radio]:checked + label::before, .checkout-multishipping-shipping #shipping_method_form .box-content .sp-methods input[type=radio]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.checkout-multishipping-billing #multishipping-billing-form .box-content address, .checkout-multishipping-billing #shipping_method_form .box-content address, .checkout-multishipping-shipping #multishipping-billing-form .box-content address, .checkout-multishipping-shipping #shipping_method_form .box-content address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    margin-bottom: 32px
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3, .checkout-multishipping-billing #shipping_method_form .box-title h3, .checkout-multishipping-billing #shipping_method_form .col-wide h3, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3, .checkout-multishipping-shipping #shipping_method_form .box-title h3, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3 .separator, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3 .separator, .checkout-multishipping-billing #shipping_method_form .box-title h3 .separator, .checkout-multishipping-billing #shipping_method_form .col-wide h3 .separator, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3 .separator, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3 .separator, .checkout-multishipping-shipping #shipping_method_form .box-title h3 .separator, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 .separator {
    margin-right: 80px;
    visibility: hidden
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3 a, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3 a, .checkout-multishipping-billing #shipping_method_form .box-title h3 a, .checkout-multishipping-billing #shipping_method_form .col-wide h3 a, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3 a, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3 a, .checkout-multishipping-shipping #shipping_method_form .box-title h3 a, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3 a:visited, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3 a:visited, .checkout-multishipping-billing #shipping_method_form .box-title h3 a:visited, .checkout-multishipping-billing #shipping_method_form .col-wide h3 a:visited, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3 a:visited, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3 a:visited, .checkout-multishipping-shipping #shipping_method_form .box-title h3 a:visited, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 a:visited {
    color: #000
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3 a:hover, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3 a:hover, .checkout-multishipping-billing #shipping_method_form .box-title h3 a:hover, .checkout-multishipping-billing #shipping_method_form .col-wide h3 a:hover, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3 a:hover, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3 a:hover, .checkout-multishipping-shipping #shipping_method_form .box-title h3 a:hover, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 a:hover {
    color: #777
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3 a:hover, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3 a:hover, .checkout-multishipping-billing #shipping_method_form .box-title h3 a:hover, .checkout-multishipping-billing #shipping_method_form .col-wide h3 a:hover, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3 a:hover, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3 a:hover, .checkout-multishipping-shipping #shipping_method_form .box-title h3 a:hover, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h3.product-name a, .checkout-multishipping-billing #multishipping-billing-form .col-wide h3.product-name a, .checkout-multishipping-billing #shipping_method_form .box-title h3.product-name a, .checkout-multishipping-billing #shipping_method_form .col-wide h3.product-name a, .checkout-multishipping-shipping #multishipping-billing-form .box-title h3.product-name a, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3.product-name a, .checkout-multishipping-shipping #shipping_method_form .box-title h3.product-name a, .checkout-multishipping-shipping #shipping_method_form .col-wide h3.product-name a {
    border-bottom: none
}

.checkout-multishipping-billing #multishipping-billing-form .col-wide h3, .checkout-multishipping-billing #shipping_method_form .col-wide h3, .checkout-multishipping-shipping #multishipping-billing-form .col-wide h3, .checkout-multishipping-shipping #shipping_method_form .col-wide h3 {
    margin-top: 32px
}

.checkout-multishipping-billing #multishipping-billing-form .data-table .product-name, .checkout-multishipping-billing #shipping_method_form .data-table .product-name, .checkout-multishipping-shipping #multishipping-billing-form .data-table .product-name, .checkout-multishipping-shipping #shipping_method_form .data-table .product-name {
    margin-top: 16px
}

.checkout-multishipping-billing .multiple-checkout, .checkout-multishipping-shipping .multiple-checkout {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%
}

.checkout-multishipping-billing .multiple-checkout #review-order-form .payment-method table, .checkout-multishipping-shipping .multiple-checkout #review-order-form .payment-method table {
    text-align: left
}

.checkout-multishipping-billing .multiple-checkout #review-order-form .payment-method table tr, .checkout-multishipping-shipping .multiple-checkout #review-order-form .payment-method table tr {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.checkout-multishipping-billing .multiple-checkout #review-order-form .payment-method table tr:nth-child(2n), .checkout-multishipping-shipping .multiple-checkout #review-order-form .payment-method table tr:nth-child(2n) {
    display: block;
    float: none
}

.checkout-multishipping-billing .multiple-checkout #review-order-form .legend, .checkout-multishipping-shipping .multiple-checkout #review-order-form .legend {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: left;
    width: 100%
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-billing .main-container, .checkout-multishipping-shipping .main-container {
        padding-top: 58px
    }

    .checkout-multishipping-billing .main-container .checkout-progress, .checkout-multishipping-shipping .main-container .checkout-progress {
        text-align: center
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .page-title, .checkout-multishipping-shipping .main-container .multiple-checkout .page-title {
        text-align: center
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .box-sp-methods .sp-methods label, .checkout-multishipping-shipping .main-container .multiple-checkout .box-sp-methods .sp-methods label {
        position: relative;
        top: -7px
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table thead, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table thead {
        display: table;
        border-bottom: none;
        width: 100%
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table thead tr th:first-child, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table thead tr th:first-child {
        width: 70%
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table thead tr th:last-child, .checkout-multishipping-billing .main-container .multiple-checkout .data-table thead tr th:nth-child(3), .checkout-multishipping-shipping .main-container .multiple-checkout .data-table thead tr th:last-child, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table thead tr th:nth-child(3) {
        display: none
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table colgroup, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table colgroup {
        display: none
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody {
        display: block
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        position: relative;
        padding-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
        border-top: 1px solid #e7e7e7
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td {
        display: block;
        float: left
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td.product-cart-image, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td.product-cart-image {
        min-height: 150px;
        width: 32%
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td.product-cart-info, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td.product-cart-info {
        width: 45%;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td.product-cart-info h3, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td.product-cart-info h3 {
        margin: 0 !important
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td.product-cart-info a, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td.product-cart-info a {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        letter-spacing: -.8px !important;
        text-decoration: none !important;
        color: #000 !important
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td .qty, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td .qty {
        width: 100%
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr td .btn-remove2, .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr td .btn-remove2 {
        position: absolute;
        top: 60px !important;
        right: 0
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .data-table tbody tr:nth-last-child(1), .checkout-multishipping-shipping .main-container .multiple-checkout .data-table tbody tr:nth-last-child(1) {
        border-bottom: 1px solid #e7e7e7
    }

    .checkout-multishipping-billing .main-container #shipping_method_form .col-narrow, .checkout-multishipping-shipping .main-container #shipping_method_form .col-narrow {
        margin-bottom: 30px
    }

    .checkout-multishipping-billing .main-container #shipping_method_form .box-title h3 a, .checkout-multishipping-shipping .main-container #shipping_method_form .box-title h3 a {
        float: right
    }

    .checkout-multishipping-billing .main-container #shipping_method_form .buttons-set, .checkout-multishipping-shipping .main-container #shipping_method_form .buttons-set {
        width: 100%;
        text-align: center
    }
}

.checkout-multishipping-billing select {
    border-left: none;
    border-right: none;
    border-top: none
}

.checkout-multishipping-billing #multishipping-billing-form .cvv-what-is-this {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2 .separator {
    margin-right: 80px;
    visibility: hidden
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2 a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2 a:visited {
    color: #000
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2 a:hover {
    color: #777
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2 a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-billing #multishipping-billing-form .box-title h2.product-name a {
    border-bottom: none
}

.checkout-multishipping-billing #multishipping-billing-form .box-content address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-billing .main-container {
        padding-top: 58px
    }

    .checkout-multishipping-billing .main-container .checkout-progress {
        text-align: center
    }

    .checkout-multishipping-billing .main-container .multiple-checkout .page-title {
        text-align: center
    }

    .checkout-multishipping-billing .main-container .sp-methods label {
        position: relative;
        top: -7px
    }

    .checkout-multishipping-billing .main-container select {
        padding-left: 0
    }

    .checkout-multishipping-billing .main-container .buttons-set {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }

    .checkout-multishipping-billing .main-container .authnetcim_new {
        position: relative
    }

    .checkout-multishipping-billing .main-container .authnetcim_new input[type=checkbox] {
        display: none
    }

    .checkout-multishipping-billing .main-container .authnetcim_new input[type=checkbox] + label:before {
        border: 3px solid #000;
        content: "";
        height: 24px;
        left: 0;
        position: absolute;
        width: 24px
    }

    .checkout-multishipping-billing .main-container .authnetcim_new input[type=checkbox]:checked + label:before {
        background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
        border: medium none
    }

    .checkout-multishipping-billing .main-container .authnetcim_new:nth-last-child(1) {
        padding-left: 40px
    }
}

.checkout-multishipping-overview #review-buttons-container {
    margin-top: 32px
}

.checkout-multishipping-overview .main-container .multiple-checkout {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .payment-method table {
    text-align: left
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .payment-method table tr {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .payment-method table tr:nth-child(2n) {
    display: block;
    float: none
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .legend {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: left;
    width: 100%
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .grand-total, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -1.2px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3 .separator, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4 .separator, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4 .separator {
    margin-right: 80px;
    visibility: hidden
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3 a, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4 a, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4 a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3 a:visited, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4 a:visited, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4 a:visited {
    color: #000
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3 a:hover, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4 a:hover, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4 a:hover {
    color: #777
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3 a:hover, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4 a:hover, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4 a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h3.product-name a, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-title h4.product-name a, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .col-wide h4.product-name a {
    border-bottom: none
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-content address, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .box-content p, .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .cards-list {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    margin-bottom: 32px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .cards-list th {
    opacity: .5
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .grand-total {
    margin-top: 12px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table thead {
    text-transform: lowercase
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tbody .product-name {
    padding-top: 16px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tbody tr td.a-center {
    text-align: center
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tbody tr td:first-child {
    padding-left: 0
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot {
    text-transform: lowercase
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr td {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    line-height: 2.3;
    padding: 0 10px
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr td:first-child {
    color: #777;
    padding: 4px 0
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr td.last {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000
}

.checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr.last td {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.6px
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-overview .main-container {
        padding-top: 58px
    }

    .checkout-multishipping-overview .main-container .checkout-progress {
        text-align: center
    }

    .checkout-multishipping-overview .main-container .multiple-checkout .page-title {
        text-align: center
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table {
        margin-bottom: 20px
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table thead tr th {
        vertical-align: middle
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tbody .product-name {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tbody tr td {
        vertical-align: middle
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr td {
        vertical-align: middle
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr td.a-right {
        text-align: left
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table tfoot tr td.a-right.last {
        text-align: right
    }

    .checkout-multishipping-overview .main-container .multiple-checkout #review-order-form .data-table colgroup {
        display: none
    }
}

.checkout-multishipping-address-selectbilling .actions {
    margin-top: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px
}

.checkout-multishipping-address-selectbilling .actions .separator {
    margin-right: 80px;
    visibility: hidden
}

.checkout-multishipping-address-selectbilling .actions a {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.checkout-multishipping-address-selectbilling .actions a:visited {
    color: #000
}

.checkout-multishipping-address-selectbilling .actions a:hover {
    color: #777
}

.checkout-multishipping-address-selectbilling .actions a:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.checkout-multishipping-address-selectbilling .actions.product-name a {
    border-bottom: none
}

.checkout-multishipping-address-selectbilling address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .checkout-multishipping-addresses .main-container {
        padding-top: 70px
    }

    .checkout-multishipping-addresses .main-container .checkout-progress {
        text-align: center
    }

    .checkout-multishipping-addresses .main-container .checkout-progress li span {
        font-size: 36px
    }

    .checkout-multishipping-addresses .main-container form {
        position: relative
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout h2:first-of-type {
        position: absolute;
        top: 34px;
        left: 0;
        right: 0;
        max-width: 240px;
        display: block;
        float: none;
        margin: auto;
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: .3px;
        text-align: center
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout .page-title.title-buttons {
        text-align: center;
        margin-bottom: 45px
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout .page-title.title-buttons h1 {
        text-transform: lowercase;
        margin-bottom: 73px
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table .product-cart-info .product-name {
        line-height: 0
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tbody tr {
        position: relative;
        padding-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
        border-top: 1px solid #e7e7e7
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tbody tr:nth-last-child(1) {
        border-bottom: 1px solid #e7e7e7
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tbody tr .btn-remove2 {
        top: 60px !important
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tbody tr td.cart-column-image {
        min-height: 150px
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tbody tr td.cart-column-product {
        margin-bottom: 0 !important
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tfoot tr td {
        padding: 0
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tfoot tr td .back-link {
        padding-top: 13px;
        margin-bottom: 0
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table tfoot tr td button {
        margin-top: 15px;
        width: 100%
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout #multiship-addresses-table select {
        padding-left: 0;
        background-position-x: 96%;
        font-family: Georgia, Garamond, Times New Roman, serif;
        font-size: 16px;
        border-width: 1px
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout .buttons-set {
        text-align: center
    }

    .checkout-multishipping-addresses .main-container form .multiple-checkout .buttons-set button {
        width: 100%
    }
}

.customer-account-create .main-container {
    padding-left: 0;
    padding-right: 0
}

.customer-account-create .main-container.error-loginradius {
    padding-top: 0
}

.customer-account-create h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000;
    margin-bottom: 32px;
    margin-top: 32px
}

.customer-account-create #lr_social_login_interface > h2.legend {
    margin: 0
}

.customer-account-create #reg_from {
    text-transform: lowercase;
    margin-bottom: 30px
}

.customer-account-create #reg_from #interfacecontainerdiv {
    display: inline-block;
    width: 100%
}

.customer-account-create #reg_from .lr-icon-facebook:after {
    content: 'Register with facebook';
    margin-left: 0
}

.customer-account-create #reg_from .lr-icon-google:after {
    content: 'Register with google';
    margin-left: 0
}

.customer-account-create #reg_from .lr_icons_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.customer-account-create #reg_from .lr_icons_box div {
    width: 100% !important
}

.customer-account-create #reg_from .lr_icons_box .lr_providericons {
    max-width: 100% !important;
    text-align: center
}

.customer-account-create p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .3px;
    color: #000
}

.customer-account-create .account-create {
    padding: 0 32px;
    max-width: 465px;
    width: 100% !important;
    position: relative
}

.customer-account-create .account-create form {
    text-align: center
}

.customer-account-create .account-create a.back-link {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    clear: both;
    cursor: pointer
}

.customer-account-create .account-create .option-register {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    font-size: 14px;
    padding: 4px 10px
}

.customer-account-create .account-create form label {
    display: inline-block;
    opacity: .5;
    font-size: 12px;
    letter-spacing: .3px;
    color: #000;
    text-align: left
}

.customer-account-create .account-create form label:after {
    content: "*";
    color: #000
}

.customer-account-create .account-create form label.create-password-notice {
    padding-top: 12px;
    display: block
}

.customer-account-create .account-create form label.create-password-notice:after {
    content: none
}

.customer-account-create .account-create input {
    width: 100% !important;
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .3px;
    color: #000;
    margin: 0 !important;
    padding-bottom: 7.2px;
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: 0
}

.customer-account-create .account-create .loginradius-raas--form-element-content {
    margin-top: 24px
}

.customer-account-create .account-create #loginradius-raas-submit-Register, .customer-account-create .account-create #loginradius-raas-submit-Register-custom {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: #000;
    padding: 15px 15px !important;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.3;
    max-width: 100%;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 0
}

.customer-account-create .account-create .buttons-set {
    clear: both;
    text-align: right;
    margin-top: 16px
}

.customer-account-create .account-create .buttons-set a {
    color: #000;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 1.3
}

.customer-account-create #lr_social_login_interface {
    width: 100%
}

.customer-account-create #lr_social_login_interface .lr_embed_bricks_200 {
    margin-bottom: 32px
}

.customer-account-create #lr_social_login_interface .lr_icons_box .lr_providericons {
    margin: 0;
    max-width: 380px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.4px;
    line-height: 1.3;
    padding: 14px 5px;
    text-transform: uppercase
}

.customer-account-create #lr_social_login_interface .lr_icons_box .lr_providericons:before {
    border-right: none
}

.customer-account-create #lr_social_login_interface .lr_icons_box:nth-last-child(1) {
    float: right
}

.customer-account-create #registeration-container form #loginradius-raas-submit-Register {
    display: none
}

@media screen and (max-width: 767px) {
    .customer-account-create #lr_social_login_interface .lr_icons_box .lr_providericons {
        max-width: 100%
    }

    .customer-account-create .main-container {
        padding-left: 5%;
        padding-right: 5%
    }

    .customer-account-create .account-create {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 450px) {
    .customer-account-create .customer-account-create .main-container {
        padding-left: 0;
        padding-right: 0
    }

    .customer-account-create .lr_icons_box:nth-last-child(1) {
        float: left
    }

    .customer-account-create #lr_social_login_interface .lr_embed_bricks_200 .lr_icons_box {
        float: none
    }

    .customer-account-create #lr_social_login_interface .lr_embed_bricks_200 .lr_icons_box div {
        width: 100% !important
    }
}

@media screen and (max-width: 310px) {
    .customer-account-create #lr_social_login_interface .lr_icons_box .lr_providericons:after {
        content: attr(title);
        margin-left: 0;
        font-size: 12px
    }
}

@media screen and (max-width: 767px) {
    .kind-snackclub-customer-changeproduct .content, .kind-snackclub-customer-frequency .content, .kind-snackclub-customer-recurringcategories .content, .kind-snackclub-customer-recurringproducts .content {
        padding: 0 !important
    }

    .kind-snackclub-customer-changeproduct .recurring-page, .kind-snackclub-customer-frequency .recurring-page, .kind-snackclub-customer-recurringcategories .recurring-page, .kind-snackclub-customer-recurringproducts .recurring-page {
        padding: 0 !important
    }

    .kind-snackclub-customer-changeproduct .recurring-page > h1, .kind-snackclub-customer-frequency .recurring-page > h1, .kind-snackclub-customer-recurringcategories .recurring-page > h1, .kind-snackclub-customer-recurringproducts .recurring-page > h1 {
        text-align: center
    }

    .kind-snackclub-customer-changeproduct .frequency, .kind-snackclub-customer-frequency .frequency, .kind-snackclub-customer-recurringcategories .frequency, .kind-snackclub-customer-recurringproducts .frequency {
        padding: 0 !important
    }

    .kind-snackclub-customer-changeproduct h2, .kind-snackclub-customer-frequency h2, .kind-snackclub-customer-recurringcategories h2, .kind-snackclub-customer-recurringproducts h2 {
        margin-bottom: 50px
    }

    .kind-snackclub-customer-changeproduct form .buttons-set, .kind-snackclub-customer-frequency form .buttons-set, .kind-snackclub-customer-recurringcategories form .buttons-set, .kind-snackclub-customer-recurringproducts form .buttons-set {
        text-align: center
    }

    .kind-snackclub-customer-changeproduct form .buttons-set button, .kind-snackclub-customer-frequency form .buttons-set button, .kind-snackclub-customer-recurringcategories form .buttons-set button, .kind-snackclub-customer-recurringproducts form .buttons-set button {
        padding: 10px 10px !important
    }

    .kind-snackclub-customer-changeproduct .container-cat li, .kind-snackclub-customer-frequency .container-cat li, .kind-snackclub-customer-recurringcategories .container-cat li, .kind-snackclub-customer-recurringproducts .container-cat li {
        width: 100% !important
    }

    .kind-snackclub-customer-changeproduct .category-products, .kind-snackclub-customer-frequency .category-products, .kind-snackclub-customer-recurringcategories .category-products, .kind-snackclub-customer-recurringproducts .category-products {
        margin: 0 !important
    }

    .kind-snackclub-customer-changeproduct .category-products .products-grid .item, .kind-snackclub-customer-frequency .category-products .products-grid .item, .kind-snackclub-customer-recurringcategories .category-products .products-grid .item, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item {
        width: 100% !important
    }
}

@media screen and (max-width: 767px) {
    .box-account.box-recent a.link-reorder.link {
        margin-left: 0
    }

    .box-account.box-recent a.link-view-order.link {
        margin-left: 0
    }

    .box-account.box-recent .separator {
        margin-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .account-info a.ci-edit-link.link {
        margin: 0
    }

    .account-info a.link.ci-password-link {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .card.card-address a.link.ci-manage-addresses {
        margin-left: 0;
        float: left
    }

    .card.card-address a.link.ci-edit-billing {
        margin-left: 0
    }

    .card.card-address a.link.ci-edit-shipping {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .kind-snackclub-customer-index #form-validate #page-subscriptions, .kind-snackclub-customer-index .my-account #page-subscriptions {
        padding: 0 !important
    }

    .kind-snackclub-customer-index #form-validate #page-subscriptions .kind-description, .kind-snackclub-customer-index .my-account #page-subscriptions .kind-description {
        padding: 0 !important
    }

    .kind-snackclub-customer-index .messages .success-msg {
        padding-left: 20px !important
    }
}

@media screen and (max-width: 767px) {
    .kind-snackclub-customer-index .subs-content .skip-subscription {
        padding-bottom: 10px !important
    }

    .kind-snackclub-customer-index .subs-content .skip-subscription .skip-buttons-set {
        text-align: center
    }

    .kind-snackclub-customer-index .subs-content .skip-subscription .right {
        padding-top: 20px;
        float: none !important
    }

    .kind-snackclub-customer-index .subs-content .skip-subscription a#skip {
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .my-account #page-subscriptions .button-content {
        text-align: center
    }

    .my-account #page-subscriptions .footer-snack-club .buttons-set {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    #my-orders-table a, #my-orders-table h, #my-orders-table h2, #my-orders-table p, #my-orders-table table, #my-orders-table tbody, #my-orders-table td, #my-orders-table tfoot, #my-orders-table th, #my-orders-table thead, #my-orders-table tr, #my-profiles-table a, #my-profiles-table h, #my-profiles-table h2, #my-profiles-table p, #my-profiles-table table, #my-profiles-table tbody, #my-profiles-table td, #my-profiles-table tfoot, #my-profiles-table th, #my-profiles-table thead, #my-profiles-table tr, .custom-table a, .custom-table h, .custom-table h2, .custom-table p, .custom-table table, .custom-table tbody, .custom-table td, .custom-table tfoot, .custom-table th, .custom-table thead, .custom-table tr {
        display: block
    }

    #my-orders-table #skip, #my-profiles-table #skip, .custom-table #skip {
        width: 60%
    }

    #my-orders-table a.product-name, #my-profiles-table a.product-name, .custom-table a.product-name {
        margin: 0
    }

    #my-orders-table .city, #my-profiles-table .city, .custom-table .city {
        line-height: 1
    }

    #my-orders-table .street, #my-profiles-table .street, .custom-table .street {
        line-height: 1;
        width: 50%
    }

    #my-orders-table .edit, #my-profiles-table .edit, .custom-table .edit {
        margin-left: -20px;
        width: 40%
    }

    #my-orders-table thead tr, #my-profiles-table thead tr, .custom-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #my-orders-table td, #my-profiles-table td, .custom-table td {
        border: none;
        position: relative;
        padding-left: 50%;
        padding-top: 10px
    }

    #my-orders-table td:before, #my-profiles-table td:before, .custom-table td:before {
        position: absolute;
        left: 6px;
        width: 40%;
        white-space: wrap
    }

    #my-orders-table a.link-view-order.link, #my-profiles-table a.link-view-order.link, .custom-table a.link-view-order.link {
        margin: 0
    }

    #my-orders-table tr, #my-profiles-table tr, .custom-table tr {
        border-bottom: solid 1px #e0e0e0
    }

    #my-orders-table td#reoder-link-id, #my-profiles-table td#reoder-link-id, .custom-table td#reoder-link-id {
        width: 110px;
        padding-left: 0
    }

    #my-orders-table a.link-reorder.link, #my-profiles-table a.link-reorder.link, .custom-table a.link-reorder.link {
        margin-left: 0
    }

    #my-profiles-table td:nth-of-type(1):before {
        content: "Product"
    }

    #my-profiles-table td:nth-of-type(2):before {
        content: "Total Price"
    }

    #my-profiles-table td:nth-of-type(3):before {
        content: "Quantity (boxes)"
    }

    #my-profiles-table td:nth-of-type(4):before {
        content: "Shipping Address"
    }

    #my-profiles-table td:nth-of-type(5):before {
        content: "Next Shippment Date"
    }

    #my-orders-table td:nth-of-type(1):before {
        content: "Order Number";
        line-height: .8em
    }

    #my-orders-table td:nth-of-type(2):before {
        content: "Date"
    }

    #my-orders-table td:nth-of-type(3):before {
        content: "Shipped To"
    }

    #my-orders-table td:nth-of-type(4):before {
        content: "Order Total"
    }

    #my-orders-table td:nth-of-type(5):before {
        content: "Status"
    }
}

.customer-account-index .ci-manage-addresses {
    float: right
}

.customer-account-index .ci-edit-billing {
    margin-left: 0 !important
}

.customer-account-index .ci-password-link {
    margin-left: 0 !important
}

.customer-account-index .ci-edit-shipping {
    margin-left: 0 !important
}

.customer-account-index #my-orders-table a.link-view-order.link {
    margin-left: 0
}

.customer-account-index #my-orders-table .view-order a {
    margin-top: 0
}

.customer-account-index #my-orders-table .reorder a {
    margin-top: 0
}

.customer-account-index #my-orders-table .tr div {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.customer-account-index #my-orders-table .tr .shipped-to {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.customer-account-index .card-address {
    margin-bottom: 30px
}

.customer-account-index .card-address .address-title .link {
    margin-top: 0
}

.customer-account-index .card-address .address-title .box-title {
    margin-top: 5px
}

.customer-account-index .card-address .box-content address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal
}

@media (max-width: 1030px) {
    .customer-account-index .card-info h3 .link {
        float: right;
        margin-top: -2px
    }

    .customer-account-index .card-info .box-content .link {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .customer-account-index .ci-manage-addresses {
        float: right;
        margin-right: 0 !important
    }

    .customer-account-index #my-orders-table .tr .status {
        margin-bottom: 60px
    }

    .customer-account-index .card-address h3 .link {
        float: left;
        margin-top: -2px
    }

    .customer-account-index .card-address .box-content .link {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .customer-account-index #my-orders-table .tr .status {
        margin-bottom: 60px
    }

    .customer-account-index .card-address h3 .link {
        float: left;
        margin-top: -2px
    }

    .customer-account-index .card-address .box-content .link {
        float: left
    }
}

.customer-account-edit .messages, .customer-account-index .messages, .customer-address-form .messages, .customer-address-index .messages, .customer-paymentinfo-index .messages, .enterprise-giftcardaccount-customer-index .messages, .kind-snackclub-customer-cancelmodal .messages, .kind-snackclub-customer-skip .messages, .review-customer-index .messages, .sales-order-history .messages, .sales-order-invoice .messages, .sales-order-shipment .messages, .sales-order-view .messages, .sales-recurring-profile-index .messages {
    margin-top: -30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 100
}

.customer-account-edit .page-title h1, .customer-account-index .page-title h1, .customer-address-form .page-title h1, .customer-address-index .page-title h1, .customer-paymentinfo-index .page-title h1, .enterprise-giftcardaccount-customer-index .page-title h1, .kind-snackclub-customer-cancelmodal .page-title h1, .kind-snackclub-customer-index .page-title h1, .kind-snackclub-customer-skip .page-title h1, .kind-snackclub-customer-view .page-title h1, .review-customer-index .page-title h1, .sales-order-history .page-title h1, .sales-order-invoice .page-title h1, .sales-order-shipment .page-title h1, .sales-order-view .page-title h1, .sales-recurring-profile-index .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -.050em;
    line-height: .8em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 42px;
    text-transform: lowercase
}

.customer-account-edit .page-title .link-reorder, .customer-account-index .page-title .link-reorder, .customer-address-form .page-title .link-reorder, .customer-address-index .page-title .link-reorder, .customer-paymentinfo-index .page-title .link-reorder, .enterprise-giftcardaccount-customer-index .page-title .link-reorder, .kind-snackclub-customer-cancelmodal .page-title .link-reorder, .kind-snackclub-customer-index .page-title .link-reorder, .kind-snackclub-customer-skip .page-title .link-reorder, .kind-snackclub-customer-view .page-title .link-reorder, .review-customer-index .page-title .link-reorder, .sales-order-history .page-title .link-reorder, .sales-order-invoice .page-title .link-reorder, .sales-order-shipment .page-title .link-reorder, .sales-order-view .page-title .link-reorder, .sales-recurring-profile-index .page-title .link-reorder {
    margin-left: 0
}

.customer-account-edit .my-account .messages, .customer-account-index .my-account .messages, .customer-address-form .my-account .messages, .customer-address-index .my-account .messages, .customer-paymentinfo-index .my-account .messages, .enterprise-giftcardaccount-customer-index .my-account .messages, .kind-snackclub-customer-cancelmodal .my-account .messages, .kind-snackclub-customer-index .my-account .messages, .kind-snackclub-customer-skip .my-account .messages, .kind-snackclub-customer-view .my-account .messages, .review-customer-index .my-account .messages, .sales-order-history .my-account .messages, .sales-order-invoice .my-account .messages, .sales-order-shipment .my-account .messages, .sales-order-view .my-account .messages, .sales-recurring-profile-index .my-account .messages {
    margin-top: -90px;
    margin-bottom: 30px;
    margin-left: -24px;
    margin-right: -24px
}

.customer-account-edit .order-info-box, .customer-account-index .order-info-box, .customer-address-form .order-info-box, .customer-address-index .order-info-box, .customer-paymentinfo-index .order-info-box, .enterprise-giftcardaccount-customer-index .order-info-box, .kind-snackclub-customer-cancelmodal .order-info-box, .kind-snackclub-customer-index .order-info-box, .kind-snackclub-customer-skip .order-info-box, .kind-snackclub-customer-view .order-info-box, .review-customer-index .order-info-box, .sales-order-history .order-info-box, .sales-order-invoice .order-info-box, .sales-order-shipment .order-info-box, .sales-order-view .order-info-box, .sales-recurring-profile-index .order-info-box {
    margin: 20px 0
}

.customer-account-edit .limiter > select, .customer-account-index .limiter > select, .customer-address-form .limiter > select, .customer-address-index .limiter > select, .customer-paymentinfo-index .limiter > select, .enterprise-giftcardaccount-customer-index .limiter > select, .kind-snackclub-customer-cancelmodal .limiter > select, .kind-snackclub-customer-index .limiter > select, .kind-snackclub-customer-skip .limiter > select, .kind-snackclub-customer-view .limiter > select, .review-customer-index .limiter > select, .sales-order-history .limiter > select, .sales-order-invoice .limiter > select, .sales-order-shipment .limiter > select, .sales-order-view .limiter > select, .sales-recurring-profile-index .limiter > select {
    width: 30%
}

.customer-account-edit .form-list > li input:focus, .customer-account-index .form-list > li input:focus, .customer-address-form .form-list > li input:focus, .customer-address-index .form-list > li input:focus, .customer-paymentinfo-index .form-list > li input:focus, .enterprise-giftcardaccount-customer-index .form-list > li input:focus, .kind-snackclub-customer-cancelmodal .form-list > li input:focus, .kind-snackclub-customer-index .form-list > li input:focus, .kind-snackclub-customer-skip .form-list > li input:focus, .kind-snackclub-customer-view .form-list > li input:focus, .review-customer-index .form-list > li input:focus, .sales-order-history .form-list > li input:focus, .sales-order-invoice .form-list > li input:focus, .sales-order-shipment .form-list > li input:focus, .sales-order-view .form-list > li input:focus, .sales-recurring-profile-index .form-list > li input:focus {
    border-color: inherit
}

.customer-account-edit .form-list > li label, .customer-account-index .form-list > li label, .customer-address-form .form-list > li label, .customer-address-index .form-list > li label, .customer-paymentinfo-index .form-list > li label, .enterprise-giftcardaccount-customer-index .form-list > li label, .kind-snackclub-customer-cancelmodal .form-list > li label, .kind-snackclub-customer-index .form-list > li label, .kind-snackclub-customer-skip .form-list > li label, .kind-snackclub-customer-view .form-list > li label, .review-customer-index .form-list > li label, .sales-order-history .form-list > li label, .sales-order-invoice .form-list > li label, .sales-order-shipment .form-list > li label, .sales-order-view .form-list > li label, .sales-recurring-profile-index .form-list > li label {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    opacity: .5;
    width: auto
}

.customer-account-edit .form-list > li label.required em, .customer-account-index .form-list > li label.required em, .customer-address-form .form-list > li label.required em, .customer-address-index .form-list > li label.required em, .customer-paymentinfo-index .form-list > li label.required em, .enterprise-giftcardaccount-customer-index .form-list > li label.required em, .kind-snackclub-customer-cancelmodal .form-list > li label.required em, .kind-snackclub-customer-index .form-list > li label.required em, .kind-snackclub-customer-skip .form-list > li label.required em, .kind-snackclub-customer-view .form-list > li label.required em, .review-customer-index .form-list > li label.required em, .sales-order-history .form-list > li label.required em, .sales-order-invoice .form-list > li label.required em, .sales-order-shipment .form-list > li label.required em, .sales-order-view .form-list > li label.required em, .sales-recurring-profile-index .form-list > li label.required em {
    color: #000;
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    opacity: .5
}

.customer-account-edit .form-list > li.fields .field, .customer-account-index .form-list > li.fields .field, .customer-address-form .form-list > li.fields .field, .customer-address-index .form-list > li.fields .field, .customer-paymentinfo-index .form-list > li.fields .field, .enterprise-giftcardaccount-customer-index .form-list > li.fields .field, .kind-snackclub-customer-cancelmodal .form-list > li.fields .field, .kind-snackclub-customer-index .form-list > li.fields .field, .kind-snackclub-customer-skip .form-list > li.fields .field, .kind-snackclub-customer-view .form-list > li.fields .field, .review-customer-index .form-list > li.fields .field, .sales-order-history .form-list > li.fields .field, .sales-order-invoice .form-list > li.fields .field, .sales-order-shipment .form-list > li.fields .field, .sales-order-view .form-list > li.fields .field, .sales-recurring-profile-index .form-list > li.fields .field {
    display: inline-block;
    margin-right: 3%;
    width: 48%
}

.customer-account-edit .form-list > li.fields .field:last-child, .customer-account-index .form-list > li.fields .field:last-child, .customer-address-form .form-list > li.fields .field:last-child, .customer-address-index .form-list > li.fields .field:last-child, .customer-paymentinfo-index .form-list > li.fields .field:last-child, .enterprise-giftcardaccount-customer-index .form-list > li.fields .field:last-child, .kind-snackclub-customer-cancelmodal .form-list > li.fields .field:last-child, .kind-snackclub-customer-index .form-list > li.fields .field:last-child, .kind-snackclub-customer-skip .form-list > li.fields .field:last-child, .kind-snackclub-customer-view .form-list > li.fields .field:last-child, .review-customer-index .form-list > li.fields .field:last-child, .sales-order-history .form-list > li.fields .field:last-child, .sales-order-invoice .form-list > li.fields .field:last-child, .sales-order-shipment .form-list > li.fields .field:last-child, .sales-order-view .form-list > li.fields .field:last-child, .sales-recurring-profile-index .form-list > li.fields .field:last-child {
    margin-right: 0
}

.customer-account-edit .form-list > li .input-box .input-text, .customer-account-index .form-list > li .input-box .input-text, .customer-address-form .form-list > li .input-box .input-text, .customer-address-index .form-list > li .input-box .input-text, .customer-paymentinfo-index .form-list > li .input-box .input-text, .enterprise-giftcardaccount-customer-index .form-list > li .input-box .input-text, .kind-snackclub-customer-cancelmodal .form-list > li .input-box .input-text, .kind-snackclub-customer-index .form-list > li .input-box .input-text, .kind-snackclub-customer-skip .form-list > li .input-box .input-text, .kind-snackclub-customer-view .form-list > li .input-box .input-text, .review-customer-index .form-list > li .input-box .input-text, .sales-order-history .form-list > li .input-box .input-text, .sales-order-invoice .form-list > li .input-box .input-text, .sales-order-shipment .form-list > li .input-box .input-text, .sales-order-view .form-list > li .input-box .input-text, .sales-recurring-profile-index .form-list > li .input-box .input-text {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.customer-account-edit .form-list > li .input-box select, .customer-account-index .form-list > li .input-box select, .customer-address-form .form-list > li .input-box select, .customer-address-index .form-list > li .input-box select, .customer-paymentinfo-index .form-list > li .input-box select, .enterprise-giftcardaccount-customer-index .form-list > li .input-box select, .kind-snackclub-customer-cancelmodal .form-list > li .input-box select, .kind-snackclub-customer-index .form-list > li .input-box select, .kind-snackclub-customer-skip .form-list > li .input-box select, .kind-snackclub-customer-view .form-list > li .input-box select, .review-customer-index .form-list > li .input-box select, .sales-order-history .form-list > li .input-box select, .sales-order-invoice .form-list > li .input-box select, .sales-order-shipment .form-list > li .input-box select, .sales-order-view .form-list > li .input-box select, .sales-recurring-profile-index .form-list > li .input-box select {
    border-color: #000;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    width: 100%
}

.customer-account-edit .form-list > li.control input[type=checkbox], .customer-account-index .form-list > li.control input[type=checkbox], .customer-address-form .form-list > li.control input[type=checkbox], .customer-address-index .form-list > li.control input[type=checkbox], .customer-paymentinfo-index .form-list > li.control input[type=checkbox], .enterprise-giftcardaccount-customer-index .form-list > li.control input[type=checkbox], .kind-snackclub-customer-cancelmodal .form-list > li.control input[type=checkbox], .kind-snackclub-customer-index .form-list > li.control input[type=checkbox], .kind-snackclub-customer-skip .form-list > li.control input[type=checkbox], .kind-snackclub-customer-view .form-list > li.control input[type=checkbox], .review-customer-index .form-list > li.control input[type=checkbox], .sales-order-history .form-list > li.control input[type=checkbox], .sales-order-invoice .form-list > li.control input[type=checkbox], .sales-order-shipment .form-list > li.control input[type=checkbox], .sales-order-view .form-list > li.control input[type=checkbox], .sales-recurring-profile-index .form-list > li.control input[type=checkbox] {
    opacity: 0
}

.customer-account-edit .form-list > li.control input[type=checkbox] + label, .customer-account-index .form-list > li.control input[type=checkbox] + label, .customer-address-form .form-list > li.control input[type=checkbox] + label, .customer-address-index .form-list > li.control input[type=checkbox] + label, .customer-paymentinfo-index .form-list > li.control input[type=checkbox] + label, .enterprise-giftcardaccount-customer-index .form-list > li.control input[type=checkbox] + label, .kind-snackclub-customer-cancelmodal .form-list > li.control input[type=checkbox] + label, .kind-snackclub-customer-index .form-list > li.control input[type=checkbox] + label, .kind-snackclub-customer-skip .form-list > li.control input[type=checkbox] + label, .kind-snackclub-customer-view .form-list > li.control input[type=checkbox] + label, .review-customer-index .form-list > li.control input[type=checkbox] + label, .sales-order-history .form-list > li.control input[type=checkbox] + label, .sales-order-invoice .form-list > li.control input[type=checkbox] + label, .sales-order-shipment .form-list > li.control input[type=checkbox] + label, .sales-order-view .form-list > li.control input[type=checkbox] + label, .sales-recurring-profile-index .form-list > li.control input[type=checkbox] + label {
    font-family: Georgia, Garamond, Times New Roman, serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    padding-left: 40px;
    position: relative
}

.customer-account-edit .form-list > li.control input[type=checkbox] + label::before, .customer-account-index .form-list > li.control input[type=checkbox] + label::before, .customer-address-form .form-list > li.control input[type=checkbox] + label::before, .customer-address-index .form-list > li.control input[type=checkbox] + label::before, .customer-paymentinfo-index .form-list > li.control input[type=checkbox] + label::before, .enterprise-giftcardaccount-customer-index .form-list > li.control input[type=checkbox] + label::before, .kind-snackclub-customer-cancelmodal .form-list > li.control input[type=checkbox] + label::before, .kind-snackclub-customer-index .form-list > li.control input[type=checkbox] + label::before, .kind-snackclub-customer-skip .form-list > li.control input[type=checkbox] + label::before, .kind-snackclub-customer-view .form-list > li.control input[type=checkbox] + label::before, .review-customer-index .form-list > li.control input[type=checkbox] + label::before, .sales-order-history .form-list > li.control input[type=checkbox] + label::before, .sales-order-invoice .form-list > li.control input[type=checkbox] + label::before, .sales-order-shipment .form-list > li.control input[type=checkbox] + label::before, .sales-order-view .form-list > li.control input[type=checkbox] + label::before, .sales-recurring-profile-index .form-list > li.control input[type=checkbox] + label::before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.customer-account-edit .form-list > li.control input[type=checkbox]:checked + label::before, .customer-account-index .form-list > li.control input[type=checkbox]:checked + label::before, .customer-address-form .form-list > li.control input[type=checkbox]:checked + label::before, .customer-address-index .form-list > li.control input[type=checkbox]:checked + label::before, .customer-paymentinfo-index .form-list > li.control input[type=checkbox]:checked + label::before, .enterprise-giftcardaccount-customer-index .form-list > li.control input[type=checkbox]:checked + label::before, .kind-snackclub-customer-cancelmodal .form-list > li.control input[type=checkbox]:checked + label::before, .kind-snackclub-customer-index .form-list > li.control input[type=checkbox]:checked + label::before, .kind-snackclub-customer-skip .form-list > li.control input[type=checkbox]:checked + label::before, .kind-snackclub-customer-view .form-list > li.control input[type=checkbox]:checked + label::before, .review-customer-index .form-list > li.control input[type=checkbox]:checked + label::before, .sales-order-history .form-list > li.control input[type=checkbox]:checked + label::before, .sales-order-invoice .form-list > li.control input[type=checkbox]:checked + label::before, .sales-order-shipment .form-list > li.control input[type=checkbox]:checked + label::before, .sales-order-view .form-list > li.control input[type=checkbox]:checked + label::before, .sales-recurring-profile-index .form-list > li.control input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: none
}

.customer-account-edit p.required, .customer-account-index p.required, .customer-address-form p.required, .customer-address-index p.required, .customer-paymentinfo-index p.required, .enterprise-giftcardaccount-customer-index p.required, .kind-snackclub-customer-cancelmodal p.required, .kind-snackclub-customer-index p.required, .kind-snackclub-customer-skip p.required, .kind-snackclub-customer-view p.required, .review-customer-index p.required, .sales-order-history p.required, .sales-order-invoice p.required, .sales-order-shipment p.required, .sales-order-view p.required, .sales-recurring-profile-index p.required {
    opacity: .5
}

.customer-account-edit .back-link > a, .customer-account-index .back-link > a, .customer-address-form .back-link > a, .customer-address-index .back-link > a, .customer-paymentinfo-index .back-link > a, .enterprise-giftcardaccount-customer-index .back-link > a, .kind-snackclub-customer-cancelmodal .back-link > a, .kind-snackclub-customer-index .back-link > a, .kind-snackclub-customer-skip .back-link > a, .kind-snackclub-customer-view .back-link > a, .review-customer-index .back-link > a, .sales-order-history .back-link > a, .sales-order-invoice .back-link > a, .sales-order-shipment .back-link > a, .sales-order-view .back-link > a, .sales-recurring-profile-index .back-link > a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0
}

.customer-account-edit .fieldset label, .customer-account-index .fieldset label, .customer-address-form .fieldset label, .customer-address-index .fieldset label, .customer-paymentinfo-index .fieldset label, .enterprise-giftcardaccount-customer-index .fieldset label, .kind-snackclub-customer-cancelmodal .fieldset label, .kind-snackclub-customer-index .fieldset label, .kind-snackclub-customer-skip .fieldset label, .kind-snackclub-customer-view .fieldset label, .review-customer-index .fieldset label, .sales-order-history .fieldset label, .sales-order-invoice .fieldset label, .sales-order-shipment .fieldset label, .sales-order-view .fieldset label, .sales-recurring-profile-index .fieldset label {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    opacity: .5;
    width: auto
}

.customer-account-edit .fieldset label.required em, .customer-account-index .fieldset label.required em, .customer-address-form .fieldset label.required em, .customer-address-index .fieldset label.required em, .customer-paymentinfo-index .fieldset label.required em, .enterprise-giftcardaccount-customer-index .fieldset label.required em, .kind-snackclub-customer-cancelmodal .fieldset label.required em, .kind-snackclub-customer-index .fieldset label.required em, .kind-snackclub-customer-skip .fieldset label.required em, .kind-snackclub-customer-view .fieldset label.required em, .review-customer-index .fieldset label.required em, .sales-order-history .fieldset label.required em, .sales-order-invoice .fieldset label.required em, .sales-order-shipment .fieldset label.required em, .sales-order-view .fieldset label.required em, .sales-recurring-profile-index .fieldset label.required em {
    color: #000;
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    opacity: .5
}

.customer-account-edit .fieldset .loginradius-raas--form-element-content input[type=password], .customer-account-edit .fieldset .loginradius-raas--form-element-content input[type=text], .customer-account-index .fieldset .loginradius-raas--form-element-content input[type=password], .customer-account-index .fieldset .loginradius-raas--form-element-content input[type=text], .customer-address-form .fieldset .loginradius-raas--form-element-content input[type=password], .customer-address-form .fieldset .loginradius-raas--form-element-content input[type=text], .customer-address-index .fieldset .loginradius-raas--form-element-content input[type=password], .customer-address-index .fieldset .loginradius-raas--form-element-content input[type=text], .customer-paymentinfo-index .fieldset .loginradius-raas--form-element-content input[type=password], .customer-paymentinfo-index .fieldset .loginradius-raas--form-element-content input[type=text], .enterprise-giftcardaccount-customer-index .fieldset .loginradius-raas--form-element-content input[type=password], .enterprise-giftcardaccount-customer-index .fieldset .loginradius-raas--form-element-content input[type=text], .kind-snackclub-customer-cancelmodal .fieldset .loginradius-raas--form-element-content input[type=password], .kind-snackclub-customer-cancelmodal .fieldset .loginradius-raas--form-element-content input[type=text], .kind-snackclub-customer-index .fieldset .loginradius-raas--form-element-content input[type=password], .kind-snackclub-customer-index .fieldset .loginradius-raas--form-element-content input[type=text], .kind-snackclub-customer-skip .fieldset .loginradius-raas--form-element-content input[type=password], .kind-snackclub-customer-skip .fieldset .loginradius-raas--form-element-content input[type=text], .kind-snackclub-customer-view .fieldset .loginradius-raas--form-element-content input[type=password], .kind-snackclub-customer-view .fieldset .loginradius-raas--form-element-content input[type=text], .review-customer-index .fieldset .loginradius-raas--form-element-content input[type=password], .review-customer-index .fieldset .loginradius-raas--form-element-content input[type=text], .sales-order-history .fieldset .loginradius-raas--form-element-content input[type=password], .sales-order-history .fieldset .loginradius-raas--form-element-content input[type=text], .sales-order-invoice .fieldset .loginradius-raas--form-element-content input[type=password], .sales-order-invoice .fieldset .loginradius-raas--form-element-content input[type=text], .sales-order-shipment .fieldset .loginradius-raas--form-element-content input[type=password], .sales-order-shipment .fieldset .loginradius-raas--form-element-content input[type=text], .sales-order-view .fieldset .loginradius-raas--form-element-content input[type=password], .sales-order-view .fieldset .loginradius-raas--form-element-content input[type=text], .sales-recurring-profile-index .fieldset .loginradius-raas--form-element-content input[type=password], .sales-recurring-profile-index .fieldset .loginradius-raas--form-element-content input[type=text] {
    border-color: #000;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    width: 100% !important
}

.customer-account-edit .box-account#loginradius_account_linking_container, .customer-account-index .box-account#loginradius_account_linking_container, .customer-address-form .box-account#loginradius_account_linking_container, .customer-address-index .box-account#loginradius_account_linking_container, .customer-paymentinfo-index .box-account#loginradius_account_linking_container, .enterprise-giftcardaccount-customer-index .box-account#loginradius_account_linking_container, .kind-snackclub-customer-cancelmodal .box-account#loginradius_account_linking_container, .kind-snackclub-customer-index .box-account#loginradius_account_linking_container, .kind-snackclub-customer-skip .box-account#loginradius_account_linking_container, .kind-snackclub-customer-view .box-account#loginradius_account_linking_container, .review-customer-index .box-account#loginradius_account_linking_container, .sales-order-history .box-account#loginradius_account_linking_container, .sales-order-invoice .box-account#loginradius_account_linking_container, .sales-order-shipment .box-account#loginradius_account_linking_container, .sales-order-view .box-account#loginradius_account_linking_container, .sales-recurring-profile-index .box-account#loginradius_account_linking_container {
    display: none;
    visibility: hidden
}

.customer-account-edit .my-account a#cancel-edit, .customer-account-index .my-account a#cancel-edit, .customer-address-form .my-account a#cancel-edit, .customer-address-index .my-account a#cancel-edit, .customer-paymentinfo-index .my-account a#cancel-edit, .enterprise-giftcardaccount-customer-index .my-account a#cancel-edit, .kind-snackclub-customer-cancelmodal .my-account a#cancel-edit, .kind-snackclub-customer-index .my-account a#cancel-edit, .kind-snackclub-customer-skip .my-account a#cancel-edit, .kind-snackclub-customer-view .my-account a#cancel-edit, .review-customer-index .my-account a#cancel-edit, .sales-order-history .my-account a#cancel-edit, .sales-order-invoice .my-account a#cancel-edit, .sales-order-shipment .my-account a#cancel-edit, .sales-order-view .my-account a#cancel-edit, .sales-recurring-profile-index .my-account a#cancel-edit {
    margin-left: 24px;
    margin-right: 24px
}

.customer-account-edit #form-validate, .customer-account-edit .my-account, .customer-account-index #form-validate, .customer-account-index .my-account, .customer-address-form #form-validate, .customer-address-form .my-account, .customer-address-index #form-validate, .customer-address-index .my-account, .customer-paymentinfo-index #form-validate, .customer-paymentinfo-index .my-account, .enterprise-giftcardaccount-customer-index #form-validate, .enterprise-giftcardaccount-customer-index .my-account, .kind-snackclub-customer-cancelmodal #form-validate, .kind-snackclub-customer-cancelmodal .my-account, .kind-snackclub-customer-index #form-validate, .kind-snackclub-customer-index .my-account, .kind-snackclub-customer-skip #form-validate, .kind-snackclub-customer-skip .my-account, .kind-snackclub-customer-view #form-validate, .kind-snackclub-customer-view .my-account, .review-customer-index #form-validate, .review-customer-index .my-account, .sales-order-history #form-validate, .sales-order-history .my-account, .sales-order-invoice #form-validate, .sales-order-invoice .my-account, .sales-order-shipment #form-validate, .sales-order-shipment .my-account, .sales-order-view #form-validate, .sales-order-view .my-account, .sales-recurring-profile-index #form-validate, .sales-recurring-profile-index .my-account {
    padding: 0 64px 30px 64px
}

.customer-account-edit #form-validate #page-subscriptions, .customer-account-edit .my-account #page-subscriptions, .customer-account-index #form-validate #page-subscriptions, .customer-account-index .my-account #page-subscriptions, .customer-address-form #form-validate #page-subscriptions, .customer-address-form .my-account #page-subscriptions, .customer-address-index #form-validate #page-subscriptions, .customer-address-index .my-account #page-subscriptions, .customer-paymentinfo-index #form-validate #page-subscriptions, .customer-paymentinfo-index .my-account #page-subscriptions, .enterprise-giftcardaccount-customer-index #form-validate #page-subscriptions, .enterprise-giftcardaccount-customer-index .my-account #page-subscriptions, .kind-snackclub-customer-cancelmodal #form-validate #page-subscriptions, .kind-snackclub-customer-cancelmodal .my-account #page-subscriptions, .kind-snackclub-customer-index #form-validate #page-subscriptions, .kind-snackclub-customer-index .my-account #page-subscriptions, .kind-snackclub-customer-skip #form-validate #page-subscriptions, .kind-snackclub-customer-skip .my-account #page-subscriptions, .kind-snackclub-customer-view #form-validate #page-subscriptions, .kind-snackclub-customer-view .my-account #page-subscriptions, .review-customer-index #form-validate #page-subscriptions, .review-customer-index .my-account #page-subscriptions, .sales-order-history #form-validate #page-subscriptions, .sales-order-history .my-account #page-subscriptions, .sales-order-invoice #form-validate #page-subscriptions, .sales-order-invoice .my-account #page-subscriptions, .sales-order-shipment #form-validate #page-subscriptions, .sales-order-shipment .my-account #page-subscriptions, .sales-order-view #form-validate #page-subscriptions, .sales-order-view .my-account #page-subscriptions, .sales-recurring-profile-index #form-validate #page-subscriptions, .sales-recurring-profile-index .my-account #page-subscriptions {
    padding: 0
}

.customer-account-edit #form-validate a, .customer-account-edit .my-account a, .customer-account-index #form-validate a, .customer-account-index .my-account a, .customer-address-form #form-validate a, .customer-address-form .my-account a, .customer-address-index #form-validate a, .customer-address-index .my-account a, .customer-paymentinfo-index #form-validate a, .customer-paymentinfo-index .my-account a, .enterprise-giftcardaccount-customer-index #form-validate a, .enterprise-giftcardaccount-customer-index .my-account a, .kind-snackclub-customer-cancelmodal #form-validate a, .kind-snackclub-customer-cancelmodal .my-account a, .kind-snackclub-customer-index #form-validate a, .kind-snackclub-customer-index .my-account a, .kind-snackclub-customer-skip #form-validate a, .kind-snackclub-customer-skip .my-account a, .kind-snackclub-customer-view #form-validate a, .kind-snackclub-customer-view .my-account a, .review-customer-index #form-validate a, .review-customer-index .my-account a, .sales-order-history #form-validate a, .sales-order-history .my-account a, .sales-order-invoice #form-validate a, .sales-order-invoice .my-account a, .sales-order-shipment #form-validate a, .sales-order-shipment .my-account a, .sales-order-view #form-validate a, .sales-order-view .my-account a, .sales-recurring-profile-index #form-validate a, .sales-recurring-profile-index .my-account a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 24px
}

.customer-account-edit #form-validate .hello, .customer-account-edit .my-account .hello, .customer-account-index #form-validate .hello, .customer-account-index .my-account .hello, .customer-address-form #form-validate .hello, .customer-address-form .my-account .hello, .customer-address-index #form-validate .hello, .customer-address-index .my-account .hello, .customer-paymentinfo-index #form-validate .hello, .customer-paymentinfo-index .my-account .hello, .enterprise-giftcardaccount-customer-index #form-validate .hello, .enterprise-giftcardaccount-customer-index .my-account .hello, .kind-snackclub-customer-cancelmodal #form-validate .hello, .kind-snackclub-customer-cancelmodal .my-account .hello, .kind-snackclub-customer-index #form-validate .hello, .kind-snackclub-customer-index .my-account .hello, .kind-snackclub-customer-skip #form-validate .hello, .kind-snackclub-customer-skip .my-account .hello, .kind-snackclub-customer-view #form-validate .hello, .kind-snackclub-customer-view .my-account .hello, .review-customer-index #form-validate .hello, .review-customer-index .my-account .hello, .sales-order-history #form-validate .hello, .sales-order-history .my-account .hello, .sales-order-invoice #form-validate .hello, .sales-order-invoice .my-account .hello, .sales-order-shipment #form-validate .hello, .sales-order-shipment .my-account .hello, .sales-order-view #form-validate .hello, .sales-order-view .my-account .hello, .sales-recurring-profile-index #form-validate .hello, .sales-recurring-profile-index .my-account .hello {
    margin-bottom: 40px
}

.customer-account-edit #form-validate h1, .customer-account-edit .my-account h1, .customer-account-index #form-validate h1, .customer-account-index .my-account h1, .customer-address-form #form-validate h1, .customer-address-form .my-account h1, .customer-address-index #form-validate h1, .customer-address-index .my-account h1, .customer-paymentinfo-index #form-validate h1, .customer-paymentinfo-index .my-account h1, .enterprise-giftcardaccount-customer-index #form-validate h1, .enterprise-giftcardaccount-customer-index .my-account h1, .kind-snackclub-customer-cancelmodal #form-validate h1, .kind-snackclub-customer-cancelmodal .my-account h1, .kind-snackclub-customer-index #form-validate h1, .kind-snackclub-customer-index .my-account h1, .kind-snackclub-customer-skip #form-validate h1, .kind-snackclub-customer-skip .my-account h1, .kind-snackclub-customer-view #form-validate h1, .kind-snackclub-customer-view .my-account h1, .review-customer-index #form-validate h1, .review-customer-index .my-account h1, .sales-order-history #form-validate h1, .sales-order-history .my-account h1, .sales-order-invoice #form-validate h1, .sales-order-invoice .my-account h1, .sales-order-shipment #form-validate h1, .sales-order-shipment .my-account h1, .sales-order-view #form-validate h1, .sales-order-view .my-account h1, .sales-recurring-profile-index #form-validate h1, .sales-recurring-profile-index .my-account h1 {
    font-size: 80px;
    margin-bottom: 42px;
    text-transform: lowercase
}

.customer-account-edit #form-validate p, .customer-account-edit .my-account p, .customer-account-index #form-validate p, .customer-account-index .my-account p, .customer-address-form #form-validate p, .customer-address-form .my-account p, .customer-address-index #form-validate p, .customer-address-index .my-account p, .customer-paymentinfo-index #form-validate p, .customer-paymentinfo-index .my-account p, .enterprise-giftcardaccount-customer-index #form-validate p, .enterprise-giftcardaccount-customer-index .my-account p, .kind-snackclub-customer-cancelmodal #form-validate p, .kind-snackclub-customer-cancelmodal .my-account p, .kind-snackclub-customer-index #form-validate p, .kind-snackclub-customer-index .my-account p, .kind-snackclub-customer-skip #form-validate p, .kind-snackclub-customer-skip .my-account p, .kind-snackclub-customer-view #form-validate p, .kind-snackclub-customer-view .my-account p, .review-customer-index #form-validate p, .review-customer-index .my-account p, .sales-order-history #form-validate p, .sales-order-history .my-account p, .sales-order-invoice #form-validate p, .sales-order-invoice .my-account p, .sales-order-shipment #form-validate p, .sales-order-shipment .my-account p, .sales-order-view #form-validate p, .sales-order-view .my-account p, .sales-recurring-profile-index #form-validate p, .sales-recurring-profile-index .my-account p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

.customer-account-edit .box-account .card, .customer-account-index .box-account .card, .customer-address-form .box-account .card, .customer-address-index .box-account .card, .customer-paymentinfo-index .box-account .card, .enterprise-giftcardaccount-customer-index .box-account .card, .kind-snackclub-customer-cancelmodal .box-account .card, .kind-snackclub-customer-index .box-account .card, .kind-snackclub-customer-skip .box-account .card, .kind-snackclub-customer-view .box-account .card, .review-customer-index .box-account .card, .sales-order-history .box-account .card, .sales-order-invoice .box-account .card, .sales-order-shipment .box-account .card, .sales-order-view .box-account .card, .sales-recurring-profile-index .box-account .card {
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
    margin-top: 32px;
    padding: 32px
}

.customer-account-edit .box-account .card h2, .customer-account-index .box-account .card h2, .customer-address-form .box-account .card h2, .customer-address-index .box-account .card h2, .customer-paymentinfo-index .box-account .card h2, .enterprise-giftcardaccount-customer-index .box-account .card h2, .kind-snackclub-customer-cancelmodal .box-account .card h2, .kind-snackclub-customer-index .box-account .card h2, .kind-snackclub-customer-skip .box-account .card h2, .kind-snackclub-customer-view .box-account .card h2, .review-customer-index .box-account .card h2, .sales-order-history .box-account .card h2, .sales-order-invoice .box-account .card h2, .sales-order-shipment .box-account .card h2, .sales-order-view .box-account .card h2, .sales-recurring-profile-index .box-account .card h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -1.2px;
    margin-bottom: 32px
}

.customer-account-edit .box-account .card h3, .customer-account-index .box-account .card h3, .customer-address-form .box-account .card h3, .customer-address-index .box-account .card h3, .customer-paymentinfo-index .box-account .card h3, .enterprise-giftcardaccount-customer-index .box-account .card h3, .kind-snackclub-customer-cancelmodal .box-account .card h3, .kind-snackclub-customer-index .box-account .card h3, .kind-snackclub-customer-skip .box-account .card h3, .kind-snackclub-customer-view .box-account .card h3, .review-customer-index .box-account .card h3, .sales-order-history .box-account .card h3, .sales-order-invoice .box-account .card h3, .sales-order-shipment .box-account .card h3, .sales-order-view .box-account .card h3, .sales-recurring-profile-index .box-account .card h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #212121;
    margin-bottom: 8px
}

.customer-account-edit .box-account .card .link, .customer-account-index .box-account .card .link, .customer-address-form .box-account .card .link, .customer-address-index .box-account .card .link, .customer-paymentinfo-index .box-account .card .link, .enterprise-giftcardaccount-customer-index .box-account .card .link, .kind-snackclub-customer-cancelmodal .box-account .card .link, .kind-snackclub-customer-index .box-account .card .link, .kind-snackclub-customer-skip .box-account .card .link, .kind-snackclub-customer-view .box-account .card .link, .review-customer-index .box-account .card .link, .sales-order-history .box-account .card .link, .sales-order-invoice .box-account .card .link, .sales-order-shipment .box-account .card .link, .sales-order-view .box-account .card .link, .sales-recurring-profile-index .box-account .card .link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding-bottom: 2px;
    text-decoration: underline
}

.customer-account-edit .box-account .card .separator, .customer-account-index .box-account .card .separator, .customer-address-form .box-account .card .separator, .customer-address-index .box-account .card .separator, .customer-paymentinfo-index .box-account .card .separator, .enterprise-giftcardaccount-customer-index .box-account .card .separator, .kind-snackclub-customer-cancelmodal .box-account .card .separator, .kind-snackclub-customer-index .box-account .card .separator, .kind-snackclub-customer-skip .box-account .card .separator, .kind-snackclub-customer-view .box-account .card .separator, .review-customer-index .box-account .card .separator, .sales-order-history .box-account .card .separator, .sales-order-invoice .box-account .card .separator, .sales-order-shipment .box-account .card .separator, .sales-order-view .box-account .card .separator, .sales-recurring-profile-index .box-account .card .separator {
    margin-right: 20px
}

.customer-account-edit .box-account .card .table, .customer-account-index .box-account .card .table, .customer-address-form .box-account .card .table, .customer-address-index .box-account .card .table, .customer-paymentinfo-index .box-account .card .table, .enterprise-giftcardaccount-customer-index .box-account .card .table, .kind-snackclub-customer-cancelmodal .box-account .card .table, .kind-snackclub-customer-index .box-account .card .table, .kind-snackclub-customer-skip .box-account .card .table, .kind-snackclub-customer-view .box-account .card .table, .review-customer-index .box-account .card .table, .sales-order-history .box-account .card .table, .sales-order-invoice .box-account .card .table, .sales-order-shipment .box-account .card .table, .sales-order-view .box-account .card .table, .sales-recurring-profile-index .box-account .card .table {
    margin: 0
}

.customer-account-edit .box-account .card .table .th div, .customer-account-index .box-account .card .table .th div, .customer-address-form .box-account .card .table .th div, .customer-address-index .box-account .card .table .th div, .customer-paymentinfo-index .box-account .card .table .th div, .enterprise-giftcardaccount-customer-index .box-account .card .table .th div, .kind-snackclub-customer-cancelmodal .box-account .card .table .th div, .kind-snackclub-customer-index .box-account .card .table .th div, .kind-snackclub-customer-skip .box-account .card .table .th div, .kind-snackclub-customer-view .box-account .card .table .th div, .review-customer-index .box-account .card .table .th div, .sales-order-history .box-account .card .table .th div, .sales-order-invoice .box-account .card .table .th div, .sales-order-shipment .box-account .card .table .th div, .sales-order-view .box-account .card .table .th div, .sales-recurring-profile-index .box-account .card .table .th div {
    text-align: left;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .4px;
    color: #000;
    padding: 0
}

.customer-account-edit .box-account .card .table .tr div, .customer-account-index .box-account .card .table .tr div, .customer-address-form .box-account .card .table .tr div, .customer-address-index .box-account .card .table .tr div, .customer-paymentinfo-index .box-account .card .table .tr div, .enterprise-giftcardaccount-customer-index .box-account .card .table .tr div, .kind-snackclub-customer-cancelmodal .box-account .card .table .tr div, .kind-snackclub-customer-index .box-account .card .table .tr div, .kind-snackclub-customer-skip .box-account .card .table .tr div, .kind-snackclub-customer-view .box-account .card .table .tr div, .review-customer-index .box-account .card .table .tr div, .sales-order-history .box-account .card .table .tr div, .sales-order-invoice .box-account .card .table .tr div, .sales-order-shipment .box-account .card .table .tr div, .sales-order-view .box-account .card .table .tr div, .sales-recurring-profile-index .box-account .card .table .tr div {
    padding: 24px 0;
    font-size: 14px
}

.customer-account-edit .box-account .card .table .tr .view-order, .customer-account-index .box-account .card .table .tr .view-order, .customer-address-form .box-account .card .table .tr .view-order, .customer-address-index .box-account .card .table .tr .view-order, .customer-paymentinfo-index .box-account .card .table .tr .view-order, .enterprise-giftcardaccount-customer-index .box-account .card .table .tr .view-order, .kind-snackclub-customer-cancelmodal .box-account .card .table .tr .view-order, .kind-snackclub-customer-index .box-account .card .table .tr .view-order, .kind-snackclub-customer-skip .box-account .card .table .tr .view-order, .kind-snackclub-customer-view .box-account .card .table .tr .view-order, .review-customer-index .box-account .card .table .tr .view-order, .sales-order-history .box-account .card .table .tr .view-order, .sales-order-invoice .box-account .card .table .tr .view-order, .sales-order-shipment .box-account .card .table .tr .view-order, .sales-order-view .box-account .card .table .tr .view-order, .sales-recurring-profile-index .box-account .card .table .tr .view-order {
    text-align: center
}

.customer-account-edit .box-account .card.card-info .password-link, .customer-account-index .box-account .card.card-info .password-link, .customer-address-form .box-account .card.card-info .password-link, .customer-address-index .box-account .card.card-info .password-link, .customer-paymentinfo-index .box-account .card.card-info .password-link, .enterprise-giftcardaccount-customer-index .box-account .card.card-info .password-link, .kind-snackclub-customer-cancelmodal .box-account .card.card-info .password-link, .kind-snackclub-customer-index .box-account .card.card-info .password-link, .kind-snackclub-customer-skip .box-account .card.card-info .password-link, .kind-snackclub-customer-view .box-account .card.card-info .password-link, .review-customer-index .box-account .card.card-info .password-link, .sales-order-history .box-account .card.card-info .password-link, .sales-order-invoice .box-account .card.card-info .password-link, .sales-order-shipment .box-account .card.card-info .password-link, .sales-order-view .box-account .card.card-info .password-link, .sales-recurring-profile-index .box-account .card.card-info .password-link {
    margin-top: 24px
}

.customer-account-edit #my-profiles-table tbody.loading, .customer-account-index #my-profiles-table tbody.loading, .customer-address-form #my-profiles-table tbody.loading, .customer-address-index #my-profiles-table tbody.loading, .customer-paymentinfo-index #my-profiles-table tbody.loading, .enterprise-giftcardaccount-customer-index #my-profiles-table tbody.loading, .kind-snackclub-customer-cancelmodal #my-profiles-table tbody.loading, .kind-snackclub-customer-index #my-profiles-table tbody.loading, .kind-snackclub-customer-skip #my-profiles-table tbody.loading, .kind-snackclub-customer-view #my-profiles-table tbody.loading, .review-customer-index #my-profiles-table tbody.loading, .sales-order-history #my-profiles-table tbody.loading, .sales-order-invoice #my-profiles-table tbody.loading, .sales-order-shipment #my-profiles-table tbody.loading, .sales-order-view #my-profiles-table tbody.loading, .sales-recurring-profile-index #my-profiles-table tbody.loading {
    opacity: .1;
    position: relative
}

.customer-account-edit #my-profiles-table tbody.loading::after, .customer-account-index #my-profiles-table tbody.loading::after, .customer-address-form #my-profiles-table tbody.loading::after, .customer-address-index #my-profiles-table tbody.loading::after, .customer-paymentinfo-index #my-profiles-table tbody.loading::after, .enterprise-giftcardaccount-customer-index #my-profiles-table tbody.loading::after, .kind-snackclub-customer-cancelmodal #my-profiles-table tbody.loading::after, .kind-snackclub-customer-index #my-profiles-table tbody.loading::after, .kind-snackclub-customer-skip #my-profiles-table tbody.loading::after, .kind-snackclub-customer-view #my-profiles-table tbody.loading::after, .review-customer-index #my-profiles-table tbody.loading::after, .sales-order-history #my-profiles-table tbody.loading::after, .sales-order-invoice #my-profiles-table tbody.loading::after, .sales-order-shipment #my-profiles-table tbody.loading::after, .sales-order-view #my-profiles-table tbody.loading::after, .sales-recurring-profile-index #my-profiles-table tbody.loading::after {
    content: "update...";
    display: block;
    font-size: 2em;
    font-weight: 700;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20%
}

@media screen and (max-width: 1080px) {
    .customer-account-edit .box-account .card .table .reorder, .customer-account-edit .box-account .card .table .view-order, .customer-account-index .box-account .card .table .reorder, .customer-account-index .box-account .card .table .view-order, .customer-address-form .box-account .card .table .reorder, .customer-address-form .box-account .card .table .view-order, .customer-address-index .box-account .card .table .reorder, .customer-address-index .box-account .card .table .view-order, .customer-paymentinfo-index .box-account .card .table .reorder, .customer-paymentinfo-index .box-account .card .table .view-order, .enterprise-giftcardaccount-customer-index .box-account .card .table .reorder, .enterprise-giftcardaccount-customer-index .box-account .card .table .view-order, .kind-snackclub-customer-cancelmodal .box-account .card .table .reorder, .kind-snackclub-customer-cancelmodal .box-account .card .table .view-order, .kind-snackclub-customer-index .box-account .card .table .reorder, .kind-snackclub-customer-index .box-account .card .table .view-order, .kind-snackclub-customer-skip .box-account .card .table .reorder, .kind-snackclub-customer-skip .box-account .card .table .view-order, .kind-snackclub-customer-view .box-account .card .table .reorder, .kind-snackclub-customer-view .box-account .card .table .view-order, .review-customer-index .box-account .card .table .reorder, .review-customer-index .box-account .card .table .view-order, .sales-order-history .box-account .card .table .reorder, .sales-order-history .box-account .card .table .view-order, .sales-order-invoice .box-account .card .table .reorder, .sales-order-invoice .box-account .card .table .view-order, .sales-order-shipment .box-account .card .table .reorder, .sales-order-shipment .box-account .card .table .view-order, .sales-order-view .box-account .card .table .reorder, .sales-order-view .box-account .card .table .view-order, .sales-recurring-profile-index .box-account .card .table .reorder, .sales-recurring-profile-index .box-account .card .table .view-order {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .customer-account-edit .form-list > li.fields .field, .customer-account-index .form-list > li.fields .field, .customer-address-form .form-list > li.fields .field, .customer-address-index .form-list > li.fields .field, .customer-paymentinfo-index .form-list > li.fields .field, .enterprise-giftcardaccount-customer-index .form-list > li.fields .field, .kind-snackclub-customer-cancelmodal .form-list > li.fields .field, .kind-snackclub-customer-index .form-list > li.fields .field, .kind-snackclub-customer-skip .form-list > li.fields .field, .kind-snackclub-customer-view .form-list > li.fields .field, .review-customer-index .form-list > li.fields .field, .sales-order-history .form-list > li.fields .field, .sales-order-invoice .form-list > li.fields .field, .sales-order-shipment .form-list > li.fields .field, .sales-order-view .form-list > li.fields .field, .sales-recurring-profile-index .form-list > li.fields .field {
        width: 100%;
        margin-right: 0
    }

    .customer-account-edit #form-validate, .customer-account-edit .my-account, .customer-account-index #form-validate, .customer-account-index .my-account, .customer-address-form #form-validate, .customer-address-form .my-account, .customer-address-index #form-validate, .customer-address-index .my-account, .customer-paymentinfo-index #form-validate, .customer-paymentinfo-index .my-account, .enterprise-giftcardaccount-customer-index #form-validate, .enterprise-giftcardaccount-customer-index .my-account, .kind-snackclub-customer-cancelmodal #form-validate, .kind-snackclub-customer-cancelmodal .my-account, .kind-snackclub-customer-index #form-validate, .kind-snackclub-customer-index .my-account, .kind-snackclub-customer-skip #form-validate, .kind-snackclub-customer-skip .my-account, .kind-snackclub-customer-view #form-validate, .kind-snackclub-customer-view .my-account, .review-customer-index #form-validate, .review-customer-index .my-account, .sales-order-history #form-validate, .sales-order-history .my-account, .sales-order-invoice #form-validate, .sales-order-invoice .my-account, .sales-order-shipment #form-validate, .sales-order-shipment .my-account, .sales-order-view #form-validate, .sales-order-view .my-account, .sales-recurring-profile-index #form-validate, .sales-recurring-profile-index .my-account {
        padding: 0 32px
    }

    .customer-account-edit #form-validate h1, .customer-account-edit .my-account h1, .customer-account-index #form-validate h1, .customer-account-index .my-account h1, .customer-address-form #form-validate h1, .customer-address-form .my-account h1, .customer-address-index #form-validate h1, .customer-address-index .my-account h1, .customer-paymentinfo-index #form-validate h1, .customer-paymentinfo-index .my-account h1, .enterprise-giftcardaccount-customer-index #form-validate h1, .enterprise-giftcardaccount-customer-index .my-account h1, .kind-snackclub-customer-cancelmodal #form-validate h1, .kind-snackclub-customer-cancelmodal .my-account h1, .kind-snackclub-customer-index #form-validate h1, .kind-snackclub-customer-index .my-account h1, .kind-snackclub-customer-skip #form-validate h1, .kind-snackclub-customer-skip .my-account h1, .kind-snackclub-customer-view #form-validate h1, .kind-snackclub-customer-view .my-account h1, .review-customer-index #form-validate h1, .review-customer-index .my-account h1, .sales-order-history #form-validate h1, .sales-order-history .my-account h1, .sales-order-invoice #form-validate h1, .sales-order-invoice .my-account h1, .sales-order-shipment #form-validate h1, .sales-order-shipment .my-account h1, .sales-order-view #form-validate h1, .sales-order-view .my-account h1, .sales-recurring-profile-index #form-validate h1, .sales-recurring-profile-index .my-account h1 {
        font-size: 54px
    }

    .customer-account-edit .box-account .card .table, .customer-account-index .box-account .card .table, .customer-address-form .box-account .card .table, .customer-address-index .box-account .card .table, .customer-paymentinfo-index .box-account .card .table, .enterprise-giftcardaccount-customer-index .box-account .card .table, .kind-snackclub-customer-cancelmodal .box-account .card .table, .kind-snackclub-customer-index .box-account .card .table, .kind-snackclub-customer-skip .box-account .card .table, .kind-snackclub-customer-view .box-account .card .table, .review-customer-index .box-account .card .table, .sales-order-history .box-account .card .table, .sales-order-invoice .box-account .card .table, .sales-order-shipment .box-account .card .table, .sales-order-view .box-account .card .table, .sales-recurring-profile-index .box-account .card .table {
        position: relative
    }

    .customer-account-edit .box-account .card .table .tbody, .customer-account-edit .box-account .card .table .thead, .customer-account-index .box-account .card .table .tbody, .customer-account-index .box-account .card .table .thead, .customer-address-form .box-account .card .table .tbody, .customer-address-form .box-account .card .table .thead, .customer-address-index .box-account .card .table .tbody, .customer-address-index .box-account .card .table .thead, .customer-paymentinfo-index .box-account .card .table .tbody, .customer-paymentinfo-index .box-account .card .table .thead, .enterprise-giftcardaccount-customer-index .box-account .card .table .tbody, .enterprise-giftcardaccount-customer-index .box-account .card .table .thead, .kind-snackclub-customer-cancelmodal .box-account .card .table .tbody, .kind-snackclub-customer-cancelmodal .box-account .card .table .thead, .kind-snackclub-customer-index .box-account .card .table .tbody, .kind-snackclub-customer-index .box-account .card .table .thead, .kind-snackclub-customer-skip .box-account .card .table .tbody, .kind-snackclub-customer-skip .box-account .card .table .thead, .kind-snackclub-customer-view .box-account .card .table .tbody, .kind-snackclub-customer-view .box-account .card .table .thead, .review-customer-index .box-account .card .table .tbody, .review-customer-index .box-account .card .table .thead, .sales-order-history .box-account .card .table .tbody, .sales-order-history .box-account .card .table .thead, .sales-order-invoice .box-account .card .table .tbody, .sales-order-invoice .box-account .card .table .thead, .sales-order-shipment .box-account .card .table .tbody, .sales-order-shipment .box-account .card .table .thead, .sales-order-view .box-account .card .table .tbody, .sales-order-view .box-account .card .table .thead, .sales-recurring-profile-index .box-account .card .table .tbody, .sales-recurring-profile-index .box-account .card .table .thead {
        display: none
    }

    .customer-account-edit .box-account .card .table .thead:first-child, .customer-account-edit .box-account .card .table .thead:nth-child(2), .customer-account-index .box-account .card .table .thead:first-child, .customer-account-index .box-account .card .table .thead:nth-child(2), .customer-address-form .box-account .card .table .thead:first-child, .customer-address-form .box-account .card .table .thead:nth-child(2), .customer-address-index .box-account .card .table .thead:first-child, .customer-address-index .box-account .card .table .thead:nth-child(2), .customer-paymentinfo-index .box-account .card .table .thead:first-child, .customer-paymentinfo-index .box-account .card .table .thead:nth-child(2), .enterprise-giftcardaccount-customer-index .box-account .card .table .thead:first-child, .enterprise-giftcardaccount-customer-index .box-account .card .table .thead:nth-child(2), .kind-snackclub-customer-cancelmodal .box-account .card .table .thead:first-child, .kind-snackclub-customer-cancelmodal .box-account .card .table .thead:nth-child(2), .kind-snackclub-customer-index .box-account .card .table .thead:first-child, .kind-snackclub-customer-index .box-account .card .table .thead:nth-child(2), .kind-snackclub-customer-skip .box-account .card .table .thead:first-child, .kind-snackclub-customer-skip .box-account .card .table .thead:nth-child(2), .kind-snackclub-customer-view .box-account .card .table .thead:first-child, .kind-snackclub-customer-view .box-account .card .table .thead:nth-child(2), .review-customer-index .box-account .card .table .thead:first-child, .review-customer-index .box-account .card .table .thead:nth-child(2), .sales-order-history .box-account .card .table .thead:first-child, .sales-order-history .box-account .card .table .thead:nth-child(2), .sales-order-invoice .box-account .card .table .thead:first-child, .sales-order-invoice .box-account .card .table .thead:nth-child(2), .sales-order-shipment .box-account .card .table .thead:first-child, .sales-order-shipment .box-account .card .table .thead:nth-child(2), .sales-order-view .box-account .card .table .thead:first-child, .sales-order-view .box-account .card .table .thead:nth-child(2), .sales-recurring-profile-index .box-account .card .table .thead:first-child, .sales-recurring-profile-index .box-account .card .table .thead:nth-child(2) {
        display: block
    }

    .customer-account-edit .box-account .card .table .tbody:nth-child(2), .customer-account-index .box-account .card .table .tbody:nth-child(2), .customer-address-form .box-account .card .table .tbody:nth-child(2), .customer-address-index .box-account .card .table .tbody:nth-child(2), .customer-paymentinfo-index .box-account .card .table .tbody:nth-child(2), .enterprise-giftcardaccount-customer-index .box-account .card .table .tbody:nth-child(2), .kind-snackclub-customer-cancelmodal .box-account .card .table .tbody:nth-child(2), .kind-snackclub-customer-index .box-account .card .table .tbody:nth-child(2), .kind-snackclub-customer-skip .box-account .card .table .tbody:nth-child(2), .kind-snackclub-customer-view .box-account .card .table .tbody:nth-child(2), .review-customer-index .box-account .card .table .tbody:nth-child(2), .sales-order-history .box-account .card .table .tbody:nth-child(2), .sales-order-invoice .box-account .card .table .tbody:nth-child(2), .sales-order-shipment .box-account .card .table .tbody:nth-child(2), .sales-order-view .box-account .card .table .tbody:nth-child(2), .sales-recurring-profile-index .box-account .card .table .tbody:nth-child(2) {
        display: block !important;
        margin-bottom: 82px
    }

    .customer-account-edit .box-account .card .table .tr, .customer-account-index .box-account .card .table .tr, .customer-address-form .box-account .card .table .tr, .customer-address-index .box-account .card .table .tr, .customer-paymentinfo-index .box-account .card .table .tr, .enterprise-giftcardaccount-customer-index .box-account .card .table .tr, .kind-snackclub-customer-cancelmodal .box-account .card .table .tr, .kind-snackclub-customer-index .box-account .card .table .tr, .kind-snackclub-customer-skip .box-account .card .table .tr, .kind-snackclub-customer-view .box-account .card .table .tr, .review-customer-index .box-account .card .table .tr, .sales-order-history .box-account .card .table .tr, .sales-order-invoice .box-account .card .table .tr, .sales-order-shipment .box-account .card .table .tr, .sales-order-view .box-account .card .table .tr, .sales-recurring-profile-index .box-account .card .table .tr {
        text-align: right
    }

    .customer-account-edit .box-account .card .table .th div, .customer-account-edit .box-account .card .table .tr div, .customer-account-index .box-account .card .table .th div, .customer-account-index .box-account .card .table .tr div, .customer-address-form .box-account .card .table .th div, .customer-address-form .box-account .card .table .tr div, .customer-address-index .box-account .card .table .th div, .customer-address-index .box-account .card .table .tr div, .customer-paymentinfo-index .box-account .card .table .th div, .customer-paymentinfo-index .box-account .card .table .tr div, .enterprise-giftcardaccount-customer-index .box-account .card .table .th div, .enterprise-giftcardaccount-customer-index .box-account .card .table .tr div, .kind-snackclub-customer-cancelmodal .box-account .card .table .th div, .kind-snackclub-customer-cancelmodal .box-account .card .table .tr div, .kind-snackclub-customer-index .box-account .card .table .th div, .kind-snackclub-customer-index .box-account .card .table .tr div, .kind-snackclub-customer-skip .box-account .card .table .th div, .kind-snackclub-customer-skip .box-account .card .table .tr div, .kind-snackclub-customer-view .box-account .card .table .th div, .kind-snackclub-customer-view .box-account .card .table .tr div, .review-customer-index .box-account .card .table .th div, .review-customer-index .box-account .card .table .tr div, .sales-order-history .box-account .card .table .th div, .sales-order-history .box-account .card .table .tr div, .sales-order-invoice .box-account .card .table .th div, .sales-order-invoice .box-account .card .table .tr div, .sales-order-shipment .box-account .card .table .th div, .sales-order-shipment .box-account .card .table .tr div, .sales-order-view .box-account .card .table .th div, .sales-order-view .box-account .card .table .tr div, .sales-recurring-profile-index .box-account .card .table .th div, .sales-recurring-profile-index .box-account .card .table .tr div {
        padding: 0;
        margin-bottom: 24px
    }

    .customer-account-edit .box-account .card .table .reorder, .customer-account-edit .box-account .card .table .view-order, .customer-account-index .box-account .card .table .reorder, .customer-account-index .box-account .card .table .view-order, .customer-address-form .box-account .card .table .reorder, .customer-address-form .box-account .card .table .view-order, .customer-address-index .box-account .card .table .reorder, .customer-address-index .box-account .card .table .view-order, .customer-paymentinfo-index .box-account .card .table .reorder, .customer-paymentinfo-index .box-account .card .table .view-order, .enterprise-giftcardaccount-customer-index .box-account .card .table .reorder, .enterprise-giftcardaccount-customer-index .box-account .card .table .view-order, .kind-snackclub-customer-cancelmodal .box-account .card .table .reorder, .kind-snackclub-customer-cancelmodal .box-account .card .table .view-order, .kind-snackclub-customer-index .box-account .card .table .reorder, .kind-snackclub-customer-index .box-account .card .table .view-order, .kind-snackclub-customer-skip .box-account .card .table .reorder, .kind-snackclub-customer-skip .box-account .card .table .view-order, .kind-snackclub-customer-view .box-account .card .table .reorder, .kind-snackclub-customer-view .box-account .card .table .view-order, .review-customer-index .box-account .card .table .reorder, .review-customer-index .box-account .card .table .view-order, .sales-order-history .box-account .card .table .reorder, .sales-order-history .box-account .card .table .view-order, .sales-order-invoice .box-account .card .table .reorder, .sales-order-invoice .box-account .card .table .view-order, .sales-order-shipment .box-account .card .table .reorder, .sales-order-shipment .box-account .card .table .view-order, .sales-order-view .box-account .card .table .reorder, .sales-order-view .box-account .card .table .view-order, .sales-recurring-profile-index .box-account .card .table .reorder, .sales-recurring-profile-index .box-account .card .table .view-order {
        display: block;
        visibility: visible;
        position: absolute;
        bottom: -32px
    }

    .customer-account-edit .box-account .card .table .view-order, .customer-account-index .box-account .card .table .view-order, .customer-address-form .box-account .card .table .view-order, .customer-address-index .box-account .card .table .view-order, .customer-paymentinfo-index .box-account .card .table .view-order, .enterprise-giftcardaccount-customer-index .box-account .card .table .view-order, .kind-snackclub-customer-cancelmodal .box-account .card .table .view-order, .kind-snackclub-customer-index .box-account .card .table .view-order, .kind-snackclub-customer-skip .box-account .card .table .view-order, .kind-snackclub-customer-view .box-account .card .table .view-order, .review-customer-index .box-account .card .table .view-order, .sales-order-history .box-account .card .table .view-order, .sales-order-invoice .box-account .card .table .view-order, .sales-order-shipment .box-account .card .table .view-order, .sales-order-view .box-account .card .table .view-order, .sales-recurring-profile-index .box-account .card .table .view-order {
        right: 0
    }

    .customer-account-edit .box-account .card .table .reorder, .customer-account-index .box-account .card .table .reorder, .customer-address-form .box-account .card .table .reorder, .customer-address-index .box-account .card .table .reorder, .customer-paymentinfo-index .box-account .card .table .reorder, .enterprise-giftcardaccount-customer-index .box-account .card .table .reorder, .kind-snackclub-customer-cancelmodal .box-account .card .table .reorder, .kind-snackclub-customer-index .box-account .card .table .reorder, .kind-snackclub-customer-skip .box-account .card .table .reorder, .kind-snackclub-customer-view .box-account .card .table .reorder, .review-customer-index .box-account .card .table .reorder, .sales-order-history .box-account .card .table .reorder, .sales-order-invoice .box-account .card .table .reorder, .sales-order-shipment .box-account .card .table .reorder, .sales-order-view .box-account .card .table .reorder, .sales-recurring-profile-index .box-account .card .table .reorder {
        left: 0
    }

    .customer-account-edit .card-address .address-title h2, .customer-account-index .card-address .address-title h2, .customer-address-form .card-address .address-title h2, .customer-address-index .card-address .address-title h2, .customer-paymentinfo-index .card-address .address-title h2, .enterprise-giftcardaccount-customer-index .card-address .address-title h2, .kind-snackclub-customer-cancelmodal .card-address .address-title h2, .kind-snackclub-customer-index .card-address .address-title h2, .kind-snackclub-customer-skip .card-address .address-title h2, .kind-snackclub-customer-view .card-address .address-title h2, .review-customer-index .card-address .address-title h2, .sales-order-history .card-address .address-title h2, .sales-order-invoice .card-address .address-title h2, .sales-order-shipment .card-address .address-title h2, .sales-order-view .card-address .address-title h2, .sales-recurring-profile-index .card-address .address-title h2 {
        margin-bottom: 16px
    }

    .customer-account-edit .card-address .address-title a, .customer-account-index .card-address .address-title a, .customer-address-form .card-address .address-title a, .customer-address-index .card-address .address-title a, .customer-paymentinfo-index .card-address .address-title a, .enterprise-giftcardaccount-customer-index .card-address .address-title a, .kind-snackclub-customer-cancelmodal .card-address .address-title a, .kind-snackclub-customer-index .card-address .address-title a, .kind-snackclub-customer-skip .card-address .address-title a, .kind-snackclub-customer-view .card-address .address-title a, .review-customer-index .card-address .address-title a, .sales-order-history .card-address .address-title a, .sales-order-invoice .card-address .address-title a, .sales-order-shipment .card-address .address-title a, .sales-order-view .card-address .address-title a, .sales-recurring-profile-index .card-address .address-title a {
        margin-bottom: 32px
    }

    .customer-account-edit .card-address address, .customer-account-index .card-address address, .customer-address-form .card-address address, .customer-address-index .card-address address, .customer-paymentinfo-index .card-address address, .enterprise-giftcardaccount-customer-index .card-address address, .kind-snackclub-customer-cancelmodal .card-address address, .kind-snackclub-customer-index .card-address address, .kind-snackclub-customer-skip .card-address address, .kind-snackclub-customer-view .card-address address, .review-customer-index .card-address address, .sales-order-history .card-address address, .sales-order-invoice .card-address address, .sales-order-shipment .card-address address, .sales-order-view .card-address address, .sales-recurring-profile-index .card-address address {
        margin-bottom: 0
    }
}

.kind-snackclub-customer-view select {
    width: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .3px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin: 30px 0
}

.kind-snackclub-customer-frequency form .frequency .title {
    padding-top: 20px
}

.kind-snackclub-customer-frequency form h2 {
    margin-top: 5rem;
    height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.kind-snackclub-customer-frequency form .pdp-subscription-frequency-dropdown {
    margin-top: 1rem
}

.kind-snackclub-customer-frequency form .buttons-set {
    margin-top: 4rem
}

.kind-snackclub-customer-frequency form .buttons-set button {
    padding: 10px 80px
}

.kind-snackclub-customer-skip table input.skip {
    width: auto;
    height: auto
}

.kind-snackclub-customer-cancelmodal .messages .success-msg, .kind-snackclub-customer-changeproduct .messages .success-msg, .kind-snackclub-customer-frequency .messages .success-msg, .kind-snackclub-customer-recurringcategories .messages .success-msg, .kind-snackclub-customer-recurringproducts .messages .success-msg, .kind-snackclub-customer-skip .messages .success-msg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 0
}

.kind-snackclub-customer-cancelmodal .main-container, .kind-snackclub-customer-changeproduct .main-container, .kind-snackclub-customer-frequency .main-container, .kind-snackclub-customer-recurringcategories .main-container, .kind-snackclub-customer-recurringproducts .main-container, .kind-snackclub-customer-skip .main-container {
    padding-top: 0
}

.kind-snackclub-customer-cancelmodal .content .title, .kind-snackclub-customer-cancelmodal .frequency .title, .kind-snackclub-customer-cancelmodal .recurring-page .title, .kind-snackclub-customer-cancelmodal .skip .title, .kind-snackclub-customer-changeproduct .content .title, .kind-snackclub-customer-changeproduct .frequency .title, .kind-snackclub-customer-changeproduct .recurring-page .title, .kind-snackclub-customer-changeproduct .skip .title, .kind-snackclub-customer-frequency .content .title, .kind-snackclub-customer-frequency .frequency .title, .kind-snackclub-customer-frequency .recurring-page .title, .kind-snackclub-customer-frequency .skip .title, .kind-snackclub-customer-recurringcategories .content .title, .kind-snackclub-customer-recurringcategories .frequency .title, .kind-snackclub-customer-recurringcategories .recurring-page .title, .kind-snackclub-customer-recurringcategories .skip .title, .kind-snackclub-customer-recurringproducts .content .title, .kind-snackclub-customer-recurringproducts .frequency .title, .kind-snackclub-customer-recurringproducts .recurring-page .title, .kind-snackclub-customer-recurringproducts .skip .title, .kind-snackclub-customer-skip .content .title, .kind-snackclub-customer-skip .frequency .title, .kind-snackclub-customer-skip .recurring-page .title, .kind-snackclub-customer-skip .skip .title {
    margin: 20px 80px 20px 0
}

.kind-snackclub-customer-cancelmodal .container-cat, .kind-snackclub-customer-changeproduct .container-cat, .kind-snackclub-customer-frequency .container-cat, .kind-snackclub-customer-recurringcategories .container-cat, .kind-snackclub-customer-recurringproducts .container-cat, .kind-snackclub-customer-skip .container-cat {
    margin: 40px 0
}

.kind-snackclub-customer-cancelmodal .container-cat li, .kind-snackclub-customer-changeproduct .container-cat li, .kind-snackclub-customer-frequency .container-cat li, .kind-snackclub-customer-recurringcategories .container-cat li, .kind-snackclub-customer-recurringproducts .container-cat li, .kind-snackclub-customer-skip .container-cat li {
    width: 33%;
    display: inline-block;
    padding: 17px
}

.kind-snackclub-customer-cancelmodal .container-cat li .category, .kind-snackclub-customer-changeproduct .container-cat li .category, .kind-snackclub-customer-frequency .container-cat li .category, .kind-snackclub-customer-recurringcategories .container-cat li .category, .kind-snackclub-customer-recurringproducts .container-cat li .category, .kind-snackclub-customer-skip .container-cat li .category {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    width: 100%;
    padding: 20px
}

.kind-snackclub-customer-cancelmodal .container-cat li .title, .kind-snackclub-customer-changeproduct .container-cat li .title, .kind-snackclub-customer-frequency .container-cat li .title, .kind-snackclub-customer-recurringcategories .container-cat li .title, .kind-snackclub-customer-recurringproducts .container-cat li .title, .kind-snackclub-customer-skip .container-cat li .title {
    margin: 20px 0
}

.kind-snackclub-customer-cancelmodal .container-cat li .title h2, .kind-snackclub-customer-changeproduct .container-cat li .title h2, .kind-snackclub-customer-frequency .container-cat li .title h2, .kind-snackclub-customer-recurringcategories .container-cat li .title h2, .kind-snackclub-customer-recurringproducts .container-cat li .title h2, .kind-snackclub-customer-skip .container-cat li .title h2 {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.kind-snackclub-customer-cancelmodal .container-cat .action-link, .kind-snackclub-customer-cancelmodal .container-cat .minicart-item-quantity-button, .kind-snackclub-customer-changeproduct .container-cat .action-link, .kind-snackclub-customer-changeproduct .container-cat .minicart-item-quantity-button, .kind-snackclub-customer-frequency .container-cat .action-link, .kind-snackclub-customer-frequency .container-cat .minicart-item-quantity-button, .kind-snackclub-customer-recurringcategories .container-cat .action-link, .kind-snackclub-customer-recurringcategories .container-cat .minicart-item-quantity-button, .kind-snackclub-customer-recurringproducts .container-cat .action-link, .kind-snackclub-customer-recurringproducts .container-cat .minicart-item-quantity-button, .kind-snackclub-customer-skip .container-cat .action-link, .kind-snackclub-customer-skip .container-cat .minicart-item-quantity-button {
    border: solid 2px #000;
    padding: 10px 20px;
    text-transform: lowercase
}

.kind-snackclub-customer-cancelmodal .container-cat .action-link span, .kind-snackclub-customer-cancelmodal .container-cat .minicart-item-quantity-button span, .kind-snackclub-customer-changeproduct .container-cat .action-link span, .kind-snackclub-customer-changeproduct .container-cat .minicart-item-quantity-button span, .kind-snackclub-customer-frequency .container-cat .action-link span, .kind-snackclub-customer-frequency .container-cat .minicart-item-quantity-button span, .kind-snackclub-customer-recurringcategories .container-cat .action-link span, .kind-snackclub-customer-recurringcategories .container-cat .minicart-item-quantity-button span, .kind-snackclub-customer-recurringproducts .container-cat .action-link span, .kind-snackclub-customer-recurringproducts .container-cat .minicart-item-quantity-button span, .kind-snackclub-customer-skip .container-cat .action-link span, .kind-snackclub-customer-skip .container-cat .minicart-item-quantity-button span {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -.2px;
    text-align: center;
    color: #000
}

.current-profile-back {
    position: relative;
    top: -74px;
    left: 14px
}

.current-profile-back a {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.current-profile-back a small {
    margin-right: 5px;
    font-size: 18px
}

.close-btn {
    cursor: pointer;
    position: absolute;
    z-index: 8040;
    top: 5px;
    right: 45px;
    font-size: 26px;
    font-weight: 700
}

.kind-snackclub-customer-skip .messages .success-msg, .sales-recurring-profile-index .messages .success-msg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 220px
}

.kind-snackclub-customer-cancelmodal .page-title h1, .kind-snackclub-customer-index .page-title h1, .kind-snackclub-customer-skip .page-title h1, .sales-recurring-profile-index .page-title h1 {
    text-align: left
}

.kind-snackclub-customer-cancelmodal .check-cancel, .kind-snackclub-customer-index .check-cancel, .kind-snackclub-customer-skip .check-cancel, .sales-recurring-profile-index .check-cancel {
    width: 105px;
    height: 105px;
    margin: 30px auto;
    padding: 20px 0
}

.kind-snackclub-customer-cancelmodal .cancel-sub, .kind-snackclub-customer-index .cancel-sub, .kind-snackclub-customer-skip .cancel-sub, .sales-recurring-profile-index .cancel-sub {
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    text-align: center;
    margin: 20px 0
}

.kind-snackclub-customer-cancelmodal .cancel-desc, .kind-snackclub-customer-index .cancel-desc, .kind-snackclub-customer-skip .cancel-desc, .sales-recurring-profile-index .cancel-desc {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    text-align: center
}

.kind-snackclub-customer-cancelmodal #page-cancelled .button-content, .kind-snackclub-customer-index #page-cancelled .button-content, .kind-snackclub-customer-skip #page-cancelled .button-content, .sales-recurring-profile-index #page-cancelled .button-content {
    margin-top: 50px
}

.kind-snackclub-customer-cancelmodal #page-cancelled .button-content a, .kind-snackclub-customer-index #page-cancelled .button-content a, .kind-snackclub-customer-skip #page-cancelled .button-content a, .sales-recurring-profile-index #page-cancelled .button-content a {
    margin: 0 auto;
    display: block;
    text-align: center
}

.kind-snackclub-customer-cancelmodal #page-cancelled .no-cc-desc, .kind-snackclub-customer-index #page-cancelled .no-cc-desc, .kind-snackclub-customer-skip #page-cancelled .no-cc-desc, .sales-recurring-profile-index #page-cancelled .no-cc-desc {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    text-align: center
}

.kind-snackclub-customer-cancelmodal #page-cancelled #page-no-cc .button-content, .kind-snackclub-customer-index #page-cancelled #page-no-cc .button-content, .kind-snackclub-customer-skip #page-cancelled #page-no-cc .button-content, .sales-recurring-profile-index #page-cancelled #page-no-cc .button-content {
    margin-top: 50px
}

.kind-snackclub-customer-cancelmodal #page-cancelled #page-no-cc .button-content a, .kind-snackclub-customer-index #page-cancelled #page-no-cc .button-content a, .kind-snackclub-customer-skip #page-cancelled #page-no-cc .button-content a, .sales-recurring-profile-index #page-cancelled #page-no-cc .button-content a {
    margin: 0 auto;
    display: block;
    text-align: center
}

.kind-snackclub-customer-cancelmodal .main-container, .kind-snackclub-customer-index .main-container, .kind-snackclub-customer-skip .main-container, .sales-recurring-profile-index .main-container {
    padding-top: 0
}

.kind-snackclub-customer-cancelmodal .my-account a.product-name, .kind-snackclub-customer-cancelmodal .skip a.product-name, .kind-snackclub-customer-index .my-account a.product-name, .kind-snackclub-customer-index .skip a.product-name, .kind-snackclub-customer-skip .my-account a.product-name, .kind-snackclub-customer-skip .skip a.product-name, .sales-recurring-profile-index .my-account a.product-name, .sales-recurring-profile-index .skip a.product-name {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 0;
    margin-left: 0
}

.kind-snackclub-customer-cancelmodal .my-account .kind-description, .kind-snackclub-customer-cancelmodal .skip .kind-description, .kind-snackclub-customer-index .my-account .kind-description, .kind-snackclub-customer-index .skip .kind-description, .kind-snackclub-customer-skip .my-account .kind-description, .kind-snackclub-customer-skip .skip .kind-description, .sales-recurring-profile-index .my-account .kind-description, .sales-recurring-profile-index .skip .kind-description {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: .3px;
    color: #000;
    display: block;
    padding-left: 0
}

.kind-snackclub-customer-cancelmodal .my-account .footer-snack-club, .kind-snackclub-customer-cancelmodal .skip .footer-snack-club, .kind-snackclub-customer-index .my-account .footer-snack-club, .kind-snackclub-customer-index .skip .footer-snack-club, .kind-snackclub-customer-skip .my-account .footer-snack-club, .kind-snackclub-customer-skip .skip .footer-snack-club, .sales-recurring-profile-index .my-account .footer-snack-club, .sales-recurring-profile-index .skip .footer-snack-club {
    border-top: 3px solid #212121
}

.kind-snackclub-customer-cancelmodal .my-account .footer-snack-club h2, .kind-snackclub-customer-cancelmodal .skip .footer-snack-club h2, .kind-snackclub-customer-index .my-account .footer-snack-club h2, .kind-snackclub-customer-index .skip .footer-snack-club h2, .kind-snackclub-customer-skip .my-account .footer-snack-club h2, .kind-snackclub-customer-skip .skip .footer-snack-club h2, .sales-recurring-profile-index .my-account .footer-snack-club h2, .sales-recurring-profile-index .skip .footer-snack-club h2 {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin-top: 35px
}

.kind-snackclub-customer-cancelmodal .my-account .footer-snack-club p, .kind-snackclub-customer-cancelmodal .skip .footer-snack-club p, .kind-snackclub-customer-index .my-account .footer-snack-club p, .kind-snackclub-customer-index .skip .footer-snack-club p, .kind-snackclub-customer-skip .my-account .footer-snack-club p, .kind-snackclub-customer-skip .skip .footer-snack-club p, .sales-recurring-profile-index .my-account .footer-snack-club p, .sales-recurring-profile-index .skip .footer-snack-club p {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.kind-snackclub-customer-cancelmodal .my-account .footer-snack-club .buttons-set, .kind-snackclub-customer-cancelmodal .skip .footer-snack-club .buttons-set, .kind-snackclub-customer-index .my-account .footer-snack-club .buttons-set, .kind-snackclub-customer-index .skip .footer-snack-club .buttons-set, .kind-snackclub-customer-skip .my-account .footer-snack-club .buttons-set, .kind-snackclub-customer-skip .skip .footer-snack-club .buttons-set, .sales-recurring-profile-index .my-account .footer-snack-club .buttons-set, .sales-recurring-profile-index .skip .footer-snack-club .buttons-set {
    margin-top: 33px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
    line-height: 1.14;
    letter-spacing: -.2px
}

.kind-snackclub-customer-cancelmodal .my-account .footer-snack-club .buttons-set .suspend-subscription, .kind-snackclub-customer-cancelmodal .skip .footer-snack-club .buttons-set .suspend-subscription, .kind-snackclub-customer-index .my-account .footer-snack-club .buttons-set .suspend-subscription, .kind-snackclub-customer-index .skip .footer-snack-club .buttons-set .suspend-subscription, .kind-snackclub-customer-skip .my-account .footer-snack-club .buttons-set .suspend-subscription, .kind-snackclub-customer-skip .skip .footer-snack-club .buttons-set .suspend-subscription, .sales-recurring-profile-index .my-account .footer-snack-club .buttons-set .suspend-subscription, .sales-recurring-profile-index .skip .footer-snack-club .buttons-set .suspend-subscription {
    border: solid 2px #000;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    padding: 10px 35px;
    margin: 0;
    line-height: 1.14;
    letter-spacing: -.2px;
    text-align: center
}

.kind-snackclub-customer-cancelmodal .my-account .footer-snack-club .buttons-set .cancel-subscription, .kind-snackclub-customer-cancelmodal .skip .footer-snack-club .buttons-set .cancel-subscription, .kind-snackclub-customer-index .my-account .footer-snack-club .buttons-set .cancel-subscription, .kind-snackclub-customer-index .skip .footer-snack-club .buttons-set .cancel-subscription, .kind-snackclub-customer-skip .my-account .footer-snack-club .buttons-set .cancel-subscription, .kind-snackclub-customer-skip .skip .footer-snack-club .buttons-set .cancel-subscription, .sales-recurring-profile-index .my-account .footer-snack-club .buttons-set .cancel-subscription, .sales-recurring-profile-index .skip .footer-snack-club .buttons-set .cancel-subscription {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 35px;
    text-transform: uppercase;
    background: #000;
    margin-left: 44px;
    border: solid 2px #000
}

.kind-snackclub-customer-cancelmodal .button-content, .kind-snackclub-customer-index .button-content, .kind-snackclub-customer-skip .button-content, .sales-recurring-profile-index .button-content {
    padding-bottom: 30px
}

.kind-snackclub-customer-cancelmodal h2, .kind-snackclub-customer-index h2, .kind-snackclub-customer-skip h2, .sales-recurring-profile-index h2 {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.kind-snackclub-customer-cancelmodal p.description, .kind-snackclub-customer-index p.description, .kind-snackclub-customer-skip p.description, .sales-recurring-profile-index p.description {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    margin-top: 15px
}

.kind-snackclub-customer-cancelmodal .subs-content, .kind-snackclub-customer-index .subs-content, .kind-snackclub-customer-skip .subs-content, .sales-recurring-profile-index .subs-content {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 30px;
    padding: 23px
}

.kind-snackclub-customer-cancelmodal .subs-content .skip-subscription, .kind-snackclub-customer-index .subs-content .skip-subscription, .kind-snackclub-customer-skip .subs-content .skip-subscription, .sales-recurring-profile-index .subs-content .skip-subscription {
    padding-bottom: 70px
}

.kind-snackclub-customer-cancelmodal .subs-content .skip-subscription h2, .kind-snackclub-customer-index .subs-content .skip-subscription h2, .kind-snackclub-customer-skip .subs-content .skip-subscription h2, .sales-recurring-profile-index .subs-content .skip-subscription h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.kind-snackclub-customer-cancelmodal .subs-content .skip-subscription p, .kind-snackclub-customer-index .subs-content .skip-subscription p, .kind-snackclub-customer-skip .subs-content .skip-subscription p, .sales-recurring-profile-index .subs-content .skip-subscription p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .left, .kind-snackclub-customer-index .subs-content .skip-subscription .left, .kind-snackclub-customer-skip .subs-content .skip-subscription .left, .sales-recurring-profile-index .subs-content .skip-subscription .left {
    float: left
}

.kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right, .kind-snackclub-customer-index .subs-content .skip-subscription .right, .kind-snackclub-customer-skip .subs-content .skip-subscription .right, .sales-recurring-profile-index .subs-content .skip-subscription .right {
    float: right
}

.kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a, .kind-snackclub-customer-index .subs-content .skip-subscription .right a, .kind-snackclub-customer-skip .subs-content .skip-subscription .right a, .sales-recurring-profile-index .subs-content .skip-subscription .right a {
    border: solid 2px #000;
    text-decoration: none;
    padding: 15px 45px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -.2px;
    text-align: center;
    color: #000;
    margin: 0
}

.cart-button-row .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a.btn-continue:hover, .cart-button-row .kind-snackclub-customer-index .subs-content .skip-subscription .right a.btn-continue:hover, .cart-button-row .kind-snackclub-customer-skip .subs-content .skip-subscription .right a.btn-continue:hover, .cart-button-row .sales-recurring-profile-index .subs-content .skip-subscription .right a.btn-continue:hover, .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right .cart-button-row a.btn-continue:hover, .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a.button-outline-big:hover, .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a.button-outline:hover, .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a.button-small-outline-white:hover, .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a.button-small-outline:hover, .kind-snackclub-customer-cancelmodal .subs-content .skip-subscription .right a.navigation-button:hover, .kind-snackclub-customer-index .subs-content .skip-subscription .right .cart-button-row a.btn-continue:hover, .kind-snackclub-customer-index .subs-content .skip-subscription .right a.button-outline-big:hover, .kind-snackclub-customer-index .subs-content .skip-subscription .right a.button-outline:hover, .kind-snackclub-customer-index .subs-content .skip-subscription .right a.button-small-outline-white:hover, .kind-snackclub-customer-index .subs-content .skip-subscription .right a.button-small-outline:hover, .kind-snackclub-customer-index .subs-content .skip-subscription .right a.navigation-button:hover, .kind-snackclub-customer-skip .subs-content .skip-subscription .right .cart-button-row a.btn-continue:hover, .kind-snackclub-customer-skip .subs-content .skip-subscription .right a.button-outline-big:hover, .kind-snackclub-customer-skip .subs-content .skip-subscription .right a.button-outline:hover, .kind-snackclub-customer-skip .subs-content .skip-subscription .right a.button-small-outline-white:hover, .kind-snackclub-customer-skip .subs-content .skip-subscription .right a.button-small-outline:hover, .kind-snackclub-customer-skip .subs-content .skip-subscription .right a.navigation-button:hover, .sales-recurring-profile-index .subs-content .skip-subscription .right .cart-button-row a.btn-continue:hover, .sales-recurring-profile-index .subs-content .skip-subscription .right a.button-outline-big:hover, .sales-recurring-profile-index .subs-content .skip-subscription .right a.button-outline:hover, .sales-recurring-profile-index .subs-content .skip-subscription .right a.button-small-outline-white:hover, .sales-recurring-profile-index .subs-content .skip-subscription .right a.button-small-outline:hover, .sales-recurring-profile-index .subs-content .skip-subscription .right a.navigation-button:hover {
    color: #fff !important
}

.kind-snackclub-customer-cancelmodal .data-table td:first-child, .kind-snackclub-customer-cancelmodal .data-table th:first-child, .kind-snackclub-customer-index .data-table td:first-child, .kind-snackclub-customer-index .data-table th:first-child, .kind-snackclub-customer-skip .data-table td:first-child, .kind-snackclub-customer-skip .data-table th:first-child, .sales-recurring-profile-index .data-table td:first-child, .sales-recurring-profile-index .data-table th:first-child {
    padding-left: 0
}

.kind-snackclub-customer-cancelmodal table, .kind-snackclub-customer-index table, .kind-snackclub-customer-skip table, .sales-recurring-profile-index table {
    border-top: solid 3px #212121;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: solid 3px #212121
}

.kind-snackclub-customer-cancelmodal table thead, .kind-snackclub-customer-index table thead, .kind-snackclub-customer-skip table thead, .sales-recurring-profile-index table thead {
    border-bottom: 3px solid #e5e5e5
}

.kind-snackclub-customer-cancelmodal table tr, .kind-snackclub-customer-index table tr, .kind-snackclub-customer-skip table tr, .sales-recurring-profile-index table tr {
    border-bottom: solid 1px #e0e0e0
}

.kind-snackclub-customer-cancelmodal table tr.last, .kind-snackclub-customer-index table tr.last, .kind-snackclub-customer-skip table tr.last, .sales-recurring-profile-index table tr.last {
    border-bottom: none
}

.kind-snackclub-customer-cancelmodal table tbody, .kind-snackclub-customer-index table tbody, .kind-snackclub-customer-skip table tbody, .sales-recurring-profile-index table tbody {
    border-bottom: 3px solid #212121
}

.kind-snackclub-customer-cancelmodal table tbody tr:last-child td, .kind-snackclub-customer-index table tbody tr:last-child td, .kind-snackclub-customer-skip table tbody tr:last-child td, .sales-recurring-profile-index table tbody tr:last-child td {
    padding-bottom: 15px
}

.kind-snackclub-customer-cancelmodal table input, .kind-snackclub-customer-index table input, .kind-snackclub-customer-skip table input, .sales-recurring-profile-index table input {
    border: 2px solid #000;
    border-width: 0 0 2px 0;
    font-size: 14px;
    transition: border-color .3s ease;
    outline: 0;
    letter-spacing: 0;
    width: 48px;
    height: 40px;
    margin: 0 auto;
    text-align: center
}

.kind-snackclub-customer-cancelmodal table .remove, .kind-snackclub-customer-index table .remove, .kind-snackclub-customer-skip table .remove, .sales-recurring-profile-index table .remove {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 10px
}

.kind-snackclub-customer-cancelmodal table td strong, .kind-snackclub-customer-index table td strong, .kind-snackclub-customer-skip table td strong, .sales-recurring-profile-index table td strong {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.kind-snackclub-customer-cancelmodal table td p, .kind-snackclub-customer-index table td p, .kind-snackclub-customer-skip table td p, .sales-recurring-profile-index table td p {
    margin-bottom: 0
}

.kind-snackclub-customer-cancelmodal table td .city, .kind-snackclub-customer-index table td .city, .kind-snackclub-customer-skip table td .city, .sales-recurring-profile-index table td .city {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: -.4px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.kind-snackclub-customer-cancelmodal table td .street, .kind-snackclub-customer-index table td .street, .kind-snackclub-customer-skip table td .street, .sales-recurring-profile-index table td .street {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.kind-snackclub-customer-cancelmodal table td .edit, .kind-snackclub-customer-index table td .edit, .kind-snackclub-customer-skip table td .edit, .sales-recurring-profile-index table td .edit {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: lowercase
}

.kind-snackclub-customer-cancelmodal table td .action-link, .kind-snackclub-customer-cancelmodal table td .minicart-item-quantity-button, .kind-snackclub-customer-index table td .action-link, .kind-snackclub-customer-index table td .minicart-item-quantity-button, .kind-snackclub-customer-skip table td .action-link, .kind-snackclub-customer-skip table td .minicart-item-quantity-button, .sales-recurring-profile-index table td .action-link, .sales-recurring-profile-index table td .minicart-item-quantity-button {
    background: transparent url(../images/remove-icon.svg) no-repeat scroll center center;
    height: 24px;
    text-indent: -99999em;
    width: 24px;
    border-bottom: none;
    float: right;
    margin: 15px 10px
}

.kind-snackclub-customer-cancelmodal table th .nobr, .kind-snackclub-customer-index table th .nobr, .kind-snackclub-customer-skip table th .nobr, .sales-recurring-profile-index table th .nobr {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    float: left
}

.kind-snackclub-customer-cancelmodal table .change-product .remove, .kind-snackclub-customer-index table .change-product .remove, .kind-snackclub-customer-skip table .change-product .remove, .sales-recurring-profile-index table .change-product .remove {
    padding: 0
}

.kind-snackclub-customer-changeproduct .qty-widget-button, .kind-snackclub-customer-recurringproducts .qty-widget-button {
    margin: 0 15px;
    width: 40px;
    height: 40px
}

.kind-snackclub-customer-changeproduct img, .kind-snackclub-customer-recurringproducts img {
    margin: 0 auto
}

.kind-snackclub-customer-changeproduct input, .kind-snackclub-customer-recurringproducts input {
    border: 2px solid #000;
    border-width: 0 0 2px 0;
    font-size: 14px;
    transition: border-color .3s ease;
    outline: 0;
    letter-spacing: 0;
    width: 48px;
    height: 40px;
    margin: 0 auto;
    text-align: center
}

.kind-snackclub-customer-changeproduct .recurring-page > h1, .kind-snackclub-customer-recurringproducts .recurring-page > h1 {
    margin: 40px 32px 112px 0
}

.kind-snackclub-customer-changeproduct .category-products .products-grid, .kind-snackclub-customer-recurringproducts .category-products .products-grid {
    margin: 0 auto 25px auto
}

.kind-snackclub-customer-changeproduct .category-products .products-grid .item, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item {
    margin: 30px 0;
    width: 363px;
    display: inline-block;
    text-align: center
}

.kind-snackclub-customer-changeproduct .category-products .products-grid .item .product-name, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .product-name {
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, .87);
    margin-top: 10px
}

.cart-button-row .kind-snackclub-customer-changeproduct .category-products .products-grid .item .btn-continue, .cart-button-row .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .btn-continue, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-big, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-expand-collapse, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-loader, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-outline, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-outline-big, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-outline-white, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-small, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-small-outline, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-small-outline-white, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button-transparent, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .button2, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .cart-button-row .btn-continue, .kind-snackclub-customer-changeproduct .category-products .products-grid .item .navigation-button, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-big, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-expand-collapse, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-loader, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-outline, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-outline-big, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-outline-white, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-small, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-small-outline, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-small-outline-white, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button-transparent, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .button2, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .cart-button-row .btn-continue, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .navigation-button {
    margin: 20px 0
}

.kind-snackclub-customer-changeproduct .category-products .products-grid .item > h2, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item > h2 {
    margin-bottom: 0
}

.kind-snackclub-customer-changeproduct .category-products .products-grid .item .pdp-qty-label strong, .kind-snackclub-customer-recurringproducts .category-products .products-grid .item .pdp-qty-label strong {
    margin-right: 0
}

#check-add-prod {
    background: url(../images/check.png) no-repeat;
    width: 105px;
    height: 105px;
    margin: 30px auto;
    padding: 20px 0
}

p#no-rec-prof-desc {
    margin-bottom: 100px
}

#my-orders-table div#oh-head {
    opacity: .5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

#my-orders-table div#oh-body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
}

#my-orders-table div#oh-body a.link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

@media screen and (max-width: 767px) {
    .sales-order-history .global-container-table.card {
        padding: 0;
        box-shadow: none
    }

    .sales-order-history .data-table.history-orders-table tr {
        margin-bottom: 24px;
        background-color: #fff;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
        padding: 31px 20px 25px 20px
    }

    .sales-order-history .data-table.history-orders-table tr td {
        text-align: right
    }

    .sales-order-history .data-table.history-orders-table tr td:before {
        font-family: Georgia, Garamond, Times New Roman, serif;
        color: #8b8b8b;
        text-transform: lowercase;
        font-weight: 400;
        text-align: left
    }

    .sales-order-history .data-table.history-orders-table tr td.status-column {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #b2b2b2;
        text-transform: lowercase
    }
}

.box-account.box-recent .page-title h1 {
    font-size: 60px !important;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: normal;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 60px
}

.box-account.box-recent .pager p.amount {
    float: left;
    margin-right: 7px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    margin-top: 7px
}

.box-account.box-recent .pager .limiter {
    margin-right: 20px
}

.box-account.box-recent .pager .pages {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.box-account.box-recent .pager .pages strong {
    font-size: 14px
}

.box-account.box-recent .pager .pages ol {
    display: inline-block;
    list-style-type: none
}

.box-account.box-recent .pager .pages li {
    display: inline-block;
    margin-left: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.box-account.box-recent .pager .pages li a {
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.box-account.box-recent .pager .pages li a:hover {
    color: #555
}

.box-account.box-recent label {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase
}

.box-account.box-recent .pager select {
    border-top: none;
    border-left: none;
    border-right: none;
    background-image: url(../images/expand-more.png);
    background-size: 12px auto;
    width: auto
}

@media screen and (max-width: 767px) {
    .box-account.box-recent .pager-custom {
        background-color: #fff;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
        margin-bottom: 32px;
        padding: 32px
    }
}

@media screen and (max-width: 390px) {
    .box-account.box-recent .pager-custom .pager .amount {
        width: 100%;
        float: none;
        text-align: center
    }

    .box-account.box-recent .pager-custom .pager .limiter {
        text-align: center;
        margin-right: 0
    }

    .box-account.box-recent .pager-custom .pager .pages {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .box-account.box-recent .pager-custom .pager .pages ol {
        display: block
    }

    .box-account.box-recent .pager-custom .pager .pages ol li a {
        margin: 5px
    }
}

.kind-snackclub-customer-changeproduct .products-grid, .kind-snackclub-customer-recurringproducts .products-grid {
    width: 1100px
}

@media screen and (max-width: 1200px) {
    .kind-snackclub-customer-changeproduct .products-grid, .kind-snackclub-customer-recurringproducts .products-grid {
        width: 800px
    }
}

@media screen and (max-width: 767px) {
    .kind-snackclub-customer-changeproduct .recurring-page > h1, .kind-snackclub-customer-recurringproducts .recurring-page > h1 {
        margin: 40px 0 72px 0
    }

    .kind-snackclub-customer-changeproduct .products-grid, .kind-snackclub-customer-recurringproducts .products-grid {
        width: auto
    }
}

.kind-snackclub-customer-index #btn-category {
    margin-left: 0
}

.kind-snackclub-customer-changeproduct .pdp-qty-calculation {
    padding-top: 11px
}

.my-account .page-title.title-buttons > h1 {
    text-transform: capitalize
}

.sales-order-invoice .back-link a, .sales-order-shipment .back-link a, .sales-order-view .back-link a {
    margin-left: 0
}

.sales-order-invoice .my-account #order-info-tabs:after, .sales-order-shipment .my-account #order-info-tabs:after, .sales-order-view .my-account #order-info-tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.sales-order-invoice .my-account #order-info-tabs li, .sales-order-shipment .my-account #order-info-tabs li, .sales-order-view .my-account #order-info-tabs li {
    margin-right: 10px
}

.sales-order-invoice .my-account #order-info-tabs li a, .sales-order-shipment .my-account #order-info-tabs li a, .sales-order-view .my-account #order-info-tabs li a {
    margin: 4px 0 0;
    vertical-align: top
}

.sales-order-invoice .my-account #order-info-tabs li.current, .sales-order-shipment .my-account #order-info-tabs li.current, .sales-order-view .my-account #order-info-tabs li.current {
    float: left;
    font-size: 20px
}

.sales-order-invoice .my-account .order-details, .sales-order-shipment .my-account .order-details, .sales-order-view .my-account .order-details {
    margin-top: 0
}

.sales-order-invoice .my-account .order-details .link-print, .sales-order-invoice .my-account .order-details a, .sales-order-shipment .my-account .order-details .link-print, .sales-order-shipment .my-account .order-details a, .sales-order-view .my-account .order-details .link-print, .sales-order-view .my-account .order-details a {
    margin-left: 5px
}

.sales-order-invoice .my-account #order-info-tabs li a, .sales-order-invoice .order-links .link-print {
    margin-left: 0
}

.sales-order-invoice .my-account .custom-table thead th:nth-child(4) {
    width: 120px
}

.sales-order-invoice .my-account #order-info-tabs li {
    margin-right: 10px
}

.sales-order-invoice .my-account #order-info-tabs li.current {
    float: left
}

.sales-order-shipment .my-account .custom-table thead th.shipped {
    width: 120px
}

.sales-order-shipment .my-account .custom-table tbody .prodcut-qty {
    text-align: right
}

.sales-order-shipment .my-account #order-info-tabs li {
    margin-right: 10px
}

.sales-order-shipment .my-account .order-links a {
    margin-left: 0
}

.sales-order-shipment .my-account .order-links a.link-track {
    margin-right: 0
}

.sales-order-shipment .my-account .order-details .tracking-table {
    margin: 20px 0 30px
}

.sales-order-shipment .my-account .order-details .tracking-table td, .sales-order-shipment .my-account .order-details .tracking-table th {
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 10px;
    float: left
}

.sales-order-shipment .my-account .order-details .tracking-table td .shipment-track, .sales-order-shipment .my-account .order-details .tracking-table td a.tracking-no, .sales-order-shipment .my-account .order-details .tracking-table th .shipment-track, .sales-order-shipment .my-account .order-details .tracking-table th a.tracking-no {
    margin: 0
}

.sales-order-shipment .my-account .order-details .tracking-table tr.first td {
    border: 0;
    padding: 10px 10px 10px 0
}

.sales-order-shipment .my-account .order-details .tracking-table tr:not(.first) th {
    width: 70%
}

.sales-order-shipment .my-account .order-details .tracking-table tr:not(.first) td {
    width: 30%;
    border-left: 0
}

.shipping-tracking-popup a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0 5px
}

.shipping-tracking-popup a:hover {
    color: #777;
    border-color: #777
}

.shipping-tracking-popup .tracking-page-popup {
    margin-top: 50px
}

.shipping-tracking-popup .tracking-page-popup .page-title h1 {
    line-height: normal;
    margin-bottom: 30px
}

.cart-button-row .shipping-tracking-popup .tracking-page-popup .page-title .btn-continue, .shipping-tracking-popup .tracking-page-popup .page-title .button, .shipping-tracking-popup .tracking-page-popup .page-title .button-big, .shipping-tracking-popup .tracking-page-popup .page-title .button-expand-collapse, .shipping-tracking-popup .tracking-page-popup .page-title .button-loader, .shipping-tracking-popup .tracking-page-popup .page-title .button-outline, .shipping-tracking-popup .tracking-page-popup .page-title .button-outline-big, .shipping-tracking-popup .tracking-page-popup .page-title .button-outline-white, .shipping-tracking-popup .tracking-page-popup .page-title .button-small, .shipping-tracking-popup .tracking-page-popup .page-title .button-small-outline, .shipping-tracking-popup .tracking-page-popup .page-title .button-small-outline-white, .shipping-tracking-popup .tracking-page-popup .page-title .button-transparent, .shipping-tracking-popup .tracking-page-popup .page-title .button2, .shipping-tracking-popup .tracking-page-popup .page-title .cart-button-row .btn-continue, .shipping-tracking-popup .tracking-page-popup .page-title .navigation-button {
    margin-bottom: 30px
}

.shipping-tracking-popup .tracking-page-popup .sub-title {
    font-weight: 700;
    margin-bottom: 10px
}

.shipping-tracking-popup .tracking-page-popup .tracking-table-popup {
    margin-bottom: 40px
}

.shipping-tracking-popup .tracking-page-popup .tracking-table-popup tbody td, .shipping-tracking-popup .tracking-page-popup .tracking-table-popup tbody th {
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: left
}

.shipping-tracking-popup #profiler_section, .shipping-tracking-popup > a {
    margin: 20px auto;
    max-width: 1280px;
    padding: 0 35px;
    display: block
}

#customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns .cart-button-row a.btn-continue, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-big, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-expand-collapse, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-loader, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-outline, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-outline-big, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-outline-white, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-small, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-small-outline, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-small-outline-white, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-transparent, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button2, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.navigation-button, .cart-button-row #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.btn-continue {
    margin: 0;
    display: inline-block;
    min-height: 48px;
    padding: 10px 30px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: border-color 240ms ease, background 240ms ease;
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

#customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns .cart-button-row a.btn-continue:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-big:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-expand-collapse:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-loader:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-outline-big:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-outline-white:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-outline:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-small-outline-white:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-small-outline:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-small:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button-transparent:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button2:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.button:hover, #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.navigation-button:hover, .cart-button-row #customer-form-subscription .info-box.footer-snack-club .confirm-msg-container .confirm-msg-btns a.btn-continue:hover {
    background: #777;
    border-color: #777 !important;
    color: #fff !important
}

.confirm-msg-container {
    text-align: center;
    height: auto !important;
    padding: 100px !important
}

.confirm-msg-container .title {
    text-align: center !important;
    padding-bottom: 30px;
    text-transform: inherit !important
}

.confirm-msg-container .modal-close {
    width: auto;
    position: static;
    height: auto
}

@media screen and (max-width: 1279px) {
    .my-account .page-title h1 {
        font-size: 60px;
        line-height: normal
    }
}

@media screen and (max-width: 1023px) {
    .my-account .page-title h1 {
        font-size: 40px;
        line-height: normal
    }
}

@media screen and (max-width: 767px) {
    .my-account .page-title h1 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 20px
    }

    .my-account .page-title a {
        margin: 0 14px 20px 14px
    }

    .my-account a {
        font-size: 10px !important
    }

    .my-account .order-date span {
        font-size: 12px
    }

    .my-account .order-info-box .col-1, .my-account .order-info-box .col-2 {
        width: 50%;
        float: left;
        padding-left: 0
    }

    .my-account .order-info-box .col-1 .box-title h2, .my-account .order-info-box .col-2 .box-title h2 {
        font-size: 12px
    }

    .my-account .order-info-box .col-1 .box-content, .my-account .order-info-box .col-2 .box-content {
        font-size: 11px
    }

    .my-account .order-info-box .col-1 .box-content address, .my-account .order-info-box .col-1 .box-content p, .my-account .order-info-box .col-2 .box-content address, .my-account .order-info-box .col-2 .box-content p {
        font-size: 11px
    }

    .my-account .order-info-box .col-1 .box.box-payment, .my-account .order-info-box .col-2 .box.box-payment {
        margin-top: 0
    }

    .my-account .order-info-box .col-2 {
        padding-left: 5%
    }

    .sales-order-invoice .main-container .col-main, .sales-order-shipment .main-container .col-main, .sales-order-view .main-container .col-main {
        padding-top: 30px
    }

    .sales-order-invoice .my-account #order-info-tabs li, .sales-order-shipment .my-account #order-info-tabs li, .sales-order-view .my-account #order-info-tabs li {
        font-size: 20px
    }

    .sales-order-invoice .my-account #order-info-tabs li.last a, .sales-order-shipment .my-account #order-info-tabs li.last a, .sales-order-view .my-account #order-info-tabs li.last a {
        margin-right: 0
    }

    .sales-order-invoice .my-account .table-caption, .sales-order-shipment .my-account .table-caption, .sales-order-view .my-account .table-caption {
        padding-bottom: 10px
    }

    .sales-order-invoice .my-account, .sales-order-shipment .my-account, .sales-order-view .my-account {
        padding: 0 20px
    }

    .sales-order-invoice .my-account #order-info-tabs li.current, .sales-order-shipment .my-account #order-info-tabs li.current, .sales-order-view .my-account #order-info-tabs li.current {
        display: block;
        width: 100%
    }

    .sales-order-invoice .my-account .order-details .sub-title, .sales-order-shipment .my-account .order-details .sub-title {
        font-size: 12px
    }

    .sales-order-invoice .my-account .order-details .separator, .sales-order-shipment .my-account .order-details .separator {
        padding: 0
    }

    .sales-order-invoice .my-account .order-details .link-print, .sales-order-shipment .my-account .order-details .link-print {
        margin-right: 0;
        margin-left: 0
    }

    .sales-order-shipment .order-details .tracking-table td, .sales-order-shipment .order-details .tracking-table th {
        font-size: 12px
    }

    .sales-order-shipment .my-account .order-links a {
        letter-spacing: .08em
    }

    .my-account #my-orders-table, .my-account .custom-table {
        display: block
    }

    .my-account #my-orders-table tbody, .my-account .custom-table tbody {
        padding: 10px 0
    }

    .my-account #my-orders-table tbody tr, .my-account .custom-table tbody tr {
        border: 0
    }

    .my-account #my-orders-table tbody td, .my-account .custom-table tbody td {
        text-align: left !important;
        font-size: 12px;
        padding: 10px 0 10px 50% !important;
        position: relative;
        line-height: normal
    }

    .my-account #my-orders-table tbody td:before, .my-account .custom-table tbody td:before {
        position: absolute;
        width: 45%;
        top: 10px;
        left: 0;
        font-size: 11px;
        text-align: left;
        display: block
    }

    .my-account #my-orders-table tbody td:after, .my-account .custom-table tbody td:after {
        content: ":";
        position: absolute;
        width: 46%;
        top: 10px;
        left: 0;
        font-size: 12px;
        text-align: right;
        font-weight: 700
    }

    .my-account #my-orders-table tbody td.prodcut-name h3.product-name, .my-account .custom-table tbody td.prodcut-name h3.product-name {
        font-size: 12px;
        letter-spacing: normal;
        text-transform: capitalize;
        padding: 0
    }

    .my-account #my-orders-table tbody td.prodcut-name:before, .my-account .custom-table tbody td.prodcut-name:before {
        content: "PRODUCT NAME" !important
    }

    .my-account #my-orders-table tbody td.prodcut-sku:before, .my-account .custom-table tbody td.prodcut-sku:before {
        content: "SKU"
    }

    .my-account #my-orders-table tbody td.prodcut-price:before, .my-account .custom-table tbody td.prodcut-price:before {
        content: "PRICE"
    }

    .my-account #my-orders-table tbody td.prodcut-qty:before, .my-account .custom-table tbody td.prodcut-qty:before {
        content: "QTY INVOICED"
    }

    .my-account #my-orders-table tbody td.prodcut-total-price:before, .my-account .custom-table tbody td.prodcut-total-price:before {
        content: "SUBTOTAL"
    }

    .my-account #my-orders-table tbody td .price-excl-tax .cart-price, .my-account .custom-table tbody td .price-excl-tax .cart-price {
        text-align: left
    }

    .my-account #my-orders-table tfoot tr:after, .my-account .custom-table tfoot tr:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }

    .my-account #my-orders-table tfoot tr td, .my-account .custom-table tfoot tr td {
        width: 40%;
        float: left;
        text-transform: uppercase !important;
        font-size: 12px;
        padding: 14px 0 12px 0 !important
    }

    .my-account #my-orders-table tfoot tr td:first-child, .my-account .custom-table tfoot tr td:first-child {
        width: 60%
    }

    .my-account #my-orders-table tfoot tr td:last-child, .my-account .custom-table tfoot tr td:last-child {
        padding-right: 0
    }

    .shipping-tracking-popup #profiler_section, .shipping-tracking-popup > a {
        padding: 0 25px
    }

    .shipping-tracking-popup .tracking-page-popup .page-title h1 {
        font-size: 28px
    }

    .cart-button-row .shipping-tracking-popup .tracking-page-popup .btn-continue, .shipping-tracking-popup .tracking-page-popup .button, .shipping-tracking-popup .tracking-page-popup .button-big, .shipping-tracking-popup .tracking-page-popup .button-expand-collapse, .shipping-tracking-popup .tracking-page-popup .button-loader, .shipping-tracking-popup .tracking-page-popup .button-outline, .shipping-tracking-popup .tracking-page-popup .button-outline-big, .shipping-tracking-popup .tracking-page-popup .button-outline-white, .shipping-tracking-popup .tracking-page-popup .button-small, .shipping-tracking-popup .tracking-page-popup .button-small-outline, .shipping-tracking-popup .tracking-page-popup .button-small-outline-white, .shipping-tracking-popup .tracking-page-popup .button-transparent, .shipping-tracking-popup .tracking-page-popup .button2, .shipping-tracking-popup .tracking-page-popup .cart-button-row .btn-continue, .shipping-tracking-popup .tracking-page-popup .navigation-button {
        font-size: 10px;
        min-height: inherit;
        padding: 5px 20px;
        line-height: 20px
    }

    .shipping-tracking-popup .tracking-page-popup .tracking-table-popup tbody td, .shipping-tracking-popup .tracking-page-popup .tracking-table-popup tbody th {
        font-size: 10px
    }

    .shipping-tracking-popup .tracking-page-popup .tracking-table-popup tbody td a, .shipping-tracking-popup .tracking-page-popup .tracking-table-popup tbody th a {
        font-size: 8px;
        margin: 0
    }

    .shipping-tracking-popup #profiler_section {
        font-size: 12px
    }

    .shipping-tracking-popup #profiler_section pre {
        white-space: normal
    }

    .confirm-msg-container {
        padding: 10px !important
    }
}

.aw-recurring-customer-index .main-container, .aw-recurring-customer-skip .main-container, .aw-recurring-customer-view .main-container, .customer-account-edit .main-container, .customer-account-index .main-container, .customer-address-form .main-container, .customer-address-index .main-container, .customer-paymentinfo-index .main-container, .enterprise-giftcardaccount-customer-index .main-container, .kind-snackclub-customer-cancelmodal .main-container, .kind-snackclub-customer-index .main-container, .kind-snackclub-customer-skip .main-container, .kind-snackclub-customer-view .main-container, .review-customer-index .main-container, .review-customer-view .main-container, .sales-order-history .main-container, .sales-order-invoice .main-container, .sales-order-shipment .main-container, .sales-order-view .main-container, .sales-recurring-profile-index .main-container {
    position: relative;
    min-height: calc(100vh - 340px)
}

.aw-recurring-customer-index .col-main, .aw-recurring-customer-skip .col-main, .aw-recurring-customer-view .col-main, .customer-account-edit .col-main, .customer-account-index .col-main, .customer-address-form .col-main, .customer-address-index .col-main, .customer-paymentinfo-index .col-main, .enterprise-giftcardaccount-customer-index .col-main, .kind-snackclub-customer-cancelmodal .col-main, .kind-snackclub-customer-index .col-main, .kind-snackclub-customer-skip .col-main, .kind-snackclub-customer-view .col-main, .review-customer-index .col-main, .review-customer-view .col-main, .sales-order-history .col-main, .sales-order-invoice .col-main, .sales-order-shipment .col-main, .sales-order-view .col-main, .sales-recurring-profile-index .col-main {
    padding-left: 192px;
    width: 100%
}

.aw-recurring-customer-index .col-main a:hover, .aw-recurring-customer-skip .col-main a:hover, .aw-recurring-customer-view .col-main a:hover, .customer-account-edit .col-main a:hover, .customer-account-index .col-main a:hover, .customer-address-form .col-main a:hover, .customer-address-index .col-main a:hover, .customer-paymentinfo-index .col-main a:hover, .enterprise-giftcardaccount-customer-index .col-main a:hover, .kind-snackclub-customer-cancelmodal .col-main a:hover, .kind-snackclub-customer-index .col-main a:hover, .kind-snackclub-customer-skip .col-main a:hover, .kind-snackclub-customer-view .col-main a:hover, .review-customer-index .col-main a:hover, .review-customer-view .col-main a:hover, .sales-order-history .col-main a:hover, .sales-order-invoice .col-main a:hover, .sales-order-shipment .col-main a:hover, .sales-order-view .col-main a:hover, .sales-recurring-profile-index .col-main a:hover {
    color: #777 !important;
    border-color: #777 !important
}

.aw-recurring-customer-index .sidebar, .aw-recurring-customer-skip .sidebar, .aw-recurring-customer-view .sidebar, .customer-account-edit .sidebar, .customer-account-index .sidebar, .customer-address-form .sidebar, .customer-address-index .sidebar, .customer-paymentinfo-index .sidebar, .enterprise-giftcardaccount-customer-index .sidebar, .kind-snackclub-customer-cancelmodal .sidebar, .kind-snackclub-customer-index .sidebar, .kind-snackclub-customer-skip .sidebar, .kind-snackclub-customer-view .sidebar, .review-customer-index .sidebar, .review-customer-view .sidebar, .sales-order-history .sidebar, .sales-order-invoice .sidebar, .sales-order-shipment .sidebar, .sales-order-view .sidebar, .sales-recurring-profile-index .sidebar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f2f2f2;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 192px;
    padding: 64px 32px
}

.aw-recurring-customer-index .sidebar .block-title, .aw-recurring-customer-skip .sidebar .block-title, .aw-recurring-customer-view .sidebar .block-title, .customer-account-edit .sidebar .block-title, .customer-account-index .sidebar .block-title, .customer-address-form .sidebar .block-title, .customer-address-index .sidebar .block-title, .customer-paymentinfo-index .sidebar .block-title, .enterprise-giftcardaccount-customer-index .sidebar .block-title, .kind-snackclub-customer-cancelmodal .sidebar .block-title, .kind-snackclub-customer-index .sidebar .block-title, .kind-snackclub-customer-skip .sidebar .block-title, .kind-snackclub-customer-view .sidebar .block-title, .review-customer-index .sidebar .block-title, .review-customer-view .sidebar .block-title, .sales-order-history .sidebar .block-title, .sales-order-invoice .sidebar .block-title, .sales-order-shipment .sidebar .block-title, .sales-order-view .sidebar .block-title, .sales-recurring-profile-index .sidebar .block-title {
    margin-bottom: 15px
}

.aw-recurring-customer-index .sidebar .sidebar-title, .aw-recurring-customer-skip .sidebar .sidebar-title, .aw-recurring-customer-view .sidebar .sidebar-title, .customer-account-edit .sidebar .sidebar-title, .customer-account-index .sidebar .sidebar-title, .customer-address-form .sidebar .sidebar-title, .customer-address-index .sidebar .sidebar-title, .customer-paymentinfo-index .sidebar .sidebar-title, .enterprise-giftcardaccount-customer-index .sidebar .sidebar-title, .kind-snackclub-customer-cancelmodal .sidebar .sidebar-title, .kind-snackclub-customer-index .sidebar .sidebar-title, .kind-snackclub-customer-skip .sidebar .sidebar-title, .kind-snackclub-customer-view .sidebar .sidebar-title, .review-customer-index .sidebar .sidebar-title, .review-customer-view .sidebar .sidebar-title, .sales-order-history .sidebar .sidebar-title, .sales-order-invoice .sidebar .sidebar-title, .sales-order-shipment .sidebar .sidebar-title, .sales-order-view .sidebar .sidebar-title, .sales-recurring-profile-index .sidebar .sidebar-title {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -1.1px;
    margin-bottom: 8px
}

.aw-recurring-customer-index .sidebar .block-banner, .aw-recurring-customer-skip .sidebar .block-banner, .aw-recurring-customer-view .sidebar .block-banner, .customer-account-edit .sidebar .block-banner, .customer-account-index .sidebar .block-banner, .customer-address-form .sidebar .block-banner, .customer-address-index .sidebar .block-banner, .customer-paymentinfo-index .sidebar .block-banner, .enterprise-giftcardaccount-customer-index .sidebar .block-banner, .kind-snackclub-customer-cancelmodal .sidebar .block-banner, .kind-snackclub-customer-index .sidebar .block-banner, .kind-snackclub-customer-skip .sidebar .block-banner, .kind-snackclub-customer-view .sidebar .block-banner, .review-customer-index .sidebar .block-banner, .review-customer-view .sidebar .block-banner, .sales-order-history .sidebar .block-banner, .sales-order-invoice .sidebar .block-banner, .sales-order-shipment .sidebar .block-banner, .sales-order-view .sidebar .block-banner, .sales-recurring-profile-index .sidebar .block-banner {
    display: none;
    visibility: hidden
}

.aw-recurring-customer-index .sidebar .block-account li a, .aw-recurring-customer-index .sidebar .block-account li strong, .aw-recurring-customer-skip .sidebar .block-account li a, .aw-recurring-customer-skip .sidebar .block-account li strong, .aw-recurring-customer-view .sidebar .block-account li a, .aw-recurring-customer-view .sidebar .block-account li strong, .customer-account-edit .sidebar .block-account li a, .customer-account-edit .sidebar .block-account li strong, .customer-account-index .sidebar .block-account li a, .customer-account-index .sidebar .block-account li strong, .customer-address-form .sidebar .block-account li a, .customer-address-form .sidebar .block-account li strong, .customer-address-index .sidebar .block-account li a, .customer-address-index .sidebar .block-account li strong, .customer-paymentinfo-index .sidebar .block-account li a, .customer-paymentinfo-index .sidebar .block-account li strong, .enterprise-giftcardaccount-customer-index .sidebar .block-account li a, .enterprise-giftcardaccount-customer-index .sidebar .block-account li strong, .kind-snackclub-customer-cancelmodal .sidebar .block-account li a, .kind-snackclub-customer-cancelmodal .sidebar .block-account li strong, .kind-snackclub-customer-index .sidebar .block-account li a, .kind-snackclub-customer-index .sidebar .block-account li strong, .kind-snackclub-customer-skip .sidebar .block-account li a, .kind-snackclub-customer-skip .sidebar .block-account li strong, .kind-snackclub-customer-view .sidebar .block-account li a, .kind-snackclub-customer-view .sidebar .block-account li strong, .review-customer-index .sidebar .block-account li a, .review-customer-index .sidebar .block-account li strong, .review-customer-view .sidebar .block-account li a, .review-customer-view .sidebar .block-account li strong, .sales-order-history .sidebar .block-account li a, .sales-order-history .sidebar .block-account li strong, .sales-order-invoice .sidebar .block-account li a, .sales-order-invoice .sidebar .block-account li strong, .sales-order-shipment .sidebar .block-account li a, .sales-order-shipment .sidebar .block-account li strong, .sales-order-view .sidebar .block-account li a, .sales-order-view .sidebar .block-account li strong, .sales-recurring-profile-index .sidebar .block-account li a, .sales-recurring-profile-index .sidebar .block-account li strong {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -.5px;
    opacity: .5;
    color: #000;
    text-decoration: none
}

.aw-recurring-customer-index .sidebar .block-account li.current a, .aw-recurring-customer-index .sidebar .block-account li.current strong, .aw-recurring-customer-skip .sidebar .block-account li.current a, .aw-recurring-customer-skip .sidebar .block-account li.current strong, .aw-recurring-customer-view .sidebar .block-account li.current a, .aw-recurring-customer-view .sidebar .block-account li.current strong, .customer-account-edit .sidebar .block-account li.current a, .customer-account-edit .sidebar .block-account li.current strong, .customer-account-index .sidebar .block-account li.current a, .customer-account-index .sidebar .block-account li.current strong, .customer-address-form .sidebar .block-account li.current a, .customer-address-form .sidebar .block-account li.current strong, .customer-address-index .sidebar .block-account li.current a, .customer-address-index .sidebar .block-account li.current strong, .customer-paymentinfo-index .sidebar .block-account li.current a, .customer-paymentinfo-index .sidebar .block-account li.current strong, .enterprise-giftcardaccount-customer-index .sidebar .block-account li.current a, .enterprise-giftcardaccount-customer-index .sidebar .block-account li.current strong, .kind-snackclub-customer-cancelmodal .sidebar .block-account li.current a, .kind-snackclub-customer-cancelmodal .sidebar .block-account li.current strong, .kind-snackclub-customer-index .sidebar .block-account li.current a, .kind-snackclub-customer-index .sidebar .block-account li.current strong, .kind-snackclub-customer-skip .sidebar .block-account li.current a, .kind-snackclub-customer-skip .sidebar .block-account li.current strong, .kind-snackclub-customer-view .sidebar .block-account li.current a, .kind-snackclub-customer-view .sidebar .block-account li.current strong, .review-customer-index .sidebar .block-account li.current a, .review-customer-index .sidebar .block-account li.current strong, .review-customer-view .sidebar .block-account li.current a, .review-customer-view .sidebar .block-account li.current strong, .sales-order-history .sidebar .block-account li.current a, .sales-order-history .sidebar .block-account li.current strong, .sales-order-invoice .sidebar .block-account li.current a, .sales-order-invoice .sidebar .block-account li.current strong, .sales-order-shipment .sidebar .block-account li.current a, .sales-order-shipment .sidebar .block-account li.current strong, .sales-order-view .sidebar .block-account li.current a, .sales-order-view .sidebar .block-account li.current strong, .sales-recurring-profile-index .sidebar .block-account li.current a, .sales-recurring-profile-index .sidebar .block-account li.current strong {
    opacity: 1
}

@media (max-width: 1030px) {
    .aw-recurring-customer-index .sidebar, .aw-recurring-customer-skip .sidebar, .aw-recurring-customer-view .sidebar, .customer-account-edit .sidebar, .customer-account-index .sidebar, .customer-address-form .sidebar, .customer-address-index .sidebar, .customer-paymentinfo-index .sidebar, .enterprise-giftcardaccount-customer-index .sidebar, .kind-snackclub-customer-cancelmodal .sidebar, .kind-snackclub-customer-index .sidebar, .kind-snackclub-customer-skip .sidebar, .kind-snackclub-customer-view .sidebar, .review-customer-index .sidebar, .review-customer-view .sidebar, .sales-order-history .sidebar, .sales-order-invoice .sidebar, .sales-order-shipment .sidebar, .sales-order-view .sidebar, .sales-recurring-profile-index .sidebar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        padding: 24px 32px 32px;
        height: 80px;
        display: block
    }

    .aw-recurring-customer-index .sidebar .sidebar-title, .aw-recurring-customer-skip .sidebar .sidebar-title, .aw-recurring-customer-view .sidebar .sidebar-title, .customer-account-edit .sidebar .sidebar-title, .customer-account-index .sidebar .sidebar-title, .customer-address-form .sidebar .sidebar-title, .customer-address-index .sidebar .sidebar-title, .customer-paymentinfo-index .sidebar .sidebar-title, .enterprise-giftcardaccount-customer-index .sidebar .sidebar-title, .kind-snackclub-customer-cancelmodal .sidebar .sidebar-title, .kind-snackclub-customer-index .sidebar .sidebar-title, .kind-snackclub-customer-skip .sidebar .sidebar-title, .kind-snackclub-customer-view .sidebar .sidebar-title, .review-customer-index .sidebar .sidebar-title, .review-customer-view .sidebar .sidebar-title, .sales-order-history .sidebar .sidebar-title, .sales-order-invoice .sidebar .sidebar-title, .sales-order-shipment .sidebar .sidebar-title, .sales-order-view .sidebar .sidebar-title, .sales-recurring-profile-index .sidebar .sidebar-title {
        display: none
    }

    .aw-recurring-customer-index .sidebar .block-account .block-title, .aw-recurring-customer-skip .sidebar .block-account .block-title, .aw-recurring-customer-view .sidebar .block-account .block-title, .customer-account-edit .sidebar .block-account .block-title, .customer-account-index .sidebar .block-account .block-title, .customer-address-form .sidebar .block-account .block-title, .customer-address-index .sidebar .block-account .block-title, .customer-paymentinfo-index .sidebar .block-account .block-title, .enterprise-giftcardaccount-customer-index .sidebar .block-account .block-title, .kind-snackclub-customer-cancelmodal .sidebar .block-account .block-title, .kind-snackclub-customer-index .sidebar .block-account .block-title, .kind-snackclub-customer-skip .sidebar .block-account .block-title, .kind-snackclub-customer-view .sidebar .block-account .block-title, .review-customer-index .sidebar .block-account .block-title, .review-customer-view .sidebar .block-account .block-title, .sales-order-history .sidebar .block-account .block-title, .sales-order-invoice .sidebar .block-account .block-title, .sales-order-shipment .sidebar .block-account .block-title, .sales-order-view .sidebar .block-account .block-title, .sales-recurring-profile-index .sidebar .block-account .block-title {
        display: none
    }

    .aw-recurring-customer-index .sidebar .block-account li, .aw-recurring-customer-skip .sidebar .block-account li, .aw-recurring-customer-view .sidebar .block-account li, .customer-account-edit .sidebar .block-account li, .customer-account-index .sidebar .block-account li, .customer-address-form .sidebar .block-account li, .customer-address-index .sidebar .block-account li, .customer-paymentinfo-index .sidebar .block-account li, .enterprise-giftcardaccount-customer-index .sidebar .block-account li, .kind-snackclub-customer-cancelmodal .sidebar .block-account li, .kind-snackclub-customer-index .sidebar .block-account li, .kind-snackclub-customer-skip .sidebar .block-account li, .kind-snackclub-customer-view .sidebar .block-account li, .review-customer-index .sidebar .block-account li, .review-customer-view .sidebar .block-account li, .sales-order-history .sidebar .block-account li, .sales-order-invoice .sidebar .block-account li, .sales-order-shipment .sidebar .block-account li, .sales-order-view .sidebar .block-account li, .sales-recurring-profile-index .sidebar .block-account li {
        margin-bottom: 16px
    }

    .aw-recurring-customer-index .sidebar .block-account li:not(.current), .aw-recurring-customer-skip .sidebar .block-account li:not(.current), .aw-recurring-customer-view .sidebar .block-account li:not(.current), .customer-account-edit .sidebar .block-account li:not(.current), .customer-account-index .sidebar .block-account li:not(.current), .customer-address-form .sidebar .block-account li:not(.current), .customer-address-index .sidebar .block-account li:not(.current), .customer-paymentinfo-index .sidebar .block-account li:not(.current), .enterprise-giftcardaccount-customer-index .sidebar .block-account li:not(.current), .kind-snackclub-customer-cancelmodal .sidebar .block-account li:not(.current), .kind-snackclub-customer-index .sidebar .block-account li:not(.current), .kind-snackclub-customer-skip .sidebar .block-account li:not(.current), .kind-snackclub-customer-view .sidebar .block-account li:not(.current), .review-customer-index .sidebar .block-account li:not(.current), .review-customer-view .sidebar .block-account li:not(.current), .sales-order-history .sidebar .block-account li:not(.current), .sales-order-invoice .sidebar .block-account li:not(.current), .sales-order-shipment .sidebar .block-account li:not(.current), .sales-order-view .sidebar .block-account li:not(.current), .sales-recurring-profile-index .sidebar .block-account li:not(.current) {
        display: none
    }

    .aw-recurring-customer-index .sidebar .block-reorder, .aw-recurring-customer-skip .sidebar .block-reorder, .aw-recurring-customer-view .sidebar .block-reorder, .customer-account-edit .sidebar .block-reorder, .customer-account-index .sidebar .block-reorder, .customer-address-form .sidebar .block-reorder, .customer-address-index .sidebar .block-reorder, .customer-paymentinfo-index .sidebar .block-reorder, .enterprise-giftcardaccount-customer-index .sidebar .block-reorder, .kind-snackclub-customer-cancelmodal .sidebar .block-reorder, .kind-snackclub-customer-index .sidebar .block-reorder, .kind-snackclub-customer-skip .sidebar .block-reorder, .kind-snackclub-customer-view .sidebar .block-reorder, .review-customer-index .sidebar .block-reorder, .review-customer-view .sidebar .block-reorder, .sales-order-history .sidebar .block-reorder, .sales-order-invoice .sidebar .block-reorder, .sales-order-shipment .sidebar .block-reorder, .sales-order-view .sidebar .block-reorder, .sales-recurring-profile-index .sidebar .block-reorder {
        display: none
    }

    .aw-recurring-customer-index .sidebar .block-account:after, .aw-recurring-customer-skip .sidebar .block-account:after, .aw-recurring-customer-view .sidebar .block-account:after, .customer-account-edit .sidebar .block-account:after, .customer-account-index .sidebar .block-account:after, .customer-address-form .sidebar .block-account:after, .customer-address-index .sidebar .block-account:after, .customer-paymentinfo-index .sidebar .block-account:after, .enterprise-giftcardaccount-customer-index .sidebar .block-account:after, .kind-snackclub-customer-cancelmodal .sidebar .block-account:after, .kind-snackclub-customer-index .sidebar .block-account:after, .kind-snackclub-customer-skip .sidebar .block-account:after, .kind-snackclub-customer-view .sidebar .block-account:after, .review-customer-index .sidebar .block-account:after, .review-customer-view .sidebar .block-account:after, .sales-order-history .sidebar .block-account:after, .sales-order-invoice .sidebar .block-account:after, .sales-order-shipment .sidebar .block-account:after, .sales-order-view .sidebar .block-account:after, .sales-recurring-profile-index .sidebar .block-account:after {
        content: "";
        display: block;
        background: url(../images/arrow-down-black.svg) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 32px;
        right: 32px
    }

    .aw-recurring-customer-index .col-main, .aw-recurring-customer-skip .col-main, .aw-recurring-customer-view .col-main, .customer-account-edit .col-main, .customer-account-index .col-main, .customer-address-form .col-main, .customer-address-index .col-main, .customer-paymentinfo-index .col-main, .enterprise-giftcardaccount-customer-index .col-main, .kind-snackclub-customer-cancelmodal .col-main, .kind-snackclub-customer-index .col-main, .kind-snackclub-customer-skip .col-main, .kind-snackclub-customer-view .col-main, .review-customer-index .col-main, .review-customer-view .col-main, .sales-order-history .col-main, .sales-order-invoice .col-main, .sales-order-shipment .col-main, .sales-order-view .col-main, .sales-recurring-profile-index .col-main {
        padding-left: 0;
        padding-top: 80px
    }

    .aw-recurring-customer-index .expanded .col-main, .aw-recurring-customer-skip .expanded .col-main, .aw-recurring-customer-view .expanded .col-main, .customer-account-edit .expanded .col-main, .customer-account-index .expanded .col-main, .customer-address-form .expanded .col-main, .customer-address-index .expanded .col-main, .customer-paymentinfo-index .expanded .col-main, .enterprise-giftcardaccount-customer-index .expanded .col-main, .kind-snackclub-customer-cancelmodal .expanded .col-main, .kind-snackclub-customer-index .expanded .col-main, .kind-snackclub-customer-skip .expanded .col-main, .kind-snackclub-customer-view .expanded .col-main, .review-customer-index .expanded .col-main, .review-customer-view .expanded .col-main, .sales-order-history .expanded .col-main, .sales-order-invoice .expanded .col-main, .sales-order-shipment .expanded .col-main, .sales-order-view .expanded .col-main, .sales-recurring-profile-index .expanded .col-main {
        padding-top: 425px
    }

    .aw-recurring-customer-index .expanded .sidebar, .aw-recurring-customer-skip .expanded .sidebar, .aw-recurring-customer-view .expanded .sidebar, .customer-account-edit .expanded .sidebar, .customer-account-index .expanded .sidebar, .customer-address-form .expanded .sidebar, .customer-address-index .expanded .sidebar, .customer-paymentinfo-index .expanded .sidebar, .enterprise-giftcardaccount-customer-index .expanded .sidebar, .kind-snackclub-customer-cancelmodal .expanded .sidebar, .kind-snackclub-customer-index .expanded .sidebar, .kind-snackclub-customer-skip .expanded .sidebar, .kind-snackclub-customer-view .expanded .sidebar, .review-customer-index .expanded .sidebar, .review-customer-view .expanded .sidebar, .sales-order-history .expanded .sidebar, .sales-order-invoice .expanded .sidebar, .sales-order-shipment .expanded .sidebar, .sales-order-view .expanded .sidebar, .sales-recurring-profile-index .expanded .sidebar {
        height: 428px
    }

    .aw-recurring-customer-index .expanded .sidebar .block-account:after, .aw-recurring-customer-skip .expanded .sidebar .block-account:after, .aw-recurring-customer-view .expanded .sidebar .block-account:after, .customer-account-edit .expanded .sidebar .block-account:after, .customer-account-index .expanded .sidebar .block-account:after, .customer-address-form .expanded .sidebar .block-account:after, .customer-address-index .expanded .sidebar .block-account:after, .customer-paymentinfo-index .expanded .sidebar .block-account:after, .enterprise-giftcardaccount-customer-index .expanded .sidebar .block-account:after, .kind-snackclub-customer-cancelmodal .expanded .sidebar .block-account:after, .kind-snackclub-customer-index .expanded .sidebar .block-account:after, .kind-snackclub-customer-skip .expanded .sidebar .block-account:after, .kind-snackclub-customer-view .expanded .sidebar .block-account:after, .review-customer-index .expanded .sidebar .block-account:after, .review-customer-view .expanded .sidebar .block-account:after, .sales-order-history .expanded .sidebar .block-account:after, .sales-order-invoice .expanded .sidebar .block-account:after, .sales-order-shipment .expanded .sidebar .block-account:after, .sales-order-view .expanded .sidebar .block-account:after, .sales-recurring-profile-index .expanded .sidebar .block-account:after {
        top: 16px;
        right: 42px;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .aw-recurring-customer-index .expanded .sidebar .block-account li, .aw-recurring-customer-skip .expanded .sidebar .block-account li, .aw-recurring-customer-view .expanded .sidebar .block-account li, .customer-account-edit .expanded .sidebar .block-account li, .customer-account-index .expanded .sidebar .block-account li, .customer-address-form .expanded .sidebar .block-account li, .customer-address-index .expanded .sidebar .block-account li, .customer-paymentinfo-index .expanded .sidebar .block-account li, .enterprise-giftcardaccount-customer-index .expanded .sidebar .block-account li, .kind-snackclub-customer-cancelmodal .expanded .sidebar .block-account li, .kind-snackclub-customer-index .expanded .sidebar .block-account li, .kind-snackclub-customer-skip .expanded .sidebar .block-account li, .kind-snackclub-customer-view .expanded .sidebar .block-account li, .review-customer-index .expanded .sidebar .block-account li, .review-customer-view .expanded .sidebar .block-account li, .sales-order-history .expanded .sidebar .block-account li, .sales-order-invoice .expanded .sidebar .block-account li, .sales-order-shipment .expanded .sidebar .block-account li, .sales-order-view .expanded .sidebar .block-account li, .sales-recurring-profile-index .expanded .sidebar .block-account li {
        display: block !important
    }
}

.block-account {
    text-transform: lowercase;
    font-weight: 700
}

.customer-address-index .addresses-list .address-title {
    margin-bottom: 5px;
    margin-top: 25px;
    display: inline-block
}

.customer-address-index .addresses-list .addresses-additional {
    margin-bottom: 5px;
    margin-top: 55px;
    display: inline-block
}

.customer-address-index .addresses-list .box-title h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -1.2px;
    color: #000
}

.customer-address-index .addresses-list .box-content {
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
    margin-top: 32px;
    padding: 32px;
    width: 440px;
    float: left;
    position: relative;
    margin-right: 67px
}

.customer-address-index .addresses-list .box-content .box-title h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    margin-bottom: 18px
}

.customer-address-index .addresses-list .box-content .edit_address_button {
    position: absolute;
    top: 12px;
    right: 32px
}

.customer-address-index .addresses-list .box-content .edit_address_button a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: #000;
    text-decoration: none
}

.customer-address-index .addresses-list .box-content address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.customer-address-index .addresses-list .box-content p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.customer-address-index .addresses-list .global-address-additional .row-address-additional {
    position: relative;
    margin-bottom: 20px
}

.customer-address-index .addresses-list .global-address-additional .row-address-additional .edit_address_button {
    top: 0
}

.customer-address-index .addresses-list .global-address-additional .row-address-additional .edit_address_button a {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .customer-address-index .addresses-list .global-address-additional .row-address-additional .edit_address_button {
        top: 20px;
        right: 0
    }
}

@media (max-width: 424px) {
    .customer-address-index .addresses-list .global-address-additional .row-address-additional .edit_address_button {
        position: relative
    }

    .customer-address-index .addresses-list .global-address-additional .row-address-additional .edit_address_button a {
        margin-right: 20px;
        margin-left: 20px
    }
}

.cart-button-row .customer-address-index .main-container .btn-continue, .customer-address-index .main-container .button, .customer-address-index .main-container .button-big, .customer-address-index .main-container .button-expand-collapse, .customer-address-index .main-container .button-loader, .customer-address-index .main-container .button-outline, .customer-address-index .main-container .button-outline-big, .customer-address-index .main-container .button-outline-white, .customer-address-index .main-container .button-small, .customer-address-index .main-container .button-small-outline, .customer-address-index .main-container .button-small-outline-white, .customer-address-index .main-container .button-transparent, .customer-address-index .main-container .button2, .customer-address-index .main-container .cart-button-row .btn-continue, .customer-address-index .main-container .navigation-button {
    margin-top: 30px;
    margin-bottom: 60px
}

.customer-address-index .main-container .back-link {
    margin-top: 20px
}

.customer-address-index .main-container .back-link:before {
    content: '';
    background: url(/skin/frontend/kind/enterprise/images/arrow-down-black.svg);
    width: 12px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.customer-address-index .main-container .back-link a {
    text-decoration: none
}

.customer-address-form .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    max-width: 960px;
    border-bottom: 2px solid #e6e6e6;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    margin-bottom: 20px
}

.customer-address-form #form-validate {
    padding: 0;
    max-width: 512px;
    margin: auto
}

.customer-address-form #form-validate .legend {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000;
    margin-bottom: 20px
}

.customer-address-form #form-validate .legend .required {
    display: inline-block;
    margin-left: 10px;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #000
}

.customer-address-form .back-link {
    margin-bottom: 60px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1385px) {
    .customer-address-index .addresses-list .box-content {
        max-width: 45%;
        margin-right: 2.5%
    }
}

@media (max-width: 1199px) {
    .customer-address-index .addresses-list .box-content {
        max-width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .customer-address-index .addresses-list .box-content {
        width: 100%
    }

    .customer-address-index .addresses-list .box-content .box-title h3 {
        margin-top: 20px
    }

    .customer-address-index .addresses-list .box-content address {
        margin-top: 20px
    }
}

@media (max-width: 424px) {
    .customer-address-form #form-validate .legend .required {
        width: 100%;
        margin-left: 0
    }
}

@media (min-width: 1031px) {
    .customer-address-form .back-link {
        position: absolute;
        top: 16px;
        margin-bottom: 60px
    }

    .customer-address-form .back-link a {
        margin: 0 !important
    }

    .customer-address-form .col-main {
        margin-bottom: 60px
    }

    .customer-address-index .back-link {
        position: absolute;
        top: 0;
        margin-bottom: 60px
    }

    .customer-address-index .back-link a {
        margin: 0 !important
    }

    .customer-address-index .col-main {
        margin-bottom: 60px
    }
}

.customer-account-edit .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px !important;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 60px
}

.customer-account-edit .page-title h2 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000
}

.customer-account-edit .page-title h2 .required {
    display: inline-block;
    margin-left: 15px;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: right;
    color: #000
}

.customer-account-edit form .legend {
    text-transform: lowercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.customer-account-edit form input {
    -webkit-border-radius: 0
}

.customer-account-edit #changepasswordbox input {
    outline: 0 !important
}

.customer-account-edit .buttons-set {
    max-width: 512px;
    margin: auto
}

.cart-button-row .customer-account-edit .buttons-set .btn-continue, .customer-account-edit .buttons-set .button, .customer-account-edit .buttons-set .button-big, .customer-account-edit .buttons-set .button-expand-collapse, .customer-account-edit .buttons-set .button-loader, .customer-account-edit .buttons-set .button-outline, .customer-account-edit .buttons-set .button-outline-big, .customer-account-edit .buttons-set .button-outline-white, .customer-account-edit .buttons-set .button-small, .customer-account-edit .buttons-set .button-small-outline, .customer-account-edit .buttons-set .button-small-outline-white, .customer-account-edit .buttons-set .button-transparent, .customer-account-edit .buttons-set .button2, .customer-account-edit .buttons-set .cart-button-row .btn-continue, .customer-account-edit .buttons-set .navigation-button {
    margin-top: 24px
}

.customer-account-edit .buttons-set .back-link {
    margin-bottom: 60px
}

.customer-account-edit .fieldset {
    max-width: 512px;
    margin: auto
}

.customer-account-edit .back-link {
    max-width: 512px;
    margin: auto;
    margin-bottom: 60px
}

@media (max-width: 820px) {
    .customer-account-edit .page-title h1 {
        font-size: 60px !important
    }

    .customer-account-edit .customer-name .field {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0 !important
    }

    .cart-button-row .customer-account-edit .btn-continue, .customer-account-edit .button, .customer-account-edit .button-big, .customer-account-edit .button-expand-collapse, .customer-account-edit .button-loader, .customer-account-edit .button-outline, .customer-account-edit .button-outline-big, .customer-account-edit .button-outline-white, .customer-account-edit .button-small, .customer-account-edit .button-small-outline, .customer-account-edit .button-small-outline-white, .customer-account-edit .button-transparent, .customer-account-edit .button2, .customer-account-edit .cart-button-row .btn-continue, .customer-account-edit .navigation-button {
        margin-top: 24px;
        margin-bottom: 60px
    }
}

@media (max-width: 425px) {
    .customer-account-edit .page-title h2 .required {
        width: 100%;
        text-align: center;
        margin-left: 0
    }
}

@media (min-width: 1031px) {
    .customer-account-edit .buttons-set {
        max-width: 512px;
        margin: auto
    }

    .cart-button-row .customer-account-edit .buttons-set .btn-continue, .customer-account-edit .buttons-set .button, .customer-account-edit .buttons-set .button-big, .customer-account-edit .buttons-set .button-expand-collapse, .customer-account-edit .buttons-set .button-loader, .customer-account-edit .buttons-set .button-outline, .customer-account-edit .buttons-set .button-outline-big, .customer-account-edit .buttons-set .button-outline-white, .customer-account-edit .buttons-set .button-small, .customer-account-edit .buttons-set .button-small-outline, .customer-account-edit .buttons-set .button-small-outline-white, .customer-account-edit .buttons-set .button-transparent, .customer-account-edit .buttons-set .button2, .customer-account-edit .buttons-set .cart-button-row .btn-continue, .customer-account-edit .buttons-set .navigation-button {
        margin-top: 24px;
        margin-bottom: 60px
    }

    .customer-account-edit .buttons-set .back-link {
        position: absolute;
        top: 2px;
        left: 195px
    }
}

.cart-button-row div#subscription_frequency button.update-frequency.btn-continue, div#subscription_frequency .cart-button-row button.update-frequency.btn-continue, div#subscription_frequency button.button.update-frequency, div#subscription_frequency button.update-frequency.button-big, div#subscription_frequency button.update-frequency.button-expand-collapse, div#subscription_frequency button.update-frequency.button-loader, div#subscription_frequency button.update-frequency.button-outline, div#subscription_frequency button.update-frequency.button-outline-big, div#subscription_frequency button.update-frequency.button-outline-white, div#subscription_frequency button.update-frequency.button-small, div#subscription_frequency button.update-frequency.button-small-outline, div#subscription_frequency button.update-frequency.button-small-outline-white, div#subscription_frequency button.update-frequency.button-transparent, div#subscription_frequency button.update-frequency.button2, div#subscription_frequency button.update-frequency.navigation-button {
    position: relative;
    left: 300px;
    top: -45px
}

.enterprise-giftcardaccount-customer-index .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    margin-bottom: 72px
}

.enterprise-giftcardaccount-customer-index .page-title hr {
    width: 960px;
    height: 2px;
    border: solid 1px #000;
    margin-bottom: 24px;
    max-width: 100%;
    opacity: .1
}

.enterprise-giftcardaccount-customer-index #giftcard-form {
    max-width: 512px;
    margin: auto
}

.enterprise-giftcardaccount-customer-index #giftcard-form div.fieldset ul li label {
    height: 14px;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #000
}

.enterprise-giftcardaccount-customer-index #giftcard-form div.fieldset ul li div {
    margin-bottom: 35px
}

.enterprise-giftcardaccount-customer-index #giftcard-form div.buttons-set.form-buttons.btn-only button:nth-child(1) {
    float: left;
    width: 44%;
    margin-right: 1%;
    padding: 0;
    line-height: 22px
}

.enterprise-giftcardaccount-customer-index #giftcard-form div.buttons-set.form-buttons.btn-only button:nth-child(2) {
    float: right;
    width: 55%;
    padding: 0;
    line-height: 22px
}

.review-customer-view .my-account {
    padding-left: 24px;
    padding-right: 24px
}

.review-customer-view .product-review {
    max-width: 960px;
    margin: auto
}

.review-customer-view .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -.050em;
    line-height: .8em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 70px;
    text-transform: lowercase;
    border-bottom: 1px solid #e5e5e5
}

.review-customer-view .back-link {
    margin-bottom: 60px
}

.review-customer-view .back-link a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0
}

.review-customer-view .product-img-box {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.review-customer-view .product-img-box .section-name {
    padding-top: 30px
}

.review-customer-view .product-img-box .product-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -.8px;
    color: #000;
    margin-bottom: 10px
}

.review-customer-view .product-img-box .product-image {
    float: left;
    margin-right: 24px
}

.review-customer-view .product-img-box .ratings-table h3 {
    text-align: left
}

.review-customer-view .product-details {
    margin-top: 20px
}

.review-customer-view .product-details dt {
    font-weight: 700
}

@media (min-width: 1031px) {
    .review-customer-view .back-link {
        position: absolute;
        left: 216px;
        top: 2px
    }
}

@media (max-width: 767px) {
    .review-customer-view .page-title h1 {
        font-size: 54px
    }
}

.review-customer-index .box-account .table-reviews .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.review-customer-index .box-account .table-reviews .row .date-review {
    text-align: center
}

.review-customer-index .box-account .table-reviews .row .action-review {
    text-align: left
}

@media screen and (min-width: 768px) {
    .review-customer-index .card-review {
        background-color: #fff;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
        margin-top: 32px;
        padding: 32px
    }

    .review-customer-index .pager-custom {
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .review-customer-index .table-reviews .row .col-lg-2.action-review {
        -webkit-flex-basis: 16.66%;
        -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%
    }
}

@media (min-width: 1030px) and (max-width: 1220px) {
    .review-customer-index .table-reviews .row .col-lg-2.product-review, .review-customer-index .table-reviews .row .col-lg-2.rating-review {
        -webkit-flex-basis: 25.667%;
        -ms-flex-preferred-size: 25.667%;
        flex-basis: 25.667%;
        max-width: 25.667%
    }

    .review-customer-index .table-reviews .row .col-lg-6.text-review {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        max-width: 32%
    }
}

@media screen and (max-width: 767px) {
    .review-customer-index .table-reviews .line-review {
        background-color: #fff;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
        margin-bottom: 24px;
        padding: 0 20px
    }

    .review-customer-index .table-reviews .rating-review .rating-box {
        margin-left: 24px
    }
}

@media (min-width: 1031px) {
    .review-customer-index .my-account {
        min-height: 270px
    }

    .review-customer-index .back-link {
        position: absolute;
        top: 16px;
        margin-bottom: 60px
    }

    .review-customer-index .back-link a {
        margin: 0 !important
    }

    .review-customer-index .col-main {
        margin-bottom: 60px
    }
}

.plp-badge {
    padding-top: 35px
}

.plp-badge p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000
}

.plp-badge p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 34px;
    height: 34px
}

.pdp-badge {
    margin-bottom: 29px
}

.pdp-badge p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.11;
    text-transform: lowercase;
    color: #0c0604
}

.badge-product {
    background: #edaa00;
    border-radius: 50%;
    position: absolute;
    width: 56px;
    height: 56px
}

.badge-product p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 0 5px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    color: #fff;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: lowercase
}

article.grid-item .badge-product {
    right: 20px;
    top: 50px
}

.minicart-items .minicart-item-image .badge-product {
    right: -15px
}

.cart-table .cart-column-image .badge-product {
    right: 0
}

@media screen and (min-width: 1025px) {
    .cart-table .cart-column-image {
        position: relative
    }
}

@media screen and (min-width: 768px) {
    .catalog-category-view .grid-item header, .catalogsearch-result-index .grid-item header {
        min-height: 65px
    }
}

.logout-success {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.logout-success img {
    display: -webkit-inline-box;
    margin-bottom: 50px
}

.logout-success h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 16px
}

.logout-success p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

@media screen and (max-width: 767px) {
    .logout-success h1 {
        font-size: 24px;
        line-height: 1.17;
        letter-spacing: -1.2px
    }
}

.customer-account-logoutsuccess .footer {
    display: none
}

.block-ingredients-list .section-header {
    margin-bottom: 130px
}

.block-ingredients-list .section-header .section-header-head {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.block-ingredients-list .section-header .section-header-subhead {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: .3px
}

.block-ingredients-list .headline-content .headline-item {
    margin-bottom: 300px
}

.block-ingredients-list .headline-content .headline-item:last-child {
    margin-bottom: 170px
}

.block-ingredients-list .headline-content .headline-item .headline-title {
    font-size: 288px;
    line-height: .2;
    letter-spacing: -14.4px
}

.block-ingredients-list .headline-content .components-content {
    margin: 0
}

.block-ingredients-list .headline-content .components-content .component-item {
    cursor: pointer;
    padding: 16px 0;
    margin-right: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.block-ingredients-list .headline-content .components-content .component-item:before {
    content: "";
    display: none
}

.block-ingredients-list .headline-content .components-content .component-item h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.3px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0
}

.block-ingredients-list .headline-content .components-content .component-item h3:after {
    content: "";
    display: block;
    background: url(../images/expand-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 6px 0 0 0
}

.block-ingredients-list .headline-content .components-content .component-item .description {
    display: none;
    text-align: justify;
    padding-right: 40px;
    padding-top: 16px
}

.block-ingredients-list .headline-content .components-content .component-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

@media (max-width: 767px) {
    .block-ingredients-list .section-header {
        margin-bottom: 0
    }

    .block-ingredients-list .headline-content .headline-item {
        margin-bottom: 20px
    }

    .block-ingredients-list .headline-content .headline-item .headline-title {
        text-align: center;
        line-height: 1
    }

    .block-ingredients-list .headline-content .components-content .component-item {
        margin-right: 0
    }
}

.component-tabbed-color-tout .section-header-tout {
    padding-bottom: 85px
}

.component-tabbed-color-tout .section-header-tout h1.title {
    line-height: 1.3;
    margin-bottom: 16px
}

.component-tabbed-color-tout .section-header-tout p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .3px;
    text-align: center;
    color: #000
}

.component-tabbed-color-tout .section-tab ul {
    text-align: center
}

.component-tabbed-color-tout .section-tab ul li {
    display: inline-block;
    margin-left: 48px;
    text-align: center
}

.component-tabbed-color-tout .section-tab ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: -.6px;
    text-align: center;
    color: rgba(0, 0, 0, .87);
    padding-bottom: 8px;
    text-decoration: none
}

.component-tabbed-color-tout .section-tab ul li.ui-state-active a, .component-tabbed-color-tout .section-tab ul li.ui-state-hover a {
    border-bottom: 4px solid #000
}

.component-tabbed-color-tout .section-tab .content-tab {
    color: #fff
}

.component-tabbed-color-tout .section-tab .content-tab .ui-tabs-panel {
    padding: 113px 0 187px
}

.component-tabbed-color-tout .section-tab .content-tab .tab-title {
    font-size: 30px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 20px
}

.component-tabbed-color-tout .section-tab .content-tab p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .3px;
    color: #fff;
    margin-bottom: 34px
}

.component-tabbed-color-tout .section-tab .content-tab a.explore {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .component-tabbed-color-tout .section-header-tout h1.title {
        padding: 0 5%
    }

    .component-tabbed-color-tout .section-header-tout p {
        padding: 0 5%
    }

    .component-tabbed-color-tout .section-tab .ui-tabs-nav, .component-tabbed-color-tout .section-tab > ul {
        display: none
    }

    .component-tabbed-color-tout .section-tab .content-tab .ui-tabs-panel {
        display: block !important;
        margin-bottom: 16px;
        padding: 64px 0 116.4px
    }

    .component-tabbed-color-tout .section-tab .content-tab .tab-title {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: .3px
    }
}

.component-header-copy-two-column {
    font-family: Arial, Gadget, sans-serif;
    text-align: center;
    position: relative
}

.component-header-copy-two-column h2, .component-header-copy-two-column h3, .component-header-copy-two-column h5 {
    font-weight: 700;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal
}

.component-header-copy-two-column h2 {
    font-size: 60px;
    line-height: 1.27;
    letter-spacing: -3.4px
}

.component-header-copy-two-column h3 {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.component-header-copy-two-column h5 {
    font-size: 24px;
    line-height: .92;
    letter-spacing: -.8px
}

.component-header-copy-two-column p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

.component-header-copy-two-column .team {
    padding-bottom: 138px;
    padding-right: 5px;
    padding-left: 5px
}

.component-header-copy-two-column .team .team-header {
    padding: 84px 0 0
}

.component-header-copy-two-column .team .team-header h3 {
    margin-bottom: 33px
}

.component-header-copy-two-column .team .video {
    margin-top: 59px;
    margin-right: 46px;
    margin-left: 46px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.component-header-copy-two-column .team .video video {
    width: 100%;
    height: 100%
}

.component-header-copy-two-column .team .video iframe, .component-header-copy-two-column .team .video img {
    width: 100%
}

.component-header-copy-two-column .team img {
    width: 100%
}

.component-header-copy-two-column .team .container-grid {
    padding: 0
}

.component-header-copy-two-column .team .container-grid.container-narrow {
    max-width: 913px;
    min-width: initial
}

.component-header-copy-two-column .team .container-grid .content-grid {
    text-align: left;
    padding-top: 56px
}

.component-header-copy-two-column .team .container-grid .content-grid h5 {
    margin-bottom: 21px
}

.component-header-copy-two-column .team .container-grid .content-grid p {
    text-align: left
}

@media screen and (max-width: 768px) {
    .component-header-copy-two-column .team {
        padding-bottom: 95px
    }

    .component-header-copy-two-column .team .video {
        margin-right: -32px;
        margin-left: -32px
    }
}

.component-two-column-text {
    padding: 20px 0
}

.component-two-column-text h2, .component-two-column-text h3, .component-two-column-text h5 {
    font-weight: 700;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal
}

.component-two-column-text h2 {
    font-size: 60px;
    line-height: 1.27;
    letter-spacing: -3.4px
}

.component-two-column-text h3 {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.component-two-column-text h5 {
    font-size: 24px;
    line-height: .92;
    letter-spacing: -.8px
}

.component-two-column-text .container-grid .content-grid h5 {
    margin-bottom: 21px
}

.component-two-column-text .container-grid .content-grid .content-description {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

@media screen and (max-width: 767px) {
    .component-two-column-text .container-grid .content-grid {
        margin-bottom: 20px
    }
}

.component-card-grid {
    text-align: center
}

.component-card-grid h2, .component-card-grid h3, .component-card-grid h5 {
    font-weight: 700;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal
}

.component-card-grid h2 {
    font-size: 60px;
    line-height: 1.27;
    letter-spacing: -3.4px
}

.component-card-grid h3 {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.component-card-grid h5 {
    font-size: 24px;
    line-height: .92;
    letter-spacing: -.8px
}

.component-card-grid p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

.component-card-grid .link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #000
}

.component-card-grid .link span {
    border-bottom: 2px solid #000
}

.component-card-grid .link:hover {
    border-bottom: 2px solid
}

.component-card-grid .working {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0
}

.component-card-grid .working h2 {
    line-height: .93;
    margin-top: 104px;
    margin-bottom: 33px
}

.component-card-grid .working .description {
    margin-bottom: 72px
}

.component-card-grid .working .col-md-4 {
    padding-left: 12px;
    padding-right: 12px
}

.component-card-grid .working img {
    display: inline-block;
    width: 345px;
    height: 309px
}

.component-card-grid .working .working-detail {
    background: #f2f2f2;
    padding: 28px 38px 0;
    min-height: 220px;
    margin-bottom: 24px;
    margin-top: -8px
}

.component-card-grid .working .working-detail h5 {
    line-height: 1.17;
    margin-bottom: 16px
}

.component-card-grid .working .working-detail p {
    font-size: 14px;
    line-height: 1.43
}

.component-card-grid .working .working-detail a.link {
    text-transform: UPPERCASE;
    margin-top: 15px
}

@media screen and (max-width: 768px) {
    .component-card-grid .working {
        margin-bottom: 0
    }

    .component-card-grid .working h2 {
        font-size: 40px;
        line-height: .95;
        letter-spacing: -2.2px;
        margin-top: 92px;
        margin-bottom: 100px
    }

    .component-card-grid .working .working-detail {
        margin-bottom: 32px
    }

    .component-card-grid .working .col-md-4 {
        max-width: 340px;
        margin: 0 auto;
        padding: 0
    }
}

.component-image-carousel {
    text-align: center;
    background: #f6f6f6;
    width: 100%;
    padding-top: 94px;
    padding-bottom: 94px
}

.component-image-carousel h2, .component-image-carousel h3, .component-image-carousel h5 {
    font-weight: 700;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal
}

.component-image-carousel h2 {
    font-size: 60px;
    line-height: 1.27;
    letter-spacing: -3.4px
}

.component-image-carousel h3 {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.component-image-carousel h5 {
    font-size: 24px;
    line-height: .92;
    letter-spacing: -.8px
}

.component-image-carousel .life-slider .slide-header p {
    line-height: 1.33;
    letter-spacing: -.5px;
    font-size: 18px;
    opacity: .4;
    padding-bottom: 82px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 42px;
    margin-left: 42px
}

.component-image-carousel .slick-arrow {
    background: transparent url(../images/arrow-slider-1.png) no-repeat scroll center top;
    cursor: pointer;
    height: 66px;
    position: absolute;
    text-indent: -9999em;
    top: calc(50% - 30px);
    width: 66px;
    z-index: 999
}

.component-image-carousel .slick-arrow.slick-prev {
    left: 18.1%;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.component-image-carousel .slick-arrow.slick-prev:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.component-image-carousel .slick-arrow.slick-next {
    background-position: center -226px;
    right: 18.1%;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.component-image-carousel .slick-arrow.slick-next:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.component-image-carousel .slider-careers {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.component-image-carousel .slider-careers:hover .slick-arrow.slick-prev {
    background-position: center -148px
}

.component-image-carousel .slider-careers:hover .slick-arrow.slick-next {
    background-position: center -226px
}

.component-image-carousel .slider-careers .img-carousel-responsive {
    min-height: 35vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.component-image-carousel .slick-slide {
    margin: 0 7px;
    background: #262626 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    padding-bottom: 80px
}

.component-image-carousel .slick-slide img {
    width: 100%;
    max-height: 480px
}

.component-image-carousel .slick-slide > span {
    background-color: #262626;
    bottom: 0;
    padding: 25px 35% 15px 5%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: .3px;
    color: #c1c0c0;
    min-height: 80px;
    text-align: left
}

.component-image-carousel .slick-next:before, .component-image-carousel .slick-prev:before {
    color: #000
}

@media (max-width: 1599px) {
    .component-image-carousel .slick-arrow.slick-prev {
        left: 17.7%
    }

    .component-image-carousel .slick-arrow.slick-next {
        right: 17.7%
    }
}

@media (max-width: 1279px) {
    .component-image-carousel .slick-arrow.slick-prev {
        left: 17.5%
    }

    .component-image-carousel .slick-arrow.slick-next {
        right: 17.5%
    }
}

@media screen and (max-width: 992px) {
    .component-image-carousel .slick-slide > span {
        font-size: 12px;
        padding: 25px 5% 15px 5%
    }
}

@media screen and (max-width: 768px) {
    .component-image-carousel {
        padding-top: 82px;
        padding-bottom: 82px
    }

    .component-image-carousel .life-slider .slide-header p {
        padding-bottom: 73px
    }

    .component-image-carousel h2 {
        font-size: 40px;
        line-height: .95;
        letter-spacing: -2.2px;
        margin-bottom: 23px
    }

    .component-image-carousel .slider-careers .img-carousel-responsive {
        min-height: 300px !important
    }

    .component-image-carousel .slider-careers .slick-arrow.slick-prev {
        left: 5%
    }

    .component-image-carousel .slider-careers .slick-arrow.slick-next {
        right: 5%
    }
}

@media screen and (max-width: 500px) {
    .component-image-carousel .slider-careers .slick-arrow.slick-prev {
        left: 0;
        visibility: hidden
    }

    .component-image-carousel .slider-careers .slick-arrow.slick-next {
        right: 0;
        visibility: hidden
    }

    .component-image-carousel .slider-careers .img-carousel-responsive {
        min-height: 240px !important
    }
}

.component-leftcolor-rightimage {
    padding: 15px 0;
    width: 100%;
    color: #fff
}

.component-leftcolor-rightimage h1, .component-leftcolor-rightimage h4 {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.component-leftcolor-rightimage h1 {
    font-size: 70px;
    line-height: .94;
    letter-spacing: -2px;
    margin-bottom: 24px
}

.component-leftcolor-rightimage h4 {
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.5px;
    margin-bottom: 11px
}

.component-leftcolor-rightimage p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    margin-bottom: 30px
}

.cart-button-row .component-leftcolor-rightimage .btn-continue, .component-leftcolor-rightimage .button, .component-leftcolor-rightimage .button-big, .component-leftcolor-rightimage .button-expand-collapse, .component-leftcolor-rightimage .button-loader, .component-leftcolor-rightimage .button-outline, .component-leftcolor-rightimage .button-outline-big, .component-leftcolor-rightimage .button-outline-white, .component-leftcolor-rightimage .button-small, .component-leftcolor-rightimage .button-small-outline, .component-leftcolor-rightimage .button-small-outline-white, .component-leftcolor-rightimage .button-transparent, .component-leftcolor-rightimage .button2, .component-leftcolor-rightimage .cart-button-row .btn-continue, .component-leftcolor-rightimage .navigation-button {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    padding: 16px 24px;
    width: 168px
}

.component-leftcolor-rightimage .occasion .detail-content h1 {
    width: 400px;
    max-width: 100%;
    color: #fff
}

.component-leftcolor-rightimage .occasion .shop-detail {
    width: 100%
}

.component-leftcolor-rightimage .occasion .shop-detail .detail-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 32px 72px
}

.component-leftcolor-rightimage .occasion .shop-detail .detail-content h1 {
    margin-bottom: 34px;
    margin-left: -1px
}

.component-leftcolor-rightimage .occasion .shop-image {
    padding: 0
}

.component-leftcolor-rightimage .occasion .shop-image img {
    width: 100%
}

@media screen and (max-width: 1250px) {
    .component-leftcolor-rightimage h1 {
        font-size: 50px !important;
        line-height: .92;
        letter-spacing: -2.3px
    }

    .component-leftcolor-rightimage .occasion .detail-content h1 {
        width: 295px
    }
}

@media screen and (max-width: 992px) {
    .component-leftcolor-rightimage h1 {
        font-size: 40px !important
    }

    .component-leftcolor-rightimage .occasion .shop-detail .detail-content {
        padding: 32px 32px
    }
}

@media screen and (max-width: 767px) {
    .component-leftcolor-rightimage .occasion .row {
        height: 100%
    }

    .component-leftcolor-rightimage .occasion .detail-content h1 {
        width: 100%
    }

    .component-leftcolor-rightimage .occasion .shop-detail {
        width: 100%;
        text-align: center
    }

    .component-leftcolor-rightimage .occasion .shop-detail .detail-content {
        padding: 64px 32px;
        height: 478px;
        margin-left: 0
    }

    .component-leftcolor-rightimage .occasion .shop-detail .detail-content h1 {
        margin-bottom: 34px
    }

    .component-leftcolor-rightimage .occasion .shop-detail .button-container {
        text-align: center
    }
}

.customer-paymentinfo-index .col-main .messages {
    margin-top: -90px;
    margin-bottom: 90px
}

.customer-paymentinfo-index .col-main .my-account {
    padding: 0 90px
}

.customer-paymentinfo-index .col-main .my-account .hidden {
    display: none !important
}

.customer-paymentinfo-index .col-main .my-account .page-title h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 60px;
    margin-bottom: 20px
}

.customer-paymentinfo-index .col-main .my-account .manage-payment-method {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.customer-paymentinfo-index .col-main .my-account .addresses-list h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    margin-top: 20px
}

.customer-paymentinfo-index .col-main .my-account .view-credit-card {
    width: 48%;
    float: left;
    display: inline-block;
    margin-right: 4%
}

.customer-paymentinfo-index .col-main .my-account .view-credit-card ol li {
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .26);
    margin-top: 32px;
    padding: 32px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    margin-bottom: 30px
}

.customer-paymentinfo-index .col-main .my-account .view-credit-card .box-title {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    text-align: left
}

.customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    text-align: left
}

.customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set {
    display: table
}

.customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set form {
    display: inline-block;
    float: left;
    margin-right: 15px
}

.cart-button-row .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .btn-continue, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-big, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-expand-collapse, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-loader, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-outline, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-outline-big, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-outline-white, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-small, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-small-outline, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-small-outline-white, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button-transparent, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .button2, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .cart-button-row .btn-continue, .customer-paymentinfo-index .col-main .my-account .view-credit-card .box-content .buttons-set .navigation-button {
    margin-top: 15px
}

.customer-paymentinfo-index .col-main .my-account .add-credit-card {
    width: 48%;
    display: inline-block
}

.customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.cart-button-row .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .btn-continue, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-big, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-expand-collapse, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-loader, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-outline, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-outline-big, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-outline-white, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-small, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-small-outline, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-small-outline-white, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button-transparent, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .button2, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .cart-button-row .btn-continue, .customer-paymentinfo-index .col-main .my-account .add-credit-card .add-new-card-box .navigation-button {
    margin-top: 20px
}

.customer-paymentinfo-index .col-main .my-account .add-credit-card #authnetcim_street_2 {
    margin-top: 25px
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form {
    display: inline-block;
    width: 100%
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form form {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form form input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form form label {
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #000;
    margin-top: 30px
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form form select {
    width: 100%
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form form .form-list h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -1.2px;
    color: #000
}

.customer-paymentinfo-index .col-main .my-account .add-new-card-form form .buttons-set a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: #000;
    margin-left: 20px
}

.customer-paymentinfo-index .back-link {
    padding: 0 90px;
    margin-top: 40px;
    margin-bottom: 60px
}

.customer-paymentinfo-index .back-link a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: #000
}

@media screen and (max-width: 767px) {
    .customer-paymentinfo-index .col-main .my-account {
        padding: 0 35px
    }

    .customer-paymentinfo-index .col-main .my-account .view-credit-card {
        width: 100%;
        margin-right: 0
    }

    .customer-paymentinfo-index .col-main .my-account .add-credit-card {
        width: 100%;
        margin-right: 0
    }
}

@media (min-width: 1031px) {
    .customer-paymentinfo-index .back-link {
        position: absolute;
        top: 16px;
        margin-bottom: 60px;
        margin-top: 0;
        padding-left: 24px
    }

    .customer-paymentinfo-index .back-link a {
        margin: 0 !important
    }

    .customer-paymentinfo-index .col-main {
        margin-bottom: 60px
    }
}

.my-account .footer-snack-club .buttons-set {
    margin-bottom: 30px
}

.my-account .footer-snack-club .buttons-set > a {
    text-decoration: none;
    text-transform: capitalize
}

.my-account > .buttons-set .back-link > a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0
}

.my-account > .buttons-set .back-link small {
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription hr {
    border: solid 1px #e0e0e0;
    margin-bottom: 29px
}

#customer-form-subscription .aw-sarp2-title {
    overflow: auto;
    margin-bottom: 80px
}

#customer-form-subscription .aw-sarp2-title h1 {
    text-align: left;
    padding-bottom: 16px
}

#customer-form-subscription .page-title {
    margin-bottom: 105px
}

#customer-form-subscription .page-title h4 {
    opacity: .5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .info-box .title {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    text-transform: lowercase;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .info-box.address-box address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

#customer-form-subscription .info-box.address-box .form-address .fields .field {
    display: block;
    width: 100%;
    padding-top: 15px
}

#customer-form-subscription .info-box.address-box .form-address .fields .field .legend {
    padding-top: 10px
}

#customer-form-subscription .info-box.address-box .form-address .fields .field select {
    border: 0;
    border-bottom: 2px solid #000
}

#customer-form-subscription .info-box.address-box .form-address .fields .field.two {
    float: left;
    padding-right: 2%;
    margin-right: 0;
    width: 50%
}

#customer-form-subscription .info-box.address-box .form-address .fields .field.two.last {
    padding-right: 0;
    padding-left: 2%
}

#customer-form-subscription .info-box.address-box .form-address .fields .field.third {
    width: calc(99% / 3);
    float: left;
    margin-right: 0;
    padding: 0 1%
}

#customer-form-subscription .info-box.address-box .form-address .fields .field.third.first {
    padding-left: 0
}

#customer-form-subscription .info-box.address-box .form-address .fields .field.third.last {
    padding-right: 0
}

#customer-form-subscription .info-box.footer-snack-club p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

#customer-form-subscription .info-box.footer-snack-club .buttons-set {
    display: block;
    clear: both;
    margin-top: 33px
}

#customer-form-subscription .info-box.footer-snack-club .buttons-set .button, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-expand-collapse, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-loader, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-outline-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-small, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-small-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-small-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-transparent, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button2, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cart-button-row .btn-continue, #customer-form-subscription .info-box.footer-snack-club .buttons-set .navigation-button, .cart-button-row #customer-form-subscription .info-box.footer-snack-club .buttons-set .btn-continue {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    padding: 10px 35px;
    letter-spacing: -.2px;
    text-align: center;
    min-height: auto
}

#customer-form-subscription .info-box.footer-snack-club .buttons-set .button.cancel-subscription, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-expand-collapse, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-loader, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-outline-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-small, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-small-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-small-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button-transparent, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.button2, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.navigation-button, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cart-button-row .cancel-subscription.btn-continue, .cart-button-row #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription.btn-continue {
    margin-left: 40px
}

#customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-expand-collapse, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-loader, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-outline-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-small, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-small-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-small-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button-transparent, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.button2, #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.navigation-button, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button.activate-subscription, #customer-form-subscription .info-box.footer-snack-club .buttons-set .button.suspend-subscription, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cart-button-row .activate-subscription.btn-continue, #customer-form-subscription .info-box.footer-snack-club .buttons-set .cart-button-row .suspend-subscription.btn-continue, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-expand-collapse, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-loader, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-outline-big, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-small, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-small-outline, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-small-outline-white, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button-transparent, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.button2, #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.navigation-button, .cart-button-row #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription.btn-continue, .cart-button-row #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription.btn-continue {
    text-transform: lowercase
}

#customer-form-subscription p.description {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

#customer-form-subscription .box-title h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 21px
}

#customer-form-subscription .qty-box {
    margin-top: 38px
}

#customer-form-subscription .qty-box label {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -.5px;
    text-align: left;
    opacity: 1;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .qty-box .field {
    margin-bottom: 0
}

#customer-form-subscription .product-options {
    padding-top: 25px
}

#customer-form-subscription .product-options strong {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .product-options p {
    opacity: 1;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .3px
}

#customer-form-subscription .order-info-box {
    margin-top: 0;
    padding-bottom: 23px;
    border-bottom: solid 1px #e0e0e0
}

#customer-form-subscription .order-info-box .form-list > li {
    display: block;
    width: 100%;
    margin: 0
}

#customer-form-subscription .order-info-box .form-list > li #product-change {
    border-bottom: 2px solid #000;
    margin: 0 0 62px;
    text-decoration: none
}

#customer-form-subscription .order-info-box .form-list > li > strong label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    opacity: 1
}

#customer-form-subscription .order-info-box .form-list > li .field .qty {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

#customer-form-subscription .order-info-box .form-list > li .field .update {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase
}

#customer-form-subscription .order-info-box .form-list .fields .field {
    margin-bottom: 0
}

#customer-form-subscription .order-info-box .form-list .fields .field strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .order-info-box .form-list .fields .field label {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    opacity: 1
}

#customer-form-subscription .order-info-box .col-2 > h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin-top: 16px;
    margin-bottom: 2px
}

#customer-form-subscription .order-info-box .col-2 > p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

#customer-form-subscription .order-info-box .col-2 .skip {
    margin-top: 35px;
    min-height: auto;
    line-height: 14px
}

#customer-form-subscription .order-info-box .col-2 .skip span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -.2px;
    text-align: center;
    text-transform: uppercase
}

#customer-form-subscription .order-info-box #payments .form-list > li {
    margin-bottom: 19px
}

#customer-form-subscription .order-info-box #payments .form-list > li .field > br {
    display: none
}

#customer-form-subscription .order-info-box #payments .form-list > li .field strong {
    margin-right: 10px
}

#customer-form-subscription .order-info-box #payments .form-list > li:nth-child(2) .field label {
    text-transform: uppercase
}

#customer-form-subscription .order-info-box #product-information .form-list > li .product-options {
    max-width: 384px
}

#customer-form-subscription .order-info-box #product-information .form-list > li .product-options > strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .order-info-box #product-information .form-list > li .product-options p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    opacity: 1
}

#customer-form-subscription .order-info-box #product-information .form-list > li #product-change {
    margin-top: 19px
}

#customer-form-subscription .order-info-box .col-3 > h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 32px
}

#customer-form-subscription .order-info-box:nth-child(6) .info-box.address-box .box-title h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

#customer-form-subscription .order-info-box:nth-child(6) .info-box.address-box address {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

#customer-form-subscription .order-info-box:nth-child(6) .info-box.address-box #button-edit-address {
    border-bottom: 2px solid #000;
    text-decoration: none;
    margin-top: 16px
}

#customer-form-subscription .order-info-box:nth-child(8) .col-1 {
    max-width: 384px;
    float: none
}

#customer-form-subscription .order-info-box:nth-child(8) .col-1 > h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 5px
}

#customer-form-subscription .order-info-box:nth-child(8) .col-1 p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

#customer-form-subscription .order-info-box:nth-child(8) .col-2 {
    display: block;
    float: none;
    margin-top: 33px;
    padding: 0
}

#customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-big:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-expand-collapse:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-loader:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-outline-big:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-outline-white:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-outline:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-small-outline-white:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-small-outline:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-small:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-transparent:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button2:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .cart-button-row .btn-continue:first-child, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .navigation-button:first-child, .cart-button-row #customer-form-subscription .order-info-box:nth-child(8) .col-2 .btn-continue:first-child {
    background: #fff none repeat scroll 0 0;
    margin-right: 46px
}

#customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-big:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-expand-collapse:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-loader:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-outline-big:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-outline-white:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-outline:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-small-outline-white:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-small-outline:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-small:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button-transparent:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button2:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .button:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .cart-button-row .btn-continue:first-child span, #customer-form-subscription .order-info-box:nth-child(8) .col-2 .navigation-button:first-child span, .cart-button-row #customer-form-subscription .order-info-box:nth-child(8) .col-2 .btn-continue:first-child span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -.2px;
    text-align: center;
    color: #000;
    text-transform: lowercase
}

.clear {
    clear: both
}

#my-profiles-table td .edit {
    color: #000;
    cursor: pointer;
    fill: currentcolor;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.33;
    padding-bottom: 2px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin: 20px 5px
}

.kind-snackclub-customer-index .my-account .footer-snack-club .buttons-set .suspend-subscription, .kind-snackclub-customer-view .my-account .footer-snack-club .buttons-set .suspend-subscription {
    text-transform: uppercase
}

.kind-snackclub-customer-index .my-account .back-link, .kind-snackclub-customer-view .my-account .back-link {
    margin-bottom: 36px
}

.kind-snackclub-customer-index .data-table#my-profiles-table td {
    vertical-align: middle
}

@media (min-width: 768px) {
    .kind-snackclub-customer-index .data-table#my-profiles-table .td-product-name {
        width: 30%
    }

    .kind-snackclub-customer-index .data-table#my-profiles-table .td-qty {
        width: 10%
    }

    .kind-snackclub-customer-index .data-table#my-profiles-table .actions {
        width: 6%
    }
}

.kind-snackclub-customer-view .main-container {
    padding-top: 0
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category {
    display: inline-block;
    padding: 0;
    background-color: #f9f9f9
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .content-gray {
    background: #e5e5e5 none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .content-gray .left {
    display: inline-block;
    float: left;
    width: 50%;
    padding-top: 20px;
    min-height: 175px;
    width: 50%;
    overflow: hidden
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .content-gray .left .title {
    display: block;
    height: 100%;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 20px
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .content-gray .left .title h2 {
    display: table;
    height: 100%
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .content-gray .left .title h2 span {
    display: table-cell;
    vertical-align: middle
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .content-gray .right {
    display: inline-block;
    float: right;
    width: 50%;
    margin: 0;
    min-height: 175px
}

.kind-snackclub-customer-recurringcategories .container-cat ul li .category .bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #fff
}

.order-info-box .billing-address, .order-info-box .shipping-address {
    max-width: 350px
}

.order-info-box input[type=checkbox] {
    display: none
}

.order-info-box input[type=checkbox] + label {
    color: #000;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    padding-left: 40px;
    position: relative;
    margin: 28px 0 24px
}

.order-info-box input[type=checkbox] + label::before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px;
    cursor: pointer
}

.order-info-box input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.kind-snackclub-customer-view .order-info-box .billing-address select, .kind-snackclub-customer-view .order-info-box .form-list select {
    margin: 0
}

.kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .cancel-subscription {
    text-transform: uppercase
}

.kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .activate-subscription, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .suspend-subscription {
    text-transform: uppercase !important
}

.category-products .products-grid .item .pdp-qty-label strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: center;
    color: rgba(0, 0, 0, .87);
    margin-top: 26px;
    display: inline-block
}

.category-products .products-grid .item .pdp-qty-calculation {
    display: block;
    position: static;
    text-align: center;
    width: 100%;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.kind-snackclub-customer-cancelmodal .skip > h3, .kind-snackclub-customer-skip .skip > h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px;
    margin-top: 53px
}

.kind-snackclub-customer-cancelmodal .skip > p, .kind-snackclub-customer-skip .skip > p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    margin-bottom: 42px
}

.kind-snackclub-customer-cancelmodal .skip #my-profiles-table input[type=checkbox], .kind-snackclub-customer-skip .skip #my-profiles-table input[type=checkbox] {
    display: none
}

.kind-snackclub-customer-cancelmodal .skip #my-profiles-table input[type=checkbox] + label, .kind-snackclub-customer-skip .skip #my-profiles-table input[type=checkbox] + label {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 3px solid #000;
    cursor: pointer;
    height: 24px;
    left: -40px;
    margin: 0;
    padding: 0 9px 5px;
    position: relative;
    top: 8px;
    transition: background-color .3s ease 0s;
    width: 24px
}

.kind-snackclub-customer-cancelmodal .skip #my-profiles-table input[type=checkbox] + label::after, .kind-snackclub-customer-skip .skip #my-profiles-table input[type=checkbox] + label::after {
    background: transparent url(../images/radio-check.png) no-repeat scroll 0 0/cover;
    content: "";
    display: block;
    height: 24px;
    left: -3px;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .3s ease 0s, scale .3s cubic-bezier(.25, .46, .45, .94) 0s;
    width: 24px
}

.kind-snackclub-customer-cancelmodal .skip #my-profiles-table input[type=checkbox]:checked + label, .kind-snackclub-customer-skip .skip #my-profiles-table input[type=checkbox]:checked + label {
    background: #000 none repeat scroll 0 0
}

.kind-snackclub-customer-cancelmodal .skip #my-profiles-table input[type=checkbox]:checked + label::after, .kind-snackclub-customer-skip .skip #my-profiles-table input[type=checkbox]:checked + label::after {
    content: "";
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 767px) {
    .kind-snackclub-customer-view #customer-form-subscription .info-box.address-box .form-address .fields .field.third {
        width: 100%
    }

    .kind-snackclub-customer-view #customer-form-subscription .info-box.address-box .form-address .fields .field.third select {
        width: 100%
    }

    .cart-button-row .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .btn-continue, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-big, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-expand-collapse, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-loader, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-outline, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-outline-big, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-outline-white, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-small, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-small-outline, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-small-outline-white, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button-transparent, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .button2, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .cart-button-row .btn-continue, .kind-snackclub-customer-view #customer-form-subscription .info-box.footer-snack-club .buttons-set .navigation-button {
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
}

.line-bar {
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
    height: 2px;
    opacity: .1;
    border: solid 1px #000;
    border: solid 1px var(-#000);
    display: none
}

.buttons-set a.back {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    margin-left: 11px;
    position: relative;
    display: none
}

.buttons-set a.back:before {
    content: "";
    display: block;
    background: url(../images/arrow-right-black.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: -8px 8px 0 -25px;
    background-size: 30%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 4px;
    left: 0
}

.checkout-multishipping-address-editaddress .main-container .page-title h1, .checkout-multishipping-address-editbilling .main-container .page-title h1, .checkout-multishipping-address-editshipping .main-container .page-title h1, .checkout-multishipping-address-newbilling .main-container .page-title h1, .checkout-multishipping-address-newshipping .main-container .page-title h1 {
    letter-spacing: -3px;
    text-align: center;
    color: #000;
    color: var(–black)
}

.checkout-multishipping-address-editaddress .main-container .line-bar, .checkout-multishipping-address-editbilling .main-container .line-bar, .checkout-multishipping-address-editshipping .main-container .line-bar, .checkout-multishipping-address-newbilling .main-container .line-bar, .checkout-multishipping-address-newshipping .main-container .line-bar {
    display: block;
    margin-top: 72px;
    margin-bottom: 24px
}

.checkout-multishipping-address-editaddress .main-container .new-address-custom, .checkout-multishipping-address-editbilling .main-container .new-address-custom, .checkout-multishipping-address-editshipping .main-container .new-address-custom, .checkout-multishipping-address-newbilling .main-container .new-address-custom, .checkout-multishipping-address-newshipping .main-container .new-address-custom {
    margin: 0 auto;
    max-width: 466px
}

.checkout-multishipping-address-editaddress .main-container .new-address-custom .legend, .checkout-multishipping-address-editbilling .main-container .new-address-custom .legend, .checkout-multishipping-address-editshipping .main-container .new-address-custom .legend, .checkout-multishipping-address-newbilling .main-container .new-address-custom .legend, .checkout-multishipping-address-newshipping .main-container .new-address-custom .legend {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000;
    color: var(–black)
}

.checkout-multishipping-address-editaddress .main-container .new-address-custom .legend .required, .checkout-multishipping-address-editbilling .main-container .new-address-custom .legend .required, .checkout-multishipping-address-editshipping .main-container .new-address-custom .legend .required, .checkout-multishipping-address-newbilling .main-container .new-address-custom .legend .required, .checkout-multishipping-address-newshipping .main-container .new-address-custom .legend .required {
    display: inline-block;
    margin-left: 10px;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #000
}

.checkout-multishipping-address-editaddress .main-container .back-link, .checkout-multishipping-address-editbilling .main-container .back-link, .checkout-multishipping-address-editshipping .main-container .back-link, .checkout-multishipping-address-newbilling .main-container .back-link, .checkout-multishipping-address-newshipping .main-container .back-link {
    display: none
}

.checkout-multishipping-address-editaddress .main-container .buttons-set a.back, .checkout-multishipping-address-editbilling .main-container .buttons-set a.back, .checkout-multishipping-address-editshipping .main-container .buttons-set a.back, .checkout-multishipping-address-newbilling .main-container .buttons-set a.back, .checkout-multishipping-address-newshipping .main-container .buttons-set a.back {
    display: block;
    margin-bottom: 16px;
    width: 40px
}

.checkout-multishipping-address-editshipping .control-check-custom {
    position: relative;
    padding-left: 40px
}

.checkout-multishipping-address-editshipping .control-check-custom label {
    opacity: 1 !important
}

.new-address-custom .form-list > li.fields {
    margin-bottom: 0
}

.new-address-custom .business-options ul li {
    display: inline-block;
    margin-right: 5%;
    margin-top: 5px;
    margin-bottom: 5px
}

.new-address-custom .business-options ul li:last-child {
    margin-right: 0
}

.new-address-custom .customer-name .field {
    margin-right: 3%;
    width: 48%
}

.new-address-custom .customer-name .field:last-child {
    margin-right: 0
}

.new-address-custom label.required {
    display: inline-block
}

.new-address-custom label.required em {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    color: #000;
    float: right
}

.new-address-custom input {
    min-height: 30px
}

.new-address-custom select {
    min-height: 30px;
    margin-top: 0;
    padding: 0;
    font-size: 16px
}

.new-address-custom input[type=radio] {
    display: none
}

.new-address-custom input[type=radio] + label {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    padding-left: 40px;
    position: relative;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.new-address-custom input[type=radio] + label:before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.new-address-custom input[type=radio]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.sales-recurring-profile-index .main-container {
    padding-top: 90px
}

@media (min-width: 1031px) {
    .sales-recurring-profile-index .back-link {
        position: absolute;
        top: 16px;
        margin-bottom: 60px
    }

    .sales-recurring-profile-index .back-link a {
        margin: 0 !important
    }

    .sales-recurring-profile-index .col-main {
        margin-bottom: 60px
    }
}

.fancybox-overlay .fancybox-close {
    top: 42px;
    width: 20px;
    height: 20px;
    background-size: cover
}

.fancybox-skin {
    background-color: #fff !important
}

.nutritioncollective-customer-viewform .header-products.is-showing {
    margin-top: -112px;
    opacity: 0
}

.nutritioncollective-customer-viewform .main-container {
    position: relative
}

.nutritioncollective-customer-viewform span.note {
    font-size: 13px
}

.nutritioncollective-customer-viewform .sidebar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f2f2f2;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 192px;
    padding: 64px 32px
}

.nutritioncollective-customer-viewform .sidebar .block-title {
    margin-bottom: 15px
}

.nutritioncollective-customer-viewform .sidebar .block-account li a {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -.5px;
    opacity: .5;
    color: #000;
    text-decoration: none
}

.nutritioncollective-customer-viewform .sidebar .block-account li.current strong {
    opacity: 1
}

.nutritioncollective-customer-viewform .sidebar li strong {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -.5px;
    opacity: .5;
    color: #000;
    text-decoration: none
}

.nutritioncollective-customer-viewform .col-main {
    padding-left: 192px;
    width: 100%
}

.nutritioncollective-customer-viewform .no-display {
    display: none
}

.nutritioncollective-customer-viewform .section-comment-mobile {
    display: none
}

.nutritioncollective-customer-viewform #nutrition {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    padding-left: 25%;
    padding-right: 25%
}

.nutritioncollective-customer-viewform .ncform-section {
    padding-bottom: 5px
}

.nutritioncollective-customer-viewform .ncform-section .validation-advice {
    margin-top: 8px
}

.nutritioncollective-customer-viewform .ncform-section .line {
    width: 100%;
    padding-bottom: 20px
}

.nutritioncollective-customer-viewform .ncform-section .line.column2 {
    width: calc(50% - 2.3px);
    display: inline-block;
    vertical-align: top
}

.nutritioncollective-customer-viewform .ncform-section .ncform-title {
    padding-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1
}

.nutritioncollective-customer-viewform .ncform-section .labelhelper {
    padding-top: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1
}

.nutritioncollective-customer-viewform .ncform-section input[type=text] {
    width: 100%;
    height: 40px;
    border: 1.5px solid #000;
    font-size: 16px;
    padding: 10px
}

.nutritioncollective-customer-viewform .ncform-section select {
    border: 1.5px solid #000;
    font-size: 16px
}

.nutritioncollective-customer-viewform .ncform-section input[type=checkbox], .nutritioncollective-customer-viewform .ncform-section input[type=radio] {
    display: none
}

.nutritioncollective-customer-viewform .ncform-section input[type=checkbox] + label, .nutritioncollective-customer-viewform .ncform-section input[type=radio] + label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    padding-left: 40px;
    position: relative;
    text-transform: none;
    font-weight: 500
}

.nutritioncollective-customer-viewform .ncform-section input[type=checkbox] + label:before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.nutritioncollective-customer-viewform .ncform-section input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: none
}

.nutritioncollective-customer-viewform .ncform-section input[type=radio] + label:before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.nutritioncollective-customer-viewform .ncform-section input[type=radio]:checked + label:before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean.same-line .ncform-title {
    display: inline-block;
    width: 50%;
    font-size: 90%
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean.same-line input[type=radio] + label {
    width: 23%;
    margin-left: 0
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean.same-line input[type=radio] + label:first-of-type {
    margin-right: 4%
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean .validation-advice {
    text-align: right
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean input[type=radio] + label {
    display: inline-block;
    border: 1.5px solid #000;
    padding-top: 5px;
    padding-left: 0;
    height: 40px;
    color: #000;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    margin-left: 10%
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean input[type=radio]:checked + label {
    background-color: #000;
    color: #fff
}

.nutritioncollective-customer-viewform .ncform-section .line.boolean input[type=radio] + label:before {
    display: none
}

.nutritioncollective-customer-viewform .ncform-section .hide-text {
    padding-left: 40px;
    display: none;
    padding-bottom: 0;
    padding-top: 20px
}

.nutritioncollective-customer-viewform .ncform-section input[type=radio]:checked ~ .hide-text {
    display: block
}

.nutritioncollective-customer-viewform .split {
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.nutritioncollective-customer-viewform .split-line {
    width: 100%;
    border: 1px solid grey
}

.nutritioncollective-customer-viewform #editform, .nutritioncollective-customer-viewform #saveform {
    background-color: #000;
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px
}

.nutritioncollective-customer-viewform .social-icon {
    display: inline-block;
    width: 20%;
    vertical-align: top
}

.nutritioncollective-customer-viewform .social-box {
    display: inline-block;
    width: 80%;
    vertical-align: top
}

.nutritioncollective-index-index .no-display {
    display: none
}

.nutritioncollective-index-index #progress-container {
    position: relative
}

.nutritioncollective-index-index #nutrition {
    display: inline-block;
    width: 49%;
    padding-bottom: 50px;
    padding-left: 20px
}

.nutritioncollective-index-index .ncform-section {
    padding-bottom: 5px
}

.nutritioncollective-index-index .ncform-section .validation-advice {
    margin-top: 8px
}

.nutritioncollective-index-index .ncform-section .line {
    width: 100%;
    padding-bottom: 20px
}

.nutritioncollective-index-index .ncform-section .line.column2 {
    width: calc(50% - 2.3px);
    display: inline-block;
    vertical-align: top
}

.nutritioncollective-index-index .ncform-section .ncform-title {
    padding-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1
}

.nutritioncollective-index-index .ncform-section .labelhelper {
    padding-top: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1
}

.nutritioncollective-index-index .ncform-section input[type=text] {
    width: 100%;
    height: 40px;
    border: 1.5px solid #000;
    font-size: 16px;
    padding: 10px
}

.nutritioncollective-index-index .ncform-section select {
    border: 1.5px solid #000;
    color: grey;
    font-size: 16px
}

.nutritioncollective-index-index .ncform-section input[type=checkbox], .nutritioncollective-index-index .ncform-section input[type=radio] {
    display: none
}

.nutritioncollective-index-index .ncform-section input[type=checkbox] + label, .nutritioncollective-index-index .ncform-section input[type=radio] + label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    padding-left: 40px;
    position: relative;
    text-transform: none;
    font-weight: 500
}

.nutritioncollective-index-index .ncform-section input[type=checkbox] + label:before {
    border: 3px solid #000;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.nutritioncollective-index-index .ncform-section input[type=checkbox]:checked + label::before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: none
}

.nutritioncollective-index-index .ncform-section input[type=radio] + label:before {
    border: 3px solid #000;
    border-radius: 13px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.nutritioncollective-index-index .ncform-section input[type=radio]:checked + label:before {
    background: #000 url(../images/buttonradio-button.png) no-repeat scroll 0 0/cover;
    border: medium none
}

.nutritioncollective-index-index .ncform-section .line.boolean.same-line .ncform-title {
    display: inline-block;
    width: 50%;
    font-size: 90%
}

.nutritioncollective-index-index .ncform-section .line.boolean.same-line input[type=radio] + label {
    width: 23%;
    margin-left: 0
}

.nutritioncollective-index-index .ncform-section .line.boolean.same-line input[type=radio] + label:first-of-type {
    margin-right: 4%
}

.nutritioncollective-index-index .ncform-section .line.boolean .validation-advice {
    text-align: right
}

.nutritioncollective-index-index .ncform-section .line.boolean input[type=radio] + label {
    display: inline-block;
    border: 1.5px solid #000;
    padding-top: 5px;
    padding-left: 0;
    height: 40px;
    color: #000;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    margin-left: 10%
}

.nutritioncollective-index-index .ncform-section .line.boolean input[type=radio]:checked + label {
    background-color: #000;
    color: #fff
}

.nutritioncollective-index-index .ncform-section .line.boolean input[type=radio] + label:before {
    display: none
}

.nutritioncollective-index-index .ncform-section .hide-text {
    padding-left: 40px;
    display: none;
    padding-bottom: 0;
    padding-top: 20px
}

.nutritioncollective-index-index .ncform-section input[type=radio]:checked ~ .hide-text {
    display: block
}

.nutritioncollective-index-index .split {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: block
}

.nutritioncollective-index-index .split-line {
    width: 100%;
    border: 1px solid grey
}

.nutritioncollective-index-index .fold-button {
    background-color: grey;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: -10px;
    right: 0
}

.nutritioncollective-index-index progress {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    left: calc(15% + 10px);
    height: 6px;
    background-color: #eee;
    z-index: 0
}

.nutritioncollective-index-index progress[value]::-webkit-progress-value {
    background: red
}

.nutritioncollective-index-index progress[value]::-webkit-progress-bar {
    background-color: #eee
}

.nutritioncollective-index-index .section-comment-container {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-left: 15%
}

.nutritioncollective-index-index .g-recaptcha {
    padding-left: calc((100% - 304px) / 2);
    padding-bottom: 25px
}

.nutritioncollective-index-index .circle {
    background-color: grey;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 10
}

.nutritioncollective-index-index .started .circle {
    background-color: red
}

.nutritioncollective-index-index .started .comment-title {
    color: red
}

.nutritioncollective-index-index .started .comment-subtitle {
    color: red
}

.nutritioncollective-index-index select.noplaceholder {
    color: #000
}

.nutritioncollective-index-index .comment-title-container {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px)
}

.nutritioncollective-index-index .comment-title {
    display: inline-block;
    vertical-align: top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2
}

.nutritioncollective-index-index .comment-subtitle {
    display: block;
    vertical-align: top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.nutritioncollective-index-index .comment-content {
    padding-left: 45px;
    padding-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.5;
    opacity: 1;
    font-size: 16px
}

.nutritioncollective-index-index #progress-profile {
    top: 47px;
    width: 335px
}

.nutritioncollective-index-index #progress-type {
    top: 390px;
    width: 343px
}

.nutritioncollective-index-index #progress-social {
    top: 737px;
    width: 658px
}

.nutritioncollective-index-index #progress-product {
    top: 1395px;
    width: 1205px
}

.nutritioncollective-index-index #progress-recommend {
    top: 2600px;
    width: 403px
}

.nutritioncollective-index-index .section-comment {
    position: relative
}

.nutritioncollective-index-index .section-comment-mobile {
    display: none
}

.nutritioncollective-index-index #section-comment-profile {
    height: 355px
}

.nutritioncollective-index-index #section-comment-type {
    height: 345px
}

.nutritioncollective-index-index #section-comment-social {
    height: 661px
}

.nutritioncollective-index-index #section-comment-product {
    height: 1208px
}

.nutritioncollective-index-index #section-comment-recommend {
    height: 406px
}

.nutritioncollective-index-index #submitform {
    background-color: #000;
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px
}

.nutritioncollective-index-index .social-icon {
    display: inline-block;
    width: 20%;
    vertical-align: top
}

.nutritioncollective-index-index .social-box {
    display: inline-block;
    width: 80%;
    vertical-align: top
}

.nutritioncollective-index-index .no-display.social-box {
    display: none
}

@media (max-width: 767px) {
    .nutritioncollective-index-index .section-comment-container {
        display: none
    }

    .nutritioncollective-index-index .section-comment-mobile {
        display: block;
        position: relative;
        left: -38px;
        padding-bottom: 30px
    }

    .nutritioncollective-index-index .split {
        display: none
    }

    .nutritioncollective-index-index progress {
        left: 29px
    }

    .nutritioncollective-index-index #nutrition {
        width: 100%;
        padding-left: 57px;
        padding-right: 10%
    }

    .nutritioncollective-index-index .social-icon {
        width: 25%
    }

    .nutritioncollective-index-index .social-box {
        width: 75%
    }
}

.nutritioncollective-index-success .main-container, .nutritioncollective-welcome-index .main-container {
    padding-top: 0
}

.nutritioncollective-index-success .paragraph, .nutritioncollective-welcome-index .paragraph {
    padding-bottom: 40px
}

.nutritioncollective-index-success .title, .nutritioncollective-welcome-index .title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    opacity: 1
}

.nutritioncollective-index-success .main-container p, .nutritioncollective-welcome-index .main-container p {
    line-height: 20px;
    font-family: "Sentinel A", "Sentinel B", Georgia, serif;
    color: #000;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 40px;
    opacity: 1;
    margin-top: 15px
}

.nutritioncollective-index-success .welcome-content, .nutritioncollective-welcome-index .welcome-content {
    width: 100%;
    padding-left: 38%;
    min-height: calc(100vh - 757px);
    padding-right: 9%;
    padding-bottom: 30px
}

.nutritioncollective-index-success .direction, .nutritioncollective-welcome-index .direction {
    width: 100%;
    text-align: center;
    background-color: #eee
}

.nutritioncollective-index-success .direction .direction-content, .nutritioncollective-welcome-index .direction .direction-content {
    padding-top: 20px;
    padding-bottom: 40px
}

.nutritioncollective-index-success #apply-link, .nutritioncollective-welcome-index #apply-link {
    padding: 20px 50px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    text-transform: uppercase
}

.nutritioncollective-index-success #login-link, .nutritioncollective-welcome-index #login-link {
    text-transform: uppercase;
    margin-top: 25px;
    display: block;
    color: #000;
    font-weight: 700
}

.nutritioncollective-index-success #title-image, .nutritioncollective-welcome-index #title-image {
    height: auto;
    max-width: 470px;
    margin-left: 15%;
    margin-top: 40px
}

@media (max-width: 767px) {
    .nutritioncollective-index-success .weclome-content, .nutritioncollective-welcome-index .weclome-content {
        padding-left: 5%;
        min-height: calc(100vh - 757px);
        padding-right: 5%
    }

    .nutritioncollective-index-success #title-image, .nutritioncollective-welcome-index #title-image {
        height: auto;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0
    }

    .nutritioncollective-index-success #apply-link, .nutritioncollective-welcome-index #apply-link {
        padding: 20px 30%
    }
}

.cms-flavors .main-container {
    padding-top: 0;
    padding-bottom: 0
}

.flavors-list {
    position: relative;
    overflow: hidden
}

.flavors-list .section-description-link-category {
    padding: 105px 0;
    color: #fff
}

.flavors-list .section-description-link-category .section-header-head {
    font-size: 52px;
    max-width: 13em;
    margin-left: auto;
    margin-right: auto
}

.flavors-list .section-description-link-category .section-header-subhead {
    max-width: 100%
}

.flavors-list .section-description-link-category .button-outline-white {
    background: 0 0
}

.flavors-list .section-description-link-category .button-outline-white:hover {
    background: #fff
}

.flavors-list-section {
    background: #fff
}

.flavors-list-section:nth-child(odd) {
    background: #f2f2f2
}

.flavors-list-section .flavors-list-container.container {
    padding: 72px 0
}

.flavors-list-inner {
    position: relative
}

.flavors-list-image {
    position: absolute;
    z-index: 0
}

.flavors-list-content {
    position: relative
}

.flavors-list-title-link {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -.05em;
    line-height: .9em;
    margin-bottom: .45em
}

.flavors-list-title-link:visited {
    color: #000
}

.flavors-list-title-link:hover {
    color: #777
}

@media (min-width: 768px) {
    .flavors-list-title-link {
        font-size: 54px
    }
}

.flavors-list-description {
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    font-size: 17px;
    max-width: 320px;
    line-height: 1.5;
    margin-bottom: 34px
}

@media (max-width: 767px) {
    .flavors-list-inner {
        padding: 0 0 90px
    }

    .flavors-list-image.lazy.loaded {
        display: none
    }

    .flavors-list-image-small {
        display: block;
        width: 100vw;
        margin-left: -25px;
        max-width: none;
        position: relative;
        top: -10vw;
        margin-bottom: -10vw
    }

    .flavors-list-section:first-child .flavors-list-image-small {
        top: 0;
        margin-bottom: 0
    }

    .flavors-list-content {
        text-align: center
    }

    .flavors-list-description {
        max-width: 260px;
        margin: 0 auto 34px
    }
}

@media (min-width: 768px) {
    .flavors-list-image-small.lazy.loaded {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .flavors-list-inner {
        height: 450px
    }

    .flavors-list-image {
        width: 710px;
        height: 552px;
        max-width: none
    }

    .flavors-list-image {
        left: 300px;
        top: -60px
    }

    .flavors-list-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50px;
        margin: 0 30px
    }

    .flavors-list-description {
        max-width: 280px
    }

    .flavors-list-section:nth-child(even) .flavors-list-image {
        left: -250px
    }

    .flavors-list-section:nth-child(even) .flavors-list-content {
        left: auto;
        right: 50px
    }
}

@media (min-width: 1025px) {
    .flavors-list-inner {
        height: 500px
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .flavors-list-image {
        left: 410px;
        top: -100px;
        width: 900px;
        height: 700px
    }

    .flavors-list-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50px
    }

    .flavors-list-section:nth-child(even) .flavors-list-image {
        left: -250px
    }

    .flavors-list-section:nth-child(even) .flavors-list-content {
        left: auto;
        right: 50px
    }
}

@media (min-width: 1280px) {
    .flavors-list-image {
        right: -250px;
        top: -100px;
        width: 900px;
        height: 700px
    }

    .flavors-list-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 135px
    }

    .flavors-list-section:nth-child(even) .flavors-list-image {
        left: -250px;
        right: auto
    }

    .flavors-list-section:nth-child(even) .flavors-list-content {
        left: auto;
        right: 175px
    }
}

.cms-home .main-container, .cms-index-index .main-container {
    padding: 0
}

.cms-home .page {
    overflow: hidden
}

.cms-home .page .section-large.section-gray.more-kind {
    overflow: visible
}

.cms-home .page .section-large.section-gray.more-kind .content-card-inner {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.cms-home .page .page-bottom {
    z-index: 9;
    position: relative
}

.home-content-group-1 img {
    margin: 32px auto 32px
}

.home-content-group-1 .button-list {
    max-width: 100%
}

.cart-button-row .home-content-group-1 .btn-continue, .home-content-group-1 .button, .home-content-group-1 .button-big, .home-content-group-1 .button-expand-collapse, .home-content-group-1 .button-loader, .home-content-group-1 .button-outline, .home-content-group-1 .button-outline-big, .home-content-group-1 .button-outline-white, .home-content-group-1 .button-small, .home-content-group-1 .button-small-outline, .home-content-group-1 .button-small-outline-white, .home-content-group-1 .button-transparent, .home-content-group-1 .button2, .home-content-group-1 .cart-button-row .btn-continue, .home-content-group-1 .navigation-button {
    width: 210px
}

@media (max-width: 500px) {
    .cms-home .main-container .custom-gray:first-of-type, .cms-home .main-container .section-black:first-of-type, .cms-home .main-container .section-gray:first-of-type, .cms-home .main-container .section:first-of-type, .cms-index-index .main-container .custom-gray:first-of-type, .cms-index-index .main-container .section-black:first-of-type, .cms-index-index .main-container .section-gray:first-of-type, .cms-index-index .main-container .section:first-of-type {
        padding-top: 70px
    }
}

@media (max-width: 767px) {
    .home-content-group-1 {
        padding: 0
    }

    .home-content-group-1 .col-1, .home-content-group-1 .col-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .home-content-group-1 .col-2 {
        background: #fff;
        position: relative
    }

    .home-content-group-1 .col-2::after {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        z-index: 0;
        width: 105vw;
        top: 0;
        left: -15px;
        height: 100%
    }

    .home-content-group-1 .col-2 .section-header {
        position: relative;
        z-index: 1
    }

    #newsletter-validate-detail {
        position: relative
    }

    #newsletter-validate-detail .input-box {
        position: absolute;
        width: 100%
    }
}

.more-kind .content-card {
    height: 100%
}

.more-kind-header {
    margin-bottom: 145px
}

.more-kind-cards {
    background: #000
}

.more-kind-cards-content {
    position: relative;
    top: -65px;
    margin-bottom: -205px
}

.more-kind-col {
    margin-bottom: 30px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .more-kind-col .content-card .content-card-image {
        height: 100%
    }
}

@media (max-width: 1024px) {
    .more-kind-cards-content {
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: -205px
    }
}

@media (max-width: 499px) {
    .more-kind-cards-content {
        max-width: none;
        margin-left: 15px;
        margin-right: 15px
    }

    .more-kind-cards-content .content-card {
        max-width: none
    }
}

@media (max-width: 1024px) and (max-width: 767px) {
    .more-kind-cards {
        margin-left: -25px;
        margin-right: -25px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .more-kind-cards {
        margin-left: -35px;
        margin-right: -35px
    }
}

@media (min-width: 1025px) {
    .more-kind {
        overflow: hidden
    }

    .more-kind-cards-content {
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto
    }

    .more-kind-cards {
        position: relative
    }

    .more-kind-cards::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -1500px;
        width: 300vw;
        height: 1000px;
        background: #000
    }
}

.catalog-product-view .main-container {
    padding: 0
}

.catalog-product-view .main-container .pdp-section-browse .feature-grid .grid-item {
    opacity: 1
}

.pdp-section:nth-child(odd) {
    background: #fff
}

.pdp-section:nth-child(even) {
    background: #f2f2f2
}

.pdp-section h2, .pdp-section h4 {
    margin-bottom: .75em
}

.pdp-shop-inner .out-stock-product .add-to-box {
    position: relative;
    opacity: .3
}

.pdp-shop-inner .out-stock-product .add-to-box .overlay-out-stock {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 110
}

.pdp-shop-inner .out-stock-product .info-out-stock {
    padding: 30px;
    border: solid 2px #000;
    margin-bottom: 10px
}

.pdp-shop-inner .out-stock-product .info-out-stock p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: .85;
    margin-bottom: 10px
}

.pdp-shop-inner .out-stock-product .info-out-stock a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    position: relative
}

.pdp-shop-inner .out-stock-product .info-out-stock a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    background: url(/skin/frontend/kind/enterprise/images/arrow-right-black.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2px;
    background-size: 6px 10px
}

.pdp-top {
    background: #fff !important
}

.pdp-top .tooltip-label {
    border: none
}

.pdp-top .tooltip-label > span.label {
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    line-height: 2
}

.pdp-top .tooltip-label::after {
    top: 3px
}

@media (min-width: 768px) {
    .pdp-top {
        min-height: 680px
    }
}

.catalog-product-view .add-to-cart-wrapper {
    padding-top: 16px
}

.pdp-image-file {
    display: none
}

.pdp-shop-header {
    margin-bottom: 16px
}

.pdp-shop-eyebrow {
    margin-bottom: 15px
}

.pdp-shop-product-line::after {
    margin-left: 2px;
    transition: margin-left .3s
}

.pdp-shop-product-line:hover::after {
    margin-left: 6px
}

.pdp-shop-title {
    font-size: 40px;
    letter-spacing: -.05em;
    max-width: 375px;
    line-height: 1
}

.pdp-price {
    margin-bottom: 25px
}

.pdp-price .price {
    font-size: 24px;
    letter-spacing: -.015em
}

.pdp-qty-label {
    display: block;
    margin-bottom: 11px
}

.pdp-qty-label strong {
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: -.005em;
    margin-right: 15px
}

.pdp-qty-help {
    display: inline-block;
    font-size: 12px;
    padding-bottom: 1px;
    border-bottom: 2px solid #000;
    text-transform: none;
    transition: border-bottom .3s ease
}

.pdp-qty-help:hover {
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.pdp-qty-widget {
    margin-bottom: 48px
}

.pdp-qty-widget .hidden {
    display: none
}

.pdp-qty-widget .error-message {
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    color: #d9272e;
    margin-top: 40px;
    margin-bottom: -40px
}

.pdp-qty-widget .qty-red {
    border: 1px solid #d9272e;
    border-bottom: 2px solid #d9272e
}

.pdp-qty-wrapper {
    position: relative;
    margin-bottom: 15px
}

.pdp-qty-calculation {
    position: absolute;
    top: 51px;
    left: 0;
    width: 178px;
    text-align: center;
    color: #000;
    font-size: 13px
}

.pdp-shipping-flag {
    color: #000;
    font-size: 13px
}

@media (max-width: 1024px) {
    .pdp-shop {
        padding: 55px 0
    }
}

@media (min-width: 1025px) {
    .pdp-shop {
        min-height: 680px;
        width: 475px;
        padding-left: 55px;
        padding-top: 77px;
        padding-bottom: 30px
    }
}

@media (max-width: 1599px) {
    #product_addtocart_form .pdp-type-variety-pack .pdp-top-inner img.pdp-image-large.loaded {
        display: block !important
    }

    #product_addtocart_form .pdp-type-variety-pack .pdp-top-inner img.pdp-image-small {
        display: none !important
    }
}

@media (max-width: 1024px) {
    #product_addtocart_form .pdp-type-bar .pdp-top-inner img.pdp-image-large.loaded, #product_addtocart_form .pdp-type-variety-pack .pdp-top-inner img.pdp-image-large.loaded {
        display: none !important
    }

    #product_addtocart_form .pdp-type-bar .pdp-top-inner img.pdp-image-small, #product_addtocart_form .pdp-type-variety-pack .pdp-top-inner img.pdp-image-small {
        display: block !important
    }

    #product_addtocart_form .pdp-type-gear .pdp-top-inner img.pdp-image-large.loaded {
        display: none !important
    }

    #product_addtocart_form .pdp-type-gear .pdp-top-inner img.pdp-image-small {
        display: block !important
    }
}

@media (min-width: 1025px) {
    .pdp-image-large {
        display: block
    }

    .pdp-type-gear .pdp-image-inner {
        width: calc(100vw - 42vw)
    }

    .pdp-type-gear .pdp-image-inner .pdp-image-file {
        height: auto;
        min-height: 0;
        top: 45%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute
    }
}

@media (max-width: 1024px) {
    .pdp-image {
        margin-left: -25px;
        margin-right: -25px
    }

    .pdp-image-file {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pdp-image {
        margin-left: -35px;
        margin-right: -35px
    }
}

@media (min-width: 1025px) {
    .pdp-top-inner {
        display: table;
        width: 100%;
        min-height: 680px
    }

    .pdp-image {
        height: 100%;
        display: table-cell;
        position: relative;
        vertical-align: top
    }

    .pdp-shop {
        background: #fff;
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width: 1599px) {
    .pdp-image-inner {
        height: 100%;
        width: 2000px;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 680px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pdp-image-file {
        position: absolute;
        top: 0;
        right: -50px;
        height: 100%;
        width: auto;
        min-height: 680px
    }

    .pdp-image-large {
        display: block
    }

    .catalog-product-view .pdp-image-file {
        right: 0
    }

    .pdp-type-bar .pdp-shop {
        padding-left: 82px
    }
}

@media (min-width: 1025px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        height: 100%;
        width: 2000px;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 772px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pdp-type-variety-pack .pdp-image-file {
        position: absolute;
        top: 0;
        right: -50px;
        height: 100%;
        width: auto;
        min-height: 680px;
        overflow-x: visible
    }

    .pdp-type-variety-pack .pdp-image-large {
        display: block
    }

    .pdp-type-variety-pack .catalog-product-view .pdp-image-file {
        right: 0
    }

    .pdp-type-bar .pdp-image-file {
        position: relative;
        top: 0;
        right: -30px;
        width: auto;
        height: auto
    }

    .pdp-type-bar .pdp-image-large {
        display: block
    }
}

@media (min-width: 1025px) and (max-width: 1151px) {
    .pdp-type-bar .pdp-image-inner {
        width: 860px
    }

    .pdp-type-bar .pdp-image-large {
        width: 860px
    }
}

@media (min-width: 1152px) and (max-width: 1279px) {
    .pdp-type-bar .pdp-image-inner {
        width: 1050px
    }

    .pdp-type-bar .pdp-image-large {
        width: 1050px
    }
}

@media (min-width: 1279px) {
    .pdp-type-bar .pdp-image-inner {
        width: 1250px
    }

    .pdp-type-bar .pdp-image-large {
        width: 1250px
    }
}

@media (min-width: 1600px) {
    .pdp-type-bar .pdp-image-inner {
        width: 1500px
    }

    .pdp-type-bar .pdp-image-large {
        width: 1500px;
        right: -35px
    }
}

@media (max-width: 767px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        position: relative;
        padding-bottom: 77.33333%
    }

    .pdp-type-bar .pdp-image-file, .pdp-type-gear .pdp-image-file, .pdp-type-variety-pack .pdp-image-file {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        max-width: none
    }

    .pdp-type-bar .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        overflow-x: scroll
    }

    .pdp-type-variety-pack .pdp-image-inner {
        overflow: hidden
    }

    .pdp-type-variety-pack .pdp-image-file {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        max-width: none;
        height: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        position: relative;
        padding-bottom: 77.33333%
    }

    .pdp-type-bar .pdp-image-file, .pdp-type-gear .pdp-image-file, .pdp-type-variety-pack .pdp-image-file {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 90%;
        height: auto
    }

    .pdp-type-variety-pack .pdp-image-inner {
        overflow: hidden
    }

    .pdp-type-variety-pack .pdp-image-file {
        width: auto;
        max-width: none;
        height: 100%
    }
}

@media (min-width: 1025px) and (max-width: 1599px) {
    .pdp-type-gear .pdp-image-inner {
        margin-left: -180px;
        height: 100%;
        min-height: 680px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute
    }

    .pdp-type-gear .pdp-image-file {
        width: 100%;
        height: auto;
        max-width: none
    }
}

@media (min-width: 1025px) and (max-width: 1530px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        margin-left: -160px
    }
}

@media (min-width: 1025px) and (max-width: 1470px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        margin-left: -130px
    }
}

@media (min-width: 1025px) and (max-width: 1410px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        margin-left: -110px
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        margin-left: -80px
    }
}

@media (min-width: 1025px) and (max-width: 1310px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-gear .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        margin-left: -50px
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .pdp-type-bar .pdp-image-inner, .pdp-type-variety-pack .pdp-image-inner {
        margin-left: -35px
    }

    .pdp-type-gear .pdp-image-inner {
        margin-left: -80px
    }
}

.pdp-type-variety-pack .pdp-image-inner {
    background: #e5e5e5
}

.pdp-type-gear .pdp-image-inner {
    background: #fff
}

.catalog-product-view .pdp-shop-inner {
    text-align: left
}

.catalog-product-view .pdp-shop-inner div {
    text-align: left
}

.catalog-product-view .pdp-subscription-option input[type=radio] {
    display: none
}

.catalog-product-view .pdp-subscription-option .pdp-subscription-input + label {
    top: 25px
}

@media (max-width: 499px) {
    .pdp-shipping-flag {
        text-align: center !important
    }
}

.pdp-subscription-header {
    position: relative;
    padding-left: 40px;
    min-height: 48px;
    margin-bottom: 20px
}

.pdp-subscription-label {
    display: block;
    text-transform: none
}

.pdp-subscription-input {
    position: absolute !important;
    top: 8px;
    left: 0
}

.pdp-subscription-input + label {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color .3s ease;
    margin: 0;
    position: relative;
    padding-left: 9px;
    position: relative;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-top: 0;
    top: 8px;
    left: -40px
}

.pdp-subscription-input + label::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 24px;
    height: 24px;
    background: url(../images/radio-check.png) no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .3s ease, scale .3s cubic-bezier(.25, .46, .45, .94)
}

.pdp-subscription-input + label::focus {
    outline: 0
}

.pdp-subscription-input:checked + label {
    background: #000
}

.pdp-subscription-input:checked + label::after {
    content: "";
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pdp-subscription-price {
    line-height: 1;
    cursor: pointer;
    margin-bottom: 2px
}

.pdp-subscription-price .price {
    font-size: 24px;
    letter-spacing: -.015em;
    color: #000
}

.pdp-subscription-price-description {
    font-size: 13px
}

.pdp-subscription-price-description .tooltip {
    margin-top: -4px
}

.pdp-subscription-frequency {
    margin-top: 8px
}

.pdp-subscription-frequency strong {
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #000
}

.pdp-subscription-frequency .pdp-subscription-frequency-label {
    position: relative;
    bottom: -12px;
    text-transform: lowercase;
    letter-spacing: .3px;
    font-size: 14px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    color: #000;
    opacity: .5
}

.pdp-subscription-frequency-dropdown {
    width: 230px
}

.section-large.pdp-section-description {
    position: relative
}

.nutrition-nav {
    position: absolute;
    display: block;
    text-align: center;
    bottom: 25px;
    left: 0;
    right: 0
}

.n-d {
    display: inline-block;
    margin: 0 8px
}

.nutrition-dot {
    display: block;
    width: 10px !important;
    height: 10px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 100%
}

.nutrition-dot.active {
    background: #000
}

.img-nutrition {
    margin-bottom: 10px
}

.pdp-description-row {
    overflow: hidden
}

.pdp-description {
    max-width: 560px
}

.custom-vp-bg {
    background: #f2f2f2 !important
}

.variety-pack-description {
    max-width: 624px;
    float: left
}

.variety-pack-description h4, .variety-pack-description > h2 {
    padding: 0 17px
}

.variety-pack-description .short-dsc {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #000;
    margin-bottom: 22px;
    padding: 0 17px
}

.variety-pack-description .variety-pack-product-tiles {
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack {
    padding: 28px 17px;
    text-align: center
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack a {
    text-decoration: none
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack a .img-variety-pack-p-t {
    position: relative;
    display: block;
    content: "";
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background: #d8d8d8;
    float: none;
    margin: 0 auto;
    margin-bottom: 23px;
    text-align: center
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack a .img-variety-pack-p-t img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack a .product-tile-description {
    display: block;
    clear: both;
    text-align: center
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack a .product-tile-description h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: -.5px;
    text-align: center;
    color: #000;
    margin-bottom: 5px
}

.variety-pack-description .variety-pack-product-tiles .product-tile-variety-pack a .product-tile-description p {
    opacity: .4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.2px;
    text-align: center;
    color: #000
}

.variety-pack-description .good-for-msg {
    font-family: Georgia, Garamond, Times New Roman, serif;
    clear: both;
    padding: 0 17px
}

.variety-pack-description .good-for-msg strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: -.4px;
    color: #000
}

.variety-pack-description .good-for-msg a {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #000
}

.pdp-tags {
    margin-top: 35px
}

.pdp-tags-title {
    font-size: 16px;
    display: block;
    margin-right: 5px
}

.pdp-tag-wrapper {
    display: inline-block
}

.pdp-tag a {
    border-bottom: 2px solid #000;
    line-height: 1.5
}

.pdp-tag a:hover {
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.pdp-health-benefits h3 {
    margin-bottom: 21px
}

.pdp-health-benefits div {
    margin-top: 20px
}

.pdp-health-benefits div .action-link, .pdp-health-benefits div .minicart-item-quantity-button {
    outline: 0
}

.pdp-health-benefits-list {
    border-top: 1px solid #999
}

.pdp-health-benefits-list li.collapsed-benefict {
    display: none
}

.pdp-health-benefits-list li {
    border-bottom: 1px solid #999;
    font-size: 12px;
    color: #000;
    font-weight: 700
}

.pdp-health-benefits-list a {
    padding: 10px 20px 10px 0;
    display: block;
    position: relative;
    line-height: 2
}

.pdp-health-benefits-list a::after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: calc(50% - 9px);
    vertical-align: middle;
    background: url(/skin/frontend/kind/enterprise/images/arrow-right-black.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2px;
    background-size: 6px 10px
}

.pdp.config-product .pdp-subscription-header {
    padding-left: 0
}

.pdp.config-product .pdp-description-row #pdp-nutrition, .pdp.config-product .pdp-description-row .pdp-nutrition-button, .pdp.config-product .pdp-qty-label, .pdp.config-product .pdp-section-extra, .pdp.config-product .required {
    display: none
}

.no-display {
    display: none
}

.product-options {
    padding: 20px 0 30px 0
}

.product-options .validation-advice {
    display: none
}

.custom-section label {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #000;
    display: block
}

.custom-section label em {
    color: red
}

.custom-section .jq-dropdown {
    padding-bottom: 20px;
    z-index: auto
}

.custom-section .jq-dropdown .jq-dropdown-trigger {
    width: 100%
}

.custom-section .jq-dropdown .jq-dropdown-content {
    width: 100%;
    left: 0
}

.custom-section .jq-dropdown .jq-dropdown-content.open {
    left: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.custom-section .jq-dropdown.kind-custom-select-92 {
    z-index: 100
}

.custom-section .jq-dropdown.kind-custom-select-198 {
    z-index: 100
}

.custom-section .jq-dropdown.dropdown-open {
    z-index: 200
}

.custom-section .jq-dropdown.val-failed .jq-dropdown-trigger {
    color: #d50000;
    border-bottom: 2px solid #d50000
}

.custom-section .disabled {
    position: relative;
    z-index: 1;
    opacity: .2
}

.custom-section .disabled:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
    opacity: .2
}

@media (max-width: 767px) {
    .pdp-tags-title {
        display: block;
        margin-bottom: 14px
    }

    .pdp-tag-wrapper {
        margin-bottom: 5px
    }

    .pdp-health-benefits div {
        text-align: center
    }

    .pdp-health-benefits .pdp-health-benefits-list li {
        min-height: 64px
    }

    .pdp-health-benefits .pdp-health-benefits-list a {
        padding: 22px 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pdp-health-benefits {
        max-width: 220px;
        margin-top: 35px
    }
}

@media (max-width: 1024px) {
    .pdp-description-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pdp-description {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .pdp-nutrition {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .pdp-health-benefits {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .nutrition-nav {
        position: relative;
        bottom: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.pdp-nutrition-button {
    margin-top: 30px;
    min-width: 240px
}

.pdp-nutrition-button:focus {
    outline: 0
}

.touch .pdp-nutrition-button:focus {
    background: #000 !important;
    color: #fff;
    outline: 0
}

.pdp-nutrition {
    clear: both;
    padding-top: 90px
}

.pdp-nutrition .ingredients-product {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    color: #000
}

.pdp-nutrition .disclaimer-product {
    position: relative;
    padding-top: 70px;
    text-align: center;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: .3px;
    text-align: center;
    color: #000
}

@media (max-width: 1024px) {
    .pdp-health-benefits {
        margin-top: 55px
    }

    .pdp-nutrition {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .variety-pack-description {
        max-width: 100%;
        clear: both
    }
}

@media (max-width: 767px) {
    .variety-pack-description {
        margin-bottom: 50px;
        text-align: left
    }
}

@media (max-width: 535px) {
    .variety-pack-description {
        margin-bottom: 30px
    }
}

@media (min-width: 1025px) {
    .pdp-description {
        float: left
    }

    .pdp-tags-title {
        display: inline-block
    }

    .pdp-tag {
        display: inline-block
    }

    .pdp-health-benefits {
        width: 220px;
        float: right
    }
}

.pdp-section-ingredients {
    background: #fff;
    position: relative
}

.pdp-ingredients-inner {
    overflow: hidden;
    position: relative
}

.pdp-ingredients-toggle {
    position: absolute;
    bottom: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.pdp-ingredients-toggle-button {
    cursor: pointer;
    text-align: center;
    outline: 0
}

.pdp-ingredients-toggle-button .subtract {
    display: none
}

.pdp-ingredients-toggle-button .add {
    display: block
}

.pdp-ingredients-toggle-button.expanded .subtract {
    display: block
}

.pdp-ingredients-toggle-button.expanded .add {
    display: none
}

.pdp-ingredients-toggle-button-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    border: 3px solid #000;
    fill: #fff;
    margin: 0 auto 10px
}

.pdp-ingredients-toggle-button-icon:hover {
    border: 3px solid #000;
    background: #fff;
    fill: #000
}

.pdp-ingredients-toggle-button-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.pdp-ingredients.open .pdp-note-additional {
    display: block
}

.pdp-ingredients-intro {
    background: #fff;
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease, visibility .4s ease
}

.pdp-ingredients-row-first {
    opacity: 0;
    visibility: hidden
}

.pdp-ingredients.open .pdp-ingredients-intro {
    opacity: 0;
    visibility: hidden
}

.pdp-ingredients.open .pdp-ingredients-row-first {
    opacity: 1;
    visibility: visible
}

.pdp-ingredients-intro-body {
    position: relative;
    z-index: 1;
    max-width: 240px
}

.pdp-ingredients-intro-head {
    font-size: 50px;
    max-width: 6em;
    margin-bottom: .5em;
    line-height: .98
}

@media (max-width: 767px) {
    .pdp-ingredients-intro-head {
        font-size: 40px
    }
}

.pdp-ingredients-tooltip {
    z-index: 10
}

.pdp-ingredients-row {
    position: relative;
    z-index: 1
}

.pdp-note-additional {
    display: none;
    text-align: center;
    padding: 30px 0 30px
}

.pdp-note-additional p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: .3px;
    text-align: center;
    color: #000
}

.pdp-ingredients-body {
    position: relative;
    z-index: 1;
    max-width: 240px
}

.pdp-ingredients-eyebrow {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 23px
}

.pdp-ingredients-head {
    font-size: 40px;
    margin-bottom: 23px
}

.pdp-ingredients-text {
    font-size: 13px
}

.pdp-ingredients-image {
    max-width: none;
    position: relative;
    z-index: 0
}

@media (max-width: 767px) {
    .pdp-ingredients {
        padding-bottom: 100px
    }

    .pdp-ingredients.open {
        height: auto !important;
        padding-bottom: 45px
    }

    .pdp-ingredients .pdp-ingredients-intro-body {
        max-width: 100%
    }

    .pdp-ingredients .pdp-ingredients-intro-body .pdp-ingredients-intro-head, .pdp-ingredients .pdp-ingredients-intro-body .pdp-ingredients-intro-text {
        text-align: left
    }

    .pdp-ingredients .pdp-ingredients-tooltip {
        text-align: left;
        display: block;
        float: left;
        clear: both
    }

    .pdp-ingredients .pdp-note-additional p {
        text-align: left
    }

    .pdp-ingredients .pdp-ingredients-body {
        max-width: 100%;
        text-align: center
    }

    .pdp-ingredients-row {
        display: none;
        margin-bottom: 30px
    }

    .pdp-ingredients.open .pdp-ingredients-row {
        display: block
    }

    .pdp-ingredients.open .pdp-ingredients-intro {
        display: none
    }

    .pdp-ingredients-intro-text {
        margin-bottom: 25px
    }

    .pdp-ingredients-eyebrow {
        margin-bottom: 15px
    }

    .pdp-ingredients-text {
        font-size: 15px
    }

    .pdp-ingredients-image {
        width: 100%;
        margin-left: -20vw;
        margin-bottom: 15px;
        clear: both
    }

    .pdp-ingredients-section:nth-child(odd) .pdp-ingredients-image {
        margin-left: 0
    }

    .pdp-ingredients-section:nth-child(odd) .pdp-ingredients-body {
        float: none
    }

    .pdp-ingredients-section:nth-child(even) .pdp-ingredients-image {
        margin-left: 0
    }

    .pdp-ingredients-intro .pdp-ingredients-image {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .pdp-ingredients {
        height: 450px;
        transition: height .8s ease
    }

    .pdp-ingredients-section {
        position: relative
    }

    .pdp-ingredients-intro {
        height: 450px
    }

    .pdp-ingredients-intro-body {
        position: absolute;
        top: calc(50% - 15px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 290px
    }

    .pdp-ingredients-tooltip {
        position: absolute;
        bottom: 40px;
        left: 0
    }

    .pdp-ingredients-row {
        height: 450px
    }

    .pdp-ingredients-image {
        width: 798px;
        max-width: 100%;
        height: auto;
        position: absolute;
        top: calc(50% - 300px)
    }

    .pdp-ingredients-body {
        max-width: 290px;
        position: absolute;
        top: calc(50% - 0px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .pdp-ingredients-section:nth-child(2) {
        margin-top: -300px
    }

    .pdp-ingredients-section:nth-child(2) .pdp-ingredients-body {
        top: calc(50% - 45px)
    }

    .pdp-ingredients.open .pdp-ingredients-section:nth-child(2) {
        margin-top: -450px
    }
}

@media (min-width: 768px) {
    .pdp-ingredients-section:nth-child(odd) .pdp-ingredients-image {
        left: -20vw
    }

    .pdp-ingredients-section:nth-child(odd) .pdp-ingredients-body {
        left: 475px
    }

    .pdp-ingredients-section:nth-child(even) .pdp-ingredients-image {
        left: 20vw
    }

    .pdp-ingredients-section:nth-child(even) .pdp-ingredients-body {
        left: 0
    }

    .pdp-ingredients-section:nth-child(1) .pdp-ingredients-image {
        left: 20vw
    }
}

@media (min-width: 1025px) {
    .pdp-ingredients-section:nth-child(odd) .pdp-ingredients-image {
        left: -18vw
    }

    .pdp-ingredients-section:nth-child(odd) .pdp-ingredients-body {
        left: 630px
    }

    .pdp-ingredients-section:nth-child(even) .pdp-ingredients-image {
        left: 18vw
    }

    .pdp-ingredients-section:nth-child(even) .pdp-ingredients-body {
        left: 0
    }

    .pdp-ingredients-section:nth-child(1) .pdp-ingredients-image {
        left: 18vw
    }
}

@media (max-width: 767px) {
    .pdp-section-extra {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media (min-width: 768px) {
    .pdp-section-extra {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

@media (max-width: 767px) {
    .pdp-section-ingredients + .pdp-section-extra {
        padding-top: 130px
    }
}

@media (min-width: 768px) {
    .pdp-section-ingredients + .pdp-section-extra {
        padding-top: 180px
    }
}

.pdp-extra-section {
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .pdp-extra-section {
        margin-bottom: 140px
    }
}

.pdp-extra-section:last-child {
    margin-bottom: 0
}

.pdp-extra-section .section-header-head {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -1.5px
}

.pdp-texture-graph-wrapper {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto
}

.pdp-texture-graph {
    width: 100%;
    position: relative;
    height: 45px
}

.pdp-texture-graph::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 601px;
    height: 5.5px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0
}

.pdp-texture-graph-point {
    position: absolute;
    top: 1.5px;
    width: 33.33333333%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.pdp-texture-graph-point::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 100%;
    margin-left: -11px;
    margin-top: -9.5px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: solid 3px #000
}

.pdp-texture-graph-point::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 2px;
    height: 19px;
    margin-top: -9px;
    margin-left: -1px;
    background: #000
}

.pdp-texture-graph-point:nth-child(1) {
    left: 0
}

.pdp-texture-graph-point:nth-child(2) {
    left: 33.333333333333%
}

.pdp-texture-graph-point:nth-child(3) {
    left: 66.666666666666%
}

.pdp-texture-graph-point:nth-child(4) {
    left: 100%;
    width: auto
}

.pdp-texture-graph-point:last-child::after {
    display: none
}

.pdp-texture-graph-label {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400
}

.pdp-texture-graph-pin {
    width: 24px;
    height: 31px;
    position: absolute;
    margin-left: -12.5px;
    left: 0;
    fill: #edaa00 !important;
    z-index: 2
}

.pdp-texture-graph[data-pin-location="1"] + .pdp-texture-graph-pin {
    left: 0
}

.pdp-texture-graph[data-pin-location="2"] + .pdp-texture-graph-pin {
    left: 16.666666666666%
}

.pdp-texture-graph[data-pin-location="3"] + .pdp-texture-graph-pin {
    left: 33.333333333333%
}

.pdp-texture-graph[data-pin-location="4"] + .pdp-texture-graph-pin {
    left: 50%
}

.pdp-texture-graph[data-pin-location="5"] + .pdp-texture-graph-pin {
    left: 66.666666666666%
}

.pdp-texture-graph[data-pin-location="6"] + .pdp-texture-graph-pin {
    left: 83.333333333333%
}

.pdp-texture-graph[data-pin-location="7"] + .pdp-texture-graph-pin {
    left: 100%
}

@media (max-width: 767px) {
    .pdp-texture-graph-wrapper {
        padding-top: 32px;
        margin-left: 15px;
        margin-right: 15px;
        width: auto
    }

    .pdp-texture-graph-label {
        font-size: 13px
    }

    .pdp-texture-graph-pin {
        top: -1px;
        margin-left: -13px
    }
}

@media (min-width: 768px) {
    .pdp-texture-graph-wrapper {
        padding-top: 62px
    }

    .pdp-texture-graph-pin {
        width: 48px;
        height: 62px;
        top: -1px;
        margin-left: -24.5px
    }
}

.pdp-quote {
    background: #fff;
    position: relative;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 767px) {
    .pdp-quote {
        margin-left: -10px;
        margin-right: -10px
    }
}

.pdp-quote-inner {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative
}

.pdp-quote-inner::after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #fff;
    position: absolute;
    bottom: -38px;
    left: 0
}

@media (max-width: 767px) {
    .pdp-quote-inner {
        padding-top: 45px
    }
}

.pdp-quote-text {
    display: block;
    letter-spacing: -.02em;
    margin-bottom: 1em;
    line-height: 1.05;
    position: relative
}

@media (max-width: 767px) {
    .pdp-quote-text {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    .pdp-quote-text {
        font-size: 40px
    }
}

.pdp-quote-text::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/quote-icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -44px;
    left: -48px
}

@media (max-width: 767px) {
    .pdp-quote-text::before {
        position: relative;
        left: -20px;
        top: 0;
        margin-bottom: 26px
    }
}

.pdp-quote-attribution {
    position: relative;
    display: inline-block
}

.pdp-quote-author {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: .15em
}

.pdp-quote-author-subtitle {
    display: block
}

.pdp-quote-source {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 32px;
    height: 32px
}

@media (max-width: 767px) {
    .pdp-quote {
        padding-left: 40px;
        padding-right: 40px
    }
}

.pdp-section-reviews {
    background: #fff !important
}

.pdp-reviews-header-details {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px
}

.pdp-reviews-header-rating-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px
}

.pdp-reviews-count {
    display: inline-block;
    vertical-align: middle;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 15px;
    color: #999
}

@media (max-width: 499px) {
    .pdp-reviews-header-details {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pdp-reviews-header-stars {
        margin-bottom: 30px
    }
}

.pdp-reviews-list {
    padding-top: 33px;
    border-bottom: 1px solid #e5e5e5
}

.pdp-reviews-item {
    margin-bottom: 70px
}

.pdp-reviews-item-top {
    margin-bottom: 25px
}

.pdp-reviews-item-top .rating-box {
    margin-bottom: 3px
}

.pdp-reviews-item-nickname {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-right: .25em
}

.pdp-reviews-item-date {
    color: #999;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 13px;
    display: inline-block
}

.pdp-reviews-item-title {
    margin-bottom: 6px
}

.pdp-reviews-item-text {
    max-width: 620px
}

.pdp-reviews-item {
    display: none
}

.pdp-reviews-item:nth-child(1), .pdp-reviews-item:nth-child(2) {
    display: block
}

.pdp-section-reviews.open .pdp-reviews-item {
    display: block
}

.pdp-reviews-toggle {
    z-index: 10;
    position: relative;
    margin-top: -29px;
    text-align: center
}

.pdp-reviews-toggle-button {
    cursor: pointer;
    text-align: center;
    outline: 0
}

.pdp-reviews-toggle-button .subtract {
    display: none
}

.pdp-reviews-toggle-button .add {
    display: block
}

.pdp-reviews-toggle-button.expanded .subtract {
    display: block
}

.pdp-reviews-toggle-button.expanded .add {
    display: none
}

.pdp-reviews-toggle-button-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    border: 3px solid #000;
    fill: #fff;
    margin: 0 auto 10px
}

.pdp-reviews-toggle-button-icon:hover {
    border: 3px solid #000;
    background: #fff;
    fill: #000
}

.pdp-reviews-toggle-button-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.pdp-reviews-form {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-bottom: 0;
    max-width: 620px
}

.ratings-list {
    margin-bottom: 30px
}

.ratings-list-item {
    margin-bottom: 10px
}

.ratings-list-item input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.ratings-list-item label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.pdp-section-browse {
    background: #fff !important
}

.pdp-section-reviews + .pdp-section-browse {
    padding-top: 0
}

.pdp-browse .grid-item-image {
    max-width: 280px
}

.pdp-browse-head {
    font-size: 40px !important;
    max-width: 9em;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.pdp-browse-cta {
    text-align: center
}

.catalogsearch-result-index .pdp-browse-head {
    max-width: 561px
}

.catalogsearch-result-index .search-reulst-area {
    margin-top: -155px
}

#pdp-quantity-modal.modal {
    padding: 0;
    position: absolute;
    min-height: 100%
}

#pdp-quantity-modal.modal .wrapper1 {
    overflow: hidden;
    height: auto;
    background-color: #fff
}

@media (max-width: 767px) {
    .pdp-quantity-modal-inner {
        padding: 25px
    }
}

@media (min-width: 768px) {
    .pdp-quantity-modal-inner {
        padding: 65px 65px 90px
    }
}

.pdp-quantity-modal-head {
    font-size: 24px;
    margin-bottom: .35em
}

.pdp-quantity-modal-list {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px;
    margin-top: 40px
}

.pdp-quantity-modal-item {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0
}

.pdp-quantity-modal-icon {
    margin-right: 24px
}

.pdp-quantity-modal-body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pdp-quantity-modal-body h4 {
    margin-bottom: .5em
}

@media (max-width: 767px) {
    .pdp-quantity-modal-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .pdp-quantity-modal-body {
        max-width: 300px;
        text-align: center
    }

    .pdp-quantity-modal-body h4 {
        text-align: center;
        margin-bottom: .5em
    }
}

.pdp-quantity-modal-cta {
    margin-top: 40px
}

.mobile-rotation {
    display: none
}

@media (max-width: 767px) and (orientation: portrait) {
    .catalog-product-view .pdp-top-inner .pdp-image {
        position: relative
    }

    .mobile-rotation {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 10
    }

    .mobile-rotation .mobile-container {
        max-width: 55%;
        height: 150px;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, .8);
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .mobile-rotation .mobile-container .mobile-content {
        width: 100%;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .mobile-rotation .mobile-container .mobile-content img {
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .mobile-rotation .mobile-container .mobile-content .text {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: .3px;
        color: #fff
    }
}

.grouped-product-global .pdp-image .pdp-image-inner img {
    max-height: 700px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1280px) {
    .grouped-product-global .pdp-shop {
        width: 600px
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .grouped-product-global .pdp-shop {
        width: 550px
    }
}

.grouped-product-global .pdp-shop-inner .grouped-product .data-table td {
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 0
}

.grouped-product-global .pdp-shop-inner .grouped-product .data-table td:before {
    content: "" !important
}

.grouped-product-global .pdp-shop-inner .grouped-product .data-table td.a-center {
    text-align: center
}

.grouped-product-global .pdp-shop-inner .grouped-product .data-table td.qty-container {
    min-width: 200px;
    max-width: 100%
}

@media (max-width: 522px) {
    .grouped-product-global .pdp-shop-inner .grouped-product .data-table td.qty-container {
        min-width: 110px
    }
}

.grouped-product-global .pdp-shop-inner .grouped-product .product-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -.7px;
    color: #000
}

.grouped-product-global .pdp-shop-inner .grouped-product .product-name .pdp-qty-calculation {
    position: relative;
    top: 0;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000
}

.grouped-product-global .pdp-shop-inner .grouped-product .update-action {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: #000;
    margin-left: 16px;
    cursor: pointer
}

@media (max-width: 522px) {
    .grouped-product-global .pdp-shop-inner .grouped-product .update-action {
        display: block;
        margin-top: 15px;
        margin-left: 0
    }
}

.grouped-product-global .pdp-shop-inner .grouped-product .price-box .price {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -.3px;
    text-align: right;
    color: #000
}

.grouped-product-global .pdp-shop-inner .grouped-product .out-of-stock {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: .85;
    letter-spacing: normal;
    color: #000;
    text-align: center
}

.grouped-product-global .pdp-shop-inner .grouped-product .line-separator.last > td {
    padding-bottom: 38px
}

.grouped-product-global .pdp-shop-inner .grouped-product .line-separator > td {
    padding-top: 24px;
    padding-bottom: 24px
}

.grouped-product-global .pdp-shop-inner .grouped-product .line-separator .line {
    width: 100%;
    border: solid 1px #e8e8e8
}

.grouped-product-global .pdp-shop-inner .grouped-product .error-message {
    font-family: Georgia, Garamond, Times New Roman, serif;
    letter-spacing: .03em;
    color: #d9272e;
    margin-bottom: 34px;
    display: none
}

.catalog-category-view .main-container {
    padding-top: 0;
    padding-bottom: 0
}

.catalog-category-view #sliderBar .container {
    padding: 0 35px
}

.catalog-category-view .container {
    padding: 25px 0
}

.catalog-category-view .container h3.section-header-head {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .95;
    letter-spacing: -2px;
    text-align: center;
    color: #000;
    margin-bottom: 35px
}

.catalog-category-view .container .section-categories {
    margin-bottom: 34px
}

.catalog-category-view .container .section-categories .title {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: -.7px;
    text-align: center;
    margin-top: 34px;
    color: #000
}

.catalog-category-view .container .section-categories a {
    color: #000;
    text-decoration: none;
    width: 80%
}

.catalog-category-view .container .section-categories .img {
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 499px) {
    .catalog-category-view .container .section-categories a {
        margin-bottom: 34px
    }
}

@media (min-width: 500px) {
    .catalog-category-view .container .section-categories .next-snack-left {
        text-align: right;
        padding-right: 0
    }

    .catalog-category-view .container .section-categories .next-snack-right {
        text-align: left;
        padding-left: 0
    }
}

.catalog-category-view .container .section-footer p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #000
}

.catalog-category-view .container .section-footer p a {
    text-decoration: underline
}

.catalog-category-view .container .section-footer p a:hover {
    text-decoration: none;
    color: #000
}

.catalog-category-view .section-black {
    padding-top: 56px;
    padding-bottom: 56px
}

.catalog-category-view .section-black .section-header h2.section-header-head {
    font-size: 24px
}

.catalog-category-view .grid-item .out-stock-product .image {
    opacity: .4
}

.catalog-category-view .grid-item .out-stock-product .out-stock-text {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #0c0604;
    margin-top: 21px
}

.catalog-category-view .store-empty > p {
    margin: 110px auto 0;
    max-width: 561px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2px
}

.plp-products {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-top: 50px
}

.plp-pagination {
    text-align: center;
    padding-top: 60px
}

.section-what-next-snack {
    padding: 110px 0
}

.section-what-next-snack .section-header-head {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.section-what-next-snack .section-categories .title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: -.7px
}

@media screen and (min-width: 769px) {
    .section-what-next-snack .section-categories > div:nth-child(odd) {
        padding-left: 125px
    }

    .section-what-next-snack .section-categories > div:nth-child(even) {
        padding-right: 125px
    }
}

.section-what-next-snack .section-footer {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    padding-top: 40px
}

.section-what-next-snack .section-footer a {
    border-bottom: 1px solid #000
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

#checkout-step-review .item-options dd, #checkout-step-review .item-options dt, #multiship-addresses-table .item-options dd, #multiship-addresses-table .item-options dt, .cart .item-options dd, .cart .item-options dt, .checkout-multishipping-shipping .item-options dd, .checkout-multishipping-shipping .item-options dt, .multiple-checkout .item-options dd, .multiple-checkout .item-options dt, .paypal-express-review .item-options dd, .paypal-express-review .item-options dt {
    float: left;
    margin: 0
}

#checkout-step-review .item-options dt, #multiship-addresses-table .item-options dt, .cart .item-options dt, .checkout-multishipping-shipping .item-options dt, .multiple-checkout .item-options dt, .paypal-express-review .item-options dt {
    clear: left;
    padding: 0 5px 0 0
}

#checkout-step-review .product-name, #multiship-addresses-table .product-name, .cart .product-name, .checkout-multishipping-shipping .product-name, .multiple-checkout .product-name, .paypal-express-review .product-name {
    padding-bottom: 15px;
    margin: 0
}

#checkout-step-review .cofig-prd-name {
    padding-bottom: 5px
}

#checkout-step-review .item-options {
    padding-bottom: 20px
}

.sales-order-invoice .my-account .custom-table .config-prd .item-options, .sales-order-shipment .my-account .custom-table .config-prd .item-options, .sales-order-view .my-account #my-orders-table .config-prd .item-options, .sales-order-view .my-account .custom-table .config-prd .item-options {
    display: block;
    padding-bottom: 30px
}

.sales-order-invoice .my-account .custom-table .config-prd .item-options .options dd, .sales-order-invoice .my-account .custom-table .config-prd .item-options .options dt, .sales-order-shipment .my-account .custom-table .config-prd .item-options .options dd, .sales-order-shipment .my-account .custom-table .config-prd .item-options .options dt, .sales-order-view .my-account #my-orders-table .config-prd .item-options .options dd, .sales-order-view .my-account #my-orders-table .config-prd .item-options .options dt, .sales-order-view .my-account .custom-table .config-prd .item-options .options dd, .sales-order-view .my-account .custom-table .config-prd .item-options .options dt {
    float: left
}

.block-amseorichdata {
    margin: 20px 0 10px;
    clear: both
}

.block-amseorichdata .block-content {
    padding: 7px 7px
}

@media (min-width: 768px) {
    .plp-filters.modal {
        width: 980px
    }
}

.plp-filters {
    padding: 0;
    position: fixed
}

.plp-filters-section {
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5
}

.plp-filters-section:last-of-type {
    border-bottom: none
}

.plp-filters-section-head {
    color: #777;
    margin-bottom: 16px;
    text-transform: lowercase
}

.plp-filters-inner {
    padding-bottom: 113px
}

.plp-filters-list-item {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    border: 2px solid #000;
    height: 24px;
    border-radius: 12px;
    color: #000;
    background: #fff;
    text-decoration: none;
    padding: 0 16px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 3px;
    margin-bottom: 6px;
    transition: background 240ms ease, color 240ms ease
}

.plp-filters-list-item:active {
    border-color: #000;
    background: #000;
    color: #fff
}

.plp-filters-list-item.disabled {
    background: #d9d9d9;
    border-color: #d9d9d9;
    cursor: default;
    color: #fff
}

.plp-filters-list-item.disabled:hover {
    background: #d9d9d9;
    border-color: #d9d9d9;
    cursor: default;
    color: #fff
}

.plp-filters-list-item.active {
    background: #000;
    border-color: #000;
    color: #fff
}

@media (min-width: 1025px) {
    .plp-filters-list-item:hover {
        border-color: #000;
        background: #000;
        color: #fff
    }
}

.plp-filters-apply-button {
    width: auto;
    height: auto;
    position: relative;
    min-width: 185px
}

@media (max-width: 767px) {
    .plp-filters-section-head {
        margin-bottom: 0
    }

    .plp-filters {
        background: #f2f2f2
    }

    .plp-filters-inner {
        padding-top: 0;
        padding-bottom: 108px
    }

    .plp-filters-header {
        text-align: center;
        padding-bottom: 25px;
        padding-top: 25px;
        border-bottom: 1px solid #e5e5e5;
        margin-left: -25px;
        margin-right: -25px;
        background: #fff;
        margin-bottom: 8px
    }

    .plp-filters-head {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 54px;
        letter-spacing: -.05em;
        line-height: .9em;
        border: none;
        margin: 0;
        padding: 0
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .plp-filters-head {
        font-size: 54px
    }
}

@media (max-width: 767px) {
    .plp-filters-section {
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        background: #fff;
        margin-bottom: 8px
    }

    .plp-filters-section:last-of-type {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 0
    }

    .plp-filters-list {
        margin-left: -25px;
        margin-right: -25px
    }

    .plp-filters-list-inner {
        white-space: nowrap;
        overflow-x: scroll;
        padding: 20px 25px 20px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none
    }

    .plp-filters-list-inner::-webkit-scrollbar {
        display: none
    }

    .plp-filters-apply {
        padding: 30px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #f2f2f2
    }

    .plp-filters-apply-button {
        position: static
    }
}

@media (min-width: 768px) {
    .plp-filters-apply {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 113px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f2f2f2
    }
}

.catalog-category-view .plp-selected-filters .container {
    padding: 0
}

.plp-selected-filters {
    background: #f2f2f2;
    padding-bottom: 24px;
    padding-top: 24px;
    display: none
}

.plp-selected-filters.visible {
    display: block
}

.plp-selected-filters .plp-filters-selected-inner {
    height: 100%;
    max-width: 960px;
    margin: 0 auto
}

.plp-selected-filters-body {
    position: relative
}

.plp-selected-filters-head {
    display: block;
    color: #777;
    margin-bottom: 16px;
    text-transform: lowercase
}

.plp-selected-filters-list {
    min-height: 32px
}

.plp-selected-filters-list .plp-filters-list-item {
    display: none;
    background: #777;
    border-color: transparent;
    position: relative;
    padding-right: 24px
}

.plp-selected-filters-list .plp-filters-list-item::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 9px;
    width: 6px;
    height: 6px;
    background: url(../images/icon-close-white.svg) no-repeat;
    background-size: cover
}

.plp-selected-filters-list .plp-filters-list-item:hover {
    background: #000
}

.plp-selected-filters-list .plp-filters-list-item.active {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.plp-selected-filters-reset {
    position: absolute;
    top: 2px;
    right: 0
}

@media (max-width: 767px) {
    .plp-selected-filters-list {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (min-width: 768px) {
    .plp-selected-filters-reset {
        top: calc(50% - 1em)
    }

    .plp-selected-filters-body {
        padding-right: 180px
    }
}

@media (max-width: 1024px) {
    #plp-filters.modal {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        transition: opacity .4s ease;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 100%;
        max-height: 100%
    }
}

@media (max-width: 1025px) {
    .plp-selected-filters .plp-filters-selected-inner {
        padding-left: 32px;
        padding-right: 32px
    }
}

.shop-by-products-list .shop-by-products-container {
    text-align: center;
    padding: 72px 0
}

.shop-by-products-list .shop-by-products-section {
    background: #f2f2f2 none repeat scroll 0 0;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 84px;
    width: 100%
}

.shop-by-products-list .shop-by-products-section.shop-by-products-img-bottom .shop-by-products-description {
    margin-top: 0
}

.shop-by-products-list .shop-by-products-section.shop-by-products-img-bottom .shop-by-products-button.button-small {
    margin-bottom: 41px
}

.shop-by-products-list .shop-by-products-section:nth-child(2n) {
    background: #fff none repeat scroll 0 0
}

.shop-by-products-list .shop-by-products-title-link {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 80px;
    font-weight: 700;
    text-decoration: none;
    line-height: 80px;
    margin-bottom: 15px
}

.shop-by-products-list .shop-by-products-title-link:hover {
    color: #777
}

.shop-by-products-list .shop-by-products-description {
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 17px;
    opacity: .4;
    margin-top: 17px
}

.shop-by-products-list .shop-by-products-button.button-small {
    font-size: 12px;
    padding: 10px 36px;
    margin-bottom: 88px
}

.shop-by-products-list .shop-by-products-image {
    margin-bottom: -7px;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto
}

.shop-by-products-list .shop-by-products-image.dual-tout {
    max-width: 100%
}

.shop-by-products-list .shop-by-products-container.col-lg-6 {
    float: left;
    width: 50%
}

.shop-by-products-list .shop-by-products-container.col-lg-6 .shop-by-products-description {
    margin-top: 10px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .shop-by-products-list .shop-by-products-container.col-lg-6 {
        width: 100%
    }

    .shop-by-products-list .shop-by-products-title-link {
        font-size: 50px;
        line-height: 50px
    }

    .shop-by-products-list .shop-by-products-description {
        line-height: 1.3;
        margin-bottom: 28px
    }

    .shop-by-products-list .shop-by-products-button.button-small {
        margin-bottom: 92px
    }

    .shop-by-products-list .shop-by-products-image {
        max-width: 100% !important;
        max-height: 100% !important
    }
}

.shop-by-benefit-list {
    background: #f2f2f2 none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px
}

.shop-by-benefit-list .shop-by-benefit-top-title {
    margin: 0 auto;
    max-width: 480px;
    padding: 87px 0 84px;
    text-align: center
}

.shop-by-benefit-list .shop-by-benefit-top-title h1 {
    font-size: 54px;
    margin-bottom: 23px;
    line-height: .9
}

.shop-by-benefit-list .shop-by-benefit-top-title > p {
    font-size: 16px;
    padding: 0 10%;
    line-height: 1.5
}

.shop-by-benefit-list ul {
    width: 1056px;
    margin: auto;
    min-width: auto;
    text-align: center;
    padding: 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-by-benefit-list ul li {
    margin-right: auto;
    margin-left: auto
}

.shop-by-benefit-list ul > li {
    display: inline-block;
    float: left;
    width: 352px;
    margin-bottom: 32px;
    padding: 0 16px
}

.shop-by-benefit-list ul > li:nth-child(3n+1):last-child {
    float: none
}

.shop-by-benefit-list .shop-by-benefit-container {
    text-align: center;
    padding: 0 0;
    max-width: 100%
}

.shop-by-benefit-list .shop-by-benefit-section {
    min-width: 320px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0;
    width: 100%;
    opacity: 0;
    margin-top: 20px
}

.shop-by-benefit-list .shop-by-benefit-title {
    background: #e5e5e5 none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    max-width: 320px
}

.shop-by-benefit-list .shop-by-benefit-title-link {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    width: 100%;
    margin-bottom: -7px
}

.shop-by-benefit-list .shop-by-benefit-title-link span.shop-by-benefit-title-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    bottom: 0;
    display: block;
    height: 100%;
    left: 30px;
    max-width: 50%;
    position: absolute;
    top: 0
}

.shop-by-benefit-list .shop-by-benefit-title-link span.shop-by-benefit-title-content > span {
    display: table;
    vertical-align: middle;
    font-size: 18px;
    padding-right: 24px;
    word-break: break-word;
    height: 100%;
    overflow: hidden
}

.shop-by-benefit-list .shop-by-benefit-title-link span.shop-by-benefit-title-content > span > span {
    display: table-cell;
    vertical-align: middle
}

.shop-by-benefit-list .shop-by-benefit-title-link:hover {
    color: #777
}

.shop-by-benefit-list .shop-by-benefit-title-link img {
    max-width: 321px;
    width: 100%
}

.shop-by-benefit-list .shop-by-benefit-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-top: 18px;
    padding: 0 20px
}

.shop-by-benefit-list .shop-by-benefit-button.button-small {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 12px;
    margin-bottom: 24px;
    padding: 6px 15px;
    min-width: 120px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    text-align: center
}

.shop-by-benefit-list .shop-by-benefit-button.button-small:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.shop-by-benefit-list .shop-by-benefit-content {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    max-width: 321px;
    width: 100%
}

@media (max-width: 1279px) {
    .shop-by-benefit-list .shop-by-benefit-title-link span.shop-by-benefit-title-content {
        left: 15px
    }
}

@media (min-width: 1070px) {
    .shop-by-benefit-list .two-at-the-end li:nth-child(odd) {
        margin-right: 0;
        margin-left: auto
    }

    .shop-by-benefit-list .two-at-the-end li:nth-child(even) {
        margin-right: auto;
        margin-left: 0
    }
}

@media (max-width: 1069px) {
    .shop-by-benefit-list ul {
        width: 704px
    }
}

@media (max-width: 767px) {
    .shop-by-benefit-list .shop-by-benefit-top-title {
        padding: 90px 10%
    }

    .shop-by-benefit-list .shop-by-benefit-top-title h1 {
        font-size: 50px;
        line-height: 46px
    }

    .shop-by-benefit-list ul {
        width: 100%
    }

    .shop-by-benefit-list ul > li {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .shop-by-benefit-list .shop-by-benefit-title {
        display: block;
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }
}

.contentmanager-contenttype-careers .main-container {
    padding-bottom: 0
}

.careers {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    position: relative
}

.careers img {
    display: inline-block;
    height: 58px;
    width: auto
}

.careers h2, .careers h3, .careers h5 {
    font-weight: 700;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal
}

.careers h2 {
    font-size: 60px;
    line-height: 1.27;
    letter-spacing: -3.4px
}

.careers h3 {
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px
}

.careers h5 {
    font-size: 24px;
    line-height: .92;
    letter-spacing: -.8px
}

.careers .link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #000
}

.careers .link span {
    border-bottom: 2px solid #000
}

.careers .button.link, .careers .cart-button-row .link.btn-continue, .careers .link.button-big, .careers .link.button-expand-collapse, .careers .link.button-loader, .careers .link.button-outline, .careers .link.button-outline-big, .careers .link.button-outline-white, .careers .link.button-small, .careers .link.button-small-outline, .careers .link.button-small-outline-white, .careers .link.button-transparent, .careers .link.button2, .careers .link.navigation-button, .cart-button-row .careers .link.btn-continue {
    color: #fff
}

.careers p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px
}

.careers .team {
    padding-bottom: 138px;
    padding-right: 5px;
    padding-left: 5px
}

.careers .team .team-header {
    padding: 0 0
}

.careers .team .team-header h3 {
    margin-bottom: 33px
}

.careers .team .video {
    margin-top: 59px;
    margin-right: 46px;
    margin-left: 46px
}

.careers .team .video video {
    width: 100%;
    height: 100%
}

.careers .team .video iframe, .careers .team .video img {
    width: 100%
}

.careers .team img {
    width: 100%
}

.careers .team .container-grid {
    padding: 0
}

.careers .team .container-grid.container-narrow {
    width: 913px;
    max-width: 100%;
    min-width: initial
}

.careers .team .container-grid .content-grid {
    text-align: left;
    padding-top: 56px
}

.careers .team .container-grid .content-grid h5 {
    margin-bottom: 21px
}

.careers .team .container-grid .content-grid p {
    text-align: left
}

.careers .values {
    background: #f2f2f2;
    width: 100%;
    padding-top: 131px;
    padding-bottom: 9px
}

.careers .values .container-narrow {
    width: 793px;
    max-width: 100%;
    padding: 0
}

.careers .values h2 {
    margin-bottom: 33px
}

.careers .values .description {
    max-width: 769px;
    margin-left: 32px;
    margin-right: 32px
}

.careers .values .row {
    margin-left: 0;
    margin-right: 0
}

.careers .values .row .col-md-6 {
    padding: 0
}

.careers .values .row .values-content {
    padding: 72px 49px
}

.careers .values .row .values-content h3 {
    margin-top: 32px;
    margin-bottom: 18px;
    letter-spacing: -1.5px
}

.careers .values .row .values-content .caring-title {
    margin-top: 24px
}

.careers .working {
    margin-bottom: 38px;
    padding: 0;
    max-width: 1079px
}

.careers .working h2 {
    line-height: .93;
    margin-top: 104px;
    margin-bottom: 33px
}

.careers .working img {
    width: 345px;
    height: 309px
}

.careers .working .description {
    margin-bottom: 72px
}

.careers .working .col-md-4 {
    padding-left: 12px;
    padding-right: 12px
}

.careers .working .working-detail {
    background: #f2f2f2;
    padding: 28px 38px 0;
    height: 250px;
    margin: -8px auto 24px;
    max-width: 345px
}

.careers .working .working-detail h5 {
    line-height: 1.17;
    margin-bottom: 16px
}

.careers .working .working-detail p {
    font-size: 14px;
    line-height: 1.43
}

.careers .working .working-detail a.link {
    text-transform: UPPERCASE;
    margin-top: 15px
}

.careers .life {
    display: inline-block;
    background: #f6f6f6;
    width: 100%;
    padding-top: 94px
}

.careers .life .life-slider .slide-header p {
    line-height: 1.33;
    letter-spacing: -.5px;
    font-size: 18px;
    opacity: .4;
    padding-bottom: 82px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 42px;
    margin-left: 42px
}

.careers .life .life-slider .slide-header h2 {
    margin-bottom: 20px
}

.careers .life .life-content {
    padding: 113px 0 0
}

.careers .life .life-content.container-narrow {
    max-width: 1131px
}

.careers .life .life-content .row {
    margin-right: 0;
    margin-left: 0
}

.careers .life .life-content h2 {
    margin-bottom: 65px
}

.careers .life .life-content .col-md-4 {
    padding-left: 0;
    padding-right: 0
}

.careers .life .life-content .block {
    background-color: #fff;
    padding: 40px;
    height: 269px;
    margin-bottom: 64px;
    position: relative;
    margin-right: 12px;
    margin-left: 12px
}

.careers .life .life-content .block h5 {
    line-height: 1.17;
    margin-bottom: 8px
}

.careers .life .life-content .block p {
    font-size: 14px;
    line-height: 1.43
}

.careers .life .life-content .block .link {
    line-height: 1.2;
    letter-spacing: 1.6px;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 23px
}

.careers .life .life-content .block .link-inter1 {
    bottom: 78px
}

.careers .life .life-content .button, .careers .life .life-content .button-big, .careers .life .life-content .button-expand-collapse, .careers .life .life-content .button-loader, .careers .life .life-content .button-outline, .careers .life .life-content .button-outline-big, .careers .life .life-content .button-outline-white, .careers .life .life-content .button-small, .careers .life .life-content .button-small-outline, .careers .life .life-content .button-small-outline-white, .careers .life .life-content .button-transparent, .careers .life .life-content .button2, .careers .life .life-content .cart-button-row .btn-continue, .careers .life .life-content .navigation-button, .cart-button-row .careers .life .life-content .btn-continue {
    margin-bottom: 64px
}

.careers .slick-arrow {
    background: transparent url(../images/arrow-slider-1.png) no-repeat scroll center top;
    cursor: pointer;
    height: 66px;
    position: absolute;
    text-indent: -9999em;
    top: calc(50% - 30px);
    width: 66px;
    z-index: 999
}

.careers .slick-arrow.slick-prev {
    left: 18.1%;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.careers .slick-arrow.slick-prev:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.careers .slick-arrow.slick-next {
    background-position: -128px top;
    right: 18.1%;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.careers .slick-arrow.slick-next:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.careers .slider-careers {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.careers .slider-careers:hover .slick-arrow.slick-prev {
    background-position: center -148px
}

.careers .slider-careers:hover .slick-arrow.slick-next {
    background-position: center -226px
}

.careers .slider-careers .img-carousel-responsive {
    min-height: 35vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.careers .slick-slide {
    margin: 0 7px;
    background: #262626 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    padding-bottom: 80px
}

.careers .slick-slide img {
    width: 100%;
    max-height: 480px
}

.careers .slick-slide > span {
    background-color: #262626;
    bottom: 0;
    padding: 25px 35% 15px 5%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 1;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: .3px;
    color: #c1c0c0;
    min-height: 80px;
    text-align: left
}

.careers .slick-next:before, .careers .slick-prev:before {
    color: #000
}

@media (max-width: 1599px) {
    .careers .slick-arrow.slick-prev {
        left: 17.7%
    }

    .careers .slick-arrow.slick-next {
        right: 17.7%
    }
}

@media (max-width: 1279px) {
    .careers .slick-arrow.slick-prev {
        left: 17.5%
    }

    .careers .slick-arrow.slick-next {
        right: 17.5%
    }
}

@media (max-width: 1024px) {
    .careers .working .col-md-4 {
        width: 100%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%
    }

    .careers .working .col-md-4 img {
        width: 100%;
        height: auto
    }

    .careers .working .col-md-4 .working-detail {
        max-width: 100%
    }
}

@media screen and (max-width: 992px) {
    .careers .slick-slide > span {
        font-size: 12px;
        padding: 25px 5% 15px 5%
    }

    .careers .working .working-detail {
        max-width: 100%
    }
}

.careers.footer-careers {
    text-align: center;
    padding-bottom: 20px;
    background: #fff;
    color: #000;
    margin-bottom: 1px
}

.careers.footer-careers h5 {
    margin-top: 37px;
    line-height: 1.58;
    letter-spacing: -1px
}

.careers.footer-careers .button-footer {
    border: solid 2px #000;
    margin-top: 23px;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 50px;
    color: #000;
    background: #fff
}

@media screen and (max-width: 768px) {
    .careers .working .col-md-4 {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%
    }

    .careers .team {
        padding-bottom: 95px
    }

    .careers .team .video {
        margin-right: -30px;
        margin-left: -30px
    }

    .careers .values {
        padding-top: 72px;
        padding-bottom: 61px
    }

    .careers .values .row .values-content {
        padding: 56px 49px 0
    }

    .careers .values h2 {
        font-size: 40px;
        line-height: .95;
        letter-spacing: -2.2px;
        margin-bottom: 23px
    }

    .careers .values h3 .caring-title {
        margin-top: 24px;
        font-size: 24px;
        line-height: 1.17;
        letter-spacing: -1.2px
    }

    .careers .working {
        margin-bottom: 0
    }

    .careers .working h2 {
        font-size: 40px;
        line-height: .95;
        letter-spacing: -2.2px;
        margin-top: 92px;
        margin-bottom: 100px
    }

    .careers .working .working-detail {
        margin-bottom: 32px
    }

    .careers .life {
        padding-top: 82px
    }

    .careers .life .life-slider .slide-header p {
        padding-bottom: 73px
    }

    .careers .life .life-content {
        padding: 86px 0 0
    }

    .careers .life .life-content h2 {
        padding: 0 32px 47px;
        margin-bottom: 0
    }

    .careers .life .life-content .block {
        padding-top: 49px;
        margin-right: 32px;
        margin-left: 32px;
        margin-bottom: 32px
    }

    .careers .life .life-content .button, .careers .life .life-content .button-big, .careers .life .life-content .button-expand-collapse, .careers .life .life-content .button-loader, .careers .life .life-content .button-outline, .careers .life .life-content .button-outline-big, .careers .life .life-content .button-outline-white, .careers .life .life-content .button-small, .careers .life .life-content .button-small-outline, .careers .life .life-content .button-small-outline-white, .careers .life .life-content .button-transparent, .careers .life .life-content .button2, .careers .life .life-content .cart-button-row .btn-continue, .careers .life .life-content .navigation-button, .cart-button-row .careers .life .life-content .btn-continue {
        margin-top: 32px
    }

    .careers .life h2 {
        font-size: 40px;
        line-height: .95;
        letter-spacing: -2.2px;
        margin-bottom: 23px
    }

    .careers .slider-careers .img-carousel-responsive {
        min-height: 300px !important
    }

    .careers .slider-careers .slick-arrow.slick-prev {
        left: 5%
    }

    .careers .slider-careers .slick-arrow.slick-next {
        right: 5%
    }
}

@media screen and (max-width: 500px) {
    .careers .slick-arrow.slick-prev {
        left: 0;
        visibility: hidden
    }

    .careers .slick-arrow.slick-next {
        right: 0;
        visibility: hidden
    }

    .careers .slider-careers .img-carousel-responsive {
        min-height: 240px !important
    }
}

.contentmanager-contenttype-about-us .main-container {
    padding-bottom: 0
}

.contentmanager-contenttype-about-us .main-container .about-us-content a {
    border-bottom: none !important
}

.contentmanager-contenttype-about-us .main-container .about-us-content a > span {
    float: left
}

.category-occasions .main-container .std .custom-gray, .category-occasions .main-container .std .section, .category-occasions .main-container .std .section-black, .category-occasions .main-container .std .section-gray {
    clear: both;
    float: left
}

.main-container .std {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.main-container .std .section-images-text .second.custom-gray, .main-container .std .section-images-text .second.section-black, .main-container .std .section-images-text .second.section-gray, .main-container .std .section-images-text .section.second {
    padding-top: 50px
}

.main-container .std .section-images-text .section.third, .main-container .std .section-images-text .third.custom-gray, .main-container .std .section-images-text .third.section-black, .main-container .std .section-images-text .third.section-gray {
    padding-top: 50px
}

.main-container .std .section-images-text .section-image img {
    width: 721px;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.main-container .std .cms-title {
    display: inline-block;
    margin-top: 11px;
    width: 100%
}

.main-container .std .title {
    font-size: 60px;
    line-height: 1;
    margin: 0 auto;
    max-width: 850px;
    text-align: center
}

.main-container .std .custom-gray, .main-container .std .section, .main-container .std .section-black, .main-container .std .section-gray {
    display: inline-block;
    width: 100%;
    padding: 105px 0 0;
    position: relative;
    z-index: 2
}

.main-container .std .about-us-content-life.custom-gray, .main-container .std .about-us-content-life.section-black, .main-container .std .about-us-content-life.section-gray, .main-container .std .section.about-us-content-life {
    margin-top: -105px;
    z-index: 1;
    padding-top: 70px
}

.cart-button-row .main-container .std .about-us-content-life.custom-gray .btn-continue, .cart-button-row .main-container .std .about-us-content-life.section-black .btn-continue, .cart-button-row .main-container .std .about-us-content-life.section-gray .btn-continue, .cart-button-row .main-container .std .section.about-us-content-life .btn-continue, .main-container .std .about-us-content-life.custom-gray .button-outline, .main-container .std .about-us-content-life.custom-gray .button-outline-big, .main-container .std .about-us-content-life.custom-gray .button-small-outline, .main-container .std .about-us-content-life.custom-gray .button-small-outline-white, .main-container .std .about-us-content-life.custom-gray .cart-button-row .btn-continue, .main-container .std .about-us-content-life.custom-gray .navigation-button, .main-container .std .about-us-content-life.section-black .button-outline, .main-container .std .about-us-content-life.section-black .button-outline-big, .main-container .std .about-us-content-life.section-black .button-small-outline, .main-container .std .about-us-content-life.section-black .button-small-outline-white, .main-container .std .about-us-content-life.section-black .cart-button-row .btn-continue, .main-container .std .about-us-content-life.section-black .navigation-button, .main-container .std .about-us-content-life.section-gray .button-outline, .main-container .std .about-us-content-life.section-gray .button-outline-big, .main-container .std .about-us-content-life.section-gray .button-small-outline, .main-container .std .about-us-content-life.section-gray .button-small-outline-white, .main-container .std .about-us-content-life.section-gray .cart-button-row .btn-continue, .main-container .std .about-us-content-life.section-gray .navigation-button, .main-container .std .section.about-us-content-life .button-outline, .main-container .std .section.about-us-content-life .button-outline-big, .main-container .std .section.about-us-content-life .button-small-outline, .main-container .std .section.about-us-content-life .button-small-outline-white, .main-container .std .section.about-us-content-life .cart-button-row .btn-continue, .main-container .std .section.about-us-content-life .navigation-button {
    background-color: #000 !important;
    color: #fff
}

.cart-button-row .main-container .std .about-us-content-life.custom-gray .btn-continue:hover, .cart-button-row .main-container .std .about-us-content-life.section-black .btn-continue:hover, .cart-button-row .main-container .std .about-us-content-life.section-gray .btn-continue:hover, .cart-button-row .main-container .std .section.about-us-content-life .btn-continue:hover, .main-container .std .about-us-content-life.custom-gray .button-outline-big:hover, .main-container .std .about-us-content-life.custom-gray .button-outline:hover, .main-container .std .about-us-content-life.custom-gray .button-small-outline-white:hover, .main-container .std .about-us-content-life.custom-gray .button-small-outline:hover, .main-container .std .about-us-content-life.custom-gray .cart-button-row .btn-continue:hover, .main-container .std .about-us-content-life.custom-gray .navigation-button:hover, .main-container .std .about-us-content-life.section-black .button-outline-big:hover, .main-container .std .about-us-content-life.section-black .button-outline:hover, .main-container .std .about-us-content-life.section-black .button-small-outline-white:hover, .main-container .std .about-us-content-life.section-black .button-small-outline:hover, .main-container .std .about-us-content-life.section-black .cart-button-row .btn-continue:hover, .main-container .std .about-us-content-life.section-black .navigation-button:hover, .main-container .std .about-us-content-life.section-gray .button-outline-big:hover, .main-container .std .about-us-content-life.section-gray .button-outline:hover, .main-container .std .about-us-content-life.section-gray .button-small-outline-white:hover, .main-container .std .about-us-content-life.section-gray .button-small-outline:hover, .main-container .std .about-us-content-life.section-gray .cart-button-row .btn-continue:hover, .main-container .std .about-us-content-life.section-gray .navigation-button:hover, .main-container .std .section.about-us-content-life .button-outline-big:hover, .main-container .std .section.about-us-content-life .button-outline:hover, .main-container .std .section.about-us-content-life .button-small-outline-white:hover, .main-container .std .section.about-us-content-life .button-small-outline:hover, .main-container .std .section.about-us-content-life .cart-button-row .btn-continue:hover, .main-container .std .section.about-us-content-life .navigation-button:hover {
    background-color: transparent !important;
    color: #000
}

.main-container .std .custom-gray .container.text-center, .main-container .std .section .container.text-center, .main-container .std .section-black .container.text-center, .main-container .std .section-gray .container.text-center {
    padding: 40px 0 70px
}

.main-container .std .custom-gray .container.text-center > p, .main-container .std .section .container.text-center > p, .main-container .std .section-black .container.text-center > p, .main-container .std .section-gray .container.text-center > p {
    font-size: 18px;
    line-height: 1.3;
    margin: 12px 0 40px;
    opacity: .4;
    font-weight: 700
}

.cart-button-row .main-container .std .custom-gray .container.text-center .btn-continue, .cart-button-row .main-container .std .section .container.text-center .btn-continue, .cart-button-row .main-container .std .section-black .container.text-center .btn-continue, .cart-button-row .main-container .std .section-gray .container.text-center .btn-continue, .main-container .std .custom-gray .container.text-center .button-outline, .main-container .std .custom-gray .container.text-center .button-outline-big, .main-container .std .custom-gray .container.text-center .button-small-outline, .main-container .std .custom-gray .container.text-center .button-small-outline-white, .main-container .std .custom-gray .container.text-center .cart-button-row .btn-continue, .main-container .std .custom-gray .container.text-center .navigation-button, .main-container .std .section .container.text-center .button-outline, .main-container .std .section .container.text-center .button-outline-big, .main-container .std .section .container.text-center .button-small-outline, .main-container .std .section .container.text-center .button-small-outline-white, .main-container .std .section .container.text-center .cart-button-row .btn-continue, .main-container .std .section .container.text-center .navigation-button, .main-container .std .section-black .container.text-center .button-outline, .main-container .std .section-black .container.text-center .button-outline-big, .main-container .std .section-black .container.text-center .button-small-outline, .main-container .std .section-black .container.text-center .button-small-outline-white, .main-container .std .section-black .container.text-center .cart-button-row .btn-continue, .main-container .std .section-black .container.text-center .navigation-button, .main-container .std .section-gray .container.text-center .button-outline, .main-container .std .section-gray .container.text-center .button-outline-big, .main-container .std .section-gray .container.text-center .button-small-outline, .main-container .std .section-gray .container.text-center .button-small-outline-white, .main-container .std .section-gray .container.text-center .cart-button-row .btn-continue, .main-container .std .section-gray .container.text-center .navigation-button {
    background: transparent none repeat scroll 0 0
}

.cart-button-row .main-container .std .custom-gray .container.text-center .btn-continue:hover, .cart-button-row .main-container .std .section .container.text-center .btn-continue:hover, .cart-button-row .main-container .std .section-black .container.text-center .btn-continue:hover, .cart-button-row .main-container .std .section-gray .container.text-center .btn-continue:hover, .main-container .std .custom-gray .container.text-center .button-outline-big:hover, .main-container .std .custom-gray .container.text-center .button-outline:hover, .main-container .std .custom-gray .container.text-center .button-small-outline-white:hover, .main-container .std .custom-gray .container.text-center .button-small-outline:hover, .main-container .std .custom-gray .container.text-center .cart-button-row .btn-continue:hover, .main-container .std .custom-gray .container.text-center .navigation-button:hover, .main-container .std .section .container.text-center .button-outline-big:hover, .main-container .std .section .container.text-center .button-outline:hover, .main-container .std .section .container.text-center .button-small-outline-white:hover, .main-container .std .section .container.text-center .button-small-outline:hover, .main-container .std .section .container.text-center .cart-button-row .btn-continue:hover, .main-container .std .section .container.text-center .navigation-button:hover, .main-container .std .section-black .container.text-center .button-outline-big:hover, .main-container .std .section-black .container.text-center .button-outline:hover, .main-container .std .section-black .container.text-center .button-small-outline-white:hover, .main-container .std .section-black .container.text-center .button-small-outline:hover, .main-container .std .section-black .container.text-center .cart-button-row .btn-continue:hover, .main-container .std .section-black .container.text-center .navigation-button:hover, .main-container .std .section-gray .container.text-center .button-outline-big:hover, .main-container .std .section-gray .container.text-center .button-outline:hover, .main-container .std .section-gray .container.text-center .button-small-outline-white:hover, .main-container .std .section-gray .container.text-center .button-small-outline:hover, .main-container .std .section-gray .container.text-center .cart-button-row .btn-continue:hover, .main-container .std .section-gray .container.text-center .navigation-button:hover {
    background: #000 none repeat scroll 0 0
}

.main-container .std .custom-gray .container > .about-us-content, .main-container .std .section .container > .about-us-content, .main-container .std .section-black .container > .about-us-content, .main-container .std .section-gray .container > .about-us-content {
    display: inline-block;
    float: left
}

.main-container .std .custom-gray .container > .about-us-content:last-child, .main-container .std .section .container > .about-us-content:last-child, .main-container .std .section-black .container > .about-us-content:last-child, .main-container .std .section-gray .container > .about-us-content:last-child {
    float: right
}

.main-container .std .custom-gray .container > .about-us-content.section-image, .main-container .std .section .container > .about-us-content.section-image, .main-container .std .section-black .container > .about-us-content.section-image, .main-container .std .section-gray .container > .about-us-content.section-image {
    margin: 0
}

.main-container .std .custom-gray .container > .about-us-content .link, .main-container .std .section .container > .about-us-content .link, .main-container .std .section-black .container > .about-us-content .link, .main-container .std .section-gray .container > .about-us-content .link {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    border: none
}

.main-container .std .custom-gray .container > .about-us-content .link:visited, .main-container .std .section .container > .about-us-content .link:visited, .main-container .std .section-black .container > .about-us-content .link:visited, .main-container .std .section-gray .container > .about-us-content .link:visited {
    color: #000
}

.main-container .std .custom-gray .container > .about-us-content .link:hover, .main-container .std .section .container > .about-us-content .link:hover, .main-container .std .section-black .container > .about-us-content .link:hover, .main-container .std .section-gray .container > .about-us-content .link:hover {
    color: #777
}

.main-container .std .custom-gray .container > .about-us-content .link:hover, .main-container .std .section .container > .about-us-content .link:hover, .main-container .std .section-black .container > .about-us-content .link:hover, .main-container .std .section-gray .container > .about-us-content .link:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.main-container .std .custom-gray .container > .about-us-content .link span, .main-container .std .section .container > .about-us-content .link span, .main-container .std .section-black .container > .about-us-content .link span, .main-container .std .section-gray .container > .about-us-content .link span {
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.main-container .std .custom-gray .container > .about-us-content .link span:hover, .main-container .std .section .container > .about-us-content .link span:hover, .main-container .std .section-black .container > .about-us-content .link span:hover, .main-container .std .section-gray .container > .about-us-content .link span:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.main-container .std .custom-gray .container .section-image, .main-container .std .section .container .section-image, .main-container .std .section-black .container .section-image, .main-container .std .section-gray .container .section-image {
    max-width: 71.5%
}

.main-container .std .custom-gray .container .mini-columns, .main-container .std .section .container .mini-columns, .main-container .std .section-black .container .mini-columns, .main-container .std .section-gray .container .mini-columns {
    max-width: 28.5%
}

.main-container .std .custom-gray .container .mini-columns > h4, .main-container .std .section .container .mini-columns > h4, .main-container .std .section-black .container .mini-columns > h4, .main-container .std .section-gray .container .mini-columns > h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .93;
    letter-spacing: -1.1px;
    color: #000;
    margin-bottom: 26px
}

.main-container .std .custom-gray .container .mini-columns > p, .main-container .std .section .container .mini-columns > p, .main-container .std .section-black .container .mini-columns > p, .main-container .std .section-gray .container .mini-columns > p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #000;
    font-size: 16px;
    margin-bottom: 53px;
    text-align: left
}

.main-container .std .custom-gray .container .mini-columns > p > a, .main-container .std .section .container .mini-columns > p > a, .main-container .std .section-black .container .mini-columns > p > a, .main-container .std .section-gray .container .mini-columns > p > a {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 28.6px;
    font-weight: 700
}

.main-container .std .custom-gray .container .mini-columns .about-us-image, .main-container .std .section .container .mini-columns .about-us-image, .main-container .std .section-black .container .mini-columns .about-us-image, .main-container .std .section-gray .container .mini-columns .about-us-image {
    display: inline-block;
    float: left;
    margin-right: 15px
}

.main-container .std .custom-gray .container .mini-columns .about-us, .main-container .std .section .container .mini-columns .about-us, .main-container .std .section-black .container .mini-columns .about-us, .main-container .std .section-gray .container .mini-columns .about-us {
    text-decoration: none
}

.main-container .std .custom-gray .container .mini-columns .about-us .about-us-link, .main-container .std .section .container .mini-columns .about-us .about-us-link, .main-container .std .section-black .container .mini-columns .about-us .about-us-link, .main-container .std .section-gray .container .mini-columns .about-us .about-us-link {
    display: inline-block;
    max-width: 80%;
    margin-top: 5px
}

.main-container .std .custom-gray .container .mini-columns .about-us .about-us-description, .main-container .std .section .container .mini-columns .about-us .about-us-description, .main-container .std .section-black .container .mini-columns .about-us .about-us-description, .main-container .std .section-gray .container .mini-columns .about-us .about-us-description {
    font-family: Georgia, Garamond, Times New Roman, serif;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.main-container .std .custom-gray .container .mini-columns strong, .main-container .std .section .container .mini-columns strong, .main-container .std .section-black .container .mini-columns strong, .main-container .std .section-gray .container .mini-columns strong {
    font-size: 12px;
    font-weight: 700
}

.main-container .std .image-right.custom-gray, .main-container .std .image-right.section-black, .main-container .std .image-right.section-gray, .main-container .std .section.image-right {
    padding-top: 195px
}

.main-container .std .image-right.custom-gray .container > .about-us-content, .main-container .std .image-right.section-black .container > .about-us-content, .main-container .std .image-right.section-gray .container > .about-us-content, .main-container .std .section.image-right .container > .about-us-content {
    float: right
}

.main-container .std .image-right.custom-gray .container > .about-us-content.section-image, .main-container .std .image-right.section-black .container > .about-us-content.section-image, .main-container .std .image-right.section-gray .container > .about-us-content.section-image, .main-container .std .section.image-right .container > .about-us-content.section-image {
    margin-top: -210px
}

.main-container .std .how-it-all-started.custom-gray, .main-container .std .how-it-all-started.section-black, .main-container .std .how-it-all-started.section-gray, .main-container .std .section.how-it-all-started {
    padding-bottom: 90px;
    padding-top: 10px
}

.main-container .std .how-it-all-started.custom-gray .title, .main-container .std .how-it-all-started.section-black .title, .main-container .std .how-it-all-started.section-gray .title, .main-container .std .section.how-it-all-started .title {
    margin-bottom: 72px
}

.main-container .std .how-it-all-started.custom-gray .container, .main-container .std .how-it-all-started.section-black .container, .main-container .std .how-it-all-started.section-gray .container, .main-container .std .section.how-it-all-started .container {
    padding: 0 56px
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content > p, .main-container .std .how-it-all-started.section-black .container .about-us-content > p, .main-container .std .how-it-all-started.section-gray .container .about-us-content > p, .main-container .std .section.how-it-all-started .container .about-us-content > p {
    margin-bottom: 40px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content > p .about-us-read-his-book, .main-container .std .how-it-all-started.section-black .container .about-us-content > p .about-us-read-his-book, .main-container .std .how-it-all-started.section-gray .container .about-us-content > p .about-us-read-his-book, .main-container .std .section.how-it-all-started .container .about-us-content > p .about-us-read-his-book {
    display: inline-block;
    float: left;
    margin-right: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    color: #000
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content > p .about-us-read-his-book br, .main-container .std .how-it-all-started.section-black .container .about-us-content > p .about-us-read-his-book br, .main-container .std .how-it-all-started.section-gray .container .about-us-content > p .about-us-read-his-book br, .main-container .std .section.how-it-all-started .container .about-us-content > p .about-us-read-his-book br {
    display: none
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content > p .about-us-read-his-book-link, .main-container .std .how-it-all-started.section-black .container .about-us-content > p .about-us-read-his-book-link, .main-container .std .how-it-all-started.section-gray .container .about-us-content > p .about-us-read-his-book-link, .main-container .std .section.how-it-all-started .container .about-us-content > p .about-us-read-his-book-link {
    float: left;
    margin-top: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    color: #000
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns {
    max-width: 42%;
    margin: 10.7% 0;
    text-align: left;
    float: none
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns h4, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns h4, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns h4, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns h4 {
    margin-bottom: 16px
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns h4, .main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns p, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns h4, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns p, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns h4, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns p, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns h4, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns p {
    padding-left: 72px
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns strong, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns strong, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns strong, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns strong {
    color: #000;
    fill: currentColor;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: 1.5px;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    color: #000;
    padding-bottom: 3px
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns strong:visited, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns strong:visited, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns strong:visited, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns strong:visited {
    color: #000
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns strong:hover, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns strong:hover, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns strong:hover, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns strong:hover {
    color: #777
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns strong:hover, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns strong:hover, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns strong:hover, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns strong:hover {
    color: #777;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.section-image, .main-container .std .how-it-all-started.section-black .container .about-us-content.section-image, .main-container .std .how-it-all-started.section-gray .container .about-us-content.section-image, .main-container .std .section.how-it-all-started .container .about-us-content.section-image {
    max-width: 54%;
    padding-right: 0
}

.main-container .std .how-it-all-started.custom-gray .container .about-us-content.section-image img, .main-container .std .how-it-all-started.section-black .container .about-us-content.section-image img, .main-container .std .how-it-all-started.section-gray .container .about-us-content.section-image img, .main-container .std .section.how-it-all-started .container .about-us-content.section-image img {
    width: 480px
}

.main-container .std .custom-gray:nth-child(4), .main-container .std .section-black:nth-child(4), .main-container .std .section-gray:nth-child(4), .main-container .std .section:nth-child(4) {
    padding-top: 194px
}

.main-container .std .section-black {
    background: #000;
    color: #fff;
    padding: 50px 0;
    position: relative
}

.main-container .std .section-black .section-header-head {
    font-size: 24px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: -1px;
    text-align: center;
    color: #0c0604;
    text-transform: lowercase
}

.main-container .std .section-black .container.text-center {
    padding: 0
}

.main-container .std .section-black .container.text-center > p {
    margin: 0 auto;
    max-width: 300px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #0c0604
}

.main-container .std .section-black .section-image {
    bottom: 0;
    padding-right: 10%;
    position: absolute;
    right: 0
}

.main-container .std .section-black .section-image img {
    max-width: 480px;
    max-height: 480px
}

.main-container .std .section-black.section-snack-footer {
    background: #f2f2f2
}

.main-container .std .section-black.section-snack-footer p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75 !important;
    letter-spacing: .3px !important;
    color: #0c0604 !important;
    max-width: 100% !important;
    text-align: center !important;
    opacity: 1 !important;
    margin-bottom: 24px !important
}

.main-container .std .section-black.section-snack-footer .button-small {
    border: 2px solid #000;
    background: #f2f2f2;
    color: #000;
    font-size: 12px;
    padding: 17px 54px;
    line-height: 1;
    letter-spacing: 1.6px
}

.main-container .std .section-black.section-snack-footer .section-image {
    padding-right: 53px;
    margin: 54px auto 0
}

.main-container .std .custom-gray {
    background: #f2f2f2;
    color: #000
}

.main-container .std .custom-gray .container.text-center {
    padding: 0
}

.main-container .std .custom-gray .container.text-center > p {
    margin-bottom: 15px;
    text-align: center;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    color: #0c0604;
    opacity: 1
}

.main-container .std .custom-gray .button-small {
    border: 2px solid #000;
    padding: 11px 40px;
    height: 48px;
    background: 0 0;
    color: #000;
    font-size: 12px
}

.main-container .std .custom-gray .button-small:hover {
    background: #000;
    color: #fff
}

.main-container .std .ingredients-focus {
    height: auto;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 96px
}

.main-container .std .ingredients-focus .slick-arrow {
    background: transparent url(../images/carousel-toggles.png) no-repeat scroll -5px top;
    background-size: 200px auto;
    cursor: pointer;
    height: 66px;
    position: absolute;
    text-indent: -9999em;
    top: calc(50% - 30px);
    width: 66px;
    z-index: 999
}

.main-container .std .ingredients-focus .slick-arrow.slick-prev {
    left: 18.1%;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.main-container .std .ingredients-focus .slick-arrow.slick-prev:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.main-container .std .ingredients-focus .slick-arrow.slick-next {
    background-position: -128px top;
    right: 18.1%;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.main-container .std .ingredients-focus .slick-arrow.slick-next:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.main-container .std .ingredients-focus .slider-about-us {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.main-container .std .ingredients-focus .slider-about-us .img-carousel-responsive {
    min-height: 35vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.main-container .std .ingredients-focus .slick-slide {
    margin: 0 7px;
    background: #262626 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    padding-bottom: 80px
}

.main-container .std .ingredients-focus .slick-slide img {
    width: 100%;
    max-height: 480px
}

.main-container .std .ingredients-focus .slick-slide > span {
    font-family: Georgia, Garamond, Times New Roman, serif;
    background: #262626 none repeat scroll 0 0;
    bottom: 0;
    padding: 25px 35% 15px 5%;
    position: absolute;
    width: 100%;
    font-size: 12px;
    line-height: 1.67;
    min-height: 80px;
    letter-spacing: .3px;
    color: #fff;
    left: 0;
    text-align: left
}

.main-container .std .ingredients-focus .slick-next:before, .main-container .std .ingredients-focus .slick-prev:before {
    color: #000
}

@media (max-width: 1280px) {
    .section-snack-footer .section-image {
        padding-right: 0 !important
    }
}

@media (max-width: 1599px) {
    .main-container .std .ingredients-focus .slick-arrow.slick-prev {
        left: 17.7%
    }

    .main-container .std .ingredients-focus .slick-arrow.slick-next {
        right: 17.7%
    }
}

@media (max-width: 1279px) {
    .main-container .std .ingredients-focus .slick-arrow.slick-prev {
        left: 17.5%
    }

    .main-container .std .ingredients-focus .slick-arrow.slick-next {
        right: 17.5%
    }
}

@media (max-width: 1180px) {
    p .about-us-read-his-book-link:last-child {
        float: none;
        margin-top: 16px !important
    }

    .main-container .custom-gray .section-image, .main-container .section .section-image, .main-container .section-black .section-image, .main-container .section-gray .section-image {
        padding-right: 68px
    }

    .main-container .image-right.custom-gray .section-image, .main-container .image-right.section-black .section-image, .main-container .image-right.section-gray .section-image, .main-container .section.image-right .section-image {
        padding-right: 0;
        padding-left: 68px
    }
}

@media (max-width: 767px) {
    .main-container .slider-about-us .img-carousel-responsive {
        min-height: 300px !important
    }

    .main-container .section-image {
        margin: 40px 0 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .main-container .section-image img {
        height: auto
    }

    .main-container .std .title {
        font-size: 40px;
        line-height: 38px;
        padding: 0 20%
    }

    .main-container .std .custom-gray, .main-container .std .section, .main-container .std .section-black, .main-container .std .section-gray {
        padding: 30px 0 0
    }

    .main-container .std .custom-gray .container .section-image, .main-container .std .section .container .section-image, .main-container .std .section-black .container .section-image, .main-container .std .section-gray .container .section-image {
        max-width: 100% !important
    }

    .main-container .std .custom-gray .container .mini-columns, .main-container .std .section .container .mini-columns, .main-container .std .section-black .container .mini-columns, .main-container .std .section-gray .container .mini-columns {
        margin: 0;
        padding: 0 5%
    }

    .main-container .std .custom-gray .container .mini-columns.about-us-content > p .about-us-read-his-book, .main-container .std .section .container .mini-columns.about-us-content > p .about-us-read-his-book, .main-container .std .section-black .container .mini-columns.about-us-content > p .about-us-read-his-book, .main-container .std .section-gray .container .mini-columns.about-us-content > p .about-us-read-his-book {
        float: none;
        width: 100%;
        margin-bottom: 16px;
        margin-top: 0 !important
    }

    .main-container .std .custom-gray .container .mini-columns.about-us-content > p .about-us-read-his-book-link, .main-container .std .section .container .mini-columns.about-us-content > p .about-us-read-his-book-link, .main-container .std .section-black .container .mini-columns.about-us-content > p .about-us-read-his-book-link, .main-container .std .section-gray .container .mini-columns.about-us-content > p .about-us-read-his-book-link {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 24px !important
    }

    .main-container .std .custom-gray .container .mini-columns.about-us-content > p .about-us-read-his-book-link .about-us-read-his-book, .main-container .std .section .container .mini-columns.about-us-content > p .about-us-read-his-book-link .about-us-read-his-book, .main-container .std .section-black .container .mini-columns.about-us-content > p .about-us-read-his-book-link .about-us-read-his-book, .main-container .std .section-gray .container .mini-columns.about-us-content > p .about-us-read-his-book-link .about-us-read-his-book {
        margin: 0
    }

    .main-container .std .custom-gray .container.text-center, .main-container .std .section .container.text-center, .main-container .std .section-black .container.text-center, .main-container .std .section-gray .container.text-center {
        padding-left: 10%;
        padding-right: 10%
    }

    .main-container .std .custom-gray .container .mini-columns, .main-container .std .custom-gray .container .section-image, .main-container .std .section .container .mini-columns, .main-container .std .section .container .section-image, .main-container .std .section-black .container .mini-columns, .main-container .std .section-black .container .section-image, .main-container .std .section-gray .container .mini-columns, .main-container .std .section-gray .container .section-image {
        max-width: 100% !important
    }

    .main-container .std .about-us-content-life.custom-gray, .main-container .std .about-us-content-life.section-black, .main-container .std .about-us-content-life.section-gray, .main-container .std .section.about-us-content-life {
        margin-top: 0
    }

    .main-container .std .ingredients-focus.custom-gray, .main-container .std .ingredients-focus.section-black, .main-container .std .ingredients-focus.section-gray, .main-container .std .section.ingredients-focus {
        padding-bottom: 64px
    }

    .main-container .std .ingredients-focus.custom-gray .container, .main-container .std .ingredients-focus.section-black .container, .main-container .std .ingredients-focus.section-gray .container, .main-container .std .section.ingredients-focus .container {
        padding: 0
    }

    .main-container .std .ingredients-focus.custom-gray .slick-slide > span, .main-container .std .ingredients-focus.section-black .slick-slide > span, .main-container .std .ingredients-focus.section-gray .slick-slide > span, .main-container .std .section.ingredients-focus .slick-slide > span {
        font-size: 12px;
        padding: 25px 5% 15px 5%
    }

    .main-container .std .ingredients-focus.custom-gray .slick-arrow.slick-next, .main-container .std .ingredients-focus.section-black .slick-arrow.slick-next, .main-container .std .ingredients-focus.section-gray .slick-arrow.slick-next, .main-container .std .section.ingredients-focus .slick-arrow.slick-next {
        right: 5%
    }

    .main-container .std .ingredients-focus.custom-gray .slick-arrow.slick-prev, .main-container .std .ingredients-focus.section-black .slick-arrow.slick-prev, .main-container .std .ingredients-focus.section-gray .slick-arrow.slick-prev, .main-container .std .section.ingredients-focus .slick-arrow.slick-prev {
        left: 5%
    }

    .main-container .std .how-it-all-started.custom-gray, .main-container .std .how-it-all-started.section-black, .main-container .std .how-it-all-started.section-gray, .main-container .std .section.how-it-all-started {
        padding: 14px 0 0
    }

    .main-container .std .how-it-all-started.custom-gray .section-image, .main-container .std .how-it-all-started.section-black .section-image, .main-container .std .how-it-all-started.section-gray .section-image, .main-container .std .section.how-it-all-started .section-image {
        margin: 0;
        float: none
    }

    .main-container .std .how-it-all-started.custom-gray .mini-columns, .main-container .std .how-it-all-started.section-black .mini-columns, .main-container .std .how-it-all-started.section-gray .mini-columns, .main-container .std .section.how-it-all-started .mini-columns {
        padding: 0
    }

    .main-container .std .how-it-all-started.custom-gray .mini-columns h4, .main-container .std .how-it-all-started.custom-gray .mini-columns p, .main-container .std .how-it-all-started.section-black .mini-columns h4, .main-container .std .how-it-all-started.section-black .mini-columns p, .main-container .std .how-it-all-started.section-gray .mini-columns h4, .main-container .std .how-it-all-started.section-gray .mini-columns p, .main-container .std .section.how-it-all-started .mini-columns h4, .main-container .std .section.how-it-all-started .mini-columns p {
        padding-left: 0 !important
    }

    .main-container .std .image-right.custom-gray, .main-container .std .image-right.section-black, .main-container .std .image-right.section-gray, .main-container .std .section.image-right {
        padding-top: 0
    }

    .main-container .std .custom-gray:nth-child(4), .main-container .std .section-black:nth-child(4), .main-container .std .section-gray:nth-child(4), .main-container .std .section:nth-child(4) {
        padding-top: 0
    }

    .main-container .std .ingredients-focus .slick-arrow.slick-prev {
        left: 17.1%
    }

    .main-container .std .ingredients-focus .slick-arrow.slick-next {
        right: 17.1%
    }

    .main-container .std .section-black {
        padding-bottom: 0
    }

    .main-container .std .section-black .section-image {
        margin-top: 70px;
        position: static;
        padding-right: 0;
        max-width: 100% !important
    }

    .main-container .std .section-black .section-image img {
        margin: auto;
        max-width: 100%
    }

    .main-container .std .section-black.section-snack-footer .section-image {
        margin: 54px auto 0
    }

    .main-container .std .section-black.section-snack-footer .section-image img {
        height: 100%;
        width: 100%
    }
}

@media (max-width: 1280px) {
    .main-container .std .section-black {
        padding-bottom: 0
    }

    .main-container .std .section-black .section-image {
        margin-top: 56px;
        position: static;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .main-container .std .section-black .section-image img {
        margin: auto;
        max-width: 311px;
        height: auto
    }
}

@media (max-width: 500px) {
    .main-container .custom-gray:first-of-type, .main-container .section-black:first-of-type, .main-container .section-gray:first-of-type, .main-container .section:first-of-type {
        padding-top: 0
    }

    .main-container .slider-about-us .img-carousel-responsive {
        min-height: 240px !important
    }

    .main-container .std .ingredients-focus.custom-gray .slick-arrow.slick-prev, .main-container .std .ingredients-focus.section-black .slick-arrow.slick-prev, .main-container .std .ingredients-focus.section-gray .slick-arrow.slick-prev, .main-container .std .section.ingredients-focus .slick-arrow.slick-prev {
        left: 0;
        visibility: hidden
    }

    .main-container .std .ingredients-focus.custom-gray .slick-arrow.slick-next, .main-container .std .ingredients-focus.section-black .slick-arrow.slick-next, .main-container .std .ingredients-focus.section-gray .slick-arrow.slick-next, .main-container .std .section.ingredients-focus .slick-arrow.slick-next {
        right: 0;
        visibility: hidden
    }
}

@media (min-width: 910px) and (max-width: 1024px) {
    .main-container .std .image-right.custom-gray .container > .about-us-content.section-image, .main-container .std .image-right.section-black .container > .about-us-content.section-image, .main-container .std .image-right.section-gray .container > .about-us-content.section-image, .main-container .std .section.image-right .container > .about-us-content.section-image {
        margin-top: -135px
    }
}

@media (min-width: 768px) and (max-width: 910px) {
    .main-container .std .image-right.custom-gray .container > .about-us-content.section-image, .main-container .std .image-right.section-black .container > .about-us-content.section-image, .main-container .std .image-right.section-gray .container > .about-us-content.section-image, .main-container .std .section.image-right .container > .about-us-content.section-image {
        margin-top: -80px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-container .std .how-it-all-started.custom-gray .container .about-us-content.mini-columns, .main-container .std .how-it-all-started.section-black .container .about-us-content.mini-columns, .main-container .std .how-it-all-started.section-gray .container .about-us-content.mini-columns, .main-container .std .section.how-it-all-started .container .about-us-content.mini-columns {
        margin: 0
    }
}

.cms-occasions-static .main-container {
    padding-bottom: 0
}

.shop-by-occasions {
    width: 100%;
    color: #fff;
    display: inline-block
}

.shop-by-occasions .wrapper-occasion {
    padding-top: 88px
}

.shop-by-occasions h1, .shop-by-occasions h4 {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.shop-by-occasions h1 {
    font-size: 70px;
    line-height: .94;
    letter-spacing: -2px;
    margin-bottom: 24px
}

.shop-by-occasions h4 {
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.5px;
    margin-bottom: 11px
}

.shop-by-occasions p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px;
    margin-bottom: 30px
}

.cart-button-row .shop-by-occasions .btn-continue, .shop-by-occasions .button, .shop-by-occasions .button-big, .shop-by-occasions .button-expand-collapse, .shop-by-occasions .button-loader, .shop-by-occasions .button-outline, .shop-by-occasions .button-outline-big, .shop-by-occasions .button-outline-white, .shop-by-occasions .button-small, .shop-by-occasions .button-small-outline, .shop-by-occasions .button-small-outline-white, .shop-by-occasions .button-transparent, .shop-by-occasions .button2, .shop-by-occasions .cart-button-row .btn-continue, .shop-by-occasions .navigation-button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    padding: 16px 24px;
    width: 168px
}

.shop-by-occasions .center {
    text-align: center;
    padding-top: 124px !important;
    padding-bottom: 102px !important
}

.shop-by-occasions .center h1 {
    margin-bottom: 60px;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -2.3px
}

.shop-by-occasions .center img {
    min-height: 260px
}

.shop-by-occasions .center .header-title {
    position: absolute;
    bottom: 0;
    top: 25%;
    right: 0;
    left: 0;
    margin-right: 32px;
    margin-left: 32px
}

.cart-button-row .shop-by-occasions .center .btn-continue, .shop-by-occasions .center .button, .shop-by-occasions .center .button-big, .shop-by-occasions .center .button-expand-collapse, .shop-by-occasions .center .button-loader, .shop-by-occasions .center .button-outline, .shop-by-occasions .center .button-outline-big, .shop-by-occasions .center .button-outline-white, .shop-by-occasions .center .button-small, .shop-by-occasions .center .button-small-outline, .shop-by-occasions .center .button-small-outline-white, .shop-by-occasions .center .button-transparent, .shop-by-occasions .center .button2, .shop-by-occasions .center .cart-button-row .btn-continue, .shop-by-occasions .center .navigation-button {
    width: 224px
}

.shop-by-occasions #sliderBar {
    height: 88px;
    left: 0;
    background-color: #f0f0f0;
    padding: 0 !important;
    margin-bottom: 0 !important;
    z-index: 1000 !important
}

.shop-by-occasions #sliderBar .moon-icon, .shop-by-occasions #sliderBar .sun-icon {
    margin-top: 29px;
    width: 30px;
    height: 30px
}

.shop-by-occasions #sliderBar .sun-icon {
    margin-left: 55%
}

.shop-by-occasions #sliderBar .moon-icon {
    margin-left: 10px
}

.shop-by-occasions .occasion:target {
    padding-top: 88px !important;
    margin-top: -88px
}

.shop-by-occasions #title {
    min-height: 478px;
    background-color: #095c66 !important
}

.shop-by-occasions #title.no-image {
    min-height: 570px
}

.shop-by-occasions #title.no-image .header-title {
    top: 30%
}

.shop-by-occasions .occasion {
    min-height: 478px
}

.shop-by-occasions .occasion .detail-content h1 {
    width: 400px;
    max-width: 100%;
    color: #fff
}

@media (min-width: 768px) and (max-width: 1279px) {
    .shop-by-occasions .occasion {
        min-height: 0
    }
}

.shop-by-occasions .custom-gray, .shop-by-occasions .section, .shop-by-occasions .section-black, .shop-by-occasions .section-gray {
    padding-top: 0 !important;
    margin-bottom: 16px !important;
    padding-bottom: 0 !important
}

.shop-by-occasions .occasion.custom-gray, .shop-by-occasions .occasion.section-black, .shop-by-occasions .occasion.section-gray, .shop-by-occasions .section.occasion {
    float: none !important
}

.shop-by-occasions .custom-gray > .row, .shop-by-occasions .section-black > .row, .shop-by-occasions .section-gray > .row, .shop-by-occasions .section > .row {
    margin-left: 0;
    margin-right: 0
}

.shop-by-occasions .custom-gray .shop-detail, .shop-by-occasions .section .shop-detail, .shop-by-occasions .section-black .shop-detail, .shop-by-occasions .section-gray .shop-detail {
    width: 100%
}

.shop-by-occasions .custom-gray .shop-detail .detail-content, .shop-by-occasions .section .shop-detail .detail-content, .shop-by-occasions .section-black .shop-detail .detail-content, .shop-by-occasions .section-gray .shop-detail .detail-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 32px 72px
}

.shop-by-occasions .custom-gray .shop-detail .detail-content h1, .shop-by-occasions .section .shop-detail .detail-content h1, .shop-by-occasions .section-black .shop-detail .detail-content h1, .shop-by-occasions .section-gray .shop-detail .detail-content h1 {
    margin-bottom: 34px;
    margin-left: -1px
}

.shop-by-occasions .custom-gray .shop-image, .shop-by-occasions .section .shop-image, .shop-by-occasions .section-black .shop-image, .shop-by-occasions .section-gray .shop-image {
    padding: 0
}

.shop-by-occasions .custom-gray .shop-image img, .shop-by-occasions .section .shop-image img, .shop-by-occasions .section-black .shop-image img, .shop-by-occasions .section-gray .shop-image img {
    width: 100%
}

.shop-by-occasions #slider {
    position: relative;
    text-align: left
}

.shop-by-occasions #slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #555;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    border: 0;
    top: -13px;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.shop-by-occasions #slider .ui-slider-handle:hover {
    -webkit-filter: drop-shadow(0 4px 8px #222);
    -moz-filter: drop-shadow(0 4px 8px #222);
    -o-filter: drop-shadow(0 4px 8px #222);
    filter: drop-shadow(0 4px 8px #222)
}

.shop-by-occasions #slider .ui-slider-horizontal {
    border-top: 2px solid rgba(0, 0, 0, .73);
    height: .8em;
    top: 43px
}

.shop-by-occasions #slider .ui-slider-horizontal .point:before {
    content: "•";
    color: #000;
    font-size: 30px;
    opacity: .73
}

.shop-by-occasions #slider .ui-slider-horizontal .point {
    top: -24.5px;
    position: absolute;
    text-decoration: none;
    margin-left: -3px
}

@media screen and (max-width: 1250px) {
    .shop-by-occasions h1 {
        font-size: 50px !important;
        line-height: .92;
        letter-spacing: -2.3px
    }

    .shop-by-occasions .occasion .detail-content h1 {
        width: 295px
    }
}

@media screen and (max-width: 992px) {
    .shop-by-occasions h1 {
        font-size: 40px !important
    }

    .shop-by-occasions .custom-gray .shop-detail .detail-content, .shop-by-occasions .section .shop-detail .detail-content, .shop-by-occasions .section-black .shop-detail .detail-content, .shop-by-occasions .section-gray .shop-detail .detail-content {
        padding: 32px 32px
    }
}

@media screen and (max-width: 599px) {
    .shop-by-occasions #title img {
        min-width: 590px;
        margin-left: -50px
    }
}

@media screen and (max-width: 325px) {
    .shop-by-occasions #title img {
        margin-left: -130px
    }
}

@media screen and (max-width: 767px) {
    .shop-by-occasions .center .header-title {
        top: 10%
    }

    .shop-by-occasions .center .header-title h1 {
        font-size: 40px;
        line-height: .92;
        letter-spacing: -2px;
        margin-bottom: 16px
    }

    .shop-by-occasions .occasion .row {
        height: 100%
    }

    .shop-by-occasions .occasion .detail-content h1 {
        width: 100%
    }

    .shop-by-occasions .custom-gray .even, .shop-by-occasions .section .even, .shop-by-occasions .section-black .even, .shop-by-occasions .section-gray .even {
        display: table
    }

    .shop-by-occasions .custom-gray .even .shop-detail, .shop-by-occasions .section .even .shop-detail, .shop-by-occasions .section-black .even .shop-detail, .shop-by-occasions .section-gray .even .shop-detail {
        display: table-header-group
    }

    .shop-by-occasions .custom-gray .even .shop-image, .shop-by-occasions .section .even .shop-image, .shop-by-occasions .section-black .even .shop-image, .shop-by-occasions .section-gray .even .shop-image {
        display: table-footer-group
    }

    .shop-by-occasions .custom-gray .shop-detail, .shop-by-occasions .section .shop-detail, .shop-by-occasions .section-black .shop-detail, .shop-by-occasions .section-gray .shop-detail {
        width: 100%;
        text-align: center
    }

    .shop-by-occasions .custom-gray .shop-detail .detail-content, .shop-by-occasions .section .shop-detail .detail-content, .shop-by-occasions .section-black .shop-detail .detail-content, .shop-by-occasions .section-gray .shop-detail .detail-content {
        padding: 64px 32px;
        height: 478px;
        opacity: 0;
        margin-left: 100px
    }

    .shop-by-occasions .custom-gray .shop-detail .detail-content h1, .shop-by-occasions .section .shop-detail .detail-content h1, .shop-by-occasions .section-black .shop-detail .detail-content h1, .shop-by-occasions .section-gray .shop-detail .detail-content h1 {
        margin-bottom: 34px
    }

    .shop-by-occasions .custom-gray .shop-detail .button-container, .shop-by-occasions .section .shop-detail .button-container, .shop-by-occasions .section-black .shop-detail .button-container, .shop-by-occasions .section-gray .shop-detail .button-container {
        text-align: center
    }

    .shop-by-occasions #sliderBar .moon-icon {
        position: absolute;
        right: 24px;
        margin-left: 0;
        top: 0
    }

    .shop-by-occasions #sliderBar .sun-icon {
        margin-left: 30px;
        position: absolute;
        left: 0;
        right: 0
    }
}

@media screen and (min-width: 768px) {
    .shop-by-occasions .custom-gray .even, .shop-by-occasions .section .even, .shop-by-occasions .section-black .even, .shop-by-occasions .section-gray .even {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .shop-by-occasions .custom-gray .even .shop-detail, .shop-by-occasions .section .even .shop-detail, .shop-by-occasions .section-black .even .shop-detail, .shop-by-occasions .section-gray .even .shop-detail {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .shop-by-occasions .custom-gray .even .shop-image, .shop-by-occasions .section .even .shop-image, .shop-by-occasions .section-black .even .shop-image, .shop-by-occasions .section-gray .even .shop-image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .shop-by-occasions #sliderBar .sun-icon {
        margin-left: 0;
        margin-right: 20px
    }
}

@media screen and (max-width: 440px) {
    .shop-by-occasions #sliderBar .moon-icon {
        right: 10px
    }

    .shop-by-occasions #sliderBar .sun-icon {
        left: -10px
    }
}

@media (max-width: 320px) {
    .shop-by-occasions #sliderBar .sun-icon {
        margin-left: 35px
    }
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section {
    min-height: 500px
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container {
    text-align: center;
    padding: 115px 0
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container h1 {
    letter-spacing: -.050em;
    line-height: .8em
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container .shop-by-products-title-link {
    font-size: 80px;
    font-weight: 700;
    text-decoration: none;
    line-height: 80px;
    margin-bottom: 15px;
    color: #000
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container .shop-by-products-image {
    margin-bottom: -7px;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container .shop-by-products-content .shop-by-products-description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 17px;
    opacity: .4;
    margin-top: 17px;
    color: #000
}

.shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container .shop-by-products-content .shop-by-products-button {
    font-size: 12px;
    width: auto;
    padding: 10px 36px;
    line-height: 23px
}

@media screen and (max-width: 767px) {
    .shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container .shop-by-products-title-link {
        font-size: 50px;
        line-height: 50px
    }

    .shop-by-occasions .wrapper-occasion-footer .shop-by-products-section .shop-by-products-container .shop-by-products-image {
        max-width: 100%;
        max-height: 100%
    }
}

.main-container {
    padding-bottom: 0 !important
}

.main-container .cms-our-mission .section-black .button-small {
    border: 2px solid #0c0604;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: #0c0604;
    background: 0 0
}

.main-container .std .cms-our-mission {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.main-container .std .cms-our-mission .cms-title {
    display: block;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
    width: 100%
}

.main-container .std .cms-our-mission .cms-title h2.title {
    font-size: 40px;
    font-weight: 700;
    line-height: .9;
    color: #000;
    letter-spacing: -2px;
    margin-bottom: 29px
}

.main-container .std .cms-our-mission .cms-title p {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .3px;
    color: #000;
    font-family: Georgia, Garamond, Times New Roman, serif
}

.main-container .std .cms-our-mission .cms-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.8px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 18px
}

.main-container .std .cms-our-mission .cms-title a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.5px;
    color: #000;
    text-decoration: none;
    border: medium none;
    cursor: pointer;
    position: relative
}

.main-container .std .cms-our-mission .cms-title a span {
    margin-right: 10px;
    display: inline-block;
    border-bottom: 2px solid #000
}

.main-container .std .cms-our-mission .cms-title a img {
    display: inline-block
}

.main-container .std .cms-our-mission .ingredients-focus {
    min-height: 100%;
    padding-top: 77px;
    padding-bottom: 108px
}

.main-container .std .cms-our-mission .we-are-on-a-mission {
    padding-bottom: 85px
}

.main-container .std .cms-our-mission .we-are-on-a-mission h1.title {
    line-height: 1.3;
    margin-bottom: 16px
}

.main-container .std .cms-our-mission .we-are-on-a-mission p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .3px;
    text-align: center;
    color: #000
}

.main-container .std .cms-our-mission .section-tab ul {
    text-align: center
}

.main-container .std .cms-our-mission .section-tab ul li {
    display: inline-block;
    margin-left: 48px;
    text-align: center
}

.main-container .std .cms-our-mission .section-tab ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: -.6px;
    text-align: center;
    color: rgba(0, 0, 0, .87);
    padding-bottom: 8px;
    text-decoration: none
}

.main-container .std .cms-our-mission .section-tab ul li.ui-state-active a, .main-container .std .cms-our-mission .section-tab ul li.ui-state-hover a {
    border-bottom: 4px solid #000
}

.main-container .std .cms-our-mission .section-tab .content-tab {
    color: #fff
}

.main-container .std .cms-our-mission .section-tab .content-tab .ui-tabs-panel {
    padding: 113px 0 187px
}

.main-container .std .cms-our-mission .section-tab .content-tab #foundation {
    background-color: #61b4e4
}

.main-container .std .cms-our-mission .section-tab .content-tab #awesome {
    background-color: #babf10
}

.main-container .std .cms-our-mission .section-tab .content-tab #activities {
    background-color: #edaa00
}

.main-container .std .cms-our-mission .section-tab .content-tab .tab-title {
    font-size: 30px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 20px
}

.main-container .std .cms-our-mission .section-tab .content-tab p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .3px;
    color: #fff;
    margin-bottom: 34px
}

.main-container .std .cms-our-mission .section-tab .content-tab a.explore {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase
}

.main-container .std .cms-our-mission .how-it-all-started {
    padding-bottom: 110px;
    padding-top: 111px
}

.main-container .std .cms-our-mission .how-it-all-started .container-narrow .our-mission-thing {
    display: inline-block;
    padding: 0 13%
}

.main-container .std .cms-our-mission .how-it-all-started .title {
    margin-bottom: 0
}

.main-container .std .cms-our-mission .how-it-all-started .for-by {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.5px;
    color: #000;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 63px
}

.main-container .std .cms-our-mission .how-it-all-started .our-mission-content {
    display: inline-block;
    float: left
}

.main-container .std .cms-our-mission .how-it-all-started .our-mission-content.section-image {
    width: 230px;
    height: 257px;
    margin-right: 40px
}

.main-container .std .cms-our-mission .how-it-all-started .our-mission-content.section-image img {
    width: 100%;
    height: 100%
}

.main-container .std .cms-our-mission .how-it-all-started .our-mission-content.mini-columns {
    max-width: 60%;
    padding-top: 0
}

.main-container .std .cms-our-mission .how-it-all-started .our-mission-content.mini-columns p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .3px;
    color: #000;
    margin-bottom: 30px
}

.main-container .std .cms-our-mission .how-it-all-started .our-mission-content.mini-columns .autor-donate {
    opacity: .5;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .3px;
    color: #000;
    margin-top: 24px;
    padding-right: 5%
}

.main-container .std .cms-our-mission .section-black {
    padding-bottom: 56px;
    background-color: #f2f2f2 !important
}

.main-container .std .cms-our-mission .section-black .button-small:hover {
    background-color: #000;
    color: #fff
}

.main-container .std .cms-our-mission .section-black p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .3px;
    color: #0c0604;
    margin-bottom: 23px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400
}

@media (max-width: 982px) {
    .container-narrow .our-mission-thing {
        text-align: center
    }

    .container-narrow .our-mission-thing .section-image {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px
    }

    .container-narrow .our-mission-thing .section-image img {
        max-width: 272px;
        margin: auto;
        height: auto !important
    }

    .container-narrow .our-mission-thing .our-mission-content.mini-columns {
        max-width: 100% !important;
        padding-left: 20%;
        padding-right: 20%;
        text-align: left
    }
}

@media (max-width: 767px) {
    .main-container .std .cms-our-mission .cms-title h2.title {
        padding: 0 12%
    }

    .main-container .std .cms-our-mission .cms-title p {
        padding: 0 10%
    }

    .main-container .std .cms-our-mission .cms-title .sub-title {
        padding-left: 15%;
        padding-right: 15%
    }

    .main-container .std .cms-our-mission .we-are-on-a-mission h1.title {
        padding: 0 5%
    }

    .main-container .std .cms-our-mission .we-are-on-a-mission p {
        padding: 0 5%
    }

    .main-container .std .cms-our-mission .section-tab .ui-tabs-nav, .main-container .std .cms-our-mission .section-tab > ul {
        display: none
    }

    .main-container .std .cms-our-mission .section-tab .content-tab .ui-tabs-panel {
        display: block !important;
        margin-bottom: 16px;
        padding: 64px 0 116.4px
    }

    .main-container .std .cms-our-mission .section-tab .content-tab .tab-title {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: .3px
    }

    .main-container .std .cms-our-mission .how-it-all-started .title {
        padding: 0;
        text-align: center
    }

    .main-container .std .cms-our-mission .how-it-all-started .for-by {
        text-align: center;
        margin-bottom: 12px
    }

    .main-container .std .cms-our-mission .how-it-all-started .our-mission-thing {
        width: 100%;
        text-align: center;
        padding: 0 0 !important
    }

    .main-container .std .cms-our-mission .how-it-all-started .our-mission-thing .our-mission-content {
        text-align: center
    }

    .main-container .std .cms-our-mission .how-it-all-started .our-mission-thing .our-mission-content.mini-columns {
        max-width: 100%;
        width: 100%;
        margin: 0 0
    }

    .main-container .std .cms-our-mission .how-it-all-started .our-mission-content.section-image {
        max-width: 100%;
        display: block;
        margin-bottom: 10px !important;
        float: none;
        width: 100%;
        height: auto
    }

    .main-container .std .cms-our-mission .how-it-all-started .our-mission-content.section-image img {
        height: auto
    }

    .main-container .std .cms-our-mission .how-it-all-started .our-mission-content.mini-columns p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: .3px;
        text-align: center
    }

    .main-container .std .cms-our-mission .section-black .text-center, .main-container .std .cms-our-mission .section-black h1, .main-container .std .cms-our-mission .section-black p {
        font-family: Georgia, Garamond, Times New Roman, serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: .3px;
        color: #0c0604
    }

    .main-container .std .cms-our-mission .section-black .container-narrow {
        padding: 0 5%
    }

    .main-container .std .cms-our-mission .section-black .container-narrow > h1 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.58;
        letter-spacing: -1px;
        text-align: center;
        color: #0c0604
    }

    .main-container .std .cms-our-mission .section-black .button-small {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1.6px;
        text-align: center;
        color: #000;
        background: transparent none repeat scroll 0 0
    }
}

.four-o-four {
    text-align: center;
    margin: auto;
    margin-bottom: 60px
}

.four-o-four .compliment-msg {
    display: none
}

.four-o-four img {
    display: inline;
    margin-bottom: 24px
}

.four-o-four h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 16px
}

.four-o-four .page-detail p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    margin-bottom: 32px
}

.four-o-four .page-detail h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.6px;
    margin-bottom: 40px
}

.cart-button-row .four-o-four .btn-continue, .four-o-four .button, .four-o-four .button-big, .four-o-four .button-expand-collapse, .four-o-four .button-loader, .four-o-four .button-outline, .four-o-four .button-outline-big, .four-o-four .button-outline-white, .four-o-four .button-small, .four-o-four .button-small-outline, .four-o-four .button-small-outline-white, .four-o-four .button-transparent, .four-o-four .button2, .four-o-four .cart-button-row .btn-continue, .four-o-four .navigation-button {
    font-size: 12px;
    letter-spacing: 1.5px;
    width: 177px
}

@media screen and (max-width: 767px) {
    .four-o-four h1 {
        font-size: 24px;
        line-height: 1.17;
        letter-spacing: -1.2px
    }

    .four-o-four .page-detail h3 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -.5px
    }
}

.contact-us {
    text-align: center;
    margin-top: -90px
}

.contact-us .custom-gray, .contact-us .section, .contact-us .section-black, .contact-us .section-gray {
    padding-top: 0 !important
}

.contact-us .pccf.paper .radio label {
    margin-left: 40px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #000
}

.contact-us .pccf.paper .radio label input {
    margin-left: -40px;
    margin-top: 0
}

.contact-us .pccf.default .radio {
    text-align: left !important
}

.contact-us .pccf.default .radio label {
    margin-left: 40px;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #000
}

.contact-us .pccf.default .radio label input {
    margin-left: -40px;
    margin-top: 0
}

.contact-us h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .95;
    letter-spacing: -2px
}

.contact-us h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: -.8px
}

.contact-us p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .3px
}

.contact-us .contact-header h1 {
    font-size: 60px;
    line-height: .6;
    letter-spacing: -3px;
    margin-bottom: 24px;
    margin-top: 90px
}

.contact-us .contact-menu {
    margin-bottom: 55px;
    margin-top: 77px;
    padding: 0 96px
}

.contact-us .contact-menu ul {
    background-color: #fff;
    text-align: left
}

.contact-us .contact-menu ul li {
    padding: 0;
    border-bottom: 1px solid rgba(253, 119, 119, .1);
    height: 92px
}

.contact-us .contact-menu ul li a:after {
    content: "";
    display: block;
    background: url(../images/arrow-right-black.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: -17px 0 0 0
}

.contact-us .contact-menu ul li a {
    padding: 32px 54px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    width: 100%
}

.contact-us .contact-info {
    margin-top: 78px;
    padding: 0 32px
}

.contact-us .contact-info h2 {
    margin-bottom: 16px
}

.contact-us .contact-info .contact-buttons {
    margin-top: 46px;
    display: inline-block
}

.contact-us .contact-info .contact-buttons .contact-link {
    float: left;
    padding: 0 12px
}

.contact-us .contact-info .contact-buttons .contact-link a {
    text-decoration: none;
    color: #000
}

.contact-us .contact-info .contact-buttons .contact-link p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    padding-top: 8px
}

.contact-us .contact-info .contact-buttons .contact-link:last-child {
    padding-left: 6px
}

.contact-us .contact-info .contact-buttons .contact-link:last-child img {
    margin-left: 6px
}

@media screen and (max-width: 767px) {
    .contact-us .contact-menu {
        padding: 0;
        margin-bottom: 32px;
        margin-top: 64px
    }

    .contact-us .contact-menu ul li h3 {
        font-size: 18px;
        line-height: 1.22;
        letter-spacing: -.6px
    }

    .contact-us .contact-menu ul li {
        padding: 32px
    }

    .contact-us .contact-info {
        margin-top: 65px
    }

    .contact-us .container {
        padding: 0
    }

    .contact-us h1 {
        font-size: 40px;
        line-height: .95;
        letter-spacing: -2px
    }

    .contact-us h2 {
        font-size: 30px;
        line-height: .93;
        letter-spacing: -1px
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .contact-us .contact-menu ul li a {
        padding: 0
    }
}

.contact-us.contact-us-pages h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -.4px;
    color: rgba(0, 0, 0, .87)
}

.contact-us.contact-us-pages .answer, .contact-us.contact-us-pages p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px
}

.contact-us.contact-us-pages .contact-title {
    padding-bottom: 48px;
    padding-top: 48px
}

.contact-us.contact-us-pages .contact-title a {
    margin-top: 8px;
    float: left
}

.contact-us.contact-us-pages .contact-title h2 {
    text-transform: lowercase
}

.contact-us.contact-us-pages .faq-list {
    text-align: left;
    margin-top: 64px
}

.contact-us.contact-us-pages .faq-list ul {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.contact-us.contact-us-pages .faq-list ul li {
    margin-bottom: 40px
}

.contact-us.contact-us-pages .faq-list ul li .answer {
    margin-top: 13px
}

.contact-us.contact-us-pages .need-information {
    padding-bottom: 32px
}

.contact-us.contact-us-pages .need-information h3 {
    margin-top: 32px;
    padding-top: 50px;
    line-height: 1
}

.contact-us.contact-us-pages .need-information p {
    margin-top: 13px
}

.contact-us.contact-us-pages .need-information .pccf {
    max-width: 100% !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0 !important;
    height: auto !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents {
    margin-top: 32px;
    display: inline-block;
    width: 100%
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents input[type=text] {
    font-size: 14px !important;
    line-height: 1.7 !important;
    letter-spacing: .3px;
    color: #000 !important;
    margin: 0 !important;
    padding-bottom: 7.2px;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-left: 0 !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents textarea {
    border-radius: 0 !important;
    border: 2px solid #000 !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .radio label {
    margin-left: 20px !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .radio input {
    margin-left: -40px !important;
    margin-top: 0 !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .radio-inline {
    float: left;
    text-align: left
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-3, .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-6 {
    padding: 0 !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-6:first-child {
    padding-right: 24px !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-6:last-child {
    padding-left: 24px !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group label {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px;
    color: rgba(0, 0, 0, .5)
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group .col-md-3, .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group .col-md-6:last-child {
    text-align: center !important
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group .col-md-6:last-child button {
    margin-top: 17px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px !important;
    line-height: 1.3 !important;
    padding: 16px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 !important;
    width: 163px
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group:nth-child(2) {
    margin-top: 48px
}

.contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .form-group:nth-child(2) label {
    margin-bottom: 16px !important
}

.contact-us.contact-us-pages .need-information .form-view {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important
}

.contact-us.contact-us-pages .need-information .form-view .form-group .radio-inline {
    padding-left: 40px !important;
    margin-right: 28px;
    margin-left: 0 !important;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #000
}

.contact-us.contact-us-pages .need-information .form-view .form-group .radio-inline input[type=radio] {
    margin-left: -40px !important;
    margin-top: 0 !important
}

.contact-us.contact-us-pages .need-information .form-view .alert {
    text-align: center;
    border: none !important;
    background: #fff !important
}

.contact-us.contact-us-pages .need-information .form-view .alert.alert-success {
    color: #000 !important;
    margin-top: 23px
}

.contact-us.contact-us-pages .need-information .form-view .alert.alert-success:before {
    content: '';
    display: block;
    background: url(../images/check.svg) no-repeat;
    width: 104px;
    height: 104px;
    margin: 0 auto
}

.contact-us.contact-us-pages .need-information .form-view .alert.alert-success h3 {
    margin-top: 8px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1 !important;
    letter-spacing: -3px;
    border: none
}

.contact-us.contact-us-pages .need-information .form-view .alert.alert-success p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px
}

.contact-us.contact-us-pages .contact-info {
    margin-top: 40px;
    background-color: #fff
}

.contact-us.contact-us-pages .contact-info .container {
    padding-top: 78px
}

@media screen and (max-width: 992px) {
    .contact-us.contact-us-pages .col-md-3, .contact-us.contact-us-pages .need-information .pccf .pcform-section .sectioncontents .col-md-6 {
        float: left;
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .contact-us.contact-us-pages .contact-title h2 {
        letter-spacing: -2px
    }

    .contact-us.contact-us-pages .faq-list h4 {
        letter-spacing: 1.25px
    }

    .contact-us.contact-us-pages .need-information .pccf.default .form-group {
        margin-bottom: 19px !important
    }

    .contact-us.contact-us-pages .need-information .pccf .sectiontitle h4 {
        margin: 0 !important
    }

    .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents {
        margin-top: 0
    }

    .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-3, .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-6 {
        float: none;
        width: 100%
    }

    .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-6:first-child {
        padding-right: 0 !important
    }

    .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents .col-md-6:last-child {
        padding-left: 0 !important
    }

    .contact-us.contact-us-pages .need-information .pccf .form-view.pccformwrapper.well .pcform-section .sectioncontents h3 {
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: -1.2px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .contact-us.contact-us-pages .need-information .form-view {
        height: auto !important
    }

    .contact-us.contact-us-pages .need-information .form-view .alert.alert-success {
        padding-top: 15px !important
    }

    .contact-us.contact-us-pages .need-information .form-view .alert.alert-success h3 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17 !important;
        letter-spacing: -1.2px;
        text-align: center
    }

    .contact-us.contact-us-pages .need-information .form-view .alert.alert-success p {
        font-family: Georgia, Garamond, Times New Roman, serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: .3px;
        text-align: center;
        color: #000
    }
}

@media (max-width: 370px) {
    .g-recaptcha {
        margin-left: -30px
    }

    .radio-inline {
        width: 100%;
        margin: 0 !important
    }
}

.email-capture-wrapper {
    display: none
}

.btn-email-capture {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 2%;
    border-radius: 100px;
    z-index: 10
}

.btn-email-capture span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #fff
}

.btn-email-capture::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    right: 10px;
    background: url(/skin/frontend/kind/enterprise/images/arrow-down-white.svg);
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat
}

.email-capture-popup {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none
}

.email-capture-popup section {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: #fff
}

.email-capture-popup section .container {
    padding: 0 35px !important
}

.email-capture-popup .close-icon {
    position: absolute;
    top: 20px;
    right: 20px
}

.email-capture-popup.modal-open {
    display: block
}

.email-capture {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

.email-capture h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: .95;
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

.email-capture label, .email-capture p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .3px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

.email-capture ul {
    margin-top: 16px;
    margin-bottom: 40px
}

.email-capture ul li:before {
    content: "•";
    color: #000;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px
}

.email-capture ul li {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .3px
}

.email-capture .email-form p {
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    letter-spacing: .4px
}

.email-capture .email-form .text-input {
    border: none;
    border-bottom: solid 2px;
    padding: 8px 0 8px;
    max-width: 295px;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px
}

@media screen and (max-width: 767px) {
    .email-capture .email-form .submit-button {
        margin-top: 60px
    }
}

@media screen and (max-width: 767px) {
    .email-capture-popup {
        position: absolute
    }

    .email-capture-popup div {
        text-align: left
    }

    .email-capture-popup section {
        max-width: 100%
    }
}

@media screen and (min-width: 768px) {
    .email-capture-popup h2 {
        font-size: 55px
    }

    .email-capture-popup section {
        height: 100%;
        font-size: 55px;
        padding-top: 10%
    }
}

.contentmanager-contenttype-snack-club .main-container {
    padding-top: 115px;
    padding-bottom: 0
}

.snack-club {
    text-align: center
}

.snack-club .container {
    max-width: 940px
}

.snack-club .container-narrow {
    max-width: 940px
}

.cart-button-row .snack-club .container-narrow .btn-continue, .snack-club .container-narrow .button, .snack-club .container-narrow .button-big, .snack-club .container-narrow .button-expand-collapse, .snack-club .container-narrow .button-loader, .snack-club .container-narrow .button-outline, .snack-club .container-narrow .button-outline-big, .snack-club .container-narrow .button-outline-white, .snack-club .container-narrow .button-small, .snack-club .container-narrow .button-small-outline, .snack-club .container-narrow .button-small-outline-white, .snack-club .container-narrow .button-transparent, .snack-club .container-narrow .button2, .snack-club .container-narrow .cart-button-row .btn-continue, .snack-club .container-narrow .navigation-button {
    width: 250px;
    padding: 12px 30px 10px 30px;
    margin-bottom: 12px
}

.snack-club h1 {
    font-size: 60px;
    line-height: .93;
    letter-spacing: -.6px
}

.snack-club p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px
}

.snack-club h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -.6px
}

.snack-club .snack-header {
    padding-bottom: 84px
}

.snack-club .snack-header h1 {
    margin-bottom: 24px
}

.snack-club .snack-header p {
    font-size: 18px;
    line-height: 1.33
}

.snack-club .snack-header img {
    display: inline-block;
    margin-bottom: 36px
}

.snack-club .snack-header .row {
    margin-top: 72px
}

.snack-club .snack-header .row .snack-content p {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.43
}

.snack-club .snack-benefits {
    padding-bottom: 67px !important;
    text-align: left
}

.snack-club .snack-benefits .container {
    padding: 0
}

.snack-club .snack-benefits h1 {
    line-height: .97;
    letter-spacing: -3px
}

.snack-club .snack-benefits .left-title {
    padding: 0 45px;
    margin-bottom: 56px;
    text-align: left
}

.snack-club .snack-benefits ul li {
    height: 75px;
    margin-bottom: 53px
}

.snack-club .snack-benefits ul li .img-container {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 24px;
    position: relative;
    margin-top: -8px
}

.snack-club .snack-benefits ul li .img-container img {
    max-width: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.snack-club .snack-benefits ul li h3 {
    line-height: 1.33;
    text-align: left
}

.snack-club .snack-benefits ul li div:nth-last-child(1) {
    padding-left: 112px
}

.snack-club .snack-benefits ul li p {
    font-size: 14px;
    line-height: 1.71;
    max-width: 528px;
    text-align: left
}

.snack-club .snack-benefits .snack-links {
    margin-top: 51px;
    text-align: center
}

.snack-club .snack-benefits .snack-links p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: -.4px;
    color: #000
}

.snack-club .snack-benefits .snack-links p a {
    font-weight: 400;
    color: #000;
    line-height: 1.75;
    letter-spacing: .3px;
    padding-left: 8px
}

.snack-club .snack-subscription {
    padding-bottom: 56px !important
}

.snack-club .snack-subscription h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: -1px;
    margin-bottom: 24px
}

.cart-button-row .snack-club .snack-subscription .btn-continue, .snack-club .snack-subscription .button, .snack-club .snack-subscription .button-big, .snack-club .snack-subscription .button-expand-collapse, .snack-club .snack-subscription .button-loader, .snack-club .snack-subscription .button-outline, .snack-club .snack-subscription .button-outline-big, .snack-club .snack-subscription .button-outline-white, .snack-club .snack-subscription .button-small, .snack-club .snack-subscription .button-small-outline, .snack-club .snack-subscription .button-small-outline-white, .snack-club .snack-subscription .button-transparent, .snack-club .snack-subscription .button2, .snack-club .snack-subscription .cart-button-row .btn-continue, .snack-club .snack-subscription .navigation-button {
    width: 225px;
    border: solid 2px #fff;
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent
}

.cart-button-row .snack-club .snack-subscription .btn-continue:hover, .snack-club .snack-subscription .button-big:hover, .snack-club .snack-subscription .button-expand-collapse:hover, .snack-club .snack-subscription .button-loader:hover, .snack-club .snack-subscription .button-outline-big:hover, .snack-club .snack-subscription .button-outline-white:hover, .snack-club .snack-subscription .button-outline:hover, .snack-club .snack-subscription .button-small-outline-white:hover, .snack-club .snack-subscription .button-small-outline:hover, .snack-club .snack-subscription .button-small:hover, .snack-club .snack-subscription .button-transparent:hover, .snack-club .snack-subscription .button2:hover, .snack-club .snack-subscription .button:hover, .snack-club .snack-subscription .cart-button-row .btn-continue:hover, .snack-club .snack-subscription .navigation-button:hover {
    border-color: #777
}

.snack-club .snack-questions {
    margin: 104px 0 144px 0 !important;
    text-align: left
}

.snack-club .snack-questions .container {
    max-width: 1010px
}

.snack-club .snack-questions .left-title {
    padding: 0 45px;
    margin-bottom: 56px;
    text-align: left
}

.snack-club .snack-questions ul li {
    padding: 16px 40px 16px 0;
    position: relative;
    margin: 0 0 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.snack-club .snack-questions ul li h3:after {
    content: "";
    display: block;
    background: url(../images/expand-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 6px 0 0 0;
    position: absolute;
    right: 0;
    margin-top: -20px
}

.snack-club .snack-questions ul li .answer {
    display: none;
    text-align: justify;
    padding-right: 40px;
    padding-top: 16px
}

.snack-club .snack-questions ul .active h3:after {
    background: url(../images/collapse-icon.svg) no-repeat
}

.snack-club .snack-questions ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.snack-club .snack-footer {
    padding-bottom: 102px !important
}

.snack-club .snack-footer img {
    display: inline-block;
    max-width: 379px
}

.snack-club .snack-footer h1 {
    font-size: 80px;
    margin-bottom: 50px
}

.snack-club .snack-footer p {
    opacity: .4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.11;
    letter-spacing: -.9px;
    margin-top: 36px;
    margin-bottom: 16px
}

.cart-button-row .snack-club .snack-footer .btn-continue, .snack-club .snack-footer .button, .snack-club .snack-footer .button-big, .snack-club .snack-footer .button-expand-collapse, .snack-club .snack-footer .button-loader, .snack-club .snack-footer .button-outline, .snack-club .snack-footer .button-outline-big, .snack-club .snack-footer .button-outline-white, .snack-club .snack-footer .button-small, .snack-club .snack-footer .button-small-outline, .snack-club .snack-footer .button-small-outline-white, .snack-club .snack-footer .button-transparent, .snack-club .snack-footer .button2, .snack-club .snack-footer .cart-button-row .btn-continue, .snack-club .snack-footer .navigation-button {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent
}

@media screen and (max-width: 767px) {
    .snack-club h1 {
        font-size: 50px !important
    }

    .snack-club .snack-header .row .snack-content p {
        margin-bottom: 56px
    }

    .snack-club .snack-benefits, .snack-club .snack-footer {
        padding-top: 64px !important
    }

    .snack-club .snack-benefits {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .snack-club .snack-questions .faq_list {
        text-align: left
    }
}

@media screen and (max-width: 500px) {
    .snack-club .snack-questions ul li {
        margin: 0
    }

    .snack-club .cancelall {
        left: 0
    }
}

@media screen and (max-width: 360px) {
    .snack-club .faq_list h3 {
        font-size: 16px
    }

    .snack-club .cancelall {
        left: 0
    }
}

.quote-section-gray {
    padding: 55px 0;
    padding-bottom: 30px
}

.quotes-container .section-header-head {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: -1px;
    text-align: center;
    color: #000
}

.slider-quotes {
    position: relative;
    display: block;
    clear: both;
    width: 100%
}

.slider-quotes .slick-track {
    margin-bottom: 85px
}

.slider-quotes .slick-slide {
    background: #fff;
    margin: 0 15px;
    max-width: 960px;
    position: relative
}

.slider-quotes .slick-slide .wrap-quote {
    padding: 72px;
    line-height: 0
}

.slider-quotes .slick-slide .wrap-quote .quote-info {
    display: inline-block;
    padding: 0 30px;
    padding-right: 0;
    padding-left: 21px;
    max-width: 611px;
    vertical-align: top
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-text {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: #000;
    padding: 0 45px;
    margin-bottom: 40px;
    padding-top: 29px
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-text:before {
    content: "“";
    opacity: .2;
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -3px;
    color: #000;
    left: -4px;
    top: -18px
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-data {
    padding: 0 45px
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-dsc, .slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-icon {
    display: inline-block
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-name {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #0c0604
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-title {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #0c0604
}

.slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-icon {
    padding: 0 23px
}

.slider-quotes .slick-slide img.profile-image {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: inline-block;
    background: #e5e6e8
}

.slider-quotes .slick-slide:after, .slider-quotes .slick-slide:before {
    top: 100%;
    left: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.slider-quotes .slick-slide:after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -40px
}

.slider-quotes .slick-slide:before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 26px;
    margin-left: -46px
}

.slider-quotes .slick-dots {
    position: relative;
    display: block;
    clear: both;
    text-align: center
}

.slider-quotes .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 2px #000;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 7.5px
}

.slider-quotes .slick-dots li.slick-active {
    background: #000
}

@media only screen and (max-width: 1702px) {
    .slider-quotes .slick-slide .wrap-quote .quote-info {
        max-width: 74%
    }

    .slider-quotes .slick-slide:after, .slider-quotes .slick-slide:before {
        left: 20%
    }
}

@media only screen and (max-width: 1633px) {
    .slider-quotes .slick-slide .wrap-quote {
        padding: 60px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info {
        max-width: 70%
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text {
        font-size: 34px;
        padding-right: 0
    }

    .slider-quotes .slick-slide:after, .slider-quotes .slick-slide:before {
        left: 23%
    }
}

@media only screen and (max-width: 1205px) {
    .slider-quotes .slick-slide .wrap-quote {
        padding: 60px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info {
        padding-left: 20px;
        max-width: 58%
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text {
        font-size: 34px;
        padding-right: 0
    }

    .slider-quotes .slick-slide:after, .slider-quotes .slick-slide:before {
        left: 19%
    }
}

@media only screen and (max-width: 925px) {
    .slider-quotes .slick-slide .wrap-quote {
        padding: 40px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info {
        padding-left: 20px;
        max-width: 58%
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text {
        font-size: 34px;
        padding-right: 0;
        margin-bottom: 10px
    }

    .slider-quotes .slick-slide:after, .slider-quotes .slick-slide:before {
        left: 20%
    }
}

@media only screen and (max-width: 767px) {
    .slider-quotes .slick-slide img.profile-image {
        width: 170px;
        height: 170px
    }

    .slider-quotes .slick-slide .wrap-quote {
        padding: 20px
    }

    .slider-quotes .slick-slide .wrap-quote div {
        text-align: left
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info {
        padding-left: 0;
        width: 100%
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text {
        font-size: 29px;
        padding-right: 0;
        padding-left: 0
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text:before {
        font-size: 80px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-data {
        padding: 0 0
    }

    .slider-quotes .slick-slide:after, .slider-quotes .slick-slide:before {
        left: 55%
    }
}

@media only screen and (max-width: 515px) {
    .slider-quotes .slick-slide img.profile-image {
        width: 120px;
        height: 120px;
        float: left
    }

    .slider-quotes .slick-slide .wrap-quote {
        padding: 20px
    }

    .slider-quotes .slick-slide .wrap-quote div {
        text-align: left
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info {
        max-width: 50%
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text {
        font-size: 20px;
        padding-right: 0;
        padding-left: 0;
        padding-top: 15px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-text:before {
        font-size: 60px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-data {
        padding: 0 0
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-name {
        font-size: 14px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-title {
        font-size: 13px
    }

    .slider-quotes .slick-slide .wrap-quote .quote-info .quote-data .quote-icon {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .cms-page-view h2 {
        margin-top: 10px
    }
}

.cms-page-view .main-container.col1-layout {
    padding: 0
}

@media screen and (max-width: 767px) {
    .cms-page-view .main-container.col1-layout .std .container-narrow iframe {
        width: 100%
    }
}

@media screen and (min-device-width: 768px) and (max-width: 1023px) {
    .cms-page-view .main-container.col1-layout .std .container-narrow iframe {
        width: 100%
    }
}

.cms-page-view .main-container .container {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .cms-page-view .main-container .container iframe {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .cms-page-view .main-container .widget .email-capture {
        padding: 20px;
        margin: auto;
        width: 50%
    }

    .cms-page-view .main-container .widget .email-capture ul.messages {
        width: 50%;
        margin: auto;
        list-style: none
    }

    .cms-page-view .main-container .widget .email-capture .submit-button {
        margin-top: 22px
    }
}

@media screen and (max-width: 767px) {
    .cms-page-view .main-container .widget .email-capture {
        padding: 10px;
        margin: auto;
        width: 100%
    }

    .cms-page-view .main-container .widget .email-capture ul.messages {
        margin: 0;
        list-style: none
    }

    .cms-page-view .main-container .widget .email-capture ul {
        margin: 10px 0 0 20px
    }

    .cms-page-view .main-container .widget .email-capture .submit-button {
        margin-top: 65px;
        margin-bottom: 15px;
        text-align: center
    }
}

.cms-page-view .main-container .std, .cms-page-view .main-container p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #000
}

.cms-page-view .main-container h1, .cms-page-view .main-container h2, .cms-page-view .main-container h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    color: rgba(0, 0, 0, .87)
}

.cms-page-view .main-container h1 {
    font-size: 59px;
    letter-spacing: -3.5px
}

.cms-page-view .main-container h2 {
    font-size: 49px;
    letter-spacing: -3.38px
}

.cms-page-view .main-container h3 {
    font-size: 24px;
    letter-spacing: -2px;
    margin-top: 30px;
    margin-bottom: 30px
}

.cms-page-view .main-container a {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: lowercase;
    text-decoration: none;
    line-height: 1.33;
    letter-spacing: inherit;
    font-size: inherit;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.cms-page-view .main-container a:hover {
    color: #777;
    border-bottom-color: #777
}

.cms-page-view .main-container em {
    font-style: italic
}

.cms-page-view .main-container strong {
    font-weight: 700
}

.cms-page-view .main-container ul.messages {
    margin: 0
}

.cms-page-view .main-container ul.messages li::before {
    content: ''
}

.cms-page-view .main-container li.individual-msg ul {
    margin: 0
}

.cms-page-view .main-container ul {
    margin: 10px 0 0 40px
}

.cms-page-view .main-container ul li::before {
    margin-right: 0;
    content: '\2022 ';
    color: #000;
    padding-right: .5em
}

@media screen and (min-width: 768px) {
    .cms-page-view .main-container h1 {
        font-size: 70px
    }

    .cms-page-view .main-container h2 {
        font-size: 60px
    }

    .cms-page-view .main-container h3 {
        font-size: 24px
    }
}

.cms-page-view .cms-search {
    min-height: calc(100vh - 327px - 144px)
}

.cms-page-view .cms-search #search_mini_form {
    margin-top: 75px
}

.cms-page-view .cms-search #search_mini_form .delete-text {
    border-bottom: none
}

#lr_forgot_passsword_form {
    margin-bottom: 95px !important;
    max-width: 775px;
    width: 100% !important;
    padding: 0 25px
}

#lr_forgot_passsword_form .back-link a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: .92;
    letter-spacing: 1.5px;
    color: #000;
    margin-top: 37px;
    text-transform: uppercase;
    text-decoration: none;
    display: block
}

#lr_forgot_passsword_form .back-link a::before {
    content: '';
    background-image: url(/skin/frontend/kind/enterprise/images/arrow-right-black.svg);
    height: 11px;
    width: 11px;
    margin-right: 10px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

#lr_forgot_passsword_form .page-title {
    margin-bottom: 20px
}

#lr_forgot_passsword_form .page-title h1 {
    text-transform: lowercase;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -3px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#lr_forgot_passsword_form .fieldset .legend {
    text-transform: lowercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -.7px;
    color: #7f7f7f;
    margin-bottom: 25px
}

#lr_forgot_passsword_form .fieldset p {
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #000
}

#lr_forgot_passsword_form #forgotpassword-container {
    margin-top: -6px
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas--form-element-content {
    margin-top: 30px
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas--form-element-content label {
    font-size: 0;
    opacity: .5;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px;
    color: #7f7f7f;
    width: 100%
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas--form-element-content label:before {
    font-size: 12px;
    content: 'email address*'
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas--form-element-content .loginradius-raas-emailid {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #000;
    width: 100%;
    max-width: 310px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .3px;
    color: #000;
    padding: 5px 0;
    float: left
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas--form-element-content .validation-loginradius-raas-emailid {
    position: absolute;
    margin-top: 55px;
    display: block;
    margin-left: 0
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas-submit {
    -webkit-appearance: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 20px;
    margin-top: -12px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    padding: 12px 56px !important
}

#lr_forgot_passsword_form #forgotpassword-container .loginradius-raas-submit:hover {
    background-color: #fff;
    color: #000
}

@media (max-width: 767px) {
    #lr_forgot_passsword_form .page-title h1 {
        font-size: 54px;
        line-height: .81;
        letter-spacing: -2.5px
    }

    #lr_forgot_passsword_form .fieldset .legend {
        font-size: 30px;
        line-height: 1;
        letter-spacing: -1.5px;
        color: #000
    }

    #lr_forgot_passsword_form p {
        line-height: 1.75 !important
    }
}

@media (max-width: 549px) {
    #lr_forgot_passsword_form .back-link {
        text-align: center
    }

    #forgotpassword-container .loginradius-raas-emailid {
        max-width: 100% !important
    }

    #forgotpassword-container .loginradius-raas-submit {
        margin-left: 0 !important;
        margin-top: 43px !important;
        width: 100%
    }
}

#reset_form {
    padding: 0;
    margin-bottom: 60px
}

#reset_form label {
    width: 100%
}

#reset_form .loginradius-raas-submit {
    min-height: 48px !important;
    padding: 10px 30px !important;
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 23px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    transition: border-color 240ms ease, background 240ms ease !important
}

#reset_form .loginradius-raas-submit:hover {
    background-color: #777 !important;
    border-color: #777 !important
}

#reset_form .reset-users .buttons-set {
    display: none
}

.pccf.paper .form-control {
    border-bottom: 2px solid #000 !important
}

.pccf.paper .input-group-addon {
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important
}

.pccf.paper select.form-control {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -moz-appearance: none !important;
    appearance: none;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #000;
    width: 100%;
    background-image: url(../images/expand-more.png);
    background-size: 12px auto;
    margin-top: 0;
    min-height: 28px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    outline: 0
}

.pccf.paper textarea {
    border-radius: 0 !important;
    border: 2px solid #000 !important;
    padding: 6px 12px !important
}

.pccf.paper button {
    background-image: none !important;
    margin-top: 17px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px !important;
    line-height: 1.3 !important;
    padding: 16px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 !important;
    width: 163px;
    margin: auto !important;
    display: block !important
}

.pccf.paper label {
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px;
    color: rgba(0, 0, 0, .5)
}

.pccf.paper .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.pccf.paper .col-md-3 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.snackclub-add-prod-list {
    background: #f2f2f2 none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px
}

.snackclub-add-prod-list .title {
    text-align: left;
    margin: 64px 32px 112px 0
}

.snackclub-add-prod-list .snackclub-add-prod-title {
    margin: 0 auto;
    max-width: 480px;
    padding: 64px 0;
    text-align: center;
    height: 265px;
    width: 320px;
    background: #e5e5e5 none repeat scroll 0 0;
    overflow: hidden
}

.snackclub-add-prod-list ul {
    width: 1056px;
    margin: auto;
    min-width: auto;
    text-align: center;
    padding: 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.snackclub-add-prod-list ul li {
    margin-right: auto;
    margin-left: auto
}

.snackclub-add-prod-list ul > li {
    display: inline-block;
    float: left;
    width: 352px;
    margin-bottom: 32px;
    padding: 0 16px
}

.snackclub-add-prod-list ul > li:nth-child(3n+1):last-child {
    float: none
}

.snackclub-add-prod-list .snackclub-add-prod-container {
    text-align: center;
    padding: 0 0;
    max-width: 100%
}

.snackclub-add-prod-list .snackclub-add-prod-section {
    min-width: 320px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0;
    width: 100%
}

.snackclub-add-prod-list .snackclub-add-prod-title-link {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    width: 100%;
    margin-bottom: -7px
}

.snackclub-add-prod-list .snackclub-add-prod-title-link span.snackclub-add-prod-title-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    height: 100%;
    font-size: 18px;
    word-break: break-word;
    text-align: center;
    padding: 0 16px 16px;
    height: 100%;
    overflow: hidden
}

.snackclub-add-prod-list .snackclub-add-prod-title-link .snackclub-add-prod-wrapper-image {
    position: relative
}

.snackclub-add-prod-list .snackclub-add-prod-title-link:hover {
    color: #777
}

.snackclub-add-prod-list .snackclub-add-prod-title-link img {
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: scale(.3) translate(-50%);
    transform: scale(.3) translate(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.snackclub-add-prod-list .snackclub-add-prod-button.button-small {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 12px;
    margin-top: 20px;
    padding: 6px 15px;
    min-width: 120px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    text-align: center
}

.snackclub-add-prod-list .snackclub-add-prod-button.button-small:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.snackclub-add-prod-list .snackclub-add-prod-content {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    max-width: 321px;
    width: 100%;
    height: 80px
}

@media (max-width: 1279px) {
    .snackclub-add-prod-list .shop-by-benefit-title-link span.shop-by-benefit-title-content {
        left: 15px
    }
}

@media (min-width: 1070px) {
    .snackclub-add-prod-list .two-at-the-end li:nth-child(odd) {
        margin-right: 0;
        margin-left: auto
    }

    .snackclub-add-prod-list .two-at-the-end li:nth-child(even) {
        margin-right: auto;
        margin-left: 0
    }
}

@media (max-width: 1069px) {
    .snackclub-add-prod-list ul {
        width: 704px
    }
}

@media (max-width: 767px) {
    .snackclub-add-prod-list .container {
        padding: 0
    }

    p.snackclub-add-prod-description {
        margin-right: 40px
    }

    .snackclub-add-prod-list .shop-by-benefit-top-title {
        padding: 90px 10%
    }

    .snackclub-add-prod-list .shop-by-benefit-top-title h1 {
        font-size: 50px;
        line-height: 46px
    }

    .snackclub-add-prod-list .title {
        text-align: center
    }

    .snackclub-add-prod-list ul {
        width: 100%
    }

    .snackclub-add-prod-list ul > li {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .snackclub-add-prod-list .snackclub-add-prod-title {
        display: block;
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }
}