/* Update background color for the SAKURA BEAMS Edition link */
a.cta.cta-link.cta-primary[href="/vehicles/new/sakura/specifications/beams_edition.html"] {
    background-color: #666; /* Set background color to gray */
    border: 1px solid #666; /* Set border color to gray */
}

/*Back Number*/
/* Hide header,footer */
/*prod*/
.c_010D:not(.is-menu-wrapping) nav .menu>ul.primary {
    visibility: hidden;
}
/*dark*/
.c_010D:not(.is-menu-wrapping) .menu>ul.primary {
    visibility: hidden;
}

.c_010D .burger-menu-wrapper {
    visibility: hidden;
}

footer.grid-row.bleed {
    display: none;
}

/*Hide breadcrumb*/
.c_054-2 ol li:first-child {
    display: none;
}

.c_054-2 ol li:first-child+li {
    display: none;
}

/* Show floating navigation */
.c_255.nav-offset {
        display: block;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
}

@media screen and ( min-width: 36.3125em) and ( max-width: 59em) {
    /* For tablets only */
    .c_054-2 ol {
        padding: 20px 30px 63.75px 0;
    }
}

@media screen and ( max-width: 36.3124em) {
    /* For smartphones only */
    .c_054-2 ol {
        padding: 20px 30px 63.75px 0;
    }
    .c_054-2 ol li {
        display: inline;
    }
}
