.headerWidget .offCtrl .walletWidget {
    display: flex;
    gap: 14px;
    background: rgba(255, 182, 0, 0.2);
    width: 176px;
    height: 50px;
    border-radius: 6px;
    border: 1px rgba(255, 182, 0, 0.5) solid;
    padding: 3px 10px;
}

.headerWidget .offCtrl .walletWidget img {
    vertical-align: middle;
}

.headerWidget .offCtrl .walletWidget p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(13, 17, 5, 1);
}

.headerWidget .offCtrl .walletWidget .smallText {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    color: rgba(22, 21, 19, 1);
}

.loyalityFlex {
    display: flex;
    gap: 8px;
    background: #1515151A;
    width: 176px;
    height: 50px;
    border-radius: 6px;
    border: 1px #1515151A solid;
    padding: 3px 10px;
}

.loyalityFlex img {
    width: 36px;
    object-fit: contain;
}

.loyalityFlex p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #15151599;
}

.loyalityFlex label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #161513;
    margin-top: 0;
}

.toogleBtnMain {
    width: 53px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FFB600;
    border: none;
    transition: 0.4s;

}

.toogleBtnMain:hover {
    background: #ddd;
}

.registerDrop .dropdown-toggle {
    width: 120px;
    background: #161513;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 17px;
    border: none;

}


.registerDrop .dropdown-toggle::after {

    position: absolute;
    right: 16px;
    top: 46%;
    background: url(../images/register-drop-icon.svg) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    font-size: 0px;

}

.registerDrop .dropdown-menu {
    padding: 0;
    overflow: hidden;

}

.registerDrop .dropdown-menu li {
    border-bottom: 1px #ddd solid;
}

.registerDrop .dropdown-menu li:last-child {
    border-bottom: none;
}

.registerDrop .dropdown-item {

    padding: 7px 21px;
    font-size: 14px;
    font-weight: 400;
    color: #161513;
    transition: 0.4s;
}

.registerDrop .dropdown-item:hover {
    background: #161513;
    color: #fff;
}

.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}

.offcanvas-body {
    padding: 0px !important;
}

.offcanvas-header {
    border-bottom: 1px #dddd solid;
}

.dropMenuMobile {
    margin: 0;
    padding: 0;
    height: calc(100dvh - 66px);
    overflow: auto;
}

.dropMenuMobile .navList {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropMenuMobile {
    margin: 0;
    padding: 0;
    height: calc(100dvh - 66px);
    overflow: auto;
}

.dropMenuMobile li {
    border-bottom: 1px #ddd solid;
    list-style: none;
}

.dropMenuMobile li a {
    font-size: 14px;
    color: #fff;
    color: #000;
    padding: 13px 20px;
    display: block;
    transition: 0.4s;
}

.dropMenuMobile li a:hover {
    background: #0D0C22;
    color: #fff;
}

.toogleMenuMobileOtherIcon .subBtnMain {

    font-size: 14px;
    font-weight: 500;
    color: #0D1105;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    width: 110px;
    transition: 0.4s;
}

.toogleMenuMobileOtherIcon .subBtnMain:hover {
    color: #FFB600;
}

a {
    text-decoration: none !important;
}

.navList .badge {
    padding: 5px;
    background-color: #000;
    font-size: 10px;
    border-radius: 50px;
    opacity: 1;
    margin-left: 5px
}

.navList .badge img {
    margin-right: 5px
}

.navList .badge p {
    margin-bottom: 0
}

.navList .badge.basic {
    color: #7d5e1b;
    border: solid 2px #7d5e1b
}

.navList .badge.silver {
    color: #6d7a84;
    border: solid 2px #414e58
}

.navList .badge.gold {
    color: #EC9309;
    border: solid 2px #EC9309
}

.navList .badge.platinum {
    color: #a0b2d1;
    width: 110px;
    border: solid 2px #a0b2d1
}

.navList .badge.vip {
    background-color: #ffbb01;
    color: #000;
    border: 1px solid #000
}

.navList .badge.vip p {
    font-weight: 600
}

.navList .badge.vip img {
    width: 30px;
    margin-left: 8px
}

.homepage .offCtrl .handBurget span {
    background-color: #fff
}

.homepage .offCtrl .handBurget span::after {
    background-color: var(--white)
}

.homepage .offCtrl .handBurget span::before {
    background-color: var(--white)
}

.handBurget {
    position: relative
}

.handBurget .closeNav {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out .4s
}

.handBurget .dropNavRow {
    padding: 20px;
    width: 305px;
    border-radius: 8px;
    position: absolute;
    top: 55px;
    right: 0;
    background-color: var(--white);
    border: solid 1px #B8C7D3;
    box-shadow: 0 3px 5px 0 rgb(32 33 36 / .2);
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out .4s
}

.handBurget .dropNavRow.open {
    opacity: 1;
    pointer-events: visible
}

.handBurget .dropNavRow .navList {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--medium);
    color: #001E62;
    font-size: 16px;
    border-bottom: solid 1px #B8C7D3;
    transition: ease-in-out .4s
}

.handBurget .dropNavRow .navList:hover {
    background-color: #EBEBF0
}

.handBurget .dropNavRow .navList:first-child {
    border-top: solid 1px #B8C7D3
}

.handBurget.active span {
    opacity: 0
}

.handBurget.active .closeNav {
    opacity: 1
}



.template .headerWidget .offCtrl .handBurget span {
    background-color: var(--blck)
}

.template .headerWidget .offCtrl .handBurget span::after {
    background-color: var(--blck)
}

.template .headerWidget .offCtrl .handBurget span::before {
    background-color: var(--blck)
}

.template .headerWidget .offCtrl .handBurget .closeNav svg line {
    stroke: var(--blck)
}

.headerWidget {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1
}


@media (max-width:991px) {
    .headerWidget {
        padding: 10px 15px
    }

    .chDetails {
        order: -1
    }
}

.headerWidget .logoWidget img {
    display: block
}

.headerWidget .offCtrl {
    column-gap: 10px;
    display: flex;
    align-items: center
}

@media (max-width:1024px) {
    .headerWidget .offCtrl {
        column-gap: 15px
    }
}

.headerWidget .offCtrl .navLink {
    font-size: 16px
}

@media (max-width:767px) {
    .headerWidget .offCtrl .navLink {
        font-size: 14px;
        display: none
    }

    .handBurget .dropNavRow .navList.dealbtn,
    .handBurget .dropNavRow .navList:last-child {
        display: none
    }

    .headerWidget .offCtrl .walletWidget,
    .headerWidget .offCtrl .loyalityFlex,
    .headerWidget .offCtrl .subBtnMain,
    .headerWidget .offCtrl .useApp {
        display: none
    }

}

.headerWidget .offCtrl .avayarWidget {
    width: 33px;
    height: 33px;
    position: relative
}

.chDetails .locationRow .locationCol .datetime {
    flex: 70px;
    max-width: 70px
}

.chDetails .locationRow .locationCol .address {
    flex: 1;
    max-width: calc((100%) - 70px)
}

.chDetails .locationRow .locationCol .datetime .datetimeCol span {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

.chDetails .locationRow .locationCol .datetime .datetimeCol {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400
}

.chDetails .locationRow .locationCol .address .stateName {
    font-size: 14px;
    font-weight: 600
}

.chDetails .locationRow .locationCol .address .placeName {
    font-size: 14px;
    font-weight: 400;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis
}

.homepage .headerWidget {
    padding: 0 46px;
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    background-color: var(--white)
}

@media (max-width:991px) {
    .homepage .headerWidget {
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .homepage .headerWidget {
        padding: 10px 20px
    }
}

.template .headerWidget {
    z-index: 7;
    padding: 15px 80px;
    position: sticky;
    top: 0;
    background-color: var(--white);
    z-index: 9999999 !important
}

@media (max-width:1366px) {
    .template .headerWidget {
        padding: 15px 50px
    }
}

@media (max-width:991px) {
    .template .headerWidget {
        padding: 15px 30px
    }
}

@media (max-width:767px) {
    .template .headerWidget {
        padding: 10px 20px
    }
}

.template .headerWidget .offCtrl .navLink {
    color: var(--blck)
}

@media screen and (min-width:576.1px) {
    .headerWidget {
        display: flex !important
    }
}

.headerWidget {
    z-index: 99 !important
}

.chDetails {
    flex: 1;
    padding: 30px 40px;
    box-shadow: 0 1px 5px 0 rgb(32 33 36 / .2);
    border-radius: 8px
}

.chDetails .locationRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.chDetails .locationRow .locationCol {
    display: flex;
    align-items: center;
    max-width: calc((50%) - 35px);
    flex: calc((50%) - 35px)
}

@media (max-width:1279px) {
    .chDetails {
        flex: 1;
        padding: 10px 15px
    }

    .chDetails .locationRow .locationCol {
        flex-direction: column;
        align-items: flex-start
    }

    .chDetails .locationRow .locationCol .datetime {
        display: flex;
        flex: 100%;
        max-width: 100%
    }

    .chDetails .locationRow .locationCol .address {
        flex: 100%;
        max-width: 100%
    }
}