/*
|--------------------------------------------------------------------------
| Corbin PHP Product Framework
|--------------------------------------------------------------------------
|
| New styles go here as the framework develops.
| Existing page styling still comes from /2020corbinpage.css.
|
*/
/*
|--------------------------------------------------------------------------
| Sidebar compatibility
|--------------------------------------------------------------------------
|
| Preserves the centered appearance previously supplied by deprecated
| HTML align and center elements.
|
*/

#leftcolumn {
    text-align: center;
}

#leftcolumn .sideunit img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#leftcolumn .sideunit p {
    margin-top: 4px;
    margin-bottom: 0;
}
.product-fitment-heading {
    text-align: center;
}
.product-fitment-heading {
    text-align: center;
}

.gallery-caption-primary {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: bold;
}

.gallery-caption-secondary {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
}
#wrapper {
    background-color: #fff;
    background-image: url('/images/rightbar2.jpg');
    background-repeat: repeat-y;
    background-position: top left;
}
#wrapper::after {
    content: "";
    display: table;
    clear: both;
}
.notes-table {
    width: 95%;
    table-layout: auto;
}
.notes-table td:first-child {
    width: 125px;
}
.site-footer {
    background-color: #333;
    text-align: center;
}

.site-footer__table {
    width: 100%;
    background-color: #333;
}

.site-footer__headline {
    font-family: sans-serif;
    font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1pt;
}

.site-footer__details {
    font-family: sans-serif;
    font-size: 0.7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1pt;
    text-align: center;
}

.site-footer__link {
    font-family: sans-serif;
    font-size: 0.6rem;
    color: #fff;
}
.site-footer__social {
    display: inline-block;
    white-space: nowrap;
}

.site-footer__social img {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
}
#leftcolumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

#leftcolumn p {
    margin: 0 0 14px;
    text-align: left;
}

#leftcolumn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#leftcolumn a {
    font-weight: bold;
}

#leftcolumn br {
    line-height: 1.35;
}
#leftcolumn > div,
#leftcolumn > table {
    margin-bottom: 24px;
    text-align: left;
}
#leftcolumn {
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 6px;
}
#leftcolumn > * {
    margin-left: auto;
    margin-right: auto;
}

.out-of-box {
    max-width: 760px;
    margin: 0 auto;
}

.out-of-box__header {
    text-align: center;
    margin-bottom: 24px;
}

.out-of-box__title {
    margin: 0;
}

.out-of-box__body {
    display: block;
}

.out-of-box__media {
    margin-bottom: 24px;
    text-align: center;
}

.out-of-box__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.out-of-box__copy {
    line-height: 1.6;
}

.out-of-box__intro {
    margin: 0 0 24px;
    text-align: center;
}

.out-of-box__heading {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-style: italic;
}

.out-of-box__text {
    margin: 0;
}


/* Step 6 variation */

.out-of-box--image-left .out-of-box__body {
    display: grid;
    grid-template-columns: minmax(220px, 278px) 1fr;
    gap: 28px;
    align-items: start;
}

.out-of-box--image-left .out-of-box__media {
    margin-bottom: 0;
}


/* Navigation */

.out-of-box__nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;

    margin-top: 32px;
    padding-top: 18px;

    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.out-of-box__nav-previous {
    text-align: left;
}

.out-of-box__progress {
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

.out-of-box__nav-next {
    text-align: right;
}

.out-of-box__nav-link {
    text-decoration: none;
}

.out-of-box__finished {
    font-weight: 600;
}


/* Small screens */

@media (max-width: 650px) {

    .out-of-box--image-left .out-of-box__body {
        display: block;
    }

    .out-of-box--image-left .out-of-box__media {
        margin-bottom: 24px;
    }

    .out-of-box--image-left .out-of-box__image {
        max-width: 278px;
    }

    .out-of-box__nav {
        gap: 12px;
    }

}
/* ==========================================================================
   3D Configurator Order Block
   ========================================================================== */

.configurator-order {
    width: 95%;
    margin: 0;
    margin-bottom: 65px;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.configurator-order__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 10px;
    border-bottom: 0px solid #ddd;
}

.configurator-order__identity {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 18px;
    min-width: 0;
    text-align: left;
}

.configurator-order__part {
    flex: 0 0 auto;

    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    white-space: nowrap;
}

.configurator-order__description {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    line-height: 1.35;
}

.configurator-order__action {
    justify-self: end;
}

a.configurator-order__button,
a.configurator-order__button:link,
a.configurator-order__button:visited {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 4px;
    min-height: 28px;
    padding: 0 10px;

    background: #494949;
    border: 1px solid #3b3b3b;
    border-radius: 4px;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .85rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

a.configurator-order__button:hover,
a.configurator-order__button:focus,
a.configurator-order__button:active {

    background: #333;
    border-color: #222;
    color: #fff;
}

.configurator-order__note {
    margin: 0px 0px 35px;
    padding: 4px 10px 4px;
    background: transparent;
    border-top: 0;
    border-bottom: 0px solid #315b7d;
    color: #315b7d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.86rem;
    line-height: 1.45;
    text-align: left;
}

@media (max-width: 650px) {
    .configurator-order__product {
        display: block;
        padding: 16px 10px;
    }

    .configurator-order__identity {
        display: block;
    }

    .configurator-order__description {
        display: block;
        margin-top: 6px;
    }

    .configurator-order__action {
        margin-top: 16px;
    }

    .configurator-order__button {
        width: 100%;
        box-sizing: border-box;
    }
}
a.site-footer__link,
a.site-footer__link:link,
a.site-footer__link:visited {
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

a.site-footer__link:hover,
a.site-footer__link:focus,
a.site-footer__link:active {
    color: #fff;
    text-decoration: underline;
}


/* ==========================================================================
   Order Section Headings
   ========================================================================== */

.order-section-heading {
    --order-rule-color: #315b7d;

    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;

    margin: 6px 0 6px;
    padding: 0 8px 5px 10px;

    border-left: 2px solid var(--order-rule-color);
    border-bottom: 2px solid var(--order-rule-color);

    box-sizing: border-box;
    color: #494949;
    text-align: left;
}

.order-section-heading__main {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 16px;
    min-width: 0;
}

.order-section-heading__title {
    margin: 0;

    color: #494949;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1;
}

.order-section-heading__subtitle {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
}

.order-section-heading__utility {
    flex: 0 0 auto;

    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 650px) {
    .order-section-heading {
        display: block;
        padding: 0 8px 7px 9px;
    }

    .order-section-heading__main {
        display: block;
    }

    .order-section-heading__title {
        font-size: 1.25rem;
    }

    .order-section-heading__subtitle,
    .order-section-heading__utility {
        display: block;
        margin-top: 5px;
    }

    .order-section-heading__utility {
        white-space: normal;
    }
}
/* ==========================================================================
   QuickCart Order Component
   ========================================================================== */

.quickcart-order {
    width: 95%;
    margin: 40px 0 0;
    color: #333;
    text-align: left;
}

.quickcart-order__form {
    margin: 0;
}

.quickcart-order__items {
    border-top: 1px solid #ddd;
}

.quickcart-item {
    display: grid;
    grid-template-columns:
        18px
        21ch
        minmax(0, 2.4fr)
        10ch;

    align-items: center;
    gap: 10px;
    padding: 7px 8px;

    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
}

.quickcart-item:hover {
    background: #f5f5f5;
}

.quickcart-item__select input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.quickcart-item__identity {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 16px;
    min-width: 0;
}

.quickcart-item__part {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}

.quickcart-item__description {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8rem;
}

.quickcart-item__price {
    font-size: 0.82rem;
    justify-self: end;
    white-space: nowrap;
}

.quickcart-order__accessories {
    border-bottom: 1px solid #ddd;
}
.quickcart-item__description {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.quickcart-item__description-text {
    flex: 1 1 auto;
}

.quickcart-item__options {
    flex: 0 0 auto;
}

.quickcart-item__option {
    width: 220px;
    max-width: 100%;
}

.configurator-info-modal__iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}



/* ==========================================================
   Configurator Part / Price Reference
========================================================== */

.configurator-embed .quickcart-item--display {
    display: grid;
    grid-template-columns:
        minmax(110px, auto)
        1fr
        auto;

    align-items: center;
    gap: 16px;

    padding: 10px 12px;
}

.configurator-embed .quickcart-item__part {
    white-space: nowrap;
}

.configurator-embed .quickcart-item__description {
    min-width: 0;
}

.configurator-embed .quickcart-item__description-text {
    display: block;
}

.configurator-embed .quickcart-item__price {
    white-space: nowrap;
    text-align: right;
}

/* ==========================================================
   Embedded 3D Configurator
========================================================== */

.configurator-embed {
    width: 100%;
}

.configurator-embed__viewer {
    position: relative;
    width: 100%;
    background: #fff;
}

.configurator-embed__toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.configurator-embed__expand {
    cursor: pointer;
}

.configurator-embed__iframe {
    display: block;
    width: 100%;
    height: 700px;
    border: 0;
    background: #fff;
}
.configurator-embed__expand {
    padding: 7px 14px;
    border: 1px solid #555;
    border-radius: 3px;
    background: #333;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.configurator-embed__expand:hover {
    background: #555;
}

/* Full viewport mode */

.configurator-embed__viewer.is-expanded {
    position: fixed;
    inset: 0;
    z-index: 99999;
    padding: 10px;
    box-sizing: border-box;
}

.configurator-embed__viewer.is-expanded
.configurator-embed__iframe {
    height: calc(100vh - 50px);
}

body.configurator-is-open {
    overflow: hidden;
}


/* ==========================================================
   Small Screens
========================================================== */

@media (max-width: 768px) {

    .configurator-embed__viewer:not(.is-framed) {
        position: fixed;
        inset: 0;
        z-index: 99999;
        padding: 8px;
        box-sizing: border-box;
    }

    .configurator-embed__viewer:not(.is-framed)
    .configurator-embed__iframe {
        height: calc(100vh - 48px);
    }

    .configurator-embed__viewer.is-framed {
        position: relative;
        padding: 0;
    }

    .configurator-embed__viewer.is-framed
    .configurator-embed__iframe {
        height: 650px;
    }

}

/* ==========================================================
   Configurator Information Links
========================================================== */

.configurator-info {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
}

.configurator-info__link,
a.configurator-info__link:link,
a.configurator-info__link:visited {
    display: inline-flex;
    align-items: center;

    padding: 0;
    border: 0;
    background: none;

    color: #555;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;

    text-decoration: underline;
    text-transform: none;
    cursor: pointer;
}

.configurator-info__link:hover,
.configurator-info__link:focus,
a.configurator-info__link:hover,
a.configurator-info__link:focus {
    color: #000;
}

.configurator-info__separator {
    margin: 0 8px;
    color: #999;
}


/* ==========================================================
   Configurator Information Modal
========================================================== */

.configurator-info-modal {
    width: min(650px, calc(100% - 32px));
    max-height: calc(100vh - 48px);
    padding: 0;
    border: 0;
    border-radius: 4px;
}

.configurator-info-modal--wide {
    width: min(800px, calc(100% - 32px));
}

.configurator-info-modal::backdrop {
    background: rgba(0, 0, 0, 0.6);
}

.configurator-info-modal__inner {
    position: relative;
    padding: 28px 32px;
}

.configurator-info-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;

    padding: 0;
    border: 0;
    background: none;

    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.configurator-info-modal__title {
    margin: 0 0 4px 0;
    text-align: center;
}

.configurator-info-modal__subtitle {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.configurator-info-modal p {
    line-height: 1.5;
}
.configurator-info--divided {
    display: flex;
    justify-content: center;
	align-items: center;
	text-align: center;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #315b7d;
}
.quickcart-help__gallery-item {
    display: none;
}

/* ==========================================================================
   QuickCart Customization Options
   ========================================================================== */

.quickcart-options {
    margin-top: 10px;
    padding-top: 18px;
    border-top: 0px solid #d5d5d5;
}

.quickcart-options__intro {
    margin: 0 10px 18px;
    text-align: left;
}

.quickcart-options__title {
    margin: 0;

    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.2;
}

.quickcart-options__subtitle {
    margin: 5px 0 0;

    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.82rem;
    line-height: 1.4;
}

.quickcart-options__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
}

.quickcart-order__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-top: 22px;
    padding: 0 10px;
}

.quickcart-order__help {
    flex: 1;
}

.quickcart-order__button {
    min-height: 36px;
    padding: 0 16px;

    background: #494949;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
    flex-shrink: 0;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    cursor: pointer;
}

.quickcart-order__button:hover,
.quickcart-order__button:focus {
    background: #333;
}

.quickcart-order__instructions {
    margin: 14px 10px 0;
    color: #315b7d;
    font-size: 0.86rem;
    line-height: 1.45;
}

.quickcart-help {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;

    margin-top: 28px;
    padding-top: 18px;

    border-top: 1px solid #315b7d;
}

.quickcart-help a,
.quickcart-help a:link,
.quickcart-help a:visited {
    color: #494949;
    font-size: 0.82rem;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}

.quickcart-order__samples {
    margin: 20px 10px 0;
    color: #494949;
    font-size: 0.86rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
}
.quickcart-group {
    margin-top: 18px;
}

.quickcart-group__title {
    margin: 0;
    padding: 4px 8px;

    color: #315b7d;
    font-size: 0.78rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 650px) {
    .quickcart-item {
        grid-template-columns: 26px 1fr;
    }

    .quickcart-item__identity {
        display: block;
    }

    .quickcart-item__description {
        display: block;
        margin-top: 5px;
    }

    .quickcart-item__price {
        grid-column: 2;
        margin-top: 2px;
    }

    .quickcart-options__heading {
        display: block;
    }

    .quickcart-options__heading span {
        display: block;
        margin-top: 5px;
    }

    .quickcart-order__submit {
        display: block;
    }

    .quickcart-order__button {
        width: 100%;
    }
}
.quickcart-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.quickcart-field__label {
    color: #555;
    font-size: 0.9rem;
    font-style: italic;
}
.quickcart-field__recommendation {
    margin-left: 4px;
    color: #666;
    font-size: 0.76rem;
    font-style: italic;
    font-weight: normal;
}

.quickcart-field__select {
    width: 100%;
    min-width: 0;
    padding: 7px 10px;

    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;

    box-sizing: border-box;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.84rem;
}

@media (max-width: 700px) {
    .quickcart-options__fields {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 650px) {
    .quickcart-field {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}
.quickcart-field__info,
.quickcart-field__info:link,
.quickcart-field__info:visited {
    margin-left: 6px;
    color: #315b7d;
    font-size: 0.72rem;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.quickcart-field__info:hover,
.quickcart-field__info:focus {
    color: #494949;
}
/* ==========================================================================
   Special / Hand-Built QuickCart Rows
   ========================================================================== */

.quickcart-special__items {
    border-top: 1px solid #ddd;
}

.quickcart-special__row {
    display: grid;
    grid-template-columns:
        18ch
        minmax(0, 1fr)
        minmax(180px, 240px);

    align-items: center;
    gap: 10px;

    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.quickcart-special__hint {
    display: block;
    margin-top: 3px;

    color: #315b7d;
    font-size: 0.76rem;
    font-weight: normal;
}

.quickcart-special__control {
    justify-self: end;
    width: 100%;
}

.quickcart-special__amount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.quickcart-special__amount .quickcart-field__input {
    width: 110px;
}

.quickcart-special__dollar {
    font-weight: bold;
}

@media (max-width: 650px) {

    .quickcart-special__row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .quickcart-special__control {
        justify-self: stretch;
    }

    .quickcart-special__amount {
        justify-content: flex-start;
    }
}



/* ==========================================================================
   Page Title
   ========================================================================== */

.page-heading {
    margin: 0 0 24px;
    padding: 0 0 9px;

    text-align: center;
}

.page-heading__heading {
    margin: 0;

    color: #494949;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}

.page-heading__subtitle {
    margin: 5px 0 0;

    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.menu-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(190px, 200px)
    );
	justify-content: center;
    align-items: start;
    gap: 24px 18px;
}

.menu-card,
.menu-card:link,
.menu-card:visited {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
    min-width: 0;
    color: #494949;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.menu-card__image {
    display: block;
    width: 190px;
    max-width: 100%;
    height: 125px;
    margin: 0 auto 8px;

    border: 0;
    object-fit: contain;
}

.menu-card__title {
    display: block;
    width: 100%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}
.gallery-heading {
    margin: 0 0 20px;
    text-align: center;
}

.gallery-heading__title {
    margin: 0;

    color: #494949;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
}

.gallery-heading__subtitle {
    margin: 5px 0 0;

    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4;
}
/* ==========================================================================
   Fitment Selector
   ========================================================================== */

.fitment-page {
    text-align: left;
}

.fitment-selector {
    max-width: 100%;
    margin: 0 auto;
}

.fitment-selector__hero {
    margin: 0 0 18px;
    text-align: center;
}

.fitment-selector__hero-image {
    display: block;
    width: 100%;
    max-width: 607px;
    height: auto;
    margin: 0 auto;
}

.fitment-selector__intro {
    max-width: 680px;
    margin: 0 auto 20px;

    color: #666;
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: center;
}

.fitment-selector__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;

    margin: 0 auto 24px;
}

.fitment-selector__field {
    display: flex;
    flex-direction: column;
    width: min(200px, 100%);
}

.fitment-selector__label {
    margin-bottom: 5px;

    color: #555;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.fitment-selector__select {
    width: 100%;
    min-height: 40px;
    padding: 7px 34px 7px 10px;

    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #fff;

    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    line-height: 1.2;
}

.fitment-selector__select:focus {
    border-color: #777;
    outline: 2px solid rgba(73, 73, 73, 0.18);
    outline-offset: 1px;
}

.fitment-selector__select:disabled {
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
}

.fitment-selector__message {
    margin: 18px 0;

    color: #666;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
}

.fitment-selector__results-heading {
    margin: 0 0 20px;

    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.fitment-selector__results {
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .fitment-selector__controls {
        gap: 10px;
    }

    .fitment-selector__field {
        width: 100%;
        max-width: 320px;
    }
}
.fitment-selector__browse-heading,
.fitment-selector__hero,
.fitment-selector__intro {
    transition:
        opacity 300ms ease 0ms,
        transform 300ms ease 0ms;
}

.fitment-selector__results-heading {
    transition:
        opacity 300ms ease 75ms,
        transform 300ms ease 75ms;
}


.fitment-selector__results {
    transition:
        opacity 300ms ease 100ms,
        transform 300ms ease 100ms;
}
.fitment-selector__browse-heading.is-leaving,
.fitment-selector__hero.is-leaving,
.fitment-selector__intro.is-leaving {
    opacity: 0;
    transform: translateY(-6px);
}

.fitment-selector__results.is-entering,
.fitment-selector__results-heading.is-entering {
    opacity: 0;
    transform: translateY(8px);
}
.fitment-selector__browse-heading {
    margin: 0 0 12px;

    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
}
.quickcart-field__input {
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    padding: 7px 10px;

    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #fff;

    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    line-height: 1.2;
}

.quickcart-field__input:focus {
    border-color: #777;
    outline: 2px solid rgba(73, 73, 73, 0.18);
    outline-offset: 1px;
}
.quickcart-option--paint {
    grid-column: 1 / -1;
}

.quickcart-paint-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
}

@media (max-width: 700px) {
    .quickcart-paint-fields {
        grid-template-columns: 1fr;
    }
}
/* ==========================================================
   Menu Sections
========================================================== */

.menu-sections {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.menu-section__header {
    margin: 0 0 18px;
    text-align: center;
}

.menu-section__heading {
    margin: 0 50px;
    padding: 0 0 9px;

    border-bottom: 1px solid #c8c8c8;

    color: #555;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 700px) {
    .menu-sections {
        gap: 28px;
    }

    .menu-section__heading {
        font-size: 1rem;
    }
}
.section-divider {
    width: 75%;
    margin: 30px auto;
}

.video-review {
    text-align: center;
    margin: 30px auto;
}

.video-review iframe {
    max-width: 100%;
    border: 0;
}

.video-review p {
    max-width: 700px;
    margin: 15px auto;
}
.menu-header-image {
    text-align: center;
    margin: 20px 0 30px;
}

.menu-header-image img {
    max-width: 100%;
    height: auto;
}
.standard-notes {
    margin-top: 24px;
}

.standard-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #d8d8d8;
}

.standard-note__icon {
    flex: 0 0 40px;
}

.standard-note__icon img {
    display: block;
    max-width: 40px;
    height: auto;
}

.standard-note__content {
    flex: 1 1 auto;
    line-height: 1.5;
}
/* ==========================================================================
   Landing Pages
   ========================================================================== */

.landing-page {
    box-sizing: border-box;
    padding: 0 18px 30px;
    text-align: left;
}

.landing-hero {
    margin: 0 0 24px;
    text-align: center;
}

.landing-hero img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.landing-page__heading {
    margin: 0 0 6px;
    color: #494949;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.landing-page__subtitle {
    margin: 0 0 24px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.landing-page > p {
    max-width: 760px;
    margin: 0 auto 16px;
    line-height: 1.5;
}

@media (max-width: 650px) {
    .landing-page {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.cover-descriptions {
    max-width: 520px;
    margin: 20px auto;
}

.cover-descriptions__item {
    margin: 0;
    padding: 12px 0;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.material-options__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.material-options__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.material-options__image-button {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
}

.material-options__image-button .material-options__image {
    display: block;
    width: 50px;
    height: 50px;
}

.material-options__copy {
    flex: 1 1 auto;
    min-width: 0;
}

.cover-descriptions__note {
    margin: 14px 0 0;
    line-height: 1.5;
}

.material-options__image-button {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
}

.material-options__image-button .material-options__image {
    display: block;
}

.material-image-modal {
    width: min(700px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    padding: 0;
    border: 0;
    border-radius: 4px;
}

.material-image-modal::backdrop {
    background: rgba(0, 0, 0, 0.65);
}

.material-image-modal__inner {
    position: relative;
    padding: 28px;
    text-align: center;
}

.material-image-modal__image {
    display: block;
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.material-image-modal__title {
    margin: 0 40px 16px;
    font-weight: bold;
    text-align: center;
}

.material-image-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
/* =========================================================
   NEW OLD STOCK INVENTORY
   ========================================================= */

.nos-inventory {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px 30px;
}

.nos-inventory > p {
    margin: 0 0 24px;
    line-height: 1.6;
}

.nos-inventory h2 {
    margin: 0 0 14px;
    font-size: 1.25rem;
    font-weight: 600;
}


/* Inventory table
   --------------------------------------------------------- */

.nos-inventory__table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 0 0 20px;
}

.nos-inventory__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.nos-inventory__table th {
    padding: 11px 12px;
    border-bottom: 2px solid #444;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.nos-inventory__table td {
    padding: 13px 12px;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
    line-height: 1.4;
}

.nos-inventory__table tbody tr:last-child td {
    border-bottom: 0;
}

.nos-inventory__table td:first-child,
.nos-inventory__table th:first-child {
    width: 60px;
    text-align: center;
}

.nos-inventory__table td:last-child,
.nos-inventory__table th:last-child {
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.nos-inventory__table a {
    font-weight: 600;
    text-decoration: none;
}

.nos-inventory__table a:hover {
    text-decoration: underline;
}
.nos-inventory__table td:nth-child(2),
.nos-inventory__table th:nth-child(2) {
    width: 150px;
    min-width: 150px;
    white-space: nowrap;
}


/* Selection checkbox
   --------------------------------------------------------- */

.nos-inventory__table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    cursor: pointer;
}


/* Add to Cart
   --------------------------------------------------------- */

.nos-inventory__submit {
    margin: 18px 0 26px;
    text-align: right;
}

.nos-inventory__submit input[type="submit"] {
    padding: 10px 22px;
    border: 0;
    border-radius: 3px;
    background: #333;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.nos-inventory__submit input[type="submit"]:hover {
    background: #111;
}


/* Important note
   --------------------------------------------------------- */

.nos-inventory__note {
    margin-top: 24px;
    padding: 16px 18px;
    border-left: 4px solid #777;
    background: #f3f3f3;
    line-height: 1.55;
}

.nos-inventory__note strong {
    font-weight: 700;
}


/* Mobile
   --------------------------------------------------------- */

@media (max-width: 700px) {

    .nos-inventory {
        padding-left: 12px;
        padding-right: 12px;
    }

    .nos-inventory__table {
        min-width: 700px;
    }

    .nos-inventory__table th,
    .nos-inventory__table td {
        padding: 10px 8px;
    }

    .nos-inventory__submit {
        text-align: left;
    }

    .nos-inventory__submit input[type="submit"] {
        width: 100%;
    }
}