:root {
    --header-height-nav: 65px;
    --header-height-nav-mobile: 45px;
}

ul
{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.head {
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
}

header {
    top: 0;
    z-index: 999;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: sticky;
}

header.hidden{
    top: calc(var(--header-height-initial) * -1);
}

.container
{
    padding: 0;
}

nav > .container{
    max-width: 100%;
}

@media (max-width: 1200px) {
    nav > .container{
        padding-left: 0;
    }
}

.utility-bar {
    padding: 12px 0 10px;
    background: #404041;
}
.utility-bar .before{
    display: table;
    content: " ";
}
.utility-bar .after{
    clear: both;
}

.utility-bar div .social-media {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 1px;
}
.social-media .sm-fb {
    background: url('../images/xico_h_fb.png');
}
.social-media .sm-yt {
    background: url('../images/xico_h_yt.png');
}
.social-media .sm-ig {
    background: url('../images//xico_h_ig.png');
}
.social-media a {
    display: block;
    width: 21px;
    height: 21px;
    text-indent:-9999em;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.social-media li {
    float: left;
    margin-left: 10px;
}
.social-media li:first-child {
    margin-left: 0;
}

.brand {
    width: 200px;
    margin-left: 24px;
    left: auto;
    position: relative;
}

.logo-home{
    height: 100%;
    display: flex;
}

.close-img-mobile {
    transform: translateY(-50%);
    top: 0.25rem;
    position: relative;
}

.close-button .close-img-mobile {
    transform: translateY(-20%);
}

nav{
    background-color: #fff;
}

.main-nav, .simple-header, nav .header, nav .header > .d-flex, .menu-group{
    height: var(--header-height-nav);
}

@media (max-width: 544px){
    .main-nav, .simple-header, nav .header, nav .header > .d-flex, .menu-group{
        height: var(--header-height-nav-mobile);
    }
    .brand .logo-img-mobile{
        width: 70%;
    }

    .brand .logo-home{
        justify-content: initial;
    }
}

.lexus-main-menu, .simple-header {
    box-shadow: 0px 2px 0px 0px #ececec;
}

.lexus-main-menu > .header{
    z-index: 999;
    background-color: #fff;
}

nav .header > .d-flex{
    vertical-align: middle;
}

.navbar-header > .in > nav.navbar
{
    background-color: #fff!important;
}
.navbar-header > .in> .navbar-expand-md > .menu-group > .nav > .nav-item > .nav-link
{
    background-color: #fff!important;
    color: var(--primary-1) !important;
}
.navbar-header > a > img.d-lg-none
{
    padding-left: 15px;
}
.navbar
{
    padding: 0rem 0rem;
}
.navbar-nav
{
    margin-block-start: 0em;
}
.navbar-toggler
{
    color: var(--primary-1);
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
    color: var(--primary-1);
}

.nav-item > .nav-link {
    font-family: var(--tertiary-font);
    color: var(--primary-1);
    cursor: default;
    padding-top: 0;
    line-height: var(--header-height-nav);
    height: var(--header-height-nav);
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-item > .nav-link:hover {
    color: #7B7A7E;
    opacity: 1;
}

/*mobile menu item vertical spacing adjustment*/
@media only screen and (max-width: 1199.98px) {
    .nav-item > .nav-link {
        font-family: var(--primary-font);
        height: 3em;
        line-height: 1.5;
        font-size: 20px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .multilevel-dropdown .dropdown-item .dropdown-link {
        height: 3em;
        font-size: 20px;
    }

    .dropdown-item.top-category > .nav-link {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-item {
        margin: 0 8px;
    }
}


.nav-btn {
    cursor: default;
}

.menu-toggleable-left .close-menu {
    background-color: #fff;
    border-bottom: none;
    line-height: 36px;
    margin-top: 16px;
}

.close-btn-mobile {
    transform: scale(1.5);
}

.dropdown-item {
    cursor: default;
    text-transform: uppercase;
}

.dropdown-item > a:hover,
.dropdown-item > a:focus
{
    opacity: 0.4;
    text-decoration: none;
}

.dropdown-submenu > .menuitem-text:hover {
    opacity: 0.4;
    text-decoration: none;
}

li.nav-item > a:hover {
    font-weight: bold;
}

li.nav-item.dropdown.show > a {
    font-weight: bold;
}

.dropdown-submenu-pointer{
    background-color:#000;
    width: 4px;
}

li.dropdown.dropdown-submenu > .dropdown-link > .dropdown-submenu-pointer {
    display: none;
}

li.dropdown.dropdown-submenu.show > .dropdown-link > .dropdown-submenu-pointer {
    display: inherit;
}

/*@media (min-width: 769px) {*/ @media (min-width: 1200px) {
    .multilevel-dropdown .dropdown-menu {
        background: #ffffff;
        box-shadow: 1px 1px 4px #C6C5C5;
        border-style: solid;
    }
}

.nav-item.dropdown.show > .dropdown-menu > .navbar-spacer,
.nav-item.dropdown.show > .dropdown-menu > ul > .navbar-spacer,
.dropdown-item.dropdown.show > .dropdown-menu > .navbar-spacer,
.dropdown-item.dropdown.show > .dropdown-menu > ul > .navbar-spacer {
    height: 0px;
}

.navbar-spacer {
    height: 104px; /*determine a way to calculate*/
}

@media only screen and (min-width: 1200px) {
    .navbar-spacer {
        height: 0px;
    }
}

@media only screen and (min-width: 544px) {
    .menu-spacer, .submenu-spacer {
        height: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .menu-spacer, .submenu-spacer {
        display: none;
    }
}

/*@media only screen and (max-width: 768px) {*/ @media only screen and (max-width: 1199.98px) {
    .dropdown .dropdown-item .dropdown-link, .dropdown .dropdown-submenu .dropdown-link {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-family: var(--primary-font);
        /*padding-top: 0.5rem;*/
        /*height: 3em;*/
    }

    .multilevel-dropdown .dropdown-item {
        padding: 0;
    }    
}

.menuVehicle
{
    width: 44em;
    padding: 10px;
        
    min-height: 330px;

}
/*@media only screen and (max-width: 768px) {*/ @media only screen and (max-width: 1199.98px) {
    .menuVehicle
    {
        padding: 0;
    }
}

.navbar-header > div:not(.in) > .navbar-expand-md > .menu-group > .nav > .nav-item > .menuVehicle
{
    left:auto!important;
    right: 0;
}

@media only screen and (max-width: 1200px)
{
    .menuVehicle
    {
        width: 22em;
    }
}

@media only screen and (max-width: 920px)
{
    .menuVehicle
    {
        width: 18.2em;
    }
}

.menuVehicleItem
{
    min-width: 282px;
    min-height: 340px;
    font-size: 14px;
    line-height: .1em;
    font-family: Nobel Book, 'Source Sans Pro', sans-serif;
    font-weight: 300;
    white-space: normal;
    margin-bottom: 5px;
    
    margin: 0 20px;
}

.menuVehicleItem:focus-within
{
    outline-style: auto;
    outline-width: 1px;
}

.menuVehicleItem img
{
    width: 100%;
    max-width: 280px;
}
.menuVehicleItemMobile,
.menuVehicleItemMobile .card-body
{
    padding: .5rem;
}

/* .menuVehicleItemCard
{
    height: 300px;
} */
.menuVehicleItemCard
{
    padding-left: 0;
    padding-right: 0;
}
.menuVehicleItemCard p
{
    padding-left: 15px;
    padding-right: 15px;
}

.menuVehicleContent
{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    /*text-align: center;*/
    height: 220px;

}

.menuVehicleContent-text {
    padding-left:   1em;
    line-height:    /*12px*/ 150%;
    width: 180px;
    text-transform: uppercase;
}

.menuVehicleContent-title{
    padding-left: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.menuVehicleContent h3{
    font-size: 24px;
    margin-bottom: 0;
}

.menuVehicleContent h5{
    font-size: 16px;
    margin-bottom: 0;
}

.menuVehicle-type-container {
    position: relative;
    top: 12px;
    left: 12px;
    height: 12px;
    width: 90%;
}

.menuVehicle-type-mobile {
    margin-left: 8px;
    top: 0px;
}

.menuVehicle-type-label {
    font-family: var(--primary-font);
    font-size: 14px;
    padding: 4px 12px;
    color: white;
    background-color: var(--primary-1);
    height: auto;
    width: auto;
    border-radius: 30px;
    text-transform: uppercase;
}

.menuVehicle-type-blank {
    font-family: var(--tertiary-font);
    font-size: 14px;
    padding: 8px 12px;
}

.menuVehicleActionsContainer:before {
    content:"";
    position: absolute;
    top:0;
    left:1%;
    height:90%;
    width:98%;
    background: rgba(255,255,255,0.6);
}

/*
.menuVehicleItemCard:hover .menuVehicleContent
{
    background-color: #ebebec;
    background-image: linear-gradient(to bottom,#ebebec 0%,#fff 30%);
    border: 1px solid #ccc;
    border-bottom: 0;
}
*/

.menuVehicleActionsContainer
{
    /*overflow: hidden;*/
    font-size: 12px;
    width: 100%;
    
    display: none;
    /*display: block;*/
    transition: All .3s ease-in-out;
}

@media only screen and (max-width: 1200px)
{
    .menuVehicleActionsContainer
    {
        font-size: 11px;
    }
}

.menuVehicleItemCard:hover .menuVehicleActionsContainer,
.menuVehicleItemCard:focus .menuVehicleActionsContainer,
.menuVehicleItemCard:focus-within .menuVehicleActionsContainer
{
    display: block;
}

.menuVehicleActionsReserve
{
    display: block;
    height: 42px;
}

.menuVehicleContentReserve-mobile
{
    display: block;
    height: 48px;
}

.menuVehicleItemCard:hover .menuVehicleActionsReserve
{
    display: none;
}

.menuVehicleContent-title-mobile {
    margin-left: 20px;    
    text-transform: uppercase;
}

.menuVehicleContent-title-mobile h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.menuVehicleContent-title-mobile h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.menuVehicleContent-text-mobile {
    margin-left: 20px;
    padding-bottom: 2em;
    white-space: normal;
    font-size: 14px;
    text-transform: uppercase;

}

div.explore-btn, div.shop-btn, div.compare-btn
{
    width: 248px;
    display: block;
    text-align: center;
    background: #fff;
    transition: All .3s ease-in-out;
    border-style: solid;
    border-width: 2px;
}

div.shopall-btn
{
    /*width: 90%;*/    
    display: block;
    text-align: center;
    background: #fff;
    transition: All .3s ease-in-out;
    border-style: solid;
    border-width: 2px;
    min-width: 176px;
}

div.explore-btn > a,
div.shop-btn > a,
div.compare-btn > a {
    font-family: Nobel Regular;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;

    text-transform: uppercase;
    display: flex;

    height: 64px;
    /*margin: 0 32px;*/
    line-height: 22px;

    white-space: nowrap;

    min-width: 234px;
}

div.shopall-btn > a {
    font-family: Nobel Regular;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;

    text-transform: uppercase;
    display: flex;

    height: 52px;
    margin: 0 18px;
    line-height: 22px;

    white-space: nowrap;

}

div.vehicle-btn-row{
    margin-left: 10px;
    margin-right: 10px;
}

div.vehicle-btn-row .col{
    padding-right: 0;
    padding-left: 0;
}

a.explore-btn-mobile, a.shop-btn-mobile
{
    display: flex;
    text-align: center;
    transition: All .3s ease-in-out;
    margin: 10px 10px;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
}


div.shopall-btn-mobile
{
    position:sticky;
    width: 100%;
    top: 0;
    display: inline-block;
    text-align: center;
    
    background: #fff;
    
    height: 48px;
    transition: All .3s ease-in-out;
    /*
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
    font-size: 16px; 
    z-index: 1101;
}

div.explore-btn, div.shop-btn, div.compare-btn, div.shopall-btn
{
    margin-top: 0;
    margin-left: 0;
    line-height: 20px;
}

div.explore-btn
{    
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

div.explore-btn.explore-center {
    top: 60%;
}

div.shopall-btn
{    
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

div.shop-btn
{    
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

div.shop-btn 
{
    margin-right: 1px;
}

div.compare-btn 
{
    margin-left: 1px;
}

/* button standards */

div.btn-normal {
    background-color: #000;
    padding: 2px;
    border-style: none;
}
a.btn-normal {
    color: #fff  !important;
    text-transform: uppercase;
    text-decoration: none;
}

div.btn-normal:hover,
div.btn-normal:focus,div.btn-normal:focus-within {
    background-color: #aaa;
    border-style: none;
    outline: 0;
}

div.btn-outline {
    color: #000  !important;
    background-color: #fff;
    border: 3px solid #868487;
}
a.btn-outline {
/*    color: #000  !important; */
    text-transform: uppercase;
    text-decoration: none;
}

div.btn-outline:hover,
div.btn-outline:focus,
div.btn-outline:focus-within {
    border-color: #aaa;    
    color: #aaa  !important;
    outline: 0 !important;
}

div.btn-outline:hover a.btn-outline,
div.btn-outline:focus-within a.btn-outline {
    color: #aaa  !important;
}


a.btn-outline:hover {
    color: #aaa  !important;
}

.btn-text-aligned {
    position:relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    white-space: normal;
}


.menuVehicleContent button.explore-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.deeplink
{
    position: relative;
    top: -80px;
}

.font-size-12
{
    font-size: 12px;
}

.font-size-16
{
    font-size: 16px;
}

.menuVehicleContent span.disc, .menuVehicleItemMobile span.disc
{
    cursor: pointer;
    position: relative;
    /* Mobile Nav z-index is 4 */
    z-index: 2;
    font-size: 70%;
    vertical-align: super;
}

@media (max-width:543.98px) {
    .menu-toggleable-left.in {
        right: 0;
        margin-right: 0;
    }
}

/*@media only screen and (max-width: 768px)*/ @media only screen and (max-width: 1199.98px) {
    .side-menu-mobile-scroll
    {
        max-height: 100dvh;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.hide-focus-outline *:focus {
    outline: none!important;
}

.nav .navbar-nav > .nav-item .dropdown .show {
    background-color: #3344ff;
    color:#ffffff;
}


.nav-contact-btn {
    background-color: #fff;
    border-style: none;
    font-size: 20px;
    text-transform: none;
    min-width: 220px;
    padding: 0;
    margin-right: 20px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.nav-contact-btn:hover {
    opacity:0.6;
}

.chev{
    height: 10px;
    width: 16px;
    margin-top: 8px;
    margin-left: 16px;
}

@media (max-width:768.98px) {
    .nav-contact-btn{
        margin-right: 8px;
    }

    .brand{
        margin-left: 0;
    }
}

.nav-contact .nav-contact-btn span {
    display: inline-flex;
}

.nav-contact{
    margin: 0;
}

.nav-contact-btn {
    color: var(--black);
}

.nav-contact-btn:focus {
    outline-style: auto;
    outline-width: 1px;
}

.nav-contact-btn .row{
    margin: 0;
    display: flex;
    vertical-align:middle;
    margin-top: 3px;
    margin-bottom:3px;
}

.nav-contact-btn .col-12{
    padding-right: 0;
    padding-left: 0;
    display: flex;
    vertical-align:middle;
}

.nav-contact-btn .nav-contact-loc{
    font-size: 16px;
    white-space: nowrap;
}

.contact-btn-title{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info, .contact-info span{
    font-size: 14px;
}

.contact-info hr:last-child{
    display: none;
}

.contact-info{
    margin-bottom: 24px;
}

.contact-directions{
    padding-top: 16px;
    margin-bottom: 24px;
}   

.location-pin{
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    margin: -28px -24px;
}


.nav-contact-btn-icon {
    transform: scale(0.8) translate(4px, -3px);
}

.nav-contact-mobile {
    position: fixed;
    bottom: 0px;
    z-index: 1100;
    display: block;
    width: 100%;
    background-color: #000;
    text-align: center;
}

@media (min-width: 544px) {
    .nav-contact-mobile {
        width: 480px;
    }
}

.nav-contact-btn-mobile {
    background-color: #111111;
    width: 100%;
    border-style: none;
    /*height: 100%;*/
    height: 90px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile-preferred-location{
    height: 30px;
    max-height: 30px;
    display: flex;
    vertical-align: middle;
    border-top: 1px solid #ECECEC;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0px 1px 1px #c6c5c5;
    position: relative;
    z-index: 99;
}

.mobile-preferred-location button{
    width: 100%;
    height: 100%;
}

.mobile-preferred-location .location-pin{
    padding-left: 13px;
}

.mobile-preferred-location .nav-contact-loc{
    font-size: 14px;
}

@media only screen and (max-width: 410px){
    .mobile-preferred-location{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mobile-preferred-location .location-pin{
        padding-left:  0px;
        padding-right: 0px;
    }

    .mobile-preferred-location .nav-contact-loc {
        font-size: 12px;
    }
}

@media only screen and (max-height: 730px){
    .nav-contact-btn-mobile {
        height: 64px;
    }
} 

.contact-text-mobile {
    transform: translate(0, -4px);
}

.contact-btn-text-mobile {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
}

/* Contact Us Modal */
.modal-dialog-slideout.contact-modal {
    top: var(--header-height-part);
    margin: 0 0 0 auto;
    background: #fff;
    max-height: calc(100dvh - var(--header-height-part));
    overflow-y: scroll;
}
.modal.fade.contact-modal .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,-100%)scale(1);
    transform: translate(0,-100%)scale(1);
}

.modal.fade.show.contact-modal .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: auto;
}
.modal-dialog-slideout .modal-header.contact-modal {
    height: 48px;
    display: block;
    border-bottom: 0;
}
.modal-dialog-slideout .modal-header.contact-modal h5 {
    float:left;
}

.contact-top {
    display: block;
}


.contact-top-img {
    width: 40px;
    height: 40px;
}


/*  Vehicle Image - Mobile */

.imageVehicleMobile
{
    width: 100%;
}

/*@media (max-width: 767px){*/    @media (max-width: 1199.98px){
    .menuitem-text
    {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
    }
}

/* dropdown submenu */

.dropdown-submenu {
    position: unset;
    display: block;
    width: 100%;
    padding: .25rem 0 1.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;    
}

/*@media only screen and (max-width: 768px) {*/    @media only screen and (max-width: 1200px) {
    .dropdown-submenu {
        padding: .25rem 1.5rem;
    }
}

.dropdown-submenu >.dropdown-menu {
    top: 0;
    left: 100%;
}

.scrollable-dropdown {
    padding: 24px 12px 24px 0px;
}

.dropdown-menu > ul {
    margin: 0;
    padding: 0;
}

.menu-vehicle-containers, .scrollable-dropdown > ul {
    overflow: hidden auto;
    max-height: calc(100dvh - var(--header-height-part) - 48px);
}

/*@media only screen and (max-width: 769px) {*/    @media only screen and (max-width: 1199.98px) {    
    .vehiclenav-desktop {
        display:none !important;
    }
}
/*@media only screen and (min-width: 768px) {*/@media only screen and (min-width: 1200px) {
    .vehiclenav-mobile {
        display:none !important;
    }
}

.vehiclenav-desktop {
    width: calc(100vw - var(--scrollbar-width)); /* Variable set in mainmenu.js */
    height: auto;
    /* min-height: 640px; */
    padding: 24px 12px;
}

.vehicle-list {
    max-width: 16.66667%;
}

.vehicle-category-list {
    list-style-type: none;
    margin-right: 12px;
    padding-left: 0;
    right: 0;
}

.vehicle-category-label {
    padding: 24px 0;
    text-transform: uppercase;
}

.vehicle-category-btn, .vehicle-category-link {
    text-decoration: none !important;
    color: #aaa !important;
    font-family: var(--primary-font);
    font-size: 16px;
}

.vehicle-category-btn:hover, .vehicle-category-link:hover{
    color: #000 !important;
    opacity: 1;
}

a.vehicle-category-btn.selected, a.vehicle-category-link.selected {
    color: #000 !important;
}

.dropdown-submenu-pointer {
    transform: scaleY(2);
}

.menu-vehicle-container {
    max-width: none;
}

#top-vehicle {
    width: calc(100vw - var(--scrollbar-width) - 24px);
    padding-left: 20px;
    padding-right: 20px;
}

.menuVehicleHR {
    border-top: 1px solid #ccc;
    margin: 0;
}

.menuVehicleDesktop {
    min-width: 966px;
    max-width: 1000px;
}

.menuVehicleRow {
    display: inline-flex;
}

.menuVehicleItemCardShopAll
{
    height: 184px;
}

@media only screen and (max-width: 1199.98px) {  
    .list-group > .dropdown-item,
    .dropdown-item.dropdown > .dropdown-link {
        height: 3em;
    }

    .top-category {
        height: 0;
    }
}

#contactModal{
    padding-right: 0 !important;
    height: 100%;
    top: 0;
    z-index: 99;
}

.contact-modal-content .modal-body{
    background-color: #fff;
}

.contact-modal-content .modal-header{
    padding: 0;
    border-top: 0;
    border: 0;
}

.store-selector{
    width: 100%;
    letter-spacing: 1px;
    background-color: var(--accent-1);
}

.mobile-store-selector{
    padding-top: 30px;
    padding-bottom: 16px;
}

.store-selector.title{
    color: white !important;
    background-color: white;
    pointer-events: none;
}

#store-locations, #store-contact, #store-contact-form{
    position: absolute;
    top: 0;
    left: 105%;
    height: 100%;
    width: 100%;
    background-color: white;
    transition: left .5s cubic-bezier(0, 1, .5, 1);
    padding: 16px;
    padding-top: 0px;
}

#store-locations button{
    border: 1px solid;
    border-color: var(--pahoehoe);
    width: 100%;
}

#store-locations .store-info{
    padding: 16px;
}

#store-locations .store-address{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

#store-locations .store-address a,
#store-locations .store-number a {
    color: black !important;
}

#store-locations .store-address a:hover,
#store-locations .store-number a:hover {
    opacity: 0.4;
}

#store-locations .store-number {
    padding-bottom: 8px;
    font-size: 16px;
}

#store-locations .store-location-value{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

#store-locations .store-selected{
    display: none;
}

#store-locations .store-selected span{
    background-color: black;
    font-size: 12px;
    padding: 12px;
    letter-spacing: 1px;
    display: inline-block;
    color: white;
    line-height: 12px;
}

#store-locations .store-info .store-address a,
#store-locations .store-info .store-number a {
    text-decoration: underline;
}

#store-locations .store-location.active .store-selected{
    display: block;
}

#store-locations .store-location.active{
    border: 1px solid black;
    box-shadow: inset 0 0 1px 1px black;
}

#store-locations .store-location.active{
    box-shadow: inset 0 0 1px 1px black;
    border: 1px solid black;
}

#store-locations .store-location.active .set-store{
    display: none;
}

#store-locations.show, #store-contact.show, #store-contact-form.show{
    left: 0%;
}

#store-locations .clearfix button, #store-contact .clearfix button, #store-contact-form .clearfix button{
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    padding: 0;
}

#store-locations .close-menu .back button img, #store-contact .clearfix button img, #store-contact-form .clearfix button img{
    height: 16px;
    width: 16px;
}

#store-locations .close-menu .close-button button img {
    height: 40px;
    width: 40px;
    margin-right: 16px;
    opacity: 0.5;
}

#store-locations .close-menu .back {
	padding-top: 4px;
}

#store-locations .store-location{
    border: 1px solid;
    border-color: var(--pahoehoe);
    box-shadow: inset 0 0 1px black;
    margin-bottom: 24px;
}

#store-locations .store-details{
    padding-top: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

#store-locations .store-details:hover{
    opacity: 0.6;
}

#contactModal .close-button{
    display: none;
}

#store-locations .close-menu, #store-contact .close-menu, #store-contact-form .close-menu{
    margin-bottom: 32px;
}

#store-contact .location-name, #store-contact .location-header{
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
    margin-bottom: 42px;
    text-align: center;
    font-weight: bold;
}

#store-contact .location-header{
    margin-bottom: 0;
}

#store-contact .location-name{
    text-transform: capitalize;
    font-weight: normal;
}

.store-contact-buttons .btn{
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid var(--primary-1);
    height: 52px;
}

.contact-close-mobile,
.contact-back-mobile {
    opacity: 1.0;
}

.contact-close-mobile:focus,
.contact-back-mobile:focus {
    outline-style: auto;
    outline-width: 1px;
}

.contact-content {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
}

.contact-content-address2 {
    font-family: Nobel Regular;
}

.contact-directions:hover {
    text-decoration: underline;
    color: var(--pahoehoe);
}

.contact-image {
    width: 100%;
    margin-bottom: 16px;
}

.contact-other{
    margin-bottom: 16px;
}

.contact-other > a{
    color: black;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    text-decoration: none;
}

.contact-other-change {
    text-decoration: underline;
}

.contact-other > a:hover,
.contact-other-change > a:hover
{
    opacity: 0.6;
    text-decoration: underline;
}

.contact-other-change > a {
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--primary-1);
    cursor: pointer;
}

.btn-contact-action {
    width: 100%;
    text-align: center;
    line-height: 24px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    display: none;
}

.btn-contact-action > a {
    font-family: "Nobel Regular";
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;

    text-transform: uppercase !important;
    display: flex;
	min-width: 234px;
    height: 44px;
    padding: 0 32px;
    line-height: 19px;
    font-size: 16px;    
}

.contact-main {
    margin: 0 16px;
    margin-top: 16px;
}

.contact-main.hide {
    display: none;
}

.contact-store .btn{
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    border: 1px solid #7B7A7E;
    height: 42px;
}

.modal-store-container .staff-page .btn{
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #7B7A7E;
    height: 42px;
}

button.set-store{
    padding: .375rem .75rem;
    height: initial;
}

.contact-content-header {
    text-align: center;
    font-family: Nobel Regular;
    font-size: 20px;
    font-weight: 400;
}

.contact-content-department, .service-content-department {
    padding: 8px 0px;
    font-family: Nobel Regular;
    text-transform: uppercase;
    width:100%;
    border-style: none;
    background:none;
}

.contact-content-department > span {
    font-family: var(--tertiary-font);
    /* font-family: Nobel Regular; */
}

.contact-content-hours, .service-content-hours {
    padding: 4px 0px;
}

.contact-content-weekday-space {
    line-height: 16px;
}

.contact-content-holidays, .service-content-holidays{
    text-align: center;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 24px;
}

.contact-department-right {
    text-transform: none;
}

.contact-department-status-dot {
    height: 8px;
    width: 8px;
    background-color: #f00;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 6px;
}

.contact-department-status {
    margin-bottom: 12px;
}

.contact-department-text {
    margin-right: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.contact-store {
    margin-bottom: 0px;
}

.contact-hours-line {
    margin: 0;
}

.contact-content-department > .contact-department-right > .chev-down {
    display: inline-block;
}
.contact-content-department.active > .contact-department-right > .chev-down {
    display: none;
}
.contact-content-department > .contact-department-right > .chev-up {
    display: none;
    padding-bottom: 4px;
}
.contact-content-department.active > .contact-department-right > .chev-up {
    display: inline-block;
}

.contact-content-holiday {
    margin-left: 0;
    margin-right: 0;
    opacity: 70%;
}

.contact-holiday-desc {
    width: 65%;
    padding:0;
}

.contact-holiday-label {
    text-align:right;
    padding:0;
}

.modal-dialog.contact-modal {
    max-width: 360px;
}

#contactModal .modal-content{
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (max-width: 543.98px) {
    .modal-dialog.contact-modal {
        max-width: 100%;
        height: 100% !important;
        top: 0;
        max-height: 100% !important;
    }
    .modal{
        height: 100%;
        top: 0;
    }

    #contactModal{
        z-index: 999;
    }

    #contactModal .close-button{
        display: block;
    }

    .contact-modal {
        width: 100% !important;
    }
    #contactModal .modal-content{
        height: 100dvh;
    }

    #contactModal .modal-footer{
        bottom: 0;
        width: 100%;
        position: absolute;
    }

    #contactModal .modal-body{
        background-color: white;
    }

    .modal.fade.contact-modal .modal-dialog.modal-dialog-slideout {
         -webkit-transform: translate(100%,0)scale(1);
         transform: translate(100%,0)scale(1);
    }
}


@media only screen and (max-height: 745px){
    #contactModal .modal-footer{
        position: sticky;
        bottom: 0;
    }

    /* display bug with store hours
    #contactModal .modal-body{
        height: 120%;
    }
    */
}

.drop-btn-contact {
    display: block;
    background-color: #ffffff;
    color: black;
    padding-left: 0;
    margin: 0;
    font-size: 24px;
    border: none;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    /*background-image:
      linear-gradient(45deg, transparent 50%, black 60%),
      linear-gradient(135deg, black 40%, transparent 50%) !important;
    background-position:
      calc(100% - 15px) 28px,
      calc(100% - 5px) 28px,
      100% 0;
    background-size:
      11px 10px,
      11px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    margin-bottom: 16px;
}

@media only screen and (max-width: 543.98px) {
    .drop-btn-contact {
        background-position:
            calc(100% - 10px) 24px,
            100% 24px,
            100% 0;
    }
}

.drop-btn-contact .store-title {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}


.drop-container-contact {
    position: relative;
    display: inline-block;
    width: 100%;
}

.drop-content-contact {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    min-width: 160px;
    box-shadow: 1px 1px 4px #C6C5C5;
    z-index: 1;
}

.drop-content-contact span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
}
.drop-item-div:hover span,
.drop-item-div:focus span {
    color: #aaaaaa;
}

.dropdown-content span:hover,
.dropdown-content span:focus {
    background-color: #f1f1f1
}

div.sticky-shopall-btn {
    /*
    padding-top: 16px;
    padding-bottom: 16px;
    */
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}

div.sticky-shopall-btn > a {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-transform: none;
    display: flex;
    height: 64px;
    padding: 0 32px;
    line-height: 22px;
    font-size: 24px;

    height: 90px;
}

@media only screen and (max-height: 730px){
    div.sticky-shopall-btn > a {
        height: 64px;
    }
} 

.nav-hr {
    margin: 0;
    position:relative;
    z-index:1001;
    pointer-events: none;
}

@media only screen and (max-width: 1199.98px){
    .nav-hr {
        z-index:1;
    }
} 

#changeLocationModal .modal-content .change-location-header {
    margin-top: 12px;
}

#changeLocationModal .modal-content .btn {
    min-width: unset;
}

.change-location-container .change-location.active::before {
    font-size: 14px !important;
    text-transform: uppercase;
}

@media only screen and (max-width: 544px){
    .order-first .checkbox-accordion input[type=checkbox] + label::after {
        margin-top: 0.4em;
    }
}

@media only screen and (max-width: 991.98px), screen and (max-height: 699.87) {
    #changeLocationModal .change-location-set:disabled {
        background-color: #e5e4e5 !important;
        opacity: 0.6 !important;
    }
}

#changeLocationModal .change-location-set:disabled {
    background-color: #e5e4e5 !important;
    opacity: 0.6 !important;
}

.change-location-container .change-location.active,.change-location-container .change-location.active::before {
    -webkit-box-shadow: inset 0px 0px 0px 2px var(--accent-3) !important;
    box-shadow: inset 0px 0px 0px 2px var(--accent-3);

}

.change-location-container .change-location.active::before {
    background-color: var(--accent-3) !important;
    color: var(--black) !important;
}