:root {
    --tcb-font-size: 1rem;
    --tcb-body-font-family: "Lato", sans-serif;
    --tcb-headline-font-family: "Sorts Mill Goudy", serif;
    --tcb-headline-print-font-family: "Goudy Oldstyle", serif;
    --tcb-body-print-font-family: "Gill Sans", sans-serif;
    --tcb-global-alert-color: rgb(225, 218, 204);
    --tcb-charcoal-blue: #233848;
    --tcb-dark-khaki: #6f644f;
    --tcb-light-tan: #c8a678;
    --tcb-golen-bronw: #8e774d;
    --tcb-sienna: #963e2a;
    --tcb-mahogany: #5e2417;
    --tcb-footer-bg-color: rgb(40, 40, 42);
}

body,
html {
    padding: 0;
    margin: 0;

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--tcb-font-size, 1rem);
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.scroll-lock,
.no-scroll {
    overflow-y: hidden !important;
}

.fixed-bottom {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
}


.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
}

button,
a {
    background-color: transparent;
    box-shadow: none;
    border: none;
    text-decoration: none !important;
}

button:focus,
a:focus {
    outline: none !important;
}



#header-links {
    display: none;
}

/* ==========================================================================
   HEADER 
   ========================================================================== */

.js-dropdown-box {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

.header,
header,
#header {
    position: relative;
    max-width: 100vw;
    width: 100%;
    max-width: 100vw;
    width: 100%;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);

}

.global-alert {
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);

}

.global-alert {
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    color: var(--tcb-global-alert-color, rgb(225, 218, 204));
    text-transform: uppercase;
    width: 100%;
    /* background-color: rgb(134, 113, 77); */
    background-color: rgb(138, 68, 58);


}

.global-alert .global-alert-link a,
.global-alert .global-alert-link a:visited,
.global-alert .global-alert-link a:hover {
    color: var(--tcb-global-alert-color, rgb(225, 218, 204));
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
}

.global-alert .global-message {
    color: var(--tcb-global-alert-color, rgb(225, 218, 204));
    text-align: center;

}

.global-alert .global-message p,
.global-alert .global-message a,
.global-alert .global-message a:visited,
.global-alert .global-message a:focus,
.global-alert .global-message a:active,
.global-alert .global-message a:hover,
.global-alert .global-message .alert-msg,
.global-alert .global-message .link {
    color: var(--tcb-global-alert-color, rgb(225, 218, 204));
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
}

.bs-header {
    padding: 0 2rem;
    height: 6.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header .hamburger-btn,
.header .hamburger-button,
.header #hamburger-button {
    display: inline-block;
    margin-right: 1.5rem;
}

.bs-header .hamburger-btn .line {
    display: block;
    width: 20px;
    height: 3px;
    background-color: rgb(206, 193, 170);
    position: relative;
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.bs-header .hamburger-btn .line:last-of-type {
    margin-top: 10px;
}

.bs-header .hamburger-btn.open .line:first-of-type {
    transform: rotate(45deg);
    top: -1px;
}

.bs-header .hamburger-btn.open .line:last-of-type {
    transform: rotate(-45deg);
}

.bs-header .logo-wrap {
    width: 8rem;
}

.bs-header .logo-wrap .logo {
    display: block;
}

.bs-header .nav-list {
    display: none;
}

.bs-header .cart-location-wrapper {
    margin-left: auto;
    margin-right: 0;
}

.bs-header .cart-location-list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.bs-header .cart-location-list .cart-location-item {
    margin-right: 0;
    color: #fff;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap {
    display: none;
}

.bs-header .cart-location-list .cart-location-item.login-wrap {
    display: none;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name.open:before {
    transform: rotate(180deg) translateY(50%);
    content: "";
    background: url("https://media.thecapitalburger.com/images/site/responsive/header/tcb-header-select-location-beige-arrow-down.png") no-repeat center;
    background-size: 100%;
    border: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -25px;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name:before {
    content: "";
    background: url("https://media.thecapitalburger.com/images/site/responsive/header/tcb-header-select-location-beige-arrow-down.png") no-repeat center;
    background-size: 100%;
    border: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(-50%, -50%);
}

.bs-header .mod-icon-text {
    margin-left: auto;
    text-align: center;
}

.bs-header .mod-icon-text .icon {
    width: 2.4rem;
    display: block;
    margin: 0 auto 0.3rem;
}

.bs-header .mod-icon-text .text {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.bs-header .cart-link {
    display: inline-block;
    /* width: 2.5rem; */
    position: relative;
}

.bs-header .cart-link img {
    width: 1.5em;
}

.bs-header .cart-link .cart-item-count {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #7d3322;
    color: #f9f7f0;
    text-align: center;
    line-height: 1rem;
    font-size: .75rem;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    position: absolute;
    bottom: 0.25rem;
    right: -0.5rem;
}

.bs-header .cart-link .cart-item-count .visually-hidden {
    display: none;
}

.bs-header .cart-link.cart-has-fooditem .cart-item-count {
    display: block;
}

.bs-header #cart-empty-popup {
    border: 0;
    max-width: 28rem;
    color: rgb(59, 56, 52);
    background-color: rgb(245, 240, 230);
    box-shadow: rgba(0, 0, 0, 0.23) 0px 2px 2.62px;
    padding: 0;
    top: 6rem;
    right: 0.3rem;
    left: auto;
    color: #000;
    position: absolute;
    z-index: 1;
}




.bs-header #cart-empty-popup .arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: rgb(226, 219, 204);
    border-right-color: rgb(226, 219, 204);
    background-color: rgb(226, 219, 204);
    transform: rotate(45deg);
    top: -7.6px;
    right: 2rem;

}

.bs-header #cart-empty-popup h2 {
    color: rgb(59, 56, 52);
    font-size: 1.25rem;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.bs-header #cart-empty-popup p {
    font-size: 0.93rem;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.6rem;
}

/* .bs-header #cart-empty-popup a {
    display: block;
        width: 100%;
 } */

.bs-header #cart-empty-popup a input[type=button],
.bs-header #cart-empty-popup .cart-body .btn {
    background-image: -moz-linear-gradient(98deg, rgb(81, 75, 70) 0%, rgb(148, 133, 115) 100%) !important;
    background-image: -webkit-linear-gradient(98deg, rgb(81, 75, 70) 0%, rgb(148, 133, 115) 100%) !important;
    background-image: -ms-linear-gradient(98deg, rgb(81, 75, 70) 0%, rgb(148, 133, 115) 100%);
    background-position: center;
    background-size: 100%;
    box-shadow: 0px 3px 8px 0px rgba(66, 34, 3, 0.23);
    color: #FFF;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    border-radius: 0;
    padding: 0.5rem 1rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
    width: 100%;
    display: block;
}

.bs-header #cart-empty-popup a:first-of-type input[type=button] {
    margin-bottom: 0.5rem;

}

.bs-header #cart-empty-popup a input[type=button]:hover,
.bs-header #cart-empty-popup .cart-body .btn:hover,
.bs-header #cart-empty-popup .cart-body .btn:focus {
    filter: brightness(0.9);
    color: #FFF;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    border-radius: 0;
    padding: 0.5rem 1rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

.bs-header #cart-empty-popup a#gcHomeId input[type=button] {
    color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

.bs-header #cart-empty-popup a#gcHomeId input[type=button]:hover {
    background-color: #7d3322;
    color: #ffffff;
}

.bs-header .mob-menu-wrap {
    position: fixed;
    width: 100%;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tcb-global-alert-color, rgb(225, 218, 204));
    padding: 1.5rem 15px;
    overflow-y: auto;
    margin: 0;
    z-index: 5;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.bs-header .mob-menu-wrap .mob-nav-list {
    padding-inline-start: 0;
    /* padding-bottom: 5px; */
    margin-bottom: 0;
}

.bs-header .mob-menu-wrap .mob-nav-list .nav-item {
    margin-bottom: 10px;
    border-bottom: none;
}

.bs-header .mob-menu-wrap .mob-nav-list .nav-item.login-wrap .nav-link {
    margin-bottom: 1rem;
}

.bs-header .mob-menu-wrap .mob-nav-list .nav-item.login-wrap .nav-link:last-of-type {
    margin-bottom: 0;
}

.bs-header .mob-menu-wrap .mob-nav-list .nav-link {
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.bs-header .mob-menu-wrap .mob-nav-list.primary-nav .nav-link {

    font-size: 1.75rem;
    line-height: 1.5;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
}

.bs-header .mob-menu-wrap .mob-nav-list.secondary-nav .nav-link {
    font-size: 1.35rem;
    line-height: 1.5;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
}

.bs-header .mob-menu-wrap.active {
    transform: translateX(0%);
}

.header-wrapper {
    background-image: url("https://media.thecapitalburger.com/images/site/responsive/mobile/tcb-black-textured-background.jpg") !important;
    background-color: #27292a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.header-wrapper .reservation-wrap {
    display: none !important;
    height: auto;
    top: 6.2rem;
    box-shadow: 0px -3px 9.9px 3.1px rgba(219, 205, 179, 0.68);
}

.header-wrapper .location-wrap {
    background-size: 100%;
    background-position: center;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(59, 59, 59) 40%, rgb(59, 59, 59) 50%, rgb(0, 0, 0) 100%) !important;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(59, 59, 59) 40%, rgb(59, 59, 59) 50%, rgb(0, 0, 0) 100%) !important;
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(59, 59, 59) 40%, rgb(59, 59, 59) 50%, rgb(0, 0, 0) 100%) !important;
    background-color: rgb(0, 0, 0);
    padding: 0;
    border-top: 1px solid rgb(137, 68, 56);
    border-bottom: 1px solid rgb(137, 68, 56);
    width: 100%;
    min-height: 3rem;
    color: #fff;

}

.header-wrapper .location-wrap .mod-icon-text {
    padding: 0 15px;
    height: 4rem;
    width: 100%;
    display: flex;
    justify-content: initial;
    align-items: center;
    position: relative;
}

.header-wrapper .location-wrap .mod-icon-text .icon {
    width: 1.6rem;
    margin-right: 0.8rem;
}

.header-wrapper .location-wrap .mod-icon-text .text {
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    color: rgb(226, 221, 205);
    font-size: 0.93rem;
    text-transform: uppercase;
    display: flex;
    align-self: center;



}

.header-wrapper .location-wrap .mod-icon-text:before {

    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid rgb(206, 193, 170);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.header-wrapper .location-wrap .mod-icon-text.js-droplink.open:before {
    transform: rotate(180deg) translateY(50%);
}

.header-wrapper .location-dropdown {

    position: absolute;
    z-index: 5;
    width: 100%;
    background-color: #f9f7f0;
    text-align: left;
    right: 0;
    top: 10rem;
    transition: all 0.3s ease-in-out;
}

.header-wrapper .location-dropdown #popRestHrsLink {
    margin-top: 0;
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-dropdown-title h3 {
    color: #514b46;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}


.header-wrapper .location-wrap .icon .bi-geo-alt-fill {
    color: #a4937e;
    width: 20px;
    height: 20px;
}

.header-wrapper .location-dropdown .popup-header {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.header-wrapper .location-dropdown .location-detail {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.header-wrapper .location-dropdown .location-detail .location-img {
    width: 48%;
    padding-right: 0.8rem;
}

.header-wrapper .location-dropdown .location-detail .location-img img {
    width: 100%;
}

.header-wrapper .location-dropdown .location-detail .location-cont {
    width: 52%;
    padding-left: 0.8rem;
}

.header-wrapper .location-dropdown .location-detail .location-cont .name a {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0.5rem;
    color: #7d3322;
    transition: color 0.3s ease-in-out;
}

.header-wrapper .location-dropdown .location-detail .location-cont .name a:hover {
    color: #7d3322;
}

.header-wrapper .location-dropdown .location-detail .location-cont .location-address address {
    display: block;
}

.header-wrapper .location-dropdown .location-detail .location-cont .location-address address p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000;
}



.header-wrapper .location-dropdown .location-timimg .time-item {
    display: flex;
    margin-bottom: 0.3rem;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .location-dropdown .location-timimg .time-item span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #000;
}

.header-wrapper .location-dropdown .location-timimg .time-item:last-of-type {
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-timimg .time-list {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    display: block;

}

.header-wrapper .location-dropdown .location-timimg .time-list .times {
    float: right;
}

.header-wrapper .location-dropdown #popRestHrsLink {
    display: inline-block;
    color: #7d3322;
    transition: color 0.3s ease-in-out;
    font-size: 1rem;
}

.header-wrapper .location-dropdown #popRestHrsLink:hover {
    color: #7d3322;
}

.header-wrapper .location-dropdown .location-links .menu-item {
    display: block;
    margin-bottom: 0.3rem;
    text-align: left;
}

.header-wrapper .location-dropdown .location-links .menu-item .link {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #7d3322;
    text-transform: capitalize;
    transition: color 0.3s ease-in-out;
}

.header-wrapper .location-dropdown .location-links .menu-item .link:hover {
    color: #7d3322;
}

.header-wrapper .location-dropdown .location-links .menu-item:last-of-type {
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-links ul li a,
.header-wrapper .location-dropdown .location-dropdown-links .mobile-links ul li a {
    font-size: 1.2rem;
    color: #7d3322;
    transition: color 0.3s ease-in-out;
    text-transform: capitalize;
    font-weight: bold;
}

.header-wrapper .location-dropdown .location-links a:hover {
    color: #7d3322;
}

.header-wrapper .location-dropdown .location-links ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.header-wrapper .location-dropdown .location-links .nav .nav-link,
.header-wrapper .location-dropdown .location-links .nav .nav-link:visited,
.header-wrapper .location-dropdown .location-links .nav .nav-link:hover {
    padding: 0.5rem 0.75rem;
}

.header-wrapper .location-dropdown .location-selected .location-icons ul {
    /* columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: block; */
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.header-wrapper .location-dropdown .location-selected .rbstaticlinks ul li a {
    font-size: 1.15rem;
}

.header-wrapper .location-dropdown .location-links ul li {
    text-align: center;
}

.header-wrapper .location-dropdown .location-selected .rblinks {
    display: none;
}

.rbstaticlinks ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rbstaticlinks ul li {
    text-align: center;
    line-height: 1.8;
}

.rbstaticlinks ul .right a {
    font-size: 1.2rem;
    color: #7d3322;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
}

.header-wrapper .location-dropdown .location-selected .location-icons ul li a {
    color: rgb(137, 68, 55);
    font-weight: 600;
}

.header-wrapper .location-dropdown .location-selected .location-links.mobile-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.header-wrapper .location-dropdown .act-wrap {
    padding: 0;
}

.header-wrapper .location-dropdown .act-wrap .btn {
    display: block;
    background-color: #7c3221;
    color: #fff;
}

.header-wrapper .location-dropdown .act-wrap .btn:hover {
    background-color: #7c6b59;
}

.header-wrapper .location-dropdown.open {
    padding: 1.2rem 15px;
    max-height: 60rem;
    visibility: visible;
    opacity: 1;
    display: block;
}

.header-wrapper .location-dropdown .select-location {
    display: block;
}

.header-wrapper .location-dropdown .select-location .act-wrap {
    padding-top: 0;
}

.header-wrapper .location-dropdown.selected .location-selected {
    display: block;
}

.header-wrapper .location-dropdown.selected .select-location {
    display: none;
}

.header-wrapper .location-dropdown .location-selected {
    position: relative;
    background: transparent;
    border: none;
    display: none;
}

.header-wrapper .location-dropdown .location-selected .location-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.header-wrapper .location-dropdown .location-dropdown-name {
    margin-bottom: 0;
    line-height: 1.5;
}

.header-wrapper .location-dropdown .location-dropdown-name a,
.header-wrapper .location-dropdown .location-dropdown-name a span {
    display: inline-block;
}

.header-wrapper .location-dropdown .location-dropdown-name,
.header-wrapper .location-dropdown .location-dropdown-name a {
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-selected h4 {
    line-height: 1.5;
    font-weight: normal;
}


.header-wrapper .location-dropdown .location-selected h4,
.header-wrapper .location-dropdown .location-selected h4 a span,
.header-wrapper .location-dropdown .location-selected h4 a #overlayRestName,
.header-wrapper .location-dropdown .location-dropdown-name a:visited,
.header-wrapper .location-dropdown .location-dropdown-name a:hover,
.header-wrapper .location-dropdown .location-dropdown-name a:focus {
    font-size: 1rem;
    /* color: rgb(81, 75, 70); */
    color: #000;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    /* text-transform: uppercase; */
}

.header-wrapper .location-dropdown .location-dropdown-name a:hover,
.header-wrapper .location-dropdown .location-dropdown-name a:focus {
    text-decoration: none;
    color: rgb(137, 68, 56);
}

.header-wrapper .location-dropdown .location-dropdown-address address p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-dropdown-address address p span {
    font-size: 1rem;
}

.header-wrapper .location-dropdown .location-selected .card {
    padding: 10px;
    letter-spacing: 1px;
    border: none;
    background: transparent;
}

.header-wrapper .location-dropdown .location-selected .title {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.header-wrapper .location-dropdown .location-selected .details a {
    color: #000;
    letter-spacing: 1px;
}

.header-wrapper .location-dropdown .location-selected .details p {
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
}

.header-wrapper .location-dropdown .location-selected .sub-menu {
    padding-top: 1em;
    padding-bottom: 2em;
}

.header-wrapper .location-dropdown .location-selected .sub-menu a {
    color: #7d3322;
    letter-spacing: 1px;
    padding: 10px;
    line-height: 1em;
    text-align: center;
}

.header-wrapper .location-dropdown .location-selected .hours {
    padding-top: 1em;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #575757;
}

.header-wrapper .location-dropdown .location-selected .hours a {
    font-size: 10px;
    font-weight: bold;
    color: #575757;
}

.header-wrapper .location-dropdown .location-selected .hours .times {
    float: right;
}

/* 
 .header-wrapper .location-dropdown .location-selected .choose-loc {
     padding-bottom: 1em;
     text-align: center;
 }

 .header-wrapper .location-dropdown .location-selected .choose-loc .btn {
     background-color: #8D3A27;
     padding: 10px;
     color: #fff;
 }

 .header-wrapper .pointer-icon {
     color: #fff;
     margin-right: 15px;
     font-size: 20px;
     vertical-align: bottom;
     line-height: 20px;
 } */






/* ==========================================================================
   FOOTER 
   ========================================================================== */
footer {
    background-color: var(--tcb-footer-bg-color, #27292a);
}

footer ul {
    padding-inline-start: 0;
}

footer .main-nav {
    display: none;
}

footer .sub-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

footer .main-nav li a,
footer .main-nav li a:visited,
footer .main-nav li a:hover {
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    font-weight: 300;
    color: rgb(226, 219, 205) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

footer .main-nav li:last-of-type a::after {
    content: none;
}

footer ul li a::after {
    content: "|";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0.5rem;
}

footer .sub-nav li a::after {
    color: rgb(138, 138, 138) !important;
}

footer .main-nav li a::after {
    color: rgb(226, 219, 205) !important;
}

footer .sub-nav li:last-of-type a::after {
    content: none;
}

footer .sub-nav li a {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: rgb(138, 138, 138) !important;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    font-weight: 400;
    display: inline-block;
}

footer .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}

footer .social-icons .social-icon--link:last-child .social-icon--logo {
    width: 24px;
}


footer .copyright {
    font-size: 0.65rem;
    color: rgb(138, 138, 138) !important;
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    font-weight: 400;
}

.section-cta {
    border: 1px solid rgb(106, 41, 27);
}

.section-cta .btn {
    font-family: var(--tcb-body-font-family, "Lato", sans-serif);
    font-weight: normal;
    color: rgb(232, 228, 222) !important;
    text-transform: uppercase;
    font-size: 0.93rem;
}

.section-cta .col-left::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(106, 41, 27);
}

@media only screen and (min-width: 992px) {
    footer {
        border-top: 1px solid rgb(148, 61, 41);
    }

    footer .main-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}



.location-links.mobile-links {
    margin-top: 1em;
}





/* ==========================================================================
       MEDIA QUERIES
    ========================================================================== */

/* ==================MOBILE (<= 576px)======================================= */
@media only screen and (min-width: 360px) {
    .header-wrapper .location-wrap .mod-icon-text .text {
        font-size: 1rem;
    }

    /* .header-wrapper .location-dropdown .location-selected h4 {
        font-size: 1.8rem;
    } */

    .bs-header .mob-menu-wrap .mob-nav-list.primary-nav .nav-link {
        font-size: 2rem;
    }

    .bs-header .mob-menu-wrap .mob-nav-list.secondary-nav .nav-link {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 600px) {
    .bs-header .mob-menu-wrap .mob-nav-list.primary-nav .nav-link {
        font-size: 2.5rem;
    }

    .bs-header .mob-menu-wrap .mob-nav-list.secondary-nav .nav-link {
        font-size: 2rem;
    }
}

/* ==================TABLET (>=768px)========================================= */

@media only screen and (min-width: 768px) {


    .header-wrapper .location-dropdown .location-dropdown-name a,
    .header-wrapper .location-dropdown .location-dropdown-name,
    .header-wrapper .location-dropdown .location-dropdown-name a span,
    .header-wrapper .location-dropdown .location-dropdown-address address p,
    .header-wrapper .location-dropdown .location-dropdown-address address p span,
    .header-wrapper .location-dropdown .location-timimg .time-list {
        font-weight: normal;
    }

    .header-wrapper .location-dropdown .location-selected .location-links a {
        font-size: 1.5rem;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .header-wrapper .location-dropdown .location-dropdown-name a,
    .header-wrapper .location-dropdown .location-dropdown-name,
    .header-wrapper .location-dropdown .location-dropdown-name a span,
    .header-wrapper .location-dropdown .location-dropdown-address address p,
    .header-wrapper .location-dropdown .location-dropdown-address address p span,
    .header-wrapper .location-dropdown .location-timimg .time-list,
    .header-wrapper .location-dropdown .location-selected h4,
    .header-wrapper .location-dropdown .location-selected h4 a span,
    .header-wrapper .location-dropdown .location-dropdown-name a:visited,
    .header-wrapper .location-dropdown .location-dropdown-name a:hover,
    .header-wrapper .location-dropdown .location-dropdown-name a:focus,
    .header-wrapper .location-dropdown .location-selected h4,
    .header-wrapper .location-dropdown .location-selected h4 a span,
    .header-wrapper .location-dropdown .location-selected h4 a #overlayRestName {
        font-size: 1.25rem;
        font-weight: normal;
    }
}

@media only screen and (max-width: 991.98px) {
    .hide-me-mobile {
        display: none !important;
    }
}

/* =================DESKTOP (>=992px)========================================== */

@media only screen and (min-width: 992px) {


    .hide-me-desktop {
        display: none !important;
    }


    .bs-header {
        padding: 0 2rem;
        flex-wrap: nowrap;
    }

    .header .hamburger-btn,
    .header .hamburger-button,
    .header #hamburger-button {
        display: none;
    }

    .bs-header .logo-wrap {
        width: 8.75rem;
    }

    .header,
    header,
    #header {
        border-bottom: 1px solid rgb(137, 68, 56);
    }

    .header-wrapper .location-dropdown {
        max-width: 30rem;
        right: 11rem;
        top: 6rem;
    }

    .header-wrapper .location-dropdown .location-selected .rblinks {
        display: block;
    }

    .header-wrapper .location-dropdown .location-img {
        padding-right: 0.4rem;
    }

    .header-wrapper .location-dropdown .location-cont {
        padding-left: 0.8rem;
    }

    .header-wrapper .location-dropdown .location-timimg {
        width: 70%;
        margin-bottom: 1rem;
    }

    .header-wrapper .location-dropdown.selected .change-location {
        margin-top: 1rem;
    }

    .header-wrapper .location-dropdown .location-selected h4 {
        line-height: 1.1;
    }

    .header-wrapper .location-dropdown .location-dropdown-name a,
    .header-wrapper .location-dropdown .location-dropdown-name,
    .header-wrapper .location-dropdown .location-dropdown-name a span,
    .header-wrapper .location-dropdown .location-dropdown-address address p,
    .header-wrapper .location-dropdown .location-timimg .time-list,
    .header-wrapper .location-dropdown .location-selected h4,
    .header-wrapper .location-dropdown .location-selected h4 a span,
    .header-wrapper .location-dropdown .location-selected h4 a #overlayRestName,
    .header-wrapper .location-dropdown .location-dropdown-name a:visited,
    .header-wrapper .location-dropdown .location-dropdown-name a:hover,
    .header-wrapper .location-dropdown .location-dropdown-name a:focus {
        font-size: 1rem;
    }

    .header-wrapper .location-dropdown .location-selected .location-links a {
        font-size: 1.2rem;
    }

    .header-wrapper .location-dropdown .location-dropdown-address address p {
        font-size: 1rem;
    }

    .header-wrapper .location-dropdown .location-dropdown-address address p span {
        font-size: 1rem;
    }

    footer {
        border-top: 1px solid rgb(137, 68, 56);
    }

    footer .main-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .sub-nav li a,
    .footer .sub-nav li a {
        letter-spacing: 0;
    }

    .bs-header .nav-list {
        display: block;
        margin-bottom: 0em;
    }

    .bs-header .nav-list .nav-item {
        display: inline-block;
        margin: 0 1.5rem 0 0;
    }

    .bs-header .nav-list .nav-item:first-of-type {
        margin-left: 0;
    }

    .bs-header .nav-list .nav-item:last-of-type {
        margin-right: 0;
    }

    .bs-header .nav-list .nav-link {

        color: rgb(206, 193, 170) !important;
        font-family: var(--tcb-body-font-family, "Lato", sans-serif);
        font-weight: normal;
        font-size: 1rem;
        /* line-height: 1.75rem; */
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 0;
        transition: color 0.3s ease-in-out;
    }

    .bs-header .nav-list .nav-link:hover {
        color: #592215;
        text-decoration: none;
        text-shadow: 0px 0px 20px #863724;
    }



    .bs-header .cart-location-list {
        padding-inline-start: 0;
        gap: 1.25rem;
    }

    .bs-header .cart-location-list .cart-location-item:last-of-type {
        text-align: right;
    }



    .bs-header .cart-location-list .cart-location-item .selected-location .location-name,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-num,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-link {
        display: block;
    }

    .bs-header .cart-location-list .cart-location-item .selected-location a,
    .bs-header .cart-location-list .cart-location-item .selected-location a:visited,
    .bs-header .cart-location-list .cart-location-item .selected-location a:hover,
    .bs-header .cart-location-list .cart-location-item .selected-location a:focus,
    .bs-header .cart-location-list .cart-location-item .selected-location span,
    .bs-header .cart-location-wrapper li a,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-name,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-num,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-link,
    .bs-header .cart-location-list .cart-location-item .login-link,
    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .non-selected-location {
        font-family: var(--tcb-body-font-family, "Lato", sans-serif);
        color: rgb(206, 193, 170);
        text-transform: uppercase;
        font-weight: normal;
    }



    .bs-header .cart-location-list .cart-location-item .login-link,
    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .non-selected-location {
        font-size: 1rem;
    }

    .bs-header .cart-location-list .cart-location-item .selected-location a,
    .bs-header .cart-location-list .cart-location-item .selected-location a:visited,
    .bs-header .cart-location-list .cart-location-item .selected-location a:hover,
    .bs-header .cart-location-list .cart-location-item .selected-location a:focus,
    .bs-header .cart-location-list .cart-location-item .selected-location span,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-name,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-num,
    .bs-header .cart-location-list .cart-location-item .selected-location .location-link {
        font-size: 0.875rem;
    }


    .bs-header .cart-location-list .cart-location-item .locate-me-wrap {
        display: block;
        /* padding-right: 0.875rem; */
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location {
        display: none;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name,
    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location #headRestName {
        position: relative;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name ::before,
    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location #headRestName::before {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 8px solid rgb(206, 193, 170);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name.open ::before,
    .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location #headRestName.open::before {
        transform: rotate(180deg) translateY(50%);
    }



    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .non-selected-location {
        display: none;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location {
        text-align: right;
        display: block;
    }



    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name {
        position: relative;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name:before {
        content: "";
        border-top: 0.6rem solid #000;
        border-right: 0.5rem solid transparent;
        border-left: 0.5rem solid transparent;
        position: absolute;
        top: 0.4rem;
        right: -1.5rem;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-num {
        display: block;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-link {
        display: inline-block;
        font-family: "Montserrat";
        color: #000;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.4rem;
        letter-spacing: 0.5px;
        text-decoration: none;
        text-transform: capitalize;
    }

    .bs-header .cart-location-list .cart-location-item.login-wrap {
        display: block;
    }



    .bs-header .cart-location-list .cart-location-item.login-wrap .logged-in {
        display: none;
    }

    .bs-header .cart-location-list .cart-location-item.login-wrap.login>.login-link {
        display: none;
    }

    .bs-header .cart-location-list .cart-location-item.login-wrap.login .logged-in {
        display: flex;
        flex-direction: column;
    }

    .bs-header .cart-location-list .cart-location-item.login-wrap.login .logged-in .login-link {
        margin-bottom: 0.3rem;
    }

    .bs-header .cart-location-list .cart-location-item.login-wrap.login .logged-in .login-link:last-of-type {
        margin-bottom: 0;
    }

    .bs-header .mod-icon-text {
        display: none;
    }

    /* .bs-header .cart-link {
        width: 3rem;
    } */

    .bs-header .cart-link .cart-item-count {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
    }

    .bs-header #cart-empty-popup .arrow {
        right: 3rem;

    }

    .bs-header .mob-menu-wrap {
        display: none;
    }


    .header-wrapper .location-wrap {
        display: none;
    }

    .header-wrapper .location-dropdown {
        width: 30rem;
        right: 11rem;
        top: 6rem;
    }

    .header-wrapper .location-dropdown .location-detail .location-img {
        padding-right: 0.4rem;
    }

    .header-wrapper .location-dropdown .location-detail .location-cont {
        padding-left: 0.4rem;
    }

    .header-wrapper .location-dropdown .location-detail .location-cont .name a {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .header-wrapper .location-dropdown #popRestHrsLink {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .header-wrapper .location-dropdown.open {
        padding: 1.2rem 1rem;
    }

    .header-wrapper .location-dropdown .select-location {
        display: none;
    }


    .divider:nth-child(3) {
        display: block;
    }

    .card-body {
        padding: 1.25rem;
    }

    .card-title {
        margin-bottom: .75rem;
    }

    .sticky-btn {
        display: none;
    }

    .footer .action-item li a {
        margin-right: 8px;
    }

    .footer .small-txt li a {
        font-size: 0.65rem;
        line-height: normal;
    }

    .footer .small-txt li span {
        font-size: 0.6rem;
        letter-spacing: normal;
    }

    .footer .small-txt li:nth-child(4) a,
    .footer .small-txt li:nth-child(7) a,
    footer .small-txt li:nth-child(8) a,
    footer .small-txt li:nth-child(9) a,
    .footer .small-txt li:nth-child(11) a {
        border-right: 1px solid #e2dbcd;
    }

    .rblinks {
        display: block;
    }

    .location-links.mobile-links {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {


    .bs-header .nav-list {
        padding-left: 1rem;
    }

    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name,
    .bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-num {
        letter-spacing: 0;
    }
}



/* @media only screen and (min-width: 1200px) {
    .bs-header .cart-location-list .cart-location-item {
        margin-right: 1.5rem;
    }

} */

@media only screen and (min-width: 1400px) {
    .bs-header .nav-list .nav-item {
        margin: 0 2rem 0 0;
    }
}