@import url("https://stg-bc.cafeappliances.com/content/static/fonts/ss-black-tie-regular/ss-black-tie-regular.css");

/**
 * styla-styles.css --- Styles for certain HTML blocks on Cafe
 * Appliances pages managed in Styla.
 *
 * IMPORTANT:
 *
 * You must prefix all selectors with the following [1]:
 *
 *     :not(#\\20) .stylaApp .styla-html-block <selector> {
 *         ...
 *     }
 *
 * All hand-coded HTML blocks must be wrapped in:
 *
 *     <div class="styla-html-block">
 *         ...
 *     </div>
 *
 * EXCEPTIONS:
 *
 * 1.  To address elements like #html966798, where you edit the id of
 *     that element in Styla, do **not** include `.styla-html-block`
 *     in the prefix.
 *
 *         :not(#\\20) .stylaApp #html966798 {
 *             ...
 *         }
 *
 * ---
 *
 * [1] `:not(#\\20) .stylaApp` is per Styla recommendation.
 *
 *     `.styla-html-block` is so we can write styles that **only**
 *     affect hard-coded HTML blocks.
 */

/**
 * General Styles for Hard-Coded HTML Blocks in Styla.
 *
 * Much of this is duplicated from the Cafe Appliances live site.
 */
:not(#\\20) .stylaApp.stylaApp .styla-html-block {
    /* NOTE ^^^^^^^^^^^^^^^^^^ class doubling for specificity */
    color: #6c6158;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.438;
    letter-spacing: 0.05em;
}

:not(#\\20) .stylaApp .styla-html-block p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: 0.05em;
}

:not(#\\20) .stylaApp .styla-html-block a:link,
:not(#\\20) .stylaApp .styla-html-block a:visited {
    text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: rgb(108, 97, 88);
    font-size: 0.875rem;
    line-height: 1.571;
    letter-spacing: 0.02em;
}
:not(#\\20) .stylaApp .styla-html-block a:hover,
:not(#\\20) .stylaApp .styla-html-block a:active {
    color: rgba(108, 97, 88, 0.8);
}
:not(#\\20) .stylaApp .styla-html-block a:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

:not(#\\20) .stylaApp .styla-html-block h1,
:not(#\\20) .stylaApp .styla-html-block .h1,
:not(#\\20) .stylaApp .styla-html-block h2,
:not(#\\20) .stylaApp .styla-html-block .h2,
:not(#\\20) .stylaApp .styla-html-block h3,
:not(#\\20) .stylaApp .styla-html-block .h3,
:not(#\\20) .stylaApp .styla-html-block h5,
:not(#\\20) .stylaApp .styla-html-block .h5 {
    color: rgb(24, 63, 50);
    font-family: Garamond, Baskerville, "Times New Roman", serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
:not(#\\20) .stylaApp .styla-html-block h1,
:not(#\\20) .stylaApp .styla-html-block .h1 {
    font-size: 2.625rem;
    line-height: 1.143;
    letter-spacing: 0.025em;
}
:not(#\\20) .stylaApp .styla-html-block h2,
:not(#\\20) .stylaApp .styla-html-block .h2 {
    font-size: 1.625rem;
    line-height: 1.231;
    letter-spacing: 0.005em;
}
:not(#\\20) .stylaApp .styla-html-block h3,
:not(#\\20) .stylaApp .styla-html-block .h3 {
    font-size: 1.1875rem;
    line-height: 1.368;
    letter-spacing: 0.05em;
}
:not(#\\20) .stylaApp .styla-html-block h4,
:not(#\\20) .stylaApp .styla-html-block .h4,
:not(#\\20) .stylaApp .styla-html-block h5,
:not(#\\20) .stylaApp .styla-html-block .h5 {
    font-size: 0.875rem;
    line-height: 2.143;
    text-transform: uppercase;
}
:not(#\\20) .stylaApp .styla-html-block h4,
:not(#\\20) .stylaApp .styla-html-block .h4 {
    letter-spacing: 0.05em;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
:not(#\\20) .stylaApp .styla-html-block h5,
:not(#\\20) .stylaApp .styla-html-block .h5 {
    letter-spacing: 0.15em;
}

:not(#\\20) .stylaApp .styla-html-block h1,
:not(#\\20) .stylaApp .styla-html-block .h1 {
    margin-top: 32px;
    margin-bottom: 23px;
}
:not(#\\20) .stylaApp .styla-html-block h2,
:not(#\\20) .stylaApp .styla-html-block .h2 {
    margin-top: 48px;
    margin-bottom: 23px;
}

:not(#\\20) .stylaApp .styla-html-block b,
:not(#\\20) .stylaApp .styla-html-block strong {
    font-weight: bold;
}
:not(#\\20) .stylaApp .styla-html-block i,
:not(#\\20) .stylaApp .styla-html-block em {
    font-style: italic;
}

/**
 * General Utility Styles
 */
:not(#\\20) .stylaApp .styla-html-block .margin-bottom-0 { margin-bottom: 0    !important; }
:not(#\\20) .stylaApp .styla-html-block .margin-bottom-1 { margin-bottom: 1rem !important; }
:not(#\\20) .stylaApp .styla-html-block .margin-top-0    { margin-top: 0    !important; }
:not(#\\20) .stylaApp .styla-html-block .margin-top-1    { margin-top: 1rem !important; }
:not(#\\20) .stylaApp .styla-html-block .text-left       { text-align: left !important; }
:not(#\\20) .stylaApp .styla-html-block .text-center     { text-align: center !important; }
:not(#\\20) .stylaApp .styla-html-block .text-right      { text-align: right !important; }
:not(#\\20) .stylaApp .styla-html-block .text-justify    { text-align: justify !important; }

/**
 * Styles for contact form on /support/contact-us
 */
:not(#\\20) .stylaApp .styla-html-block .contactFormFrame {
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 1850px;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 678px) {
    /* ------------^^^^^ when the **iframe** reaches 600px.  Add 2 times
       39px. */
    :not(#\\20) .stylaApp  .styla-html-block .contactFormFrame {
        padding-bottom: 1350px;
    }
}
@media (max-width: 397.9375px) {
    /* between 320px and just under 398px (add 2 times 39px), we have to
       make the iframe full width; otherwise, the recaptcha will cause
       a horizontal scrollbar. */
    :not(#\\20) .stylaApp  .styla-html-block .contactFormFrameWrapper {
        margin-left: -39px;
        margin-right: -39px;
    }
}
:not(#\\20) .stylaApp .styla-html-block .contactFormFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/**
 * Styles for chat button on contact page at /support/contact-us
 *
 * Affects content that is NOT in .stylaApp, so...
 *
 *     ================================================================
 *     DO NOT CONTEXTUALIZE IN `:not(#\\20) .stylaApp`.
 *     ================================================================
 *
 * NOTE: class doubling increases specificity to override esw.min.css
 */
.embeddedServiceHelpButton.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #004B3D;
    font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #004B3D;
}

/**
 * Styles for all accordions
 */
:not(#\\20) .stylaApp .styla-html-block .accordion {
    border-top: 1px solid #6c6158;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-item {
    border-bottom: 1px solid #6c6158;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle {
    display: block;
    padding: 12px 16px 12px 16px;
}
:not(#\\20) .stylaApp .styla-html-block a:link.accordion-toggle,
:not(#\\20) .stylaApp .styla-html-block a:visited.accordion-toggle {
    font-size: 1.125rem;
    font-family: inherit;
    line-height: 1.667;
    color: inherit;
    font-weight: normal;
    letter-spacing: 0.025em;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle h1,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle .h1,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle h2,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle .h2,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle h3,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle .h3,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle h4,
:not(#\\20) .stylaApp .styla-html-block .accordion-toggle .h4 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    margin-top: 0;
    margin-bottom: 0;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-content {
    padding: 0 16px 12px 16px;
}
:not(#\\20) .stylaApp .styla-html-block a.accordion-toggle {
    color: inherit;
    text-decoration: none;
    position: relative;
}
:not(#\\20) .stylaApp .styla-html-block a.accordion-toggle:hover {
    opacity: 0.8;
}
:not(#\\20) .stylaApp .styla-html-block ul.accordion {
    list-style: none;
    margin-left: 0;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-item:not(.is-active) .accordion-content {
    display: none;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-item .accordion-toggle::before {
    display: block;
    width: 2px;
    height: 1rem;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 11px;
    transform: translateY(-50%);
    background-color: #6c6158;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-item .accordion-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-color: #6c6158;
    width: 1rem;
    height: 2px;
    border: none;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
    margin-top: -3px;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-item.is-active .accordion-toggle::before {
    transform: rotate(-90deg);
    background-color: transparent;
}
:not(#\\20) .stylaApp .styla-html-block .accordion-item.is-active .accordion-toggle::after {
    transform: rotate(-180deg);
}

/**
 * Styles for FAQs on Owner Support page at /support
 */
:not(#\\20) .stylaApp .styla-html-block .support-faqs p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 23px;
    margin: 1rem 0;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs a {
    font-size: inherit;
}

/**
 * Accordion styles specific to FAQs on Owner Support page at /support
 */
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion {
    color: #6c6158;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion-content a {
    color: #b44b28;
    text-decoration: none;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion-content a:hover {
    opacity: 0.8;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion-content h4 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 700;
    text-transform: none;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion-content > h4:first-child {
    margin-top: 0;
}
:not(#\\20) .stylaApp .styla-html-block .support-faqs .accordion-content > h4:last-child {
    margin-bottom: 0;
}

/**
 * Styles for each FAQ section (for one accordion item)
 */
:not(#\\20) .stylaApp .styla-html-block ul.support-faq-list {
    list-style: none;
    margin-left: 0;
}
:not(#\\20) .stylaApp .styla-html-block li.support-faq-list-item {
    margin-bottom: 3rem;
}
:not(#\\20) .stylaApp .styla-html-block li.support-faq-list-item h4 {
    margin-top: 0;
    margin-bottom: 0;
}
:not(#\\20) .stylaApp .styla-html-block li.support-faq-list-item p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/**
 * Styles for Requirements by Appliance section on the Delivery &
 * Installation page at /support/delivery-installation
 */
:not(#\\20) .stylaApp .styla-html-block .delivery-installation-requirements-by-appliance ul:not(.accordion) {
    list-style: circle;
    margin-left: 2em;
}
:not(#\\20) .stylaApp .styla-html-block .delivery-installation-requirements-by-appliance p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/**
 * Styles for home page hero banner
 */
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section h1 {
    font-family: "Garamond",Garamond96DTPro-RomanBaskerville, Times New Roman, serif;
    line-height: 42px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin: 0;
    color: #004B3D;
}

:not(#\\20) .stylaApp .styla-html-block .home-page-banner-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section {
    margin-left: -100vw;
    margin-right: -100vw;
    position: relative;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section > .inner {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image {
    margin-left: -100vw;
    margin-right: -100vw;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image > img {
    display: block;
    width: 50%;
    margin-left: 50vw;
    margin-right: auto;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image .secondary-image {
    display: block;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    width: 100vw;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image .secondary-image img {
    width: 90%;
    margin: -4rem auto 0;
    display: block;
    border: 4px solid #fff;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image .secondary-image::after {
    display: block;
    content: "";
    background-image: url("https://cdn11.bigcommerce.com/s-dj46qhetxl/content/static/images/marble-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -20%;
    padding-bottom: 100%;
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: -1;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text {
    padding: 2rem;
    text-align: center;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text h1 {
    font-size: 2.25rem;         /* 36px */
    line-height: calc(42 / 36);
}
:not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .homepage-banner-inset-image {
    display: none;
}
@media print, screen and (min-width: 40em) { /* include breakpoint(medium) */
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section {
        padding-bottom: 6rem;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section > .inner {
        position: relative;
        overflow: hidden;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text {
        position: absolute;
        right: calc(50% + 15vw);
        width: calc(275px + (450 - 275) * (100vw - 1024px) / (1680 - 1024));
        top: 30%;
        transform: translateY(-50%);
        z-index: 3;
        padding: 0;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text h1 {
        font-size: 2rem;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image {
        margin-left: 0;
        margin-right: 0;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image .secondary-image {
        display: none;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .homepage-banner-inset-image {
        display: block;
        width: calc(275px + (450 - 275) * (100vw - 1024px) / (1680 - 1024));
        height: calc(275px + (450 - 275) * (100vw - 1024px) / (1680 - 1024));
        position: absolute;
        top: 55%;
        right: calc(50% + 15vw);
        z-index: 3;
        border: 4px solid #fff;
        background-size: cover;
        box-sizing: border-box;
    }
}
@media print, screen and (min-width: 64em) { /* include breakpoint(large) */
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section > .inner {
        height: calc(1024px * 1000 / 1920); /* based on image size: ... * HEIGHT / WIDTH */
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text h1 {
        font-size: 2.25rem;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image {
        position: absolute;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 100%;
        object-fit: cover;
    }
}
@media print, screen and (min-width: 75em) { /* include breakpoint(very large) */
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text {
        top: 20%;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .homepage-banner-inset-image {
        top: 34%;
    }
}
@media print, screen and (min-width: 105em) { /* include breakpoint(very very large) */
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .text {
        width: 450px;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .image {
        background-size: 70%;
        background-position-x: 30%;
    }
    :not(#\\20) .stylaApp .styla-html-block .home-page-banner-section .homepage-banner-inset-image {
        width: 450px;
        height: 450px;
    }
}

/**
 * Styles for support search form at bottom of home page.
 */
:not(#\\20) .stylaApp #html966798 {
    border: 1px solid;
    border-color: #004B3D;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-support {
    padding: 24px;
}
:not(#\\20) .stylaApp .styla-html-block .home-page-support > *:first-child {
    margin-top: 0;
}

/**
 * Search form on Support page at /support
 */
:not(#\\20) .stylaApp .styla-html-block .support-search-banner-wrapper {
    background-color: #183f32;
    text-align: center;
    color: #fff;
    margin-bottom: 1.875rem;
    padding: 3.75rem 0;
}
:not(#\\20) .stylaApp .styla-html-block .support-search-banner-wrapper--full-bleed {
    margin-left: -100vw;
    margin-right: -100vw;
    overflow-x: hidden;
    overflow-y: hidden;
}
:not(#\\20) .stylaApp .styla-html-block .support-search-banner-wrapper--full-bleed .support-search-banner {
    margin-left: 100vw;
    margin-right: 100vw;
}
:not(#\\20) .stylaApp .styla-html-block .support-search-banner a {
    color: #fff;
}
:not(#\\20) .stylaApp .styla-html-block .support-search-banner h2 {
    color: #fff;
    margin-bottom: 1rem;
}
:not(#\\20) .stylaApp .styla-html-block .support-search-banner form {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
}

/**
 * General styles for input groups.
 */
:not(#\\20) .stylaApp .styla-html-block .input-group {
    display: flex;
    justify-content: space-between;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search {
    background-color: #f4f4f3;
    display: flex;
    justify-content: space-between;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--white {
    background-color: white;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search input,
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search button {
    font-size: inherit;
    border: none;
    padding: 0.5rem;
    color: #6c6158;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search > .input-group__search {
    order: 2;
    flex: 1 0 auto;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search > .input-group__submit {
    order: 1;
    flex: 0 1 auto;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search .input-group__search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}
:not(#\\20) .stylaApp .styla-html-block .input-group--simple-search .input-group__submit {
}

/**
 * Search form on Owner's Manuals and Installation Instructions page at /support/manuals-literature
 */
:not(#\\20) .stylaApp .styla-html-block .owners-manuals-search-block-wrapper {
    background-color: #f4f4f3;
    padding: 3.75rem;
    margin-bottom: 1.875rem;
    text-align: center;
}
:not(#\\20) .stylaApp .styla-html-block .owners-manuals-search-block h2 {
    margin-bottom: 1rem;
}

/* CERTONA STYLES ****************************************************  */

:not(#\\20) .stylaApp .card {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0 0
}

:not(#\\20) .stylaApp .card-figure {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0 0;
    position: relative
}

:not(#\\20) .stylaApp .card-image {
    border: 1px solid #999;
    width: 100%
}

:not(#\\20) .stylaApp .card-figcaption {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

:not(#\\20) .stylaApp .card-figcaption:hover {
    opacity: 1
}

:not(#\\20) .stylaApp .card-figcaption-action {
    display: block;
    height: 100%
}

:not(#\\20) .stylaApp .card-figcaption-body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transform-style: preserve-3d
}

:not(#\\20) .stylaApp .card-figcaption-body>:first-child {
    margin-top: 0
}

:not(#\\20) .stylaApp .card-figcaption-body>:last-child {
    margin-bottom: 0
}

:not(#\\20) .stylaApp .card-figcaption-body .card-text {
    color: #333
}

:not(#\\20) .stylaApp .card-figcaption-button {
    background-color: rgba(255, 255, 255, .9);
    color: #333
}

:not(#\\20) .stylaApp .card-figcaption-button:hover {
    background-color: #fff;
    color: #333
}

:not(#\\20) .stylaApp .card-body {
    padding: .75rem 0 0
}

:not(#\\20) .stylaApp .card-body>:first-child {
    margin-top: 0
}

:not(#\\20) .stylaApp .card-body>:last-child {
    margin-bottom: 0
}

:not(#\\20) .stylaApp .card-body .card-text {
    color: #333
}

:not(#\\20) .stylaApp .card-surTitle {
    float: right;
    margin-left: 1.5rem;
    max-width: 40%;
    text-align: right
}

:not(#\\20) .stylaApp .card-footer {
    background-color: transparent;
    margin: 0
}

:not(#\\20) .stylaApp .card-footer:after,
:not(#\\20) .stylaApp .card-footer:before {
    content: " ";
    display: table
}

:not(#\\20) .stylaApp .card-footer:after {
    clear: both
}

:not(#\\20) .stylaApp .card-button {
    margin-bottom: 0
}

:not(#\\20) .stylaApp .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
}

:not(#\\20) .stylaApp .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

:not(#\\20) .stylaApp .slick-list:focus {
    outline: 0
}

:not(#\\20) .stylaApp .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

:not(#\\20) .stylaApp .slick-slider .slick-list,
:not(#\\20) .stylaApp .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

:not(#\\20) .stylaApp .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

:not(#\\20) .stylaApp .slick-track:after,
:not(#\\20) .stylaApp .slick-track:before {
    content: "";
    display: table
}

:not(#\\20) .stylaApp .slick-track:after {
    clear: both
}

:not(#\\20) .stylaApp .slick-loading .slick-track {
    visibility: hidden
}

:not(#\\20) .stylaApp .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

:not(#\\20) .stylaApp [dir=rtl] .slick-slide {
    float: right
}

:not(#\\20) .stylaApp .slick-slide img {
    display: block
}

:not(#\\20) .stylaApp .slick-slide.slick-loading img {
    display: none
}

:not(#\\20) .stylaApp .slick-slide.dragging img {
    pointer-events: none
}

:not(#\\20) .stylaApp .slick-initialized .slick-slide {
    display: block
}

:not(#\\20) .stylaApp .slick-loading .slick-slide {
    visibility: hidden
}

:not(#\\20) .stylaApp .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

:not(#\\20) .stylaApp .slick-arrow.slick-hidden {
    display: none
}

:not(#\\20) .stylaApp .slick-loading .slick-list {
    background: #fff center center no-repeat
}

:not(#\\20) .stylaApp .slick-next,
:not(#\\20) .stylaApp .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

:not(#\\20) .stylaApp .slick-next:focus,
:not(#\\20) .stylaApp .slick-next:hover,
:not(#\\20) .stylaApp .slick-prev:focus,
:not(#\\20) .stylaApp .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

:not(#\\20) .stylaApp .slick-next:focus:before,
:not(#\\20) .stylaApp .slick-next:hover:before,
:not(#\\20) .stylaApp .slick-prev:focus:before,
:not(#\\20) .stylaApp .slick-prev:hover:before {
    opacity: .8
}

:not(#\\20) .stylaApp .slick-next.slick-disabled:before,
:not(#\\20) .stylaApp .slick-prev.slick-disabled:before {
    opacity: .6
}

:not(#\\20) .stylaApp .slick-next:before,
:not(#\\20) .stylaApp .slick-prev:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #6c6158;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:not(#\\20) .stylaApp .slick-prev {
    left: -25px
}

:not(#\\20) .stylaApp [dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

:not(#\\20) .stylaApp .slick-prev:before {
    content: ""
}

:not(#\\20) .stylaApp [dir=rtl] .slick-prev:before {
    content: ""
}

:not(#\\20) .stylaApp .slick-next {
    right: -25px
}

:not(#\\20) .stylaApp [dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

:not(#\\20) .stylaApp .slick-next:before {
    content: ""
}

:not(#\\20) .stylaApp [dir=rtl] .slick-next:before {
    content: ""
}

:not(#\\20) .stylaApp .slick-dotted.slick-slider {
    margin-bottom: 30px
}

:not(#\\20) .stylaApp .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

:not(#\\20) .stylaApp .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

:not(#\\20) .stylaApp .slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

:not(#\\20) .stylaApp .slick-dots li button:focus,
:not(#\\20) .stylaApp .slick-dots li button:hover {
    outline: 0
}

:not(#\\20) .stylaApp .slick-dots li button:focus:before,
:not(#\\20) .stylaApp .slick-dots li button:hover:before {
    opacity: .8
}

:not(#\\20) .stylaApp .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: inherit;
    font-size: 60px;
    line-height: 20px;
    text-align: center;
    color: #cfcfcf;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:not(#\\20) .stylaApp .slick-dots li.slick-active button:before {
    color: #cfcfcf;
    opacity: 1
}

:not(#\\20) .stylaApp .slick-next,
:not(#\\20) .stylaApp .slick-prev {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    z-index: 1;
    border: 1px solid #fff;
    height: 2.625rem;
    padding: .625rem;
    width: 2.5rem;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .3)
}

:not(#\\20) .stylaApp .slick-next::before,
:not(#\\20) .stylaApp .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem;
    height: 1.5625rem
}

:not(#\\20) .stylaApp .slick-next:focus,
:not(#\\20) .stylaApp .slick-next:hover,
:not(#\\20) .stylaApp .slick-prev:focus,
:not(#\\20) .stylaApp .slick-prev:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .3)
}

:not(#\\20) .stylaApp .slick-next {
    right: 0
}

:not(#\\20) .stylaApp .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%236c6158' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

:not(#\\20) .stylaApp .slick-next:hover::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

:not(#\\20) .stylaApp .slick-prev {
    left: 0
}

:not(#\\20) .stylaApp .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%236c6158' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

:not(#\\20) .stylaApp .slick-prev:hover::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

:not(#\\20) .stylaApp .slick-dots {
    bottom: -5px;
    margin: 0
}

:not(#\\20) .stylaApp .slick-dots li {
    height: .5625rem;
    width: .5625rem;
    margin: 0;
    padding: .5rem
}

:not(#\\20) .stylaApp .slick-dots li button,
:not(#\\20) .stylaApp .slick-dots li button::before {
    height: .5625rem;
    width: .5625rem;
    border-radius: 50%
}

:not(#\\20) .stylaApp .slick-dots li button {
    border: 1px solid #cfcfcf;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle
}

:not(#\\20) .stylaApp .slick-dots li button:hover::before {
    background: #cfcfcf
}

:not(#\\20) .stylaApp .slick-dots li button::before {
    display: block;
    left: -1px;
    top: -1px;
    transition: background .1s ease-out
}

:not(#\\20) .stylaApp .slick-dots li.slick-active button::before {
    background: #cfcfcf
}

:not(#\\20) .stylaApp .productView .slick-dots {
    position: relative
}

:not(#\\20) .stylaApp .slick-disabled {
    cursor: default;
    opacity: 0
}

:not(#\\20) .stylaApp .slick-track {
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}


:not(#\\20) .stylaApp .card-figure {
    margin-top: 0;
    position: relative
}

:not(#\\20) .stylaApp .card-figure:hover .card-figcaption {
    opacity: 1
}

:not(#\\20) .stylaApp .card-img-container {
    max-width: none
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .card-img-container {
        max-width: 500px
    }
}

:not(#\\20) .stylaApp .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

:not(#\\20) .stylaApp .card-figcaption {
    display: none;
    margin: 0;
    pointer-events: none
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .card-figcaption {
        display: block
    }
}

:not(#\\20) .stylaApp .card-figcaption-body {
    display: inline-block;
    pointer-events: all;
    transform: translate3d(0, -50%, 0)
}

:not(#\\20) .stylaApp .card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: auto;
    max-height: 100%
}

:not(#\\20) .stylaApp .card-body .card-text .price.price--withoutTax.certonaPrice {
    color: #6c6158;
    font-weight: 700;
    font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: .875rem
}

:not(#\\20) .stylaApp .card-title {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: none;
    letter-spacing: .8px;
    line-height: 23px
}

:not(#\\20) .stylaApp .card-title>a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    color: #6c6158;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem
}

:not(#\\20) .stylaApp .card-title>a:focus,
:not(#\\20) .stylaApp .card-title>a:hover {
    opacity: .8
}

:not(#\\20) .stylaApp .card-sku {
    margin-bottom: 10px;
    font-size: .875rem;
    color: #004b3d;
    font-family: adobe-garamond-pro, Baskerville, "Times New Roman", serif;
    letter-spacing: 2.1px
}

:not(#\\20) .stylaApp .card-text {
    margin-top: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0
}

:not(#\\20) .stylaApp .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

:not(#\\20) .stylaApp .card-text .price-section--small {
    margin-left: 0;
    margin-bottom: 5px
}

:not(#\\20) .stylaApp .card-text .price-section {
    font-weight: 400;
    font-family: adobe-garamond-pro, Baskerville, "Times New Roman", serif
}

:not(#\\20) .stylaApp .card-text .price-section>span {
    font-size: 1.1875rem;
    color: #004b3d;
    letter-spacing: .9px
}

:not(#\\20) .stylaApp .card-text .price-section .price--rrp {
    font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: .875rem;
    color: #6c6158
}

:not(#\\20) .stylaApp .card-text .price-section .price-section-msrp {
    font-size: .875rem;
    color: #6c6158;
    text-decoration: underline;
    letter-spacing: .7px;
    line-height: 23px;
    font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif
}

:not(#\\20) .stylaApp .card-obsolete {
    margin-bottom: 12px;
    font-size: .875rem;
    text-transform: uppercase
}

.button--card {
    width: 100%;
    margin-bottom: 16px;
    padding: 9px 5px;
    font-weight: 400;
    text-transform: none;
    border-width: 1px
}

.button--card span {
    display: inline-block;
    vertical-align: middle
}

.button--card span+span {
    margin-left: 8px
}

:not(#\\20) .stylaApp .card-figcaption-button {
    border: none;
    display: block;
    margin: .375rem 0 0
}

:not(#\\20) .stylaApp .card-figcaption-button:active {
    background-color: #fff;
    border: none
}

:not(#\\20) .stylaApp .card-figcaption-button+.card-figcaption-button {
    margin: .375rem 0 0
}

:not(#\\20) .stylaApp .card-body {
    padding-top: 0
}

:not(#\\20) .stylaApp .card-body .form-field {
    margin-bottom: 0
}

:not(#\\20) .stylaApp .card-body .form-checkbox:checked+.form-label .form-label-checkbox:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 75, 61, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 75, 61, .999);
    content: "";
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    height: 18px;
    width: 18px;
    transform: scale(1.1);
    position: absolute;
    top: -6px;
    left: 0
}

:not(#\\20) .stylaApp .card-body .form-label {
    margin-bottom: 0;
    padding: 8px 0;
    color: #6c6158;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal
}

:not(#\\20) .stylaApp .card-body .form-label:before {
    display: none
}

:not(#\\20) .stylaApp .card-body .form-label:after {
    display: none !important
}

:not(#\\20) .stylaApp .card-body .form-label .form-label-checkbox {
    width: 13px;
    height: 13px;
    border-radius: 0;
    position: relative;
    border: 1px solid #6c6158;
    margin-right: 6px;
    top: auto
}

:not(#\\20) .stylaApp .card-buttons {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
    margin-top: 30px
}

.compare-now {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-bottom: 0;
    padding: 12px 6px 12px 18px;
    font-size: .875rem;
    margin-top: 0;
    transform: none;
    width: 190px;
    margin-left: -95px;
    margin-top: -23px
}

.compare-now:hover+.remove-compare-now .a,
.compare-now:hover+.remove-compare-now .b {
    fill: #fff
}

.remove-compare-now {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 82px);
    display: none;
    cursor: pointer
}

:not(#\\20) .stylaApp .card-separator {
    padding-left: 12px;
    padding-right: 12px;
    color: #c4ccd1
}

:not(#\\20) .stylaApp .card-wishlist {
    margin-left: 14px;
    padding: 9px 16px;
    color: #333;
    font-size: .8125rem;
    border: 1px solid #e6e6e6
}

:not(#\\20) .stylaApp .card-wishlist span {
    display: inline-block;
    vertical-align: middle
}

:not(#\\20) .stylaApp .card-wishlist .icon {
    width: 15px;
    height: 14px;
    margin-right: 8px
}

:not(#\\20) .stylaApp .card-wishlist .icon svg {
    fill: #333
}

:not(#\\20) .stylaApp .card-wishlist:focus,
:not(#\\20) .stylaApp .card-wishlist:hover {
    color: #757575
}

:not(#\\20) .stylaApp .card-wishlist:focus .icon svg,
:not(#\\20) .stylaApp .card-wishlist:hover .icon svg {
    fill: #757575
}

:not(#\\20) .stylaApp .card--alternate {
    border: 3px solid #fff;
    transition: all .15s ease
}

:not(#\\20) .stylaApp .card--alternate .card-body {
    background-color: #fff;
    padding: .75rem;
    transition: all .15s ease
}

@media (min-width:551px) {
    :not(#\\20) .stylaApp .card--alternate .card-body {
        padding: 1.5rem
    }
}

:not(#\\20) .stylaApp .card--alternate:hover {
    border-color: #757575
}

:not(#\\20) .stylaApp .card--alternate:hover .card-body {
    background-color: #757575
}

:not(#\\20) .stylaApp .card--alternate:hover .card-body .card-text {
    color: #fff
}

:not(#\\20) .stylaApp .card--alternate:hover .card-title>a {
    color: #6c6158
}

:not(#\\20) .stylaApp .productGrid .card,
:not(#\\20) .stylaApp .productList .card {
    display: block;
    margin: 10px 5px;
    background: 0 0;
    padding: 20px;
    border-bottom: 5px solid transparent;
    text-align: center
}

:not(#\\20) .stylaApp .productGrid .card:hover,
:not(#\\20) .stylaApp .productList .card:hover {
    background: #fff;
    box-shadow: 0 2px 8px #ccc;
    border-color: #004b3d
}

@media (min-width:801px) {

    :not(#\\20) .stylaApp .productGrid .card,
    :not(#\\20) .stylaApp .productList .card {
        margin: 10px 20px
    }
}

:not(#\\20) .stylaApp .productGrid .card-figure,
:not(#\\20) .stylaApp .productList .card-figure {
    width: 100%;
    max-width: 100%
}

:not(#\\20) .stylaApp .productGrid .card-figure .sale-flag-side,
:not(#\\20) .stylaApp .productList .card-figure .sale-flag-side {
    display: block
}

:not(#\\20) .stylaApp .productGrid .card-img-container,
:not(#\\20) .stylaApp .productList .card-img-container {
    position: relative
}

:not(#\\20) .stylaApp .productGrid .card-image,
:not(#\\20) .stylaApp .productList .card-image {
    bottom: auto
}

:not(#\\20) .stylaApp .productGrid .card-body,
:not(#\\20) .stylaApp .productList .card-body {
    padding-top: 0
}

:not(#\\20) .stylaApp .productGrid .availability-msg,
:not(#\\20) .stylaApp .productList .availability-msg {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: .75rem
}

:not(#\\20) .stylaApp .productGrid ul.card-highlights,
:not(#\\20) .stylaApp .productList ul.card-highlights {
    display: none;
    list-style-type: disc;
    font-size: .75rem
}


@media (min-width:801px) {
    :not(#\\20) .stylaApp .productGrid .card {
        display: block
    }

    :not(#\\20) .stylaApp .productGrid .card-figure,
    :not(#\\20) .stylaApp .productGrid .card-img-container {
        max-width: none;
        max-height: 350px
    }

    :not(#\\20) .stylaApp .productGrid .card-image {
        bottom: 0
    }

    :not(#\\20) .stylaApp .productGrid .card-body {
        padding-top: 0
    }

    :not(#\\20) .stylaApp .productGrid .card-text {
        margin-top: 0;
        margin-bottom: 0
    }

    :not(#\\20) .stylaApp .productGrid ul.card-highlights li {
        margin-bottom: 9px
    }

    :not(#\\20) .stylaApp .productGrid ul.card-highlights--grid {
        display: block
    }

    :not(#\\20) .stylaApp .productGrid ul.card-highlights--list {
        display: none
    }

    :not(#\\20) .stylaApp .productGrid .card-manuals a {
        display: inline;
        margin-top: 0
    }
}

@media (min-width:801px) {

    :not(#\\20) .stylaApp .productList .card-figure,
    :not(#\\20) .stylaApp .productList .card-img-container {
        max-width: 240px;
        max-height: 250px
    }

    :not(#\\20) .stylaApp .productList .card-body {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    :not(#\\20) .stylaApp .productList .card-body>div:first-child {
        -ms-flex: 1;
        flex: 1;
        margin-right: 12px
    }

    :not(#\\20) .stylaApp .productList .card-title {
        margin-bottom: 9px
    }

    :not(#\\20) .stylaApp .productList .card-title>a {
        display: inline;
        height: auto;
        overflow: visible
    }

    :not(#\\20) .stylaApp .productList ul.card-highlights {
        margin-top: 15px
    }

    :not(#\\20) .stylaApp .productList ul.card-highlights li {
        margin-bottom: 8px
    }

    :not(#\\20) .stylaApp .productList ul.card-highlights--grid {
        display: none
    }

    :not(#\\20) .stylaApp .productList ul.card-highlights--list {
        display: block
    }

    :not(#\\20) .stylaApp .productList .card-text {
        margin-top: 0;
        margin-bottom: 0
    }

    :not(#\\20) .stylaApp .productList .card-text>.price-section {
        font-size: 1.125rem
    }

    :not(#\\20) .stylaApp .productList .card-manuals--list {
        display: block
    }

    :not(#\\20) .stylaApp .productList .card-manuals--grid {
        display: none
    }
}

:not(#\\20) .stylaApp .certonaRecommendationWidgetCarousel .card .card-text {
    margin-top: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    -ms-flex-direction: column-reverse;
    flex-direction: row;
    padding-bottom: 0
}

:not(#\\20) .stylaApp .certonaRecommendationWidgetCarousel .card-figure {
    margin-bottom: 15px
}



:not(#\\20) .stylaApp .productCarousel {
    width: 1px;
    min-width: 100%;
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

:not(#\\20) .stylaApp .productCarousel:after,
:not(#\\20) .stylaApp .productCarousel:before {
    content: " ";
    display: table
}

:not(#\\20) .stylaApp .productCarousel:after {
    clear: both
}

:not(#\\20) .stylaApp .productCarousel-slide {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    padding-left: 18px;
    padding-right: 18px
}

@media (min-width:551px) {
    :not(#\\20) .stylaApp .productCarousel-slide {
        width: 33.33333%
    }
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productCarousel-slide {
        width: 25%
    }
}

@media (min-width:1261px) {
    :not(#\\20) .stylaApp .productCarousel-slide {
        width: 16.66667%
    }
}

:not(#\\20) .stylaApp .productCarousel-slide .card {
    margin-bottom: 0
}

// product tabs 

:not(#\\20) .stylaApp .productTabs-section {
    clear: both;
    margin-top: 73px;
    margin-bottom: 73px
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

:not(#\\20) .stylaApp .productTabs-section#ownerSupport {
    background: #f4f4f3;
    padding-top: 30px;
    padding-bottom: 40px
}

:not(#\\20) .stylaApp .productTabs-section#ownerSupport .ownerSupport-wrap {
    max-width: 900px;
    margin: auto
}

@media (min-width:1261px) {
    :not(#\\20) .stylaApp .productTabs-section#ownerSupport .ownerSupport-wrap {
        max-width: 1170px
    }
}

:not(#\\20) .stylaApp .productTabs-section#ownerSupport .ownerSupport-wrap .productTabs-sectionHeading {
    margin-bottom: 50px
}

:not(#\\20) .stylaApp .productTabs-section#ownerSupport .ownerSupport-wrap>.align-items-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section#ownerSupport .ownerSupport-wrap>.align-items-top {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 15px
    }
}

:not(#\\20) .stylaApp .productTabs-section#specDetails .productTabs-expander {
    column-width: 26em;
    column-gap: 1em;
    max-width: 1200px;
    max-height: none
}

:not(#\\20) .stylaApp .productTabs-section#specDetails .productTabs-expander .productTabs-specs--table table td {
    border-bottom: 1px solid #fff
}

:not(#\\20) .stylaApp .productTabs-section .productTabs-product-overview-text {
    max-width: 1100px;
    margin: auto;
    text-align: center
}

:not(#\\20) .stylaApp .productTabs-section .productTabs-product-overview-text p {
    font-family: adobe-garamond-pro, Baskerville, "Times New Roman", serif;
    font-size: 1.1875rem;
    color: #004b3d;
    line-height: 26px;
    letter-spacing: .95px;
    margin-bottom: 40px
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section .productTabs-product-overview-text p {
        font-size: 1.625rem;
        line-height: 32px;
        letter-spacing: 1.3px;
        margin-bottom: 60px
    }
}

:not(#\\20) .stylaApp .productTabs-sectionHeading {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    color: #004b3d;
    text-transform: initial;
    font-family: adobe-garamond-pro, Baskerville, "Times New Roman", serif;
    font-size: 1.625rem;
    letter-spacing: 1.3px
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-sectionHeading.productTabs-sectionHeading--qa {
        display: none
    }
}

:not(#\\20) .stylaApp .productTabs-section--accordions {
    margin-bottom: 73px
}

:not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-section {
    margin-top: 0;
    margin-bottom: 0
}

:not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-section:first-child .toggleLink {
    border-top: 1px solid #d6e1e6
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-section:first-child .toggleLink {
        border: none
    }
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-section {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

:not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-sectionHeading {
    margin-bottom: 0
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-sectionHeading {
        margin-bottom: 24px
    }
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink {
    display: block;
    padding: 17px 11px;
    color: #5c5c5c;
    font-size: .875rem;
    text-transform: none;
    border-bottom: 1px solid #d6e1e6;
    background: #dde8f1
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .container {
    padding: 0
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .container {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 0;
        margin-bottom: 24px;
        text-align: center;
        color: #004b3d;
        text-transform: initial
    }
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .toggleLink-text {
    float: right
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .toggleLink-text {
        display: none
    }

    :not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .toggleLink-text.toggleLink-text--on {
        display: none
    }
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .icon svg {
    fill: #5c5c5c
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink .icon svg .a {
    fill: #5c5c5c
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink:focus .icon svg,
:not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink:hover .icon svg {
    fill: #333
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .toggleLink {
        padding: 0;
        color: #6c6158;
        font-size: 1.875rem;
        text-transform: uppercase;
        border: none;
        background: 0 0;
        cursor: auto
    }
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggle-content {
    padding-top: 24px;
    padding-bottom: 24px
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggle-content .productTabs-expander-link {
    margin-bottom: 24px
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .toggle-content .productTabs-expander-link {
        margin-bottom: 0
    }
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions .toggle-content {
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .productTabs-section--accordions {
        margin-bottom: 0
    }
}


:not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-sectionHeading .toggleLink {
    font-size: 1.625rem;
    background: 0 0;
    border: none !important;
    color: #004b3d;
    padding: 0;
    text-transform: capitalize
}

:not(#\\20) .stylaApp .productTabs-section--accordions .productTabs-sectionHeading .toggleLink .toggleLink-text {
    display: none
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggle-content {
    display: block
}

:not(#\\20) .stylaApp .productTabs-section--accordions .toggle-content .productTabs-specs--table td {
    border: none
}

@media (min-width:801px) {
    :not(#\\20) .stylaApp .certonaRecommendationWidget .productTabs-sectionHeading {
        text-align: left
    }
}