@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600;700;800;900&display=swap');

body {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #38312D;
}

.link-primary {
    color: #FFC600;
}

    .link-primary:hover, .link-primary:focus, .link-primary:active {
        color: #946037;
    }

#header {
    transition: all ease-out .3s;
    top: 0px;
}

.bg-dark {
    background-color: #38312D !important;
}
/*sidenav*/
.sidenav {
    height: calc(100vh - 51px);
    width: 400px;
    position: fixed;
    z-index: 9000;
    top: 51px;
    left: -500px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.5);
}

.sub-menu-box {
    float: left;
    width: 100%;
    border-top: solid 1px #E3E1DB;
    padding: 30px;
}

.sub-menu-txt {
    color: #38312D;
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: 600;
    padding-bottom: 20px;
    transition: all ease-in .3s;
}

    .sub-menu-txt:hover {
        color: #ffc600;
    }

.sidenav .closebtn {
    float: right;
    margin-right: 25px;
    padding-top: 35px;
    margin-left: 0;
    transition: all ease-in .3s;
    opacity: 1;
}

    .sidenav .closebtn:hover {
        opacity: .9;
    }

.mr-left-25 {
    margin-left: 25px;
}

.menu-top {
    float: left;
    border-bottom: solid 1px #E3E1DB;
    width: 100%;
}

.logo-box-menu {
    float: left;
    padding-top: 17px;
    padding-bottom: 17px;
    height: auto;
    width: auto;
    margin-left: 25px;
}

    .logo-box-menu img {
        max-width: 130px;
    }

.menu-txt-box {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 30px;
}

.search-txt-box {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 25px;
    padding-bottom: 0;
    display: none;
}

.menu-txt {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #38312D;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    width: 100%;
    padding: 12px 0;
    float: left;
    text-transform: uppercase;
    transition: all ease-in .3s;
}

    .menu-txt:hover {
        color: #ffc600;
    }
/*sidenav*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 60px;
    right: 30px;
    z-index: 2000;
    font-size: 20px;
    border: none;
    border: solid 1px #ffffff;
    outline: none;
    background-color: #38312D;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 0;
    border-radius: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all ease-in .3s;
}

    #myBtn:hover {
        background-color: #ffc600;
        color: #38312D;
    }

.desktop-view {
    display: block;
    padding-top: 17px;
}

.mobile-view {
    display: none;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #38312D;
    padding: 8.5px 100px;
}

.header-inner {
    width: 100%;
    float: left;
    height: 95px;
}

.main-menu {
    float: left;
    padding-top: 33px;
    width: auto;
}

.logo-box {
    float: left;
    padding-top: 15px;
    height: auto;
    width: auto;
    margin-left: 30px;
}

    .logo-box img {
        margin-left: 0;
    }

.carousel {
    margin-top: 8.8rem;
    margin-bottom: 1.5rem;
}

#dropdownMenuButton {
    color: white;
    font-size: 15px;
}

.user-actions {
    display: inline-flex;
    align-items: center;
}

    .user-actions span:nth-child(1) img {
        margin-right: -11px;
    }

    .user-actions span:nth-child(3), .user-actions span:nth-child(4), .user-actions span:nth-child(5) {
        padding: 0 10px;
        position: relative;
        top: -3px;
    }

.other-actions {
    float: right;
    margin-top: 18px;
}

    .other-actions span {
        padding: 0 12px;
    }

.user-initials .dropdown img {
    width: 30px;
}

.join-the-head a {
    color: #946037;
    text-decoration: underline;
    font-weight: 600;
    padding-left: 15px;
}

.sign-in a {
    color: #38312D;
    text-decoration: underline;
    font-weight: 600;
    padding: 0 15px;
}

.custom-bage-color {
    background: #FFC600;
    position: absolute;
    top: -7px;
    height: auto !important;
    width: auto !important;
    right: 1px;
    font-weight: bold;
    color: black;
    border-radius: 50%;
}

.notification .dropdown-toggle::after {
    display: none;
}

.menu {
    float: left;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #999999;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

::-moz-scrollbar {
    width: 10px;
    height: 10px;
}

::-moz-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-moz-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-moz-scrollbar-thumb:active {
        background: #999999;
    }

::-moz-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-track:hover {
        background: transparent;
    }

    ::-moz-scrollbar-track:active {
        background: transparent;
    }

::-moz-scrollbar-corner {
    background: transparent;
}

::-ms-scrollbar {
    width: 10px;
    height: 10px;
}

::-ms-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-ms-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-ms-scrollbar-thumb:active {
        background: #999999;
    }

::-ms-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-track:hover {
        background: transparent;
    }

    ::-ms-scrollbar-track:active {
        background: transparent;
    }

::-ms-scrollbar-corner {
    background: transparent;
}

.notification-circle {
    background-color: #ffc600;
    min-width: 19px;
    height: 19px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #38312D;
    line-height: 1.5;
    position: absolute;
    margin-left: 8px;
    margin-top: -32px;
}

.slide-1 {
    background: url("../../assets/images/slide-1.jpg");
    background-size: cover;
}

.slide-2 {
    background: url("../../assets/images/slide-2.jpg");
    background-size: cover;
}

.slide-3 {
    background: url("../../assets/images/slide-3.jpg");
    background-size: cover;
}

.slide-4 {
    background: url("../../assets/images/slide-4.jpg");
    background-size: cover;
}

.slide-5 {
    background: url("../../assets/images/slide-5.jpg");
    background-size: cover;
}

.carousel-caption h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.carousel-caption p {
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

.navbar-nav img, svg {
    vertical-align: top;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
}

.navbar-nav .dropdown-item {
    color: #ffffff;
    font-size: 14px;
}

@media (min-width: 1400px) {
    .h1, h1 {
        font-size: 3rem;
    }

    body {
        font-size: 16px;
    }
}

.slider-right-box {
    position: absolute;
    right: 0;
    top: 30%;
    width: 100px;
    color: #38312D;
    background-color: #FFC600;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 20;
}

.startorder-headeing {
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    padding: 15px;
    font-size: 1rem;
    line-height: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    text-align: center;
    float: left;
    width: 100%;
}

.startorder-btn {
    border: solid 1px rgba(0, 0, 0, 0.10);
    color: #38312D;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: .8rem;
    float: left;
    background-color: transparent;
    transition: all ease-in .3s;
}

    .startorder-btn:hover {
        color: #38312D;
        background-color: rgba(0, 0, 0, 0.10);
    }

    .startorder-btn span {
        padding-top: 5px;
        float: left;
        width: 100%;
        text-align: center;
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.carousel-caption {
    position: absolute;
    right: auto;
    top: 0;
    bottom: auto;
    left: 0;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.20);
    padding: 50px;
    padding-top: 15%;
    padding-right: 50px;
    width: 30%;
    height: 100%;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.7rem 2rem;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 100px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: uppercase;
    transition: all ease-in .3s;
}

.btn-lg {
    padding: .8rem 3rem;
    font-size: 1rem;
}

.btn-primary {
    background-color: #FFC600;
    border: solid 1px #FFC600;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
}

    .btn-primary:hover {
        background-color: #38312D;
        border: solid 1px #f0bb02;
        color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    .btn-primary:active {
        background-color: #38312D;
        border: solid 1px #f0bb02;
        color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    .btn-primary:focus {
        background-color: #38312D;
        border: solid 1px #f0bb02;
        color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #38312D;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FFC600;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFC600;
}

.carousel-indicators {
    position: relative;
    right: 0px;
    bottom: 0px;
    top: 10px;
    left: 102px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 50;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 98px;
}

.indicators-box {
    background-color: #38312D;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 200px;
    height: 50px;
}

.carousel-control-next {
    right: auto;
    left: 50px;
    background-color: #F8D459;
}

.carousel-indicators .active {
    opacity: 1;
    margin-top: 8px;
    border: 2px solid #38312D;
    box-shadow: 0 0 0 1px #FFC600;
}

.carousel-item {
    /*height: auto;*/
    background-size: cover !important;
    background-position: center !important;
}


a {
    cursor: pointer;
}

.ml-0 {
    margin-left: 0 !important;
}

.btn-secondary {
    background: #38312D;
    color: #fff;
}
/*slider end*/
/*search button*/
.button {
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    /*margin: 4px 2px;

	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;*/
    color: #38312D;
    /*text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

    .button:hover {
        transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        color: #FFC600;
    }

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 34px;
    width: 100%;
    margin: 0;
    padding: 0;
    top: -4px;
    margin-right: 0px;
    right: 0;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: transparent;
    color: black;
}

.search {
    position: absolute;
    left: 49px;
    /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: #EDECE8;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

    .search:focus {
        width: 363px;
        /* Bar width+1px */
        padding: 0 16px 0 0;
        border-radius: 100px;
        padding-left: 20px;
    }

.expandright {
    left: auto;
    right: 49px;
    /* Button width-1px */
}

    .expandright:focus {
        padding: 0 0 0 16px;
    }
/*search button end*/
/*home content*/
.pull-right {
    float: right;
}

.box-background {
    background-image: url("../../assets/images/bookatable.jpg");
    background-size: cover;
    background-position: center;
    min-height: 186px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
}

    .box-background h2 {
        color: #ffc600;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 800;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .box-background p {
        color: #fff;
        line-height: normal;
        text-transform: none;
    }

.overflow-height {
    height: 449px;
    overflow: auto;
}

.find-bg {
    background-image: url("../../assets/images/find.jpg");
    background-size: cover;
}

.enjoy-bg {
    background-image: url("../../assets/images/enjoy.jpg");
    background-size: cover;
    background-position: top -40px center;
}

.trivia-bg {
    background-image: url("../../assets/images/trivia-bg.jpg");
    background-size: cover;
    min-height: 500px;
}

.sports-bg {
    background-image: url("../../assets/images/slide-4.jpg");
    background-size: cover;
    min-height: 240px;
    background-position: top 0px center;
}

.esports-bg {
    background-image: url("../../assets/images/esports.jpg");
    background-size: cover;
    min-height: 240px;
    background-position: top 0px center;
}

.sauces-bg {
    background-image: url("../../assets/images/slide-1.jpg");
    background-size: cover;
    min-height: 240px;
    background-position: top 0px center;
}

.news-bg {
    background-image: url("../../assets/images/latest-news.jpg");
    background-size: cover;
}

.reward-bg {
    background-image: url("../../assets/images/reward.jpg");
    background-size: cover;
    min-height: 240px;
}

.burger-bg {
    background-image: url("../../assets/images/sports-bg.jpg");
    background-size: cover;
    min-height: 500px;
    background-position: center;
}

.book-a-table-icn {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: #ffffff;
    background-image: url("../../assets/images/reserve-online.svg");
    background-repeat: no-repeat;
    background-position: top 18px center;
    background-size: 30px;
    float: left;
}

.book-a-table-icn-2 {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: #ffffff;
    background-image: url(../../assets/images/check-in.svg);
    background-repeat: no-repeat;
    background-position: top 14px center;
    background-size: 20px;
    float: left;
}

.book-a-table-icn-3 {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: #ffffff;
    background-image: url(../../assets/images/scan.svg);
    background-repeat: no-repeat;
    background-position: top 12px center;
    background-size: 22px;
    float: left;
}

.book-a-table-icn-4 {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: #ffffff;
    background-image: url("../../assets/images/enjoy-the-match.svg");
    background-repeat: no-repeat;
    background-position: top 12px center;
    background-size: 30px;
    float: left;
}

.book-cnt {
    float: left;
    width: calc(100% - 60px);
    font-size: 1rem;
    padding-left: 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
}

.ranking-table {
    font-size: 14px;
    width: 100%;
    color: #212529;
}

    .ranking-table td {
        padding: 7px 5px;
    }

.card-header {
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #ffc600;
    border-bottom: 0;
}

    .card-header:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .card-header h4 {
        font-weight: 800;
        color: #38312D;
        text-transform: uppercase;
        font-size: 1rem;
    }

.card {
    position: relative;
    display: flex;
    border: 18px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.bg-light {
    background-color: #EDECE8 !important;
}

.item-price {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.items-main-box {
    width: 100%;
    float: left;
    overflow: auto;
    border-radius: 10px;
}

.items-scroll-box {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    float: left;
    display: flex;
    min-width: 100%;
    margin-bottom: 10px;
}

.item-box {
    width: 250px;
    max-width: 280px;
    float: left;
    margin-right: 20px;
}

.menu-item-img {
    background-image: url("../../assets/images/menu-item-bg.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.favorite-icn {
    width: 50px;
    height: 50px;
    padding: 11px;
    /* float: right; */
    border-top-right-radius: 10px;
    border-bottom-left-radius: 15px;
    background-color: #ffc600;
    transition: all ease-in .3s;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

    .favorite-icn:hover {
        background-color: #fff;
    }

    .favorite-icn:active {
        background-color: #fff;
    }

    .favorite-icn:focus {
        background-color: #fff;
    }

.favorites-head {
    color: #38312D;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mr-left {
    margin-left: 13px;
}

.bg-dark .nav-link {
    color: #ffffff;
}

.menu-icon {
    width: 22px;
    float: right;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #ffffff;
    transition: all ease-in .3s;
}

.navbar-nav .nav-link {
    padding: 5px 0px;
}

.lang-btn {
    float: right;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 7px;
    color: #ffffff;
    transition: all ease-in .3s;
}

.menu-icon:hover {
    color: #ffc600;
}

.py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
/* fotter */
.site-footer {
    background-color: #38312D;
    padding: 60px 0 22px 0;
    font-size: 14px;
    line-height: 24px;
    color: #E3E1DB;
    z-index: 2;
    position: relative;
}

.first-column {
    padding-right: 30px;
}

    .first-column p {
        font-size: 15px;
        line-height: 20px;
    }

.guranted-safe {
    padding: 20px 0 0px 0;
    float: left;
}

.site-footer h6 {
    color: #fff;
    font-size: 18px;
}

.download-app img {
    margin: 10px 0 20px;
    width: 127px;
}

.social-icons-links a {
    margin-right: 8px;
}

.site-footer a {
    color: #737373;
}

.pull-left {
    float: left;
}

.copyright-main {
    position: relative;
    border-top: solid 1px #4A413C;
}

.cash-text:hover {
    color: #737373 !important;
}

.cash-text span {
    position: absolute;
    left: 5px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0;
    font-size: 14px;
    top: -2px;
}

.site-footer a:hover {
    color: #FFC600;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 4px;
        font-size: 20px;
    }

.connet a:before {
    display: none !important;
}

.footer-links a {
    color: #DDDDDD;
    line-height: 33px;
    font-size: 14px;
    font-family: 'Barlow-Medium', sans-serif;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        transition: all .2s linear
    }

p.copyright-text {
    margin: 20px 0 0 0;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.mr-1 {
    margin-right: 5px;
}

.album {
    margin-bottom: 1.5rem;
}

.text-right {
    text-align: right;
}

.box-background h1 {
    color: #ffc600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.main-menu img {
    margin-left: 0;
    cursor: pointer;
}

.form-control {
    border: solid 1px #E3E1DB;
    background-color: #E3E1DB;
    border-radius: 50px;
    padding-left: 25px;
}

    .form-control:focus {
        border: solid 1px #E3E1DB;
        background-color: #E3E1DB;
        outline: none;
        box-shadow: none;
    }

.search-txt-box .form-control {
    padding-right: 0px !important;
}

.search-txt-box .btn {
    padding-left: 10px !important;
}

.btn-scondary {
    background-color: #E3E1DB;
    border-color: #E3E1DB;
    color: #38312D;
}

    .btn-scondary:focus {
        box-shadow: none;
    }
/*sidenav-right*/
.sidenav-right {
    height: 100vh;
    width: 270px;
    position: fixed;
    z-index: 9000;
    top: 0px;
    right: -400px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-box-shadow: -5px -5px 15px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -5px -5px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -5px -5px 15px 0px rgba(50, 50, 50, 0.3);
}

.sub-menu-box-right {
    float: left;
    width: 100%;
    border-top: solid 1px #E3E1DB;
    padding: 30px;
}

.sub-menu-txt-right {
    color: #38312D;
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: 600;
    padding-bottom: 15px;
    transition: all ease-in .3s;
}

    .sub-menu-txt-right:hover {
        color: #ffc600;
    }

.sidenav-right .closebtn-right {
    position: absolute;
    right: 20px;
    top: 15px;
    margin-left: 0;
    transition: all ease-in .3s;
    opacity: 1;
}

    .sidenav-right .closebtn-right:hover {
        opacity: .9;
    }

.mr-right-25 {
    margin-left: 25px;
}

.menu-top-right {
    float: left;
    border-bottom: solid 1px #E3E1DB;
    width: 100%;
}

.logo-box-menu-right {
    float: left;
    padding-top: 17px;
    padding-bottom: 17px;
    height: auto;
    width: auto;
    margin-left: 25px;
}

.menu-txt-box-right {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 30px;
}

.search-txt-box-right {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 25px;
    padding-bottom: 0;
    display: none;
}

.menu-txt-right {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #38312D;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    width: 100%;
    text-align: left;
    padding: 7px 0;
    float: left;
    text-transform: capitalize;
    transition: all ease-in .3s;
}

    .menu-txt-right:hover {
        color: #ffc600;
    }
/*sidenav-right*/
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }

    .header-mr .h1, h1 {
        font-size: 3.5rem;
    }
}
/*home End*/
/*our story start*/
.header-mr {
    margin-top: 8.8rem;
    margin-bottom: 2.5rem;
}

.fw-light {
    font-weight: 800 !important;
}

.header-mr p {
    font-size: 17px;
}

.header-mr .h1, h1 {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.about-us {
    background-image: url("../../assets/images/our-story-bg.jpg");
    background-size: cover;
    background-position: top -76px center;
    background-repeat: no-repeat;
}

.about-bg {
    background-image: url("../../assets/images/about.jpg");
    background-size: cover;
    min-height: 400px;
}

.color-dark {
    color: #38312D;
    font-weight: 700;
    margin-bottom: 30px;
}

.schedule-btn {
    color: #ffffff;
    padding-left: 10px;
    padding-top: 13px;
    float: left;
    transition: all ease-in .3s;
}

    .schedule-btn:hover {
        color: #ffc600;
    }

.dark-box-div {
    float: left;
    padding-left: 100px;
    padding-top: 160px;
}

    .dark-box-div h1 {
        font-size: 3rem;
        text-align: left;
    }

    .dark-box-div p {
        text-transform: none;
    }

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pd-0 {
    padding: 0;
}

.e-sports-bg {
    background-image: url("../../assets/images/sports-img.jpg");
    background-size: cover;
    min-height: 500px;
}

.dark-color {
    color: #38312D;
}

.news-heading {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: #946037;
}

.news-img {
    background-image: url("../../assets/images/news.jpg");
    background-size: cover;
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.news-thumbnail {
    background-image: url("../../assets/images/esports.jpg");
}

.news-thumbnail-1 {
    background-image: url("../../assets/images/bookatable.jpg");
}

.news-thumbnail-2 {
    background-image: url("../../assets/images/Multiple-Seasonings_Spoons.jpg");
}

.news-box {
    width: 300px;
    float: left;
    margin-right: 20px;
}
/*Our story end*/
/*FAQ start*/
.faq {
    background-image: url("../../assets/images/contact-us.jpg");
    background-size: cover;
    background-position: center;
}

.light-color {
    color: #ffffff !important;
}

.faq-btn {
    color: #38312D;
    background: #EDECE8;
    width: calc(14.28% - 20px);
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all ease-in .3s;
    margin-bottom: 20px;
}

    .faq-btn:hover {
        background: #ffc600;
        color: #38312D;
    }

    .faq-btn img {
        margin-bottom: 10px;
        height: 50px;
    }

.faq-btn-white {
    color: #38312D;
    background: #ffffff;
    width: calc(14.28% - 20px);
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all ease-in .3s;
    margin-bottom: 20px;
}

    .faq-btn-white:hover {
        background: #ffc600;
        color: #38312D;
    }

    .faq-btn-white img {
        margin-bottom: 10px;
        height: 40px;
    }

.center-algn {
    display: flex;
    justify-content: center !important;
}

.faq-inner-head {
    margin: 2.5rem 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #946037;
    font-size: 2rem;
    font-family: 'Barlow Semi Condensed';
    float: left;
}

.back-page-btn {
    margin: 2.5rem 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #38312D;
    font-family: 'Barlow Semi Condensed';
    font-size: 2rem;
    padding-right: 30px;
    border-right: solid 1px #B5A49A;
    margin-right: 30px;
    float: left;
    transition: all ease-in .3s;
}

    .back-page-btn:hover {
        color: #946037;
    }

.mr-bottom-40 {
    margin-bottom: 3rem;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    box-shadow: none;
    outline: none;
    color: #946037;
    font-weight: 600;
}

    .accordion-button:hover, .accordion-button:active, .accordion-button:focus, .accordion-button:visited {
        color: #946037;
        background-color: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        box-shadow: none;
        outline: none;
        border-top: 1px solid rgba(0, 0, 0, .125);
    }

    .accordion-button:not(.collapsed) {
        color: #38312D;
        background-color: transparent;
        border-bottom: 1px solid #38312D;
        box-shadow: none;
        outline: none;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("../../assets/images/minus.svg");
            transform: rotate(180deg);
        }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("../../assets/images/plus.svg");
        background-repeat: no-repeat;
        background-size: 1.25rem;
    }

    .accordion-button:not(.collapsed) {
        border-top: 1px solid rgba(0, 0, 0, .125);
    }

.accordion-button {
    padding: 1rem 0;
}

.accordion-body {
    padding: 1rem 0;
}

.accordion-flush .accordion-button {
    text-align: left;
    text-transform: capitalize;
}

.mr-btm-20 {
    margin-bottom: 20px;
}

.download-app img {
    margin: 10px 0 30px;
}

.social-icons-links {
    margin-top: 20px;
}

a {
    transition: all ease-in .3s;
}

    a:hover {
        color: #ffc600;
    }

.privacy-bg {
    background-image: url("../../assets/images/contact-us.jpg");
    background-size: cover;
    background-position: center;
}

.terms-bg {
    background-image: url("../../assets/images/contact-us.jpg");
    background-size: cover;
    background-position: center;
}
/*FAQ end*/
/*Contact Us Start*/
.contact-us {
    background-image: url("../../assets/images/contact-us.jpg");
    background-size: cover;
    background-position: center;
}

.btn-dark {
    background-color: #38312D;
    border-radius: 10px;
    border-color: #38312D;
    width: calc(25% - 20px);
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
}

    .btn-dark:hover {
        border-color: #946037;
        background-color: #946037;
        border-radius: 10px;
    }

    .btn-dark p {
        color: #ffffff;
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 1rem;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 600;
    }

.cnt-style {
    color: #38312D;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.cnt-form {
    background: #ffff;
    border-radius: 5px;
    padding: .6rem 1rem;
    border-color: #ffffff;
}

lablel {
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
}

.cnt {
    width: 50px;
    height: 50px;
    float: left;
}

.cnt-details {
    float: left;
    margin-left: 20px;
    width: calc(100% - 80px);
    font-weight: 500;
    padding-top: 10px;
    font-size: 1rem;
}

.cnt img {
    width: 100%;
}
/*Contact Us End*/
/*Sign in & Sign up Start*/
.form-box-center {
    width: 400px;
    max-width: 100%;
    margin: auto;
    font-size: 15px;
}

.sign-in-img {
    background: url("../../assets/images/sign-in.jpg");
    background-size: cover;
    background-position: center;
}

.sign-up-img {
    background: url("../../assets/images/sign-up.jpg");
    background-size: cover;
    background-position: center;
}

.form-control {
    padding: .5rem 1rem;
    background: #ffff;
    background: #ffff;
    transition: all ease-in .3s;
}

.signin-form {
    border-radius: 5px !important;
    border: solid 1px #808080 !important;
    margin-bottom: 15px;
}

.form-control:focus {
    background-color: #ffffff;
    border: solid 1px #FFC600 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.input-group-addon {
    padding: .7rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    border: 0;
    border-radius: .25rem;
    border-left: 0;
    position: absolute;
    z-index: 100;
    right: 0;
}

.form-check-input:focus, .form-check-input:active, .form-check-input:visited {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    outline: none;
    border-color: #ffc600;
}

.form-check-input:checked {
    background-color: #ffc600;
    border-color: #ffc600;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    color: #38312D;
    outline: none;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: 0;
    margin-right: .8rem;
    vertical-align: middle;
}

.sign-in-btn {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 1rem !important;
}

.or-sign-in {
    width: 100%;
    border-bottom: solid 1px #E3E1DB;
}

.login-or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E3E1DB;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .login-or span {
        background: #ffffff;
        padding: 0 10px;
    }

.sign-fb {
    background-color: #3B5998;
    color: #ffffff;
    text-transform: capitalize;
    background-image: url("../../assets/images/fb.svg");
    background-repeat: no-repeat;
    background-position: center left 30px;
    border: 0;
    margin-top: 0;
}

    .sign-fb:hover {
        border: 0;
        background-color: #3f69c3;
    }

.sign-gmail {
    background-color: #ffffff;
    color: #38312D;
    text-transform: capitalize;
    background-image: url("../../assets/images/gmail.svg");
    background-repeat: no-repeat;
    background-position: center left 20px;
    border-color: #E3E1DB;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

    .sign-gmail:hover {
        color: #38312D;
        background-color: #ffffff;
    }

.sign-apple {
    background-color: #000000;
    color: #ffffff;
    text-transform: capitalize;
    background-image: url("../../assets/images/apple.svg");
    background-repeat: no-repeat;
    background-position: center left 25px;
    border: 0;
    margin-top: 10px;
}

    .sign-apple:hover {
        border: 0;
        background-color: #333333;
    }

.create-account {
    background-color: #808080;
    color: #ffffff;
}

.create-account {
    background-color: #38312D;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 50px;
    border: 0;
    margin-top: 0px;
}

    .create-account:hover {
        border: 0;
        background-color: #ffc600;
        color: #38312D;
    }

.input-group-addon-number {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    border: 0;
    border-radius: 0.25rem;
    border-left: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    direction: ltr;
}

.input-phone-nmbr {
    padding-left: 80px !important;
    text-align: left;
    vertical-align: middle;
}

.form-select {
    background-image: url("../../assets/images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.mar-top {
    margin-top: 30px;
    margin-bottom: 20px;
}

.mar-top-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
/*Sign in & Sign up End*/
/*profile start*/
.btn-light {
    background-color: #EDECE8;
    border-radius: 10px;
    border-color: #EDECE8;
    width: 100%;
    padding: 10px 0;
    width: calc(33.33% - 9px);
    margin-right: 10px;
    color: #38312D;
    text-transform: capitalize;
    font-size: 1rem;
    padding-top: 20px !important;
}

    .btn-light:hover {
        border-color: #38312D;
        background-color: #38312D;
        border-radius: 10px;
        color: #ffffff;
    }

        .btn-light:hover img {
            filter: brightness(100);
        }

    .btn-light p {
        margin-top: 10px;
        margin-bottom: 15px !important;
    }

.light-btn-box {
    max-width: 100%;
    width: 1000px;
    margin: auto;
}

.btn-light img {
    width: 40px;
}

.border-box {
    border: solid 1px #CBCBCB;
    padding: 40px;
    border-radius: 10px;
}

.profile-circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #EDECE8;
    margin: auto;
    text-align: center;
    color: #BF502F;
    font-weight: 500;
    padding-top: 17px;
    font-size: 2.5rem;
    margin-bottom: 17px;
}

.loyalty {
    color: #595959;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 18px;
}

.gray-box {
    filter: grayscale(5);
}

.points {
    text-align: center;
    font-weight: 800;
    margin-top: 0px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    color: #946037;
    font-size: 40px;
}

.abt-loyalty {
    font-size: 14px;
    color: #595959;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.bdr-right {
    border-right: solid 1px #CBCBCB;
}

.black-circle {
    background-color: #38312D;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    padding-top: 15px;
    float: left;
}

    .black-circle img {
        height: 25px;
    }

.name-box {
    width: 100%;
    padding-left: 50px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.name-box-text {
    width: calc(100% - 60px);
    padding-left: 20px;
    float: left;
    padding-top: 5px;
}

.name-text {
    color: #38312D;
    font-weight: 600;
    font-size: 16px;
}

.bdr-radius {
    border-radius: 5px;
}

.btn-basic {
    background-color: #38312D;
    border: solid 1px #38312D;
    box-shadow: 0 5px 0px rgb(0 0 0 / 0%);
    color: #ffffff;
}

    .btn-basic:hover {
        background-color: #EDECE8;
        border: solid 1px #EDECE8;
    }

.profile-bg-btn-box {
    position: relative
}

.profile-bg {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    text-align: center;
    cursor: pointer;
    transition: all ease-in .3s;
}

    .profile-bg:hover {
        background-color: #ffc600;
    }

.modal-content {
    border-radius: 10px;
}

.btn-close {
    transition: all ease-in .3s;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
}

.pro-bg-btn-box {
    width: 100%;
    height: 150px;
    background-image: url(../../assets/images/pro-bg.jpg);
    background-size: auto 100%;
    border-radius: 10px;
    float: left;
    background-position: center center;
}

.pro-bg-btn {
    width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 10px;
    background-image: url("../../assets/images/tick.svg");
    background-repeat: no-repeat;
    float: left;
    background-position: center;
    opacity: 0;
}

    .pro-bg-btn:hover {
        opacity: 1;
    }

.pro-bg-btn-active {
    opacity: 1;
}

.modal-footer {
    margin-bottom: 20px;
}

.pro-bg {
    background-image: url(../../assets/images/my-profile/MyProfile_Boneless.jpg);
    background-size: cover;
    background-position: center center;
}

.AmFootball {
    background-image: url(../../assets/images/my-profile/MyProfile_AmFootball.jpg);
    background-size: cover;
    background-position: center center;
}

.Boneless {
    background-image: url(../../assets/images/my-profile/MyProfile_Boneless.jpg);
}

.boxing {
    background-image: url(../../assets/images/my-profile/MyProfile_boxing.jpg);
}

.cricket {
    background-image: url(../../assets/images/my-profile/MyProfile_cricket.jpg);
}

.mma {
    background-image: url(../../assets/images/my-profile/MyProfile_MMA.jpg);
}

.Traditional {
    background-image: url(../../assets/images/my-profile/MyProfile_Traditional.jpg);
}

.sports-pro-bg {
    background-image: url("../../assets/images/football-player.jpg");
}

.flavors-pro-bg {
    background-image: url("../../assets/images/flavors-ingredients.jpg");
}

.ingredients-pro-bg {
    background-image: url("../../assets/images/Flavors-Ingredients-3.jpg");
}

.reward-pro-bg {
    background-image: url("../../assets/images/reward.jpg");
}

.trivia-pro-bg {
    background-image: url("../../assets/images/slide-2.jpg");
}

.multiple-pro-bg {
    background-image: url("../../assets/images/Multiple-Seasonings_Spoons.jpg");
}

.wings-pro-bg {
    background-image: url("../../assets/images/slide-1.jpg");
}

.pro-bg-text {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #38312D;
}

.modal-title {
    color: #38312D;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.modal-body {
    padding: 0 1rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.edit-pro-form {
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #808080 !important;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .edit-pro-form:focus {
        border: 0 !important;
        border-bottom: solid 1px #ffc600 !important;
        box-shadow: none !important;
    }

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 40px;
}

.pl-30 {
    padding-left: 30px;
}

.border-box lablel {
    margin-bottom: 0;
}
/*Profile end*/
/*signed right menu start*/
.pl-5 {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.sidenav-right {
    height: calc(100vh - 48px);
    top: 48px;
    width: 300px;
}

.sidenav {
    height: calc(100vh - 48px);
    top: 48px;
}

.profile-pic {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background-color: #EDECE8;
    text-align: center;
    color: #BF502F;
    font-weight: 500;
    padding-top: 12px;
    font-size: 2rem;
    margin-top: 5px;
    float: left;
}

.username-box-text {
    width: calc(100% - 75px);
    padding-left: 15px;
    float: left;
    padding-top: 5px;
}

.username-text {
    color: #38312D;
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 5px;
}

.user-details-txt {
    line-height: 1;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
}

    .user-details-txt label {
        margin-bottom: 0;
        margin-right: 5px;
    }

.closebtn-right img {
    opacity: .4;
    transition: all ease-in .3s;
    max-width: 18px;
}

    .closebtn-right img:hover {
        opacity: 1;
    }

.pro-bdr-bottom {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: solid 1px #EDECE8;
}

.menu-txt-right {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

.menu-txt-box-right {
    padding: 20px;
}
/*signed right menu end*/
/*My address start*/
.address-bg {
    background-image: url("../../assets/images/address-bg.jpg");
    background-size: cover;
    background-position: center;
}

.order-history-bg {
    background-image: url("../../assets/images/order-history-bg.jpg");
    background-size: cover;
    background-position: center;
}

.btn-light img {
    height: 40px;
    width: auto;
}

.address-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    float: left;
    width: 100%;
    position: relative;
}

.location-text {
    float: left;
    margin-right: 20px;
    border-radius: 35px;
    height: 35px;
    padding: 0 25px;
    font-size: 14px;
    background-color: #EDECE8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.text-light-clr {
    color: #808080
}

.right-actn-box {
    position: absolute;
    right: 25px;
    top: 20px;
}

.right-actn-btn {
    float: right;
    margin-left: 20px;
    opacity: 1;
    transition: all ease-in .3s;
}

    .right-actn-btn:hover {
        opacity: .7;
    }

    .right-actn-btn img {
        width: 22px
    }
/*My address end*/
/*confirm-loacation	start*/
.search-main-box {
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 50px;
    z-index: 1000;
    left: 50%;
    margin-left: -500px;
    max-width: 100%;
}

.search-location {
    width: calc(100% - 160px);
    float: left;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}

.locate-me {
    float: right;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    font-weight: 500;
    color: #38312D;
}

    .locate-me:hover {
        background-color: #ffc600;
        color: #38312D;
    }

.location-icn {
    width: 60px;
    float: left;
    padding-top: 10px;
}

.location-address-text {
    width: calc(100% - 60px);
    height: auto;
    float: left;
    margin-bottom: 30px;
}

    .location-address-text p {
        margin-bottom: 5px;
    }

.input-group-addon a {
    opacity: 1
}

    .input-group-addon a:hover {
        opacity: .7;
    }

.address-header {
    border-bottom: solid 1px #EDECE8;
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 30px;
}

.btn-outline-warning {
    border: solid 1px #D3D3D3;
    color: #808080;
    padding: 0.6rem 1.7rem;
    padding: 0.5rem 1.2rem;
}

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        color: #38312D;
        background-color: #ffc107;
        border-color: #ffc107;
    }
/*confirm-loacation	end*/
/*preferences start*/
.preference-sub-text {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    top: 50px;
    width: 100%;
}

.div-heading {
    font-weight: 600;
    color: #38312D;
    font-size: 17px;
}

.sub-accord-text {
    margin-bottom: 20px;
    color: #808080;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #51A120;
}

input:focus + .slider {
    box-shadow: 0 0 1px #51A120;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.accord-left-box {
    float: left;
    width: calc(100% - 50px);
}

.accord-left-box-2 {
    float: left;
    width: calc(100% - 120px);
}

.toogle-box-2 {
    width: 120px;
    float: left;
    margin-top: 10px;
}

.toogle-box {
    width: 50px;
    float: left;
    margin-top: 10px;
}

a .div-heading {
    color: #38312D;
    transition: all ease-in .3s;
}

    a .div-heading:hover {
        color: #946037;
    }
/*preferences end*/
.btn-outline-warning:focus {
    outline: none;
    box-shadow: none;
}

.tag-btn-div {
    float: left;
    margin-right: 5px;
}

.tag-div-name {
    width: 310px;
    max-width: 100%;
    float: left;
}
/*menu start*/
.menu-bg {
    background-image: url("../../assets/images/menu_header.jpg");
    background-size: cover;
    background-position: center;
}

.menu-category-box {
    background-image: url("../../assets/images/menu-categories/Shareables.jpg");
    border-radius: 15px;
    height: 267px;
    padding: 20px;
    color: #ffffff;
    background-size: 100%;
    transition: all ease-in .3s;
    background-position: center;
    background-color: #000000;
    cursor: pointer;
    margin-bottom: 25px;
    background-repeat: no-repeat;
}

    .menu-category-box:hover {
        background-size: 120%;
        background-position: center;
    }

.wings {
    background-image: url("../../assets/images/menu-categories/Wings.jpg");
}

.burgers {
    background-image: url("../../assets/images/menu-categories/Burgers-Sandwiches.jpg");
}

.wraps {
    background-image: url("../../assets/images/menu-categories/Wraps.jpg");
}

.tenders {
    background-image: url("../../assets/images/menu-categories/Tenders.jpg");
}

.local {
    background-image: url("../../assets/images/menu-categories/Local-Favorites.jpg");
}

.salads {
    background-image: url("../../assets/images/menu-categories/Salads.jpg");
}

.desserts {
    background-image: url("../../assets/images/menu-categories/Desserts.jpg");
}

.kids {
    background-image: url("../../assets/images/menu-categories/kids.jpg");
}

.drinks {
    background-image: url("../../assets/images/menu-categories/drinks.jpg");
}

.go-big {
    background-image: url("../../assets/images/menu-categories/go-big.jpg");
}

.limited-time {
    background-image: url("../../assets/images/menu-categories/limited-offer.jpg");
}

.category-text {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 5px;
    line-height: normal;
}

.menu-category-box p {
    font-size: 14px;
    text-transform: none;
}
/*menu end*/
/*menu inside page start*/
.menu-back-page-btn {
    margin: 2rem 0;
    text-transform: capitalize;
    color: #38312D;
    font-size: 1.5rem;
    padding-right: 30px;
    border-right: solid 1px #B5A49A;
    margin-right: 30px;
    float: left;
    transition: all ease-in .3s;
    font-weight: 500 !important;
}

    .menu-back-page-btn:hover {
        color: #946037;
    }

.menu-category-text {
    margin: 2rem 0;
    text-transform: capitalize;
    color: #38312D;
    font-size: 1.5rem;
    padding-right: 30px;
    margin-right: 30px;
    float: left;
    transition: all ease-in .3s;
    font-weight: 500 !important;
}

.menu-item-box-div {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.menu-item-box-div-img-box {
    width: 100%;
    height: 267px;
    background-image: url("../../assets/images/menu-item-background.jpg");
    background-size: cover;
    background-postion: center;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-box-div-img-box img {
    max-height: 200px;
    width: 300px;
    max-width: 80%;
}

.menu-item-details-box {
    padding: 30px;
    width: 100%;
    float: left;
    height: 282px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.menu-name-txt {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    color: #38312D;
    text-transform: capitalize !important;
    line-height: normal;
    height: 50px;
    overflow: auto;
}

.menu-sub-txt-div {
    width: 100%;
    font-size: .9rem;
    text-align: center;
    font-weight: 400;
    color: #595959;
    line-height: normal;
    text-transform: capitalize !important;
    height: auto;
    overflow-y: auto;
}

.price-txt-div {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    color: #38312D;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
}

.fav-btn {
    padding: 0 !important;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.menu-item-btn {
    float: left;
    margin-right: 5px;
    font-size: .8rem;
}

.menu-btn-box-div-main {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.menu-box-background {
    background-image: url(../../assets/images/slide-3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    float: left;
    height: 549px
}

    .menu-box-background h2 {
        color: #ffffff;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 800;
        margin-bottom: 13px;
        margin-top: 0px;
        text-align: left;
        font-size: 1.8rem;
        text-transform: uppercase
    }

    .menu-box-background p {
        color: #ffffff;
        text-align: left;
        font-weight: 400;
        font-size: 1rem;
        line-height: normal;
    }

.menu-banner-white-overlay {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
}

.btn-sm {
    padding: 9px 15px;
    font-weight: 800;
}

.offer-box-background {
    background-image: url(../../assets/images/enjoy.jpg);
    background-size: cover;
    background-position: center right;
    text-transform: uppercase;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    float: left;
    height: 549px
}

    .offer-box-background h2 {
        color: #ffc600;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 800;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 3rem;
    }

    .offer-box-background p {
        color: #ffffff;
        text-align: center;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: normal;
    }

@media (max-width:1600px) {
    .menu-sub-txt-div {
        font-size: .8rem;
    }

    .price-txt-div {
        font-size: 1.5rem
    }
}
/*menu inside page end*/
/*Customization page start*/
.location-bx {
    width: 100%;
    float: right;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 18px;
    margin-top: .7rem;
    margin-bottom: .7rem;
}

    .location-bx p {
        font-size: 14px;
        float: left;
        width: 100%;
        color: #808080;
        border-bottom: solid #EDECE8 1px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

.location-heading-text {
    font-size: 1.1rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    width: calc(100% - 30px);
    float: left;
    height: auto;
}

.white-inside-bx p {
    line-height: 1.2;
    margin-top: 3px;
}

.customization-box-div-img-box {
    width: 100%;
    height: 600px;
    background-image: url("../../assets/images/menu-item-background.jpg");
    background-size: cover;
    float: left;
    text-align: center;
}

.custon-white-box {
    background-color: #ffffff;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
    height: 600px;
    padding: 15px;
    overflow-y: auto;
}

.head-text-div {
    color: #946037;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.2rem;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.sub-head-text-div {
    color: #808080;
    font-weight: 500;
    margin-top: 10px;
    font-size: 1rem;
    float: left;
    width: 100%;
}

.white-item-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.white-item-box-img {
    width: 55px;
    float: left;
    height: 80px;
}

.white-item-box-text {
    width: calc(100% - 100px);
    float: left;
    height: 80px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    color: #38312D;
    line-height: normal
}

.location-heading-text img {
    width: 25px;
    margin-left: 5px;
}

.location-heading-text a {
    opacity: 1;
    transition: all ease-in .3s;
}

    .location-heading-text a:hover {
        opacity: .8;
    }

.right-btn-box {
    background-color: #38312D;
    height: 80px;
    width: 35px;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all eas-in .3s;
}

    .right-btn-box:hover {
        background-color: #FFC600;
    }

    .right-btn-box img {
        width: 15px;
    }

.ml-2 {
    margin-left: 15px;
}

.aligner-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

.small-sub-text {
    color: #808080;
    font-size: 12px;
    width: 100%;
}

.customize-main-box-div {
    height: 600px;
    padding: 20px;
    overflow-y: auto;
}

.customize-head {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.8rem;
    color: #38312D;
}

.item-name-div-box {
    color: #946037;
    font-size: 1.5rem;
    font-weight: 500;
}

.customization-color-gray {
    color: #808080;
    font-weight: 500;
}

.price-main-box {
    float: right;
    color: #946037;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
/*range css start*/
.range-box-div {
    width: 82%;
    margin: 30px auto;
}

.styled_range {
    position: relative;
    padding: 10px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 204, 61, 1) 25%, rgba(206, 116, 51, 1) 50%, rgba(191, 80, 47, 1) 75%, rgba(148, 43, 43, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 12px;
    }

.track_range {
    pointer-events: none;
}

    .track_range::-webkit-slider-runnable-track {
        background: #D0D0D0;
        border-radius: 6px;
        overflow: hidden;
    }

.thumb_range::-webkit-slider-runnable-track {
    background: transparent;
    cursor: pointer;
}

.thumb_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid #BE0000;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    background: #ffffff;
    cursor: pointer;
    margin: -12px 0px 0px 0px;
    background-image: url("../../assets/images/All.svg?v=3");
    background-repeat: no-repeat;
    background-position: center;
}

.thumb_range.active-wild::-webkit-slider-thumb {
    background-image: url("../../assets/images/wild.svg?v=3");
    border: 3px solid #942B2B;
}

.thumb_range.active-hot::-webkit-slider-thumb {
    background-image: url("../../assets/images/hot.svg?v=3");
    border: 3px solid #BF502F;
}

.thumb_range.active-medium::-webkit-slider-thumb {
    background-image: url("../../assets/images/medium.svg?v=3");
    border: 3px solid #CE7433;
}

.thumb_range.active-mild::-webkit-slider-thumb {
    background-image: url("../../assets/images/mild.svg?v=3");
    border: 3px solid #F4CC3D;
}

.range-points-main-box {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: table;
}

.range-points-main-box-div {
    display: table-cell;
}

.range-points-div {
    width: 80px;
    height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    color: #946037;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    /* float: left; */
    border-radius: 8px;
    font-weight: 600;
    position: relative;
    margin: auto;
    background-color: #ffffff;
}

    .range-points-div span {
        position: absolute;
        bottom: -14px;
        left: 40%;
        color: #fff;
    }

        .range-points-div span svg {
            -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .2));
            filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .2));
            /* Similar syntax to box-shadow */
        }

.active-all {
    background-color: #ffffff;
    color: #946037;
}

    .active-all span {
        color: #ffffff;
    }

.active-mild {
    background-color: #F4CC3D;
    color: #38312D;
}

    .active-mild span {
        color: #F4CC3D;
    }

.active-medium {
    background-color: #CE7433;
    color: #ffffff;
}

    .active-medium span {
        color: #CE7433;
    }

.active-hot {
    background-color: #BF502F;
    color: #ffffff;
}

    .active-hot span {
        color: #BF502F;
    }

.active-wild {
    background-color: #942B2B;
    color: #ffffff;
}

    .active-wild span {
        color: #942B2B;
    }
/*range css end*/
.white-item-box-big {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all ease-in .3s;
}

    .white-item-box-big:hover {
        background-color: #EDECE8;
    }

    .white-item-box-big.disabled {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        background-color: #EDECE8;
        cursor: pointer;
        transition: all ease-in .3s;
        opacity: .5;
        cursor: auto;
    }

.white-item-box-img-big {
    width: 70px;
    float: left;
    height: 130px;
}

.white-item-box-text-big {
    width: calc(100% - 110px);
    float: left;
    height: 130px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.1rem;
    color: #38312D;
    line-height: normal;
    padding-right: 10px;
}

    .white-item-box-text-big p {
        font-family: 'Barlow', sans-serif;
        font-size: 13px;
        color: #38312D;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.right-btn-box-big {
    background-color: rgba(255, 255, 255, .50);
    height: 40px;
    width: 40px;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all eas-in .3s;
    color: #38312D;
    font-size: 24px;
    opacity: 0;
}

.active-box {
    background-color: #ffc600;
}

    .active-box:hover {
        background-color: #ffc600;
    }

    .active-box .right-btn-box-big {
        opacity: 1;
    }

.dips-active-box {
    background-color: #ffffff;
}

    .dips-active-box:hover {
        background-color: #ffffff;
    }

    .dips-active-box .right-btn-box-big {
        opacity: 1;
        height: 130px;
        background-color: #38312D;
        color: #ffffff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 10px;
    }

.right-btn-main-box-div {
    width: 40px;
    height: 130px;
    float: right;
}

.right-btn-top-box {
    background-color: #EDECE8;
    height: 43px;
    width: 40px;
    float: right;
    border-top-right-radius: 10px;
    transition: all eas-in .3s;
    color: #38312D;
    font-size: 24px;
}

    .right-btn-top-box:hover {
        background-color: #ffc600;
        color: #38312D;
    }

.right-btn-bottom-box {
    background-color: #EDECE8;
    height: 43px;
    width: 40px;
    float: right;
    border-bottom-right-radius: 10px;
    transition: all eas-in .3s;
    color: #38312D;
    font-size: 24px;
}

    .right-btn-bottom-box:hover {
        background-color: #ffc600;
        color: #38312D;
    }

.res-location-det {
    min-height: 40px;
}

.pos-sticky {
    position: sticky;
    top: 140px;
    z-index: 1029;
}

.right-btn-txt-box {
    height: 44px;
    width: 40px;
    color: #38312D;
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    float: left;
    text-align: center;
    border: 0;
}

.customi-sub-text {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 7px;
    width: 100%;
}

.border-rad {
    border-radius: 5px !important;
}

@media (min-width:1800px) {
    .customization-box-div-img-box {
        height: 850px;
    }

    .custon-white-box {
        height: 850px;
    }

    .customize-main-box-div {
        height: 850px;
    }
}
/*Customization page end*/
/*confirm location start*/
.confirm-location-left-icn {
    font-size: 18px;
    color: #51A120;
    font-weight: bold;
}

.confirm-location-right-text {
    color: #946037;
    font-weight: 500;
    font-size: 14px;
}

.padding-loc {
    padding-left: 40px;
    padding-right: 75px;
    font-size: 15px;
}
/*confirm location end*/
/*language btn start*/
.lang-btn-bx {
    width: 90px;
    text-align: right;
    float: right;
    margin-top: 2px;
}
/*language btn end*/
.dropdown-menu-header {
    padding: .75rem;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #dee6ed;
}

#preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    z-index: 9009;
    /* makes sure it stays on top */
}

#status {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -75px 0 0 -75px;
    /* is width and height divided by two */
}

.white-first-item-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 20px;
    background-color: #ffffff;
    transition: all ease-in .3s;
    color: #38312D;
    background-position: left 10px center;
}

    .white-first-item-box:hover {
        background-color: #38312D;
        color: #ffffff;
        background-image: url("../../assets/images/tick.svg");
        background-size: 20px;
        background-repeat: no-repeat;
        padding-left: 50px;
        background-position: left 20px center;
    }

.item-selected-style {
    background-color: #38312D;
    color: #ffffff;
    background-image: url("../../assets/images/tick.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left 20px center;
}

.white-first-item-box:hover p {
    color: #ffffff;
}

.item-selected-style p {
    color: #ffffff !important;
}

.white-item-box-first-text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    line-height: normal;
}

.white-first-item-box p {
    font-size: .8rem;
    font-weight: 400 !important;
    color: #808080;
    line-height: normal;
    margin-bottom: 0;
}
/* Checkout - Order Method page */
.top-heading {
    background: #EDECE8;
    margin-bottom: 0;
}

    .top-heading ul {
        list-style: none;
    }

    .top-heading li {
        font-size: 1.750em;
        font-weight: 500;
        margin-right: 15px;
        padding-right: 15px;
        position: relative;
    }

        .top-heading li:after {
            content: "";
            background: #999;
            width: 1px;
            height: 34px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .top-heading li.back:after, .top-heading li:last-child:after {
            display: none;
        }

        .top-heading li.back img {
            width: 24px;
        }

.check-out .product-image img {
    max-width: 100%;
}

.check-out .col-md-7 {
    background: #fff;
    min-height: 500px;
}

.choose-form .form-items {
    justify-content: space-between;
    flex-wrap: wrap;
}

.choose-form .form-item {
    flex-basis: 48%;
}

.choose-form [type="radio"]:checked, .choose-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .choose-form [type="radio"]:checked + label, .choose-form [type="radio"]:not(:checked) + label {
        position: relative;
        cursor: pointer;
        width: 100%;
        line-height: 56px;
        display: inline-block;
        color: #38312D;
        font-size: 1.125em;
        padding: 0 15px;
    }

        .choose-form [type="radio"]:checked + label:before, .choose-form [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 56px;
            border: 1px solid #E3E1DB;
            border-radius: 5px;
        }

        .choose-form [type="radio"]:checked + label:after, .choose-form [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 100%;
            height: 100%;
            background: url(../../assets/images/tick-brown.svg) no-repeat 30px center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            border: 1px solid #946037;
            border-radius: 5px;
        }

        .choose-form [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .choose-form [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.check-out .title h1 {
    color: #38312D;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.check-out .title p {
    font-size: 1.125em;
    color: #808080;
}

.check-out .btn-primary {
    display: block;
}
/* Pop Up */
#SchedulePickup .modal-title {
    font-size: 24px;
}
/* Checkout - Order Method page end */
/* Select Store */
.select-store {
    padding: 0;
}

    .select-store .col-md-12 > div {
        box-shadow: rgb(0 0 0 / 12%) 0 0 15px;
        border-radius: 10px;
        padding: 15px;
        transition: all ease-in .3s;
        cursor: pointer;
    }

    .select-store .col-md-12 h2 {
        background: url(../../assets/images/location.svg) no-repeat 0 center/13px auto;
        padding-left: 22px;
        font-family: 'Barlow Semi Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 1.188em;
        font-weight: 700;
    }

    .select-store .actions a.btn {
        font-size: 12px;
        font-family: 'Barlow Semi Condensed', sans-serif;
        padding: 0.5rem 1.2rem;
        font-weight: 700;
        width: auto;
    }

    .select-store .actions a.tel {
        padding: 0.5rem 1.2rem;
        background: url(../../assets/images/phone-call.svg) no-repeat 15px center;
        border: 1px solid #EDECE8;
        padding-left: 30px;
        width: auto;
    }
/* Pop Up */
.modal-dialog.proceed-approval .modal-body, .modal-dialog.proceed-approval .modal-footer, #SchedulePickup .modal-footer {
    padding: 0 100px;
}

.modal-content {
    border: none;
}

#ProceedApproval .modal-header {
    text-align: right;
    display: block;
}

#ProceedApproval p {
    font-size: 1.375em;
}

.modal-header .close {
    border: none;
    background: none;
    position: absolute;
    right: 12px;
    top: 15px;
}

    .modal-header .close:focus {
        outline: none;
    }

.modal-dialog {
    max-width: 600px;
}

.schedule [type="radio"]:checked + label, .schedule [type="radio"]:not(:checked) + label {
    line-height: 48px;
}

    .schedule [type="radio"]:checked + label:before, .schedule [type="radio"]:not(:checked) + label:before {
        height: 48px;
    }

    .schedule [type="radio"]:checked + label:after, .schedule [type="radio"]:not(:checked) + label:after {
        background-position: 95% center;
    }

.schedule .field-label {
    color: #808080;
    margin-bottom: 5px;
}

.schedule .form-item {
    margin-bottom: 25px;
}

    .schedule .form-item input[type="date"], .schedule .form-item input[type="time"] {
        width: 100%;
        height: 48px;
        border: 1px solid #E3E1DB;
        border-radius: 5px;
        padding: 0 10px 0 15px;
    }

    .schedule .form-item input:focus {
        outline: none;
    }

    .schedule .form-item input[type="date"]::-webkit-calendar-picker-indicator, .schedule .form-item input[type="time"]::-webkit-calendar-picker-indicator {
        opacity: 0.4;
        filter: invert(0.4);
    }
/* Select Store end */
/* Multi Step Progrees bar */
.multi-steps {
    background: #EDECE8;
    padding: 40px 0;
}

    .multi-steps .bs-wizard {
    }

    .multi-steps .bs-wizard-step {
        position: relative;
        text-align: center;
    }

    .multi-steps .progress {
        background: #fff;
        height: 4px;
        border-radius: 0;
        position: absolute;
        top: 19px;
        width: 100%;
        left: 50%;
    }

    .multi-steps a.bs-wizard-dot {
        background: #fff;
        width: 42px;
        height: 42px;
        display: inline-block;
        text-align: center;
        color: #808080;
        border-radius: 50px;
        line-height: 42px;
        font-weight: 700;
        text-decoration: none;
        position: relative;
    }

    .multi-steps .bs-wizard-stepnum {
        font-weight: 500;
        color: #38312D;
        margin-top: 3px;
    }

    .multi-steps a.bs-wizard-link {
        color: #38312D;
        text-decoration: none;
    }

    .multi-steps .active a.bs-wizard-dot, .multi-steps .active .progress {
        background: #51A120;
        color: #fff;
    }
/* Multi Step Progrees bar end */
/* Multi Step Checkout Right sidebar */
.sidebar {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    overflow: hidden;
    border-radius: 5px;
}

    .sidebar h4.heading {
        font-family: 'Barlow Semi Condensed', sans-serif;
        border-bottom: 1px solid #ddd;
        padding: 12px 15px;
    }

    .sidebar .list-group-item {
        border: none;
    }

.promo-code {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0 15px;
}

    .promo-code button {
        width: 100%;
        height: 46px;
        font-weight: 600;
        background: #38312D;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #fff;
    }

        .promo-code button:hover {
            background: #483f3b;
        }

    .promo-code input[type="checkbox"] {
        height: 18px;
        width: 18px;
        position: relative;
        top: 3px;
        margin-right: 3px;
    }

.sidebar .list-group-item.grand-total {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 0px;
}

.grand-total h6 {
    font-size: inherit;
    font-weight: inherit;
}

.grand-total span {
    color: #946037;
}

.sidebar .text-box textarea {
    border: 1px solid #ddd;
    padding: 10px;
    color: #999999;
    font-weight: 500;
    border-radius: 5px;
}

.how-delivery {
    font-weight: 500;
}

.white-inside-bx p {
    font-size: 13px;
}

.sidebar .actions {
    padding-left: 15px;
    padding-right: 15px;
}

    .sidebar .actions button {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    .sidebar .actions .btn-primary {
        background: #FFC600;
        font-size: 18px;
        font-weight: 700;
        border: none;
        text-transform: uppercase;
        height: 54px;
        color: #38312D;
    }

        .sidebar .actions .btn-primary:hover {
            background: #ffd234;
        }
/* Multi Step Checkout Right sidebar end */
/* Confirm Order Popup */
.confirm-order p {
    font-weight: 600;
}

.confirm-order .order-details {
    box-shadow: rgb(0 0 0 / 12%) 0 0 15px;
    max-width: 340px;
    padding: 15px;
    border-radius: 5px;
    margin: 20px auto;
}

.confirm-order .order-id-label {
    text-transform: uppercase;
    color: #808080;
    margin: 0;
}

.confirm-order .order-id {
    text-transform: uppercase;
    color: #946037;
    margin: 0;
    font-size: 1.500em;
    font-weight: 600;
}

.confirm-order .modal-footer {
    padding-left: 96px;
    padding-right: 96px;
}

    .confirm-order .modal-footer .btn {
        width: 100%;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 1.125em;
    }
/* Confirm Order Popup end */
/* Order Summary */
.ordersummary h2.title {
    font-size: 1.500em;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.ordersummary .address .col-lg-6 > div {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.ordersummary .address .col-lg-6.selected > div {
    background: #38312D;
    color: #fff;
}

.ordersummary .address h4 {
    font-size: 1.125em;
}

    .ordersummary .address h4 a {
        background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
        width: 18px;
        height: 6px;
        display: inline-block;
        float: right;
    }

.ordersummary .address .selected h4 a {
    background: url(../../assets/images/dot-menu.svg) no-repeat;
}

.ordersummary .address a.add {
    font-size: 1.125em;
    font-weight: 600;
}

.payment-methrod .col-lg-6 > div {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    border-radius: 10px;
    height: 100%;
}

    .payment-methrod .col-lg-6 > div a {
        display: block;
        font-weight: 700;
        font-family: 'Barlow Semi Condensed', sans-serif;
        text-transform: none;
        font-size: 1.125em;
        height: 100%;
    }

        .payment-methrod .col-lg-6 > div a.btn-secondary {
            background: #fff;
            color: #38312D;
        }

            .payment-methrod .col-lg-6 > div a.btn-secondary:hover {
                border: 1px solid #946037;
            }

.terms p {
    font-size: 1.2em;
}

    .terms p a {
        text-decoration: underline;
        font-weight: 600;
    }

.terms .btn {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.125em;
}
/* Order Summary end */
/* My Order History */
.cart-items {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 30px;
}

    .cart-items .product-image {
        margin-right: 30px;
        width: 200px;
        text-align: center;
    }

        .cart-items .product-image img {
            max-width: 100%;
        }

    .cart-items .product-details {
        flex: 1;
    }

.order-history h2.title {
    color: #946037;
    font-size: 1.750em;
}

.order-history p.status {
    color: #946037;
    text-transform: uppercase;
    font-weight: 600;
}

.order-history .title-rate a {
    font-weight: 600;
    font-size: 1.2em;
}

    .order-history .title-rate a img {
        width: 32px;
        margin-left: 10px;
    }

.order-history .track {
    flex-wrap: wrap;
}

    .order-history .track .cta a.btn-secondary {
        background: #38312D;
        color: #fff;
    }

        .order-history .track .cta a.btn-secondary:hover {
            background: #fff;
            color: #000;
        }

.order-history .rate a {
    text-transform: none;
    background: #fff;
    border: none;
    color: #946037;
    padding: 0.7rem 1rem;
}

    .order-history .rate a.custom {
        border: 1px solid #E3E1DB;
        color: #808080;
    }

    .order-history .rate a img {
        margin-right: 3px;
    }

.order-history .track .cta a.btn-secondary {
    margin-left: 10px;
}

.modal-header h2 {
    font-size: 1.500em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin: 0;
}

.custom-label p {
    font-weight: 600;
    color: #808080;
}

.custom-label [type="text"] {
    border: 1px solid #E3E1DB;
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    max-width: 320px;
}

.custom-label .btn {
    width: 100%;
    max-width: 320px;
    font-size: 1.125em;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.popup-btn {
    width: auto !important;
}
/* My Order History end */
/* Track Order */
.track-bg {
    background: #251E1D url(../../assets/images/track-order.jpg) no-repeat center/cover;
}

.order-track, .order-track-details, .order-delivery-details {
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 10%);
    height: 100%;
}

    .order-track .orderId {
        color: #946037;
        font-size: 2em;
        font-weight: 600;
    }

    .order-track .product-details {
        flex: 1;
        padding-left: 40px;
    }

    .order-track .h4, h4 {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .order-track .product-details .date-time {
        color: #808080;
        font-size: 1.2em;
        font-weight: 400;
    }

    .order-track .product-details .status {
        font-size: 1.250em;
        font-weight: 600;
    }

.track-progress h4 {
    font-size: 1em;
    color: #BBBBBB;
}

.track-progress .progress-bar {
    background: #EDECE8;
    height: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.track-progress .completed .progress-bar {
    background: #51A120;
}

.track-progress .completed h4 {
    color: #38312D;
}

.track-progress .row > div:first-child .progress-bar {
    border-radius: 5px 0 0 5px;
}

.track-progress .row > div:last-child .progress-bar {
    border-radius: 0 5px 5px 0;
}

.order-track-details h2 {
    color: #946037;
    font-size: 1.5em;
    font-weight: 600;
}

.order-track-details .products-thumb img {
    max-width: 80px;
    margin-right: 20px;
    height: auto;
}

.order-track-details .products-thumb span {
    font-weight: 600;
}

.products-thumb .order small {
    font-size: 1em;
}

.order-track-details li {
    margin-bottom: 15px;
}

    .order-track-details li h6, .order-track-details li span.price {
        font-weight: 500;
    }

    .order-track-details li.total {
        border-top: 1px solid #ddd;
        padding-top: 25px;
        font-weight: 600;
        font-size: 1.125em;
        margin-top: 15px;
        margin-bottom: 0;
    }

        .order-track-details li.total h6, .order-track-details li.total span {
            font-weight: inherit;
            font-size: inherit;
        }

        .order-track-details li.total span {
            color: #946037;
            font-weight: 700;
            font-size: 1.125em;
        }

.order-delivery-details h3.block-title {
    font-size: 1em;
}

.order-delivery-details h3.time {
    color: #946037;
    font-weight: 600;
    font-size: 1.3em;
}

.order-delivery-details .image-icon {
    margin-right: 15px;
    flex-basis: 50px;
    text-align: center;
}

.order-delivery-details p {
    font-weight: 400;
    font-size: .9rem;
    color: #808080;
}

.order-delivery-details .content {
    flex: 1;
}

.order-track .product-image {
    text-align: center;
    width: 200px;
    height: auto;
    padding: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.order-track-details .product-image {
    width: 100%;
    border-radius: 7px;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .order-track-details .product-image img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }

    .order-track-details .product-image .order {
        margin-top: -5px;
    }

.order-track .product-image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
/* Track Order end */
.cart-bg {
    background: url("../../assets/images/cart.jpg") no-repeat center/cover;
}
/* Order Details */
.order-details-bg {
    background: url(../../assets/images/order-details-banner.jpg) no-repeat center/cover;
}

.order-track.placed .cta a img {
    height: 24px;
    margin-right: 5px;
}

.order-track.placed .cta a {
    text-transform: none;
    font-weight: 500;
    margin-right: 5px;
}

    .order-track.placed .cta a.btn-secondary {
        background: #EDECE8;
        color: #38312D;
        border: none;
    }

.order-delivery-details .home-ofc {
    color: #946037;
    font-weight: 600;
    font-size: 1.250em;
}

.order-delivery-details.placed {
    height: auto;
}

.contact-cta {
}

    .contact-cta a {
        background: #EDECE8;
        color: #38312D;
        font-size: 1.125em;
        font-family: 'Barlow Semi Condensed', sans-serif;
        display: block;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
        border: none;
    }

        .contact-cta a:hover {
            background: #EDECE8;
            color: #38312D;
        }
/* Order Details end */
/* Cart Page */
.cart-items {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 30px;
}

    .cart-items .product-image {
        margin-right: 30px;
        flex-basis: 25%;
    }

    .cart-items .product-details {
        width: 75%;
    }

.product-name {
    justify-content: space-between;
}

    .product-name h4 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
    }

.modify a {
    margin-left: 5px;
    background-image: url(../../assets/images/icons.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

    .modify a.delete {
        background-position: 0 2px;
        background-image: none;
    }

    .modify a.edit {
        background-position: 5px -62px;
        background-image: none;
        margin-left: 10px;
    }

        .modify a.edit:hover {
            background-color: #EDECE8;
            border-radius: 100px;
        }

    .modify a.delete:hover {
        background-color: #EDECE8;
        border-radius: 100px;
    }

.product-description {
    color: #707070;
}

.product-price {
    justify-content: space-between;
}

.price {
    color: #946037;
    font-weight: 700;
    font-size: 20px;
}

.order-track .price {
    color: #946037;
    font-weight: 700;
    font-size: 18px;
}

.count button {
    background: #38312D;
    border: none;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50px;
    padding: 0;
    margin: 0;
    box-shadow: rgb(0 0 0 / 20%) 2px 0 5px;
}

.count input[type="text"] {
    background: #FFC600;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    width: 40px;
    margin: 0 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}

.location {
    background: #EDECE8;
    border-radius: 5px;
    padding: 15px 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .location .place {
        position: relative;
        padding-left: 40px;
    }

        .location .place:before {
            background: url(../../assets/images/icons.png) no-repeat 0 -126px;
            content: "";
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }

    .location h5 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 20px;
        margin: 0;
        color: #38312D;
    }

    .location p {
        color: #595959;
        margin: 0;
    }

    .location a.edit {
        background: url(../../assets/images/icons.png) no-repeat 0 -193px;
        width: 44px;
        height: 44px;
    }
/* Right Sidebar */
.sidebar {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    overflow: hidden;
    border-radius: 5px;
}

    .sidebar h4.heading {
        font-family: 'Barlow Semi Condensed', sans-serif;
        border-bottom: 1px solid #ddd;
        padding: 12px 15px;
    }

    .sidebar .list-group-item {
        border: none;
    }

.promo-code {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0 30px;
}

    .promo-code button {
        width: 100%;
        height: auto;
        padding: 10px;
        font-weight: 500;
        background: #38312D;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        .promo-code button:hover {
            background: #483f3b;
        }

    .promo-code input[type="checkbox"] {
        height: 18px;
        width: 18px;
        position: relative;
        top: 3px;
        margin-right: 3px;
    }

.grand-total h6 {
    font-size: inherit;
    font-weight: inherit;
}

.grand-total span {
    color: #946037;
}

.sidebar .text-box textarea {
    border: 1px solid #ddd;
    padding: 10px;
    color: #999999;
    font-weight: 500;
    border-radius: 5px;
}

.how-delivery {
    font-weight: 500;
}

.sidebar .actions {
    padding-left: 15px;
    padding-right: 15px;
}

    .sidebar .actions button {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    .sidebar .actions .btn-secondary {
        color: #946037;
        background: #fff;
        line-height: 40px;
        border: 1px solid #E3E1DB;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
    }

        .sidebar .actions .btn-secondary:hover {
            border-color: #ccc;
        }

    .sidebar .actions .btn-primary {
        background: #FFC600;
        font-size: 18px;
        font-weight: 700;
        border: none;
        text-transform: uppercase;
        height: 54px;
        color: #38312D;
    }

        .sidebar .actions .btn-primary:hover {
            background: #ffd234;
        }
/* Cart Page end */
/*custom select for Country and Languages  start*/
#country .dd-select .dd-pointer-down, #language .dd-select .dd-pointer-down {
    border-top: solid 5px #fff;
}

#country .dd-select .dd-pointer-up, #language .dd-select .dd-pointer-up {
    border-bottom: solid 5px #fbfbfb !important
}

#country .dd-select {
    max-width: 86px;
    background: transparent !important;
    border: transparent;
    margin-top: 5px;
}

#language .dd-select {
    max-width: 84px;
    background: transparent !important;
    border: transparent;
}

#country .dd-option-image, #country .dd-selected-image {
    max-width: 24px;
    height: 24px;
    margin-right: 0px;
}

#country .dd-selected, #language .dd-selected {
    padding: 5.9px 0;
}

#country .dd-option-text, #country .dd-selected-text, #language .dd-option-text, #language .dd-selected-text {
    line-height: 0 !important;
    color: white;
    font-weight: 400;
    margin-left: 7px;
}

#country .dd-option:hover, #language .dd-option {
    background-color: rgba(255, 255, 255, .15);
}

#country .dd-option, #language .dd-option {
    border-bottom: none;
    font-size: 14px;
    padding: 4.5px 15px;
}

#country .dd-option-selected, #language .dd-option-selected {
    background: transparent;
}

#country .dd-options, #language .dd-options {
    width: 158px !important;
    border: solid 1px #343a40;
    box-shadow: 0px 1px 5px #343a40;
    background: #343a40;
    border-radius: 5px;
    border-bottom: none;
}

#language .dd-options {
    right: -10px;
}

#language {
    float: right;
    margin-left: 10px;
    max-width: 73px;
    margin-top: 4px;
}
/*custom select for Country and Languages  End*/
/*custom select for Country and Languages  start in communication prefernces */
#country_cp .dd-select .dd-pointer-down, #language_cp .dd-select .dd-pointer-down {
    border-top: solid 5px #fff;
}

#country_cp .dd-select .dd-pointer-up, #language_cp .dd-select .dd-pointer-up {
    border-bottom: solid 5px #fbfbfb !important
}

#country_cp .dd-select {
    max-width: 100px;
    background: transparent !important;
    border: transparent;
}

#language_cp .dd-select {
    max-width: 100px;
    background: transparent !important;
    border: transparent;
}

#country_cp .dd-option-image, #country_cp .dd-selected-image {
    max-width: 24px;
    height: 24px;
    margin-right: 0px;
    margin-left: 5px;
}

#country_cp .dd-selected, #language_cp .dd-selected {
    padding: 5.9px 0;
}

#country_cp .dd-option-text, #country_cp .dd-selected-text, #language_cp .dd-option-text, #language_cp .dd-selected-text {
    line-height: 0 !important;
    color: white;
    font-weight: 400;
    margin-left: 7px;
}

#country_cp .dd-option:hover, #language_cp .dd-option {
    background-color: rgba(255, 255, 255, .15);
}

#country_cp .dd-option, #language_cp .dd-option {
    border-bottom: none;
    font-size: 14px;
    padding: 4.5px 15px;
}

#country_cp .dd-option-selected, #language_cp .dd-option-selected {
    background: transparent;
}

#country_cp .dd-options, #language_cp .dd-options {
    width: 158px !important;
    border: solid 1px #343a40;
    box-shadow: 0px 1px 5px #343a40;
    background: #343a40;
    border-radius: 5px;
    border-bottom: none;
}

#language_cp .dd-options {
    right: -10px;
}

#language_cp {
    float: right;
    margin-left: 25px;
    max-width: 100px;
}
/*custom select for Country and Languages  End*/
/*select-restaurant start*/
.select-store .title p {
    font-size: 1.125em;
    color: #808080;
    text-transform: capitalize !important;
}

.btn-primary.white-image img:hover {
    filter: brightness(100)
}

.yellow-btn {
    background-color: #ffc600;
}

    .yellow-btn:hover {
        background-color: #38312D;
        color: #ffffff;
    }

        .yellow-btn:hover img {
            filter: brightness(100);
        }

.search-res-box {
    margin: auto;
    width: 400px;
    max-width: 100%;
}

.my-address-btn {
    color: #38312D;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    float: left;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.dot-buttons {
    background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
    width: 18px;
    height: 6px;
    display: inline-block;
    float: right;
    border: 0;
    background-color: transparent;
}

.address .selected > div {
    background: #38312D !important;
    color: #fff !important;
}

.address .selected .dot-buttons {
    background: url(../../assets/images/dot-menu.svg) no-repeat;
    border: 0 !important;
    background-color: transparent !important;
}

.select-store .col-md-12 > div:hover {
    background-color: #EDECE8;
}

.change-btn {
    background-color: rgb(255, 255, 255);
    font-size: 11px;
    color: rgb(148, 96, 55);
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    font-weight: 700;
}

    .change-btn:hover {
        background-color: #946037;
        color: #ffffff;
    }

.white-bx-schedule {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    float: right;
    width: 100%;
}

.white-inside-bx {
    width: 100%;
    float: left;
    padding: 5px;
    padding-bottom: 10px;
    text-align: center;
    height: auto;
    min-height: 50px;
}

.white-inside-btn {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    color: #946037;
}

.pick-up-text {
    font-weight: 700;
    color: #946037;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.chnage-dvry-mthd {
    background-color: #946037;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    padding-bottom: 4px;
    font-size: 13px;
    transition: all ease-in .3s;
}

    .chnage-dvry-mthd:hover {
        background-color: #FFC600;
        color: #212529;
    }

@media (min-width:1440px) {
    .customize-main-box-div p {
        font-size: 15px;
    }
}
/*select-restaurant end*/
/* About the Loyalty */
.loyalty-slide {
    background: url(../../assets/images/wild-herd-banner.jpg);
    background-size: cover;
    background-position: top center;
}

.banner-caption {
    display: flex;
    align-items: center;
    height: 100%;
}

    .banner-caption .inner {
        max-width: 50%;
    }

    .banner-caption h1 {
        text-transform: uppercase;
        font-size: 3.5rem;
    }

.loyalty-slide .carousel-caption {
    min-width: 40%
}

.banner-caption p {
    color: #fff;
    font-size: 1em;
}

    .banner-caption p a {
        margin: 5px 10px 5px 0;
    }

.banner-caption .btn-secondary {
    background: #fff;
    color: #222;
}

.title-primary h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 2em;
    color: #38312D;
    margin: 0;
}

.title-primary p {
    color: #808080;
    font-size: 1em;
}

.loyalty-favorite .menu-category-box {
    height: 353px;
    margin-bottom: 20px;
}

.title-secondary h3 {
    font-size: 2em;
    font-weight: 800;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-secondary p {
    color: #808080;
    font-weight: 500;
    font-size: 1em;
}

.steps-circle {
    background: #FFC700;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    font-weight: 700;
    line-height: 45px;
    font-size: 1.563em;
    border: 3px solid #38312D;
    margin-right: 20px;
}

.how-join > div {
    padding: 30px 0;
}

.how-join h4 {
    color: #946037;
    font-weight: 700;
    font-size: 1.250em;
    text-transform: uppercase;
}

.how-join p {
    margin: 0;
    color: #000;
    line-height: normal;
}

.steps-details {
    flex: 1;
}

.points-system .row {
    border-bottom: 1px solid #EDECE8;
    align-items: center;
}

    .points-system .row:last-child {
        border: none;
        padding-bottom: 0;
    }

.points-system h3.points {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.563em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

    .points-system h3.points span {
        margin-right: 15px;
    }

.points-system h3.title {
    font-size: 1.563em;
    font-weight: 700;
    text-transform: uppercase;
}

.points-system p {
    margin: 0;
    color: #808080;
    font-size: 1em;
    margin-bottom: 20px;
}

.tier .image img {
    max-width: 100%;
}

.tier .row h3 {
    color: #38312D;
    font-size: 1.563em;
    font-weight: 800;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}

.tier .row p {
    color: #808080;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
}

.item-box-50 {
    width: 525px;
    float: left;
    margin-right: 20px;
}

    .item-box-50 .box-background {
        width: 100%;
        min-height: 280px;
        position: relative;
        display: flex;
        align-items: flex-start;
    }

.points-tag {
    background: #FFC600;
    position: absolute;
    left: 0;
    color: #000000;
    bottom: 45px;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
}

.item-box-50 .content h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.8em;
}

.item-box-50 .content p {
}

.points50 {
    background: url(../../assets/images/points50.jpg) no-repeat center/cover;
}

.points100 {
    background: url(../../assets/images/points100.jpg) no-repeat center/cover;
}

.points100_2 {
    background: url(../../assets/images/points100_2.jpg) no-repeat center/cover;
}
/* About the Loyalty end */
/* My Loyalty */
.loyalty-bg {
    background-image: url(../../assets/images/loyalty-banner.jpg);
    background-size: cover;
    background-position: center;
}

.tier-img {
    width: 100%;
    height: auto;
    z-index: 1;
    float: left;
}

.tier-div-img {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    margin-bottom: 10px;
}

.tier-main-box {
    width: 100%;
    height: auto;
    position: relative;
}

.tier-points {
    width: 100%;
    height: 455px;
    padding: 20px 30px;
    position: absolute;
    border-radius: 15px;
    z-index: 2;
}

    .tier-points h2.heading {
        color: #fff;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 2.8em;
        text-align: right;
    }

.points-details {
    position: absolute;
    bottom: 30px;
}

    .points-details h2 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 2.8em;
        color: #38312D;
        margin: 0;
    }

.expiry {
    color: #946037;
    font-size: 1.250em;
    font-weight: 500;
}

.points-box {
    border-radius: 7px;
}

    .points-box h3 {
        color: #808080;
        font-weight: 700;
        font-size: 1.250em;
        text-transform: uppercase;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }

.percent img {
    height: 180px;
}

.loyalty-cta a {
    display: block;
    margin: 10px 0 0;
}

    .loyalty-cta a.btn-secondary {
        background: #EDECE8;
        color: #000;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs li {
        margin-right: 10px;
    }

        .nav-tabs li a {
            background: #EDECE8;
            color: #38312D;
            display: inline-block;
            padding: 10px 60px;
            font-weight: 600;
            font-size: 1em;
            border-radius: 5px;
        }

        .nav-tabs li.active a {
            background: #FFC600;
        }

.reward-tab .item-box-50 {
    width: 50%;
    margin-right: 0;
}

    .reward-tab .item-box-50 .box-background {
        margin-bottom: 30px;
    }

.reward-tab {
    min-height: 50vh;
}

    .reward-tab h2 {
        text-align: center;
    }

.tab-content {
    overflow: hidden;
}

.points1500 {
    background: url(../../assets/images/points1500.jpg) no-repeat center/cover;
}
/* My Loyalty end */
/* Daily Trivia */
.trivia-slide {
    background: url(../../assets/images/trivia-banner.jpg) center/cover;
}

.table {
    border-radius: 15px;
    overflow: auto;
    font-family: 'Barlow Semi Condensed', sans-serif;
    width: 100%;
}

    .table table {
        table-layout: fixed;
        line-height: normal;
        min-width: 100%;
    }

    .table h3 {
        color: #fff;
        font-size: 1.625em;
        padding: 12px 20px;
        text-transform: uppercase;
        margin: 0;
        background: #38312D;
    }

    .table tr {
        border-bottom: 1px solid #D5D5D5;
    }

    .table tbody tr:last-child {
        border: none;
    }

        .table tbody tr:last-child td {
            padding-bottom: 20px;
        }

    .table th {
        padding: 15px 20px;
        color: #808080;
        font-size: 1.375em;
        font-weight: 700;
        text-transform: uppercase;
        background: #fff;
    }

    .table td {
        padding: 15px 20px;
        font-size: 1.375em;
        font-weight: 500;
        background: #fff;
    }

        .table th:nth-child(2n), .table td:nth-child(2n) {
            background: #EDECE8;
        }

.play-trivia .inner {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 7%) 0 0 12px;
}

    .play-trivia .inner h4 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 1.188em;
        text-transform: uppercase;
        margin: 10px 0;
        font-weight: 700;
    }

    .play-trivia .inner p {
        margin: 0;
        color: #808080;
    }

.fotorama__arr--next {
    background: url(../images/next-arrow.svg) center/32px auto;
}

.fotorama__arr--prev {
    background: url(../images/previous-arrow.svg) center/32px auto
}

.fotorama__loaded--img {
    border-radius: 15px;
}

.fotorama__thumb-border {
    border-radius: 10px;
    border-color: #FFC600;
}

.fotorama__nav-wrap {
    margin: 10px;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
}
/* Daily Trivia end */
.ordersummary .addresscheckout .col-lg-6 > div {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.ordersummary .addresscheckout .col-lg-6.selected > div {
    background: #38312D;
    color: #fff;
}

.ordersummary .addresscheckout h4 {
    font-size: 1.125em;
}

    .ordersummary .addresscheckout h4 a {
        background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
        width: 18px;
        height: 6px;
        display: inline-block;
        float: right;
    }

.ordersummary .addresscheckout .selected h4 a {
    background: url(../../assets/images/dot-menu.svg) no-repeat;
}

.ordersummary .addresscheckout a.add {
    font-size: 1.125em;
    font-weight: 600;
}

.inmdecrm {
    background: #38312D;
    border: none;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50px;
    padding: 0;
    margin: 0;
    box-shadow: rgb(0 0 0 / 20%) 2px 0 5px;
    transition: all ease-in .3s;
    outline: none;
}

    .inmdecrm:hover {
        background: #FFC600;
        color: #38312D;
    }

.card-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.sidebar .list-group-item {
    position: relative;
    display: block;
    padding: .2rem 1rem;
}

@media (min-width: 1600px) {
    .header-mr .h1, h1 {
        font-size: 2.7rem;
        text-transform: uppercase;
    }
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 8999;
}

.sidenav-open #sidenav-overlay {
    width: 100%;
}

#sidenav-right-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 8999;
}

.sidenav-right-open #sidenav-right-overlay {
    width: 100%;
}

#sidenav-right-signedin-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 8999;
}

.sidenav-right-signedin-open #sidenav-right-signedin-overlay {
    width: 100%;
}

.fav-item-name {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    text-align: center;
    height: 80px;
}

.price-varies {
    font-family: Barlow, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #38312d;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.fav-blank-box {
    width: 100%;
    height: 347px;
    background-color: #E3E1DB;
    border-color: #E3E1DB;
    border-radius: 10px;
}

    .fav-blank-box:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-color: #E3E1DB;
        background-color: #EDECE8;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #38312d;
    background-color: #FFC600;
    border-color: #FFC600;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*.image img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}*/
/* My Loyalty Redeem */
.redeem-header .menu-back-page-btn {
    border-right: 0;
}

.question {
    margin: 1.5em 0;
    float: right;
}

.redeem-offer .item-box-50 {
    float: none;
    margin: auto;
    max-width: 590px;
    width: 100%;
}

.redeem-offer .box-background {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 320px;
}

.redeem-cta {
    background: #FFC600;
    clear: both;
    text-align: center;
    padding: 18px;
}

    .redeem-cta button {
        font-size: 1.125em;
        min-width: 200px;
    }

.redeem-details h4 {
    color: #942B2B;
}

.redeem-code {
    background: #FFC600;
    padding: 10%;
}

.reward-code {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 230px;
    margin: 20px auto;
}

    .reward-code h3 {
        margin: 0;
        color: #942B2B;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }

.bar-code {
    /*margin-left: 22%;*/
    text-align: center;
    text-align: -webkit-center;
}

    .bar-code img {
        max-width: 100%;
    }
/* My Loyalty Redeem end */
.apply-promo {
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    transition: all ease-in .3s;
    border-radius: 10px;
    margin-bottom: 20px;
    border: solid 3px #ffffff;
}

    .apply-promo:hover {
        width: 100%;
        border: solid 3px #ffc600;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    }

    .apply-promo.active {
        width: 100%;
        border: solid 3px #ffc600;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    }

.btn-default {
    background: #EDECE8;
}
/*.customize-main-box-div p {
  min-height: 50px;
}*/
.modal-body .select-store {
    padding: 0;
}
/* Reward Tier Tabs */
.reward-tier .nav-tabs {
    padding: 30px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    .reward-tier .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 40px;
    }

.reward-tier .tab-content > .tab-pane {
    min-height: 300px;
}

.reward-tier .signup {
    background: url(../../assets/images/reward-slider-banner.jpg) no-repeat center/cover;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.signup h1 {
    color: #FFC600;
    text-transform: uppercase;
    font-size: 3.125em;
}

.signup h3 {
    font-size: 1.875em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
}

.signup p {
    color: #fff;
    max-width: 70%;
}

.join {
    background: #EDECE8;
    overflow: hidden;
    padding: 60px 0;
}

    .join h2 {
        text-transform: uppercase;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
    }

    .join input[type="text"] {
        padding: 10px 20px;
        border: none;
        text-align: center;
        margin: 0 0 15px;
        width: 300px;
    }

    .join .btn {
        width: 300px;
    }
/* Mild tier */
.tier-hero-banner {
    background: url(../../assets/images/tier-hero-banner.jpg) center/cover;
    min-height: 500px;
    display: flex;
    align-items: center;
}

    .tier-hero-banner h1 {
        font-size: 4.375em;
    }

.yellow-text {
    color: #FFC600;
}

.bww-description {
    font-size: 1.375em;
    font-weight: 500;
}

.tier-banner {
    background: #38312D;
    color: #fff;
    padding: 50px 0;
    position: relative;
}

    .tier-banner h2 {
        font-weight: 400;
        font-size: 2.250em;
    }

        .tier-banner h2 span {
            font-weight: 800;
            font-size: 2.250rem;
        }

    .tier-banner img {
        max-width: 100%;
        font-size: 2.500rem;
    }

.title-primary-tier h2 {
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.375em;
}

.title-primary-tier p {
    font-size: 1.10em;
}

.tier-member-benefits .benefits {
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 20px;
}

.tier-member-benefits .image {
    text-align: center;
}

    .tier-member-benefits .image img {
        max-width: 100%;
    }

.mild-bg {
    background: url(../../assets/images/mild-bg.png) no-repeat center/cover;
}

.medium-bg {
    background: url(../../assets/images/medium-bg.png) no-repeat center/cover;
}

.wild-bg {
    background: url(../../assets/images/wild-bg.png) no-repeat center/cover;
}

.tier-member-benefits .text {
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.250em;
    padding: 0 20px;
    line-height: normal;
    height: 100px;
    display: flex;
    align-items: center;
}

.tier-member-benefits .medium-bg .text, .tier-member-benefits .wild-bg .text {
    color: #fff;
}

.eat-earn {
    background: url(../../assets/images/eat-earn-bg.jpg) no-repeat 0 0/cover;
    color: #fff;
    padding-top: 20px;
}

    .eat-earn img {
        max-width: 100%;
    }

    .eat-earn .row {
        align-items: center;
    }

    .eat-earn h1 {
        font-size: 5.000em;
        text-transform: uppercase;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 800;
        color: #FFC600;
        margin: 0;
        line-height: .8em;
    }

    .eat-earn h2 {
        text-transform: uppercase;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
        font-size: 3.125em;
    }

.eat-earn-content {
    background: #EDECE8;
    padding: 40px 0;
}

    .eat-earn-content .col-md-12 p {
        text-align: center;
        font-size: 1.250em;
        margin-bottom: 30px;
    }

.eat-points {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

    .eat-points .icon {
        margin-right: 15px;
    }

    .eat-points .points-text {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 1.250em;
        line-height: normal;
    }

.offers-box {
    background-image: url(../../assets/images/offer-bg1.png);
    border-radius: 15px;
    height: 285px;
    padding: 20px;
    color: #ffffff;
    background-size: cover;
    transition: all ease-in .3s;
    background-position: center;
    background-color: #000000;
    margin-bottom: 25px;
}

    .offers-box.wings {
        background-image: url(../../assets/images/offer-bg2.png);
    }
    /*.offers-box:hover {
  background-size: 120%;
}*/
    .offers-box .category-text {
        color: #FAC600;
        font-size: 2.100em;
        width: 100%;
    }

    .offers-box .category-text-2 {
        text-transform: uppercase;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 700;
        font-size: 1.6em;
        width: 80%;
    }

.benefits-tier-cards {
    margin: 20px 0 40px;
}

    .benefits-tier-cards img {
        max-width: 100%;
    }

    .benefits-tier-cards h2 {
        text-transform: uppercase;
        font-weight: 700;
    }

.key-benefits-tier {
    background: #EDECE8;
    padding: 50px 0 30px;
}

    .key-benefits-tier .row .col-lg-4 {
        display: flex;
    }

    .key-benefits-tier .reward-text {
        font-size: 1.125em;
        font-weight: 500;
    }
/* Reward Tier Tabs end */
.ml-1 {
    margin-left: 10px;
}

.mModdd {
    min-height: auto !important;
}

.modImg {
    /*max-width:30px;
            max-height:30px;*/
    width: 40px;
}

.right-aligner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* My Activity */
.my-activity-banner {
    background: url(../../assets/images/tier-hero-banner.jpg) center/cover;
    min-height: 240px;
    display: flex;
    align-items: center;
}

    .my-activity-banner h1 {
        margin: 0;
        text-align: center;
        font-size: 2.500em;
    }

.search-activity {
    position: relative;
}

    .search-activity input[type="text"] {
        background: #EDECE8;
        border: 1px solid #EDECE8;
        padding: 12px 50px 15px 20px;
        width: 100%;
        border-radius: 6px;
        color: #38312D;
        font-size: 1em;
    }

    .search-activity .searchbutton2 {
        width: 56px;
        background: none;
        height: 56px;
        top: 0;
        right: calc(var(--bs-gutter-x)/ 2);
        align-items: center;
        display: flex;
        justify-content: center;
        position: absolute;
    }

.activity-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    border-radius: 6px;
    padding: 20px 25px;
}

    .activity-items .item-details {
        display: flex;
        align-items: center;
    }

.activity-image {
    margin-right: 30px;
}

    .activity-image img {
        max-width: 80px;
    }

.activity-details h3 {
    font-size: 1.375em;
    margin: 0;
}

.activity-details p {
    margin: 5px 0 0;
    color: #707070;
}

.activity-items .delete {
    padding-left: 15px;
}

.filter_date .modal-dialog {
    max-width: 500px;
}

.filter_date .modal-content, .filter_date .modal-footer {
    padding: 1rem;
}

.filter_date select {
    background: #EDECE8 url(../../assets/images/arrow-select.svg) no-repeat calc(100% - 13px) center/13px;
    border: 1px solid #EDECE8;
    width: 100%;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.filter_date input[type="date"] {
    background: #EDECE8;
    border: 1px solid #EDECE8;
    width: 100%;
    padding: 15px 10px 15px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.filter_date .field-label {
    font-weight: 500;
    margin: 0 0 5px;
}

.filter_date .btn-primary {
    width: 100%;
    font-size: 1.250em;
    padding: .75rem 1.5rem;
}
/* My Activity */
.menu-item-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
/* Applied Promo end */
.applied-promo-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-left: 10px;
    border: 1px solid #FFC600;
}

.applied-promo-text {
    width: auto;
    float: left;
    height: 60px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    color: #38312D;
    line-height: normal
}

.ap-right-btn-box {
    background-color: #38312D;
    height: 60px;
    width: 35px;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all eas-in .3s;
}

    .ap-right-btn-box:hover {
        background-color: #A12027;
    }

    .ap-right-btn-box img {
        width: 15px;
    }
/* Applied Promo end */
/* Customize Modifier */
.customize-btn {
    background-color: rgb(255, 198, 0);
    font-size: 11px;
    color: rgb(56, 49, 45);
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    font-weight: 700;
}

    .customize-btn:hover {
        background-color: #38312d;
        color: #ffffff;
    }

.customize-header {
    color: #946037;
    font-size: 1.3rem;
    font-weight: 600;
}

.customize-btn-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 20px;
    background-color: #ffffff;
    transition: all ease-in .3s;
    color: #38312D;
    background-position: left 10px center;
    cursor: pointer;
}

    .customize-btn-box:hover {
        background-color: #38312D;
        color: #ffffff;
        background-image: url("../../assets/images/tick.svg");
        background-size: 20px;
        background-repeat: no-repeat;
        padding-left: 50px;
        background-position: left 20px center;
    }

.customize-selected-style {
    background-color: #38312D;
    color: #ffffff;
    background-image: url("../../assets/images/tick.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left 20px center;
}

.customize-btn-box:hover p {
    color: #ffffff;
}

.customize-selected-style p {
    color: #ffffff !important;
}

.customize-btn-box-first-text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    line-height: normal;
}

.customize-btn-box p {
    font-size: .8rem;
    font-weight: 400 !important;
    color: #808080;
    line-height: normal;
    margin-bottom: 0;
}
/* Customize Modifier end */
/* Discount */
.menu-title-box {
    height: 50px;
    max-height: 50px;
    margin-bottom: 20px;
}

.menu-sub-box {
    height: 51px;
    max-height: 51px;
}

.wrap-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.discount-text-box {
    display: inline-block;
    font-size: .9rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    color: #51A120;
    border: 2px solid #51A120;
    border-radius: 3px;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.price-disc-box {
    float: right;
    width: 100%;
    text-align: right;
}

.price-disc-txt {
    position: relative;
    color: #808080;
    font-weight: 600;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.2rem;
}

    .price-disc-txt:before {
        position: absolute;
        content: '';
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;
        -webkit-transform: skewY(-10deg);
        -moz-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }

.price-disc-txt-small {
    color: #808080;
    font-weight: 400;
    font-size: .8rem;
    font-family: 'Barlow', sans-serif;
}

.white-first-item-box:hover .price-disc-txt-small {
    color: #ffffff;
}
/* Discount end */
/* Ribbon */
.ribbon1 {
    position: absolute;
    margin-top: 10px;
    margin-left: 0px;
    padding: 8px 10px;
    background: #ffc600;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
}

    .ribbon1:before {
        content: "";
        position: absolute;
    }

    .ribbon1:before {
        width: 7px;
        height: 100%;
        top: 0;
        left: -6.5px;
        padding: 0 0 7px;
        background: inherit;
        border-radius: 5px 0 0 5px;
    }

    .ribbon1:after {
        width: 5px;
        height: 5px;
        bottom: -5px;
        left: -4.5px;
        background: #ffc600;
        border-radius: 5px 0 0 5px;
    }

    .ribbon1 img {
        width: 30px;
        height: auto;
    }
/* Ribbon end */
/* Favorite Sports */
.favorite-modal .modal-body {
    height: auto;
}

.favorite-modal .form-actions {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

    .favorite-modal .form-actions .btn {
        width: 45%;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 18px;
    }

.favorite-modal .btn-secondary {
    background: #38312D;
    color: #fff;
}

    .favorite-modal .btn-secondary:hover {
        background: #fff;
        color: #38312D;
    }

#scene .hover:hover input ~ .pad {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
}

@keyframes swing {
    15% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    65% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    80% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*=== FADE IN  ===*/
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-8px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
        border-radius: 50%;
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-8px);
        border-radius: 50%;
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
        border-radius: 50%;
    }
}
/*TRANSITIONS END*/
/*Fave Sports New END*/
#carouselFaveSports.carousel {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#carouselFaveSports .carousel-control-next, #carouselFaveSports .carousel-control-prev {
    position: absolute;
    top: 260px;
    bottom: inherit;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #38312D;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FFC600;
    border-radius: 50%;
}

#carouselFaveSports .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFC600;
}

#carouselFaveSports .carousel-indicators {
    position: relative;
    right: 0px;
    bottom: 0px;
    top: 10px;
    left: 102px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 50;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 98px;
}

#carouselFaveSports .indicators-box {
    background-color: #38312D;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 200px;
    height: 50px;
}

#carouselFaveSports .carousel-control-next {
    right: 0;
    left: inherit;
    background-color: #F8D459;
}

#carouselFaveSports .carousel-control-prev {
    right: 50px;
    left: 0;
    background-color: #F8D459;
}

#carouselFaveSports .carousel-indicators .active {
    opacity: 1;
    margin-top: 8px;
    border: 2px solid #38312D;
    box-shadow: 0 0 0 1px #FFC600;
}

#carouselFaveSports .carousel-item {
    height: auto;
    background-size: cover !important;
    padding-top: 25px;
}

#carouselFaveSports .carousel-control-next-icon, #carouselFaveSports .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.fs-arrow-left, .fs-arrow-right {
    position: absolute;
    top: 0;
    bottom: inherit;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    font-size: 25px;
}

.fs-arrow-right {
    right: 1rem;
}

.item-box-50 .content.wrap-in-front h2 {
    text-align: left;
}


/* Favorite Sports end */
@media only screen and (max-device-width: 1599px), only screen and (max-width: 1599px) {
    .menu-category-box {
        height: 230px;
    }
}

@media only screen and (max-device-width: 1399px), only screen and (max-width: 1399px) {
    .menu-category-box {
        height: 197px;
    }

    .applied-promo-text {
        font-size: .9rem;
    }
}

@media only screen and (max-device-width: 1199px), only screen and (max-width: 1199px) {
    .menu-category-box {
        height: 224px;
    }
}

@media only screen and (max-device-width: 992px), only screen and (max-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px !important;
    }
}

@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
    .menu-category-box {
        height: 253px;
    }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    .menu-category-box {
        height: 180px;
    }

    .item-box-50 .content.wrap-in-front h2 {
        font-size: 1.6em;
    }
}

.address-lmt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 20px;
    transition: all ease-in .3s;
}

    .address-lmt:hover {
        white-space: normal;
        overflow: visible;
    }

.filtr-popup-btn {
    display: none;
}

.fltr-form {
    display: block;
}

.points-box-item {
    width: 250px;
    height: 160px;
    background-color: #38312D;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin: 10px;
    color: #ffffff;
    border-radius: 10px;
    float: left;
    padding: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    overflow: auto;
}

.fav-box-item {
    width: 350px;
    max-width: 100%;
}

.text-left {
    text-align: left !important;
}

.tier-bg {
    background-image: url("../images/tier-bg.jpg");
    background-size: cover;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tier .row .tier-bg h3 {
    color: #FFC600;
    margin-top: 0;
}

.tier .row .tier-bg p {
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    min-height: 110px;
}

.tier .row .tier-bg a {
    color: #ffc600;
}

.link-primary {
    color: #38312D;
    font-weight: 500;
    transition: all ease-in .3s;
}

    .link-primary:hover {
        color: #FFC600;
    }

    .link-primary:focus {
        color: #38312D;
    }

.payment-box {
    width: 200px;
    margin: auto;
}

.btn-default {
    outline: none;
}

    .btn-default:hover {
        background-color: #FFC600;
        border-color: #FFC600;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }

    .btn-default:focus {
        background-color: #FFC600;
        border-color: #FFC600;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }

.m-width {
    min-width: 90px;
}

.sub-txt-light {
    text-transform: none;
    color: #eeeeee !important;
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 400;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
}

.loyalty-favorite .menu-category-box {
    position: relative;
}

.img-tc {
    font-size: 11px;
    padding: 0 10px;
    font-style: italic;
    color: #fff;
    position: absolute;
    bottom: 7px;
    text-align: center;
    width: 100%;
    left: 0;
    line-height: normal;
}

.nutrition-allergen-table td img {
    width: 20px
}

.text-head-style {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #38312D;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.mob-ver-box {
    width: 300px;
    margin: auto;
    max-width: 100%;
}

.mob-ver-box-input {
    margin-top: 15px;
    border-radius: 5px;
    padding: .45rem 1rem;
    font-size: .95rem;
}

.mob-ver-box-btn {
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
}

.mob-ver-btn-link {
    width: 100%;
    text-align: center;
    text-transform: inherit;
    font-size: .95rem !important;
    margin-top: 0;
}
/*UPDATED CSS 072521*/
.enjoy-bg {
    background-position: top -40px center;
}

.box-background p {
    text-transform: none;
}

.dark-box-div p {
    text-transform: none;
}

.menu-category-box p {
    text-transform: none;
}

.aligner-h460 {
    min-height: 460px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.aligner-h200 {
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.overflow-height {
    height: 449px;
    overflow: auto;
}

.header-filter {
    position: relative;
}

    .header-filter:before, .header-filter:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content: "";
    }

    .header-filter::before {
        background: rgba(0, 0, 0, 0.4);
    }

.clear-filter::before {
    background: none;
}

.black-filter:after {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.header-filter .aligner-h460, .header-filter .aligner-h200, .header-filter .menu-category-box-filter {
    z-index: 2;
    position: relative;
}

.about-us {
    background-position: top -76px center;
    background-repeat: no-repeat;
}
/*UPDATED CSS 072521 END*/
/*My Referral*/
.referral-box {
    background-color: #38312d;
    padding: 0;
}

.brown-div {
    padding: 0 20px 20px;
}

    .brown-div h3 {
        font-size: 32px;
        font-weight: 700;
    }

.yell-box {
    background-color: #ffc600;
    padding: 10px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 80%;
    float: right;
}

    .yell-box h2 {
        font-weight: 700;
    }

    .yell-box p {
        font-weight: 600;
    }

.referral-main-div {
    background-color: #ffffff;
    padding: 20px;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.referral-bg {
    background-image: url(../../assets/images/my-referral-bg.jpg);
    background-size: cover;
    background-position: center;
}
/*My Referral END*/
.header-filter .menu-banner-white-overlay {
    z-index: 2;
    position: relative;
}
/*UPDATED CSS 072821*/
.chip, .chips .input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
}

.chip {
    font-size: 14px;
    font-weight: 700;
    color: #946037;
    padding: 0 12px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    transition: all .3s linear;
}

    .chip.chip-md {
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
        border: 1px solid #946037;
    }

        .chip.chip-md .close {
            height: 42px;
            line-height: 42px;
            border-radius: 21px;
            margin-right: 5px;
        }
/*UPDATED CSS 072821 END*/
/*404 page start*/
.right-img {
    height: 100vh;
    width: 50%;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
}

    .right-img img {
        height: 100vh;
        object-fit: cover;
    }

.err-txt {
    font-size: 4rem;
    text-transform: capitalize
}
/*404 page end*/
.header-filter .wrap-in-front {
    z-index: 2;
}
/*FLIP*/
.tier-main-box {
    transition: transform 2s;
    transform-style: preserve-3d;
    cursor: pointer;
    height: 478px;
}

.tier-barcode {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    flex-direction: column;
}

    .tier-barcode p {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 10px;
    }

.tier-points-content {
    min-height: 420px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.points-details {
    position: relative;
    bottom: 10px;
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg);
}
/*FLIP END*/
/*sports page start*/
.score-div-box {
    width: 400px;
    margin: auto;
    max-width: 100%;
}

.thr-equl-bx {
    width: 33.33%;
    float: left;
}

.score-div-img {
    text-align: center;
}

.score-div-txt {
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 7px;
}

.score-text-box {
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 10px;
}

    .score-text-box span {
        font-weight: 400;
        margin-left: 20px;
        margin-right: 20px;
    }

.score-div-main-box {
    width: 100%;
    border-bottom: solid 1px #eee;
    float: left;
    padding: 30px 0;
    padding-top: 10px;
    margin-bottom: 20px;
}

.sports-icon {
    width: 130px;
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    float: left;
    margin: 5px;
    background-color: #EDECE8;
    padding: 20px;
    text-align: center;
    transition: all ease-in .3s;
    margin-right: 15px;
}

    .sports-icon:hover {
        background-color: #FFC600;
    }

    .sports-icon.active {
        background-color: #FFC600;
    }

.img-bx {
    width: 100%;
    float: left;
}

.sports-icon span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    color: #38321d !important;
}

.sports-icon img {
    height: 40px;
}

.sports-dtl-img {
    background-image: url(../../assets/images/news.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    min-height: 200px;
}

.btm-txt {
    font-size: .9rem;
    color: #808080;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.rounded {
    border-radius: 8px !important;
}

.border {
    border: 1px solid #eee !important;
}

.r-mr-btn {
    width: 130px;
    float: right;
}
/*sports page end*/
/*My LOYALTY Progress*/
.percent svg {
    width: 245px;
    max-width: 100% !important;
}

.progress-points-text, .progress-points-subtext {
    font-family: 'Barlow Semi Condensed', sans-serif;
    fill: #946037;
    text-transform: uppercase;
}

.progress-points-text {
    font-weight: 700;
    font-size: 10px;
}

.progress-points-subtext {
    font-weight: 600;
    font-size: 6px;
}

.logo-progress {
    width: 50px;
    height: 50px;
}
/*My LOYALTY Progress END*/
/*Updated 08 11 2021*/
.dte-bx-dv {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #888888;
}

.dte-bx-dv1 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}

.sp-flag-bx {
    width: 20px;
    text-align: left;
    height: 20px;
    float: left;
    margin-bottom: 5px;
    margin-top: 1px;
}

.sp-flag-bx1 {
    width: 90px;
    margin: auto;
    text-align: center;
    height: 90px;
    border-radius: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 1px;
}

    .sp-flag-bx1 img {
        height: 70% !important;
    }

.sp-flag-bx-txt {
    text-align: left;
    width: calc(100% - 20px);
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}

.sp-flag-bx-txt1 {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffc600;
}

.teams-bx {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.teams-bxs {
    float: left;
    width: 100%;
    background-color: #38312D;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.score-brd {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 3rem;
    font-weight: bold;
    color: #ffc600;
}
/*Updated 08 11 2021 END*/
/*sports-new start*/
.spt-left-dv {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.spt-left-dv-header {
    padding: 15px 20px;
    border-bottom: solid 1px #eee;
    float: left;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}

.spt-left-dv-body {
    padding: 10px;
    float: left;
    width: 100%;
}

.left-btn-dv {
    padding: 7px 10px !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: left;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0) !important;
    transition: all ease-in .3s;
}

    .left-btn-dv:hover {
        background-color: #ffc600;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .left-btn-dv span {
        padding-top: 5px;
        padding-left: 5px;
    }

.left-btn-bx {
    background-color: #EDECE8;
    float: left;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}

.left-btn-dv-dbd {
    font-size: 14px !important;
    padding: 10px 20px !important;
    background-color: transparent;
    transition: all ease-in .3s;
    cursor: pointer;
    float: left;
    width: 100%;
}

    .left-btn-dv-dbd:hover {
        background-color: #ffc600;
        border-radius: 10px;
    }

    .left-btn-dv-dbd a {
        color: #38312D;
    }

.left-btn-dv.db-down {
    background-image: url("../../assets/images/down-arrow.svg");
    background-position: right 10px center;
    background-size: 12px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    text-align: left;
}

.ltst-nws-img-box {
    float: left;
    width: 80px;
    height: 65px;
    margin: 10px;
    background-color: #000000;
    border-radius: 10px;
}

    .ltst-nws-img-box img {
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

.ltst-nws-rgt-txt {
    width: calc(100% - 100px);
    float: left;
    padding-left: 5px;
    padding-right: 20px;
    background-image: url("../../assets/images/right-arrow-dark.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}

.ltst-nws-head {
    font-size: 14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 15px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.ltst-nws-head-p {
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.view-mr {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
    float: left;
    text-align: center;
    border-top: solid 1px #eeeeee;
    width: 100%;
    padding-top: 5px;
    margin-top: 5px;
}

.margin-top-30 {
    margin-top: 30px;
}
/* Style the tab */
.spts-pge .tab {
    overflow: hidden;
    padding: 10px 0;
}
    /* Style the buttons inside the tab */
    .spts-pge .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 12px 30px;
        transition: 0.3s;
        text-transform: uppercase;
        margin-right: 10px;
        font-size: 1em;
        border-radius: 5px;
        color: #38312d;
        background-color: #FFC600;
        border-color: #FFC600;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 500;
    }
        /* Change background color of buttons on hover */
        .spts-pge .tab button:hover {
            background-color: #38312D;
            color: #ffffff;
        }
        /* Create an active/current tablink class */
        .spts-pge .tab button.active {
            background-color: #38312D;
            color: #ffffff;
        }
/* Style the tab content */
.spts-pge .tabcontent {
    display: none;
    padding: 10px 0;
    border: 0;
    border-top: none;
    background-color: transparent;
}

.spts-bxdtl-box {
    float: left;
    width: calc(100% - 100px);
}

.spts-bxdtl-dv {
    float: right;
    width: 80px;
    height: 45px;
    border-left: solid 1px #dddddd;
    font-size: 12px;
    color: #38312D;
    padding-left: 10px;
}

.spts-title {
    font-size: 14px;
    font-weight: 500;
}

.view-mr-left {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    float: left;
}

.table-spts th {
    padding: 5px;
}

.table-spts td {
    padding: 7px;
}

.table-spts tr {
    background-color: transparent;
    transition: all ease-in .3s;
    border-radius: 10px;
}

    .table-spts tr:hover {
        background-color: #ffffff;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    }

.table-box {
    width: 100%;
    overflow: auto;
}

.cat-dwn-arrow {
    display: none;
}

.spts-bx-height-lmt {
    height: 77px;
    overflow: auto;
}

@media (max-width:991px) {
    #categories-sec {
        display: none;
    }

    .cat-dwn-arrow {
        display: block;
    }
}
/*sports-new end*/
/*Scan Receipt*/
#scanReceipt.carousel {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#scanReceipt .carousel-control-next, #scanReceipt .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: inherit;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #38312D;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FFC600;
    border-radius: 50%;
}

#scanReceipt .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFC600;
}

#scanReceipt .carousel-indicators {
    position: relative;
    right: 0px;
    bottom: 0px;
    top: 10px;
    left: 102px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 50;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 98px;
}

#scanReceipt .indicators-box {
    background-color: #38312D;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 200px;
    height: 50px;
}

#scanReceipt .carousel-control-next {
    right: 0;
    left: inherit;
    background-color: #F8D459;
}

#scanReceipt .carousel-control-prev {
    right: 50px;
    left: 0;
    background-color: #F8D459;
}

#scanReceipt .carousel-indicators .active {
    opacity: 1;
    margin-top: 8px;
    border: 2px solid #38312D;
    box-shadow: 0 0 0 1px #FFC600;
}

#scanReceipt .carousel-item {
    height: auto;
    background-size: cover !important;
    padding-top: 0px;
}

#scanReceipt .carousel-control-next-icon, #scanReceipt .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

#scanReceipt .carousel-item .walkthrough-box .row div > img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 0;
    height: 32rem;
}

.walkthrough-box {
    text-align: center;
    padding: 20px 30px 0;
}

.walkthrough-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', san-serif;
    font-size: 32px;
}

.walkthrough-txt {
    height: 130px;
}

#scanReceiptModalpage .modal-body > #reader {
    border: 0 !important;
    margin: auto;
}

.reader-w-50 {
    width: 50%;
    margin: 0 auto;
    padding-right: 35px;
}

.scan-success-img {
    background: url(../images/scan-walkthrough/scan-success.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.scan-fail-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

    .scan-fail-img img {
        width: 120px;
        height: auto;
    }

.scan-fail-title, .scan-success-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', san-serif;
    font-size: 32px;
    text-align: center;
}

.scan-success-pts {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', san-serif;
    font-size: 32px;
    color: #946037;
    text-align: center;
}
/*Scan Receipt END*/
/*FAQ start*/
.faq-cnt .accordion-body {
    font-size: 16px;
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 20px;
}

.faq-cnt a {
    color: #A12027;
    transition: all ease-in .3s;
}

    .faq-cnt a:hover {
        color: #FFC600;
    }

.faq-cnt .accordion-button {
    color: #38312D;
}

    .faq-cnt .accordion-button:not(.collapsed) {
        color: #ffc600;
        background-color: transparent;
        border-bottom: 0px solid #38312D;
        box-shadow: none;
        outline: none;
    }

.faq-cnt .accordion-button {
    border: 0px !important;
}

    .faq-cnt .accordion-button::after {
        display: none;
    }

.faq-cnt .accordion-item:last-of-type .accordion-collapse {
    border: 0;
}

.bdr-bottom {
    border-bottom: solid 1px #E3E1DB !important;
    padding-bottom: 20px;
    margin-top: 40px;
    color: #CE7433;
}

.faq-cnt .accordion-button {
    font-size: 1.3rem;
    font-weight: 500;
}

.mt-0 {
    margin-top: 0 !important;
}

.faq-cnt p {
    font-size: 16px;
}

@media (max-width:1400px) {
    .bdr-bottom {
        padding-bottom: 15px;
        font-size: 1.5rem;
    }

    .faq-cnt .accordion-button {
        font-size: 1.2rem;
    }
}
/*FAQ end*/
/*Fave Sports NEW*/
.fs-accordion .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.fs-accordion .card-body {
    padding: 0;
}

.fs-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
}

    .fs-accordion .card-header .btn.btn-link:not(.collapsed) .pull-right::after {
        display: none;
    }

.fs-accordion .fs-acc-head {
    width: 60%;
    float: left;
}

.fs-accordion .expandright:focus {
    padding: 0 16px 0 0;
}

.fs-accordion .search:focus {
    width: 180px;
    padding: 0 16px 0 0;
    border-radius: 100px;
    padding-left: 20px;
}

.fs-accordion .btn.btn-link {
    padding: 15px;
    width: 100%;
    text-align: left;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #CE7433;
    font-size: 1.2rem;
    border-bottom: 1px solid #f1f1f1;
}

    .fs-accordion .btn.btn-link:focus {
        outline: 0;
        box-shadow: none;
    }

    .fs-accordion .btn.btn-link.collapsed {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        background: #ffffff;
        color: #38312d;
        border-bottom: 1px solid #f1f1f1;
    }

.customcheck-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    display: block;
    overflow-y: auto;
}

.accordion-customcheck-wrapper {
    height: auto;
    min-height: 160px;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 15px;
}

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.customcheck {
    border-radius: 50%;
}

.checkmark {
    border-radius: 100%;
    background-color: #38312D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 125px;
    height: 125px;
    margin: 5px;
    position: relative;
    float: left;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
}

.customcheck input:checked ~ .checkmark, .customcheck:hover input ~ .checkmark {
    background-color: #38312d;
    color: #FFC600;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}

.football input:checked ~ .checkmark, .football:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-football.jpg) 0 0/100% auto;
}

.basketball input:checked ~ .checkmark, .basketball:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-Basketball.jpg) 0 0/100% auto;
}

.cricket2 input:checked ~ .checkmark, .cricket2:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-cricket.jpg) 0 0/100% auto;
}

.baseball input:checked ~ .checkmark, .baseball:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-baseball.jpg) 0 0/100% auto;
}

.esports input:checked ~ .checkmark, .esports:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-esports.jpg) 0 0/100% auto;
}

.golf input:checked ~ .checkmark, .golf:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-golf.jpg) 0 0/100% auto;
}

.handball input:checked ~ .checkmark, .handball:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-handball.jpg) 0 0/100% auto;
}

.hockey input:checked ~ .checkmark, .hockey:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-hockey.jpg) 0 0/100% auto;
}

.icehockey input:checked ~ .checkmark, .icehockey:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-icehockey.jpg) 0 0/100% auto;
}

.nascar input:checked ~ .checkmark, .nascar:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-nascar.jpg) 0 0/100% auto;
}

.paddle-tennis input:checked ~ .checkmark, .paddle-tennis:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-paddle-tennis.jpg) 0 0/100% auto;
}

.polo input:checked ~ .checkmark, .polo:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-polo.jpg) 0 0/100% auto;
}

.rugby input:checked ~ .checkmark, .rugby:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-rugby.jpg) 0 0/100% auto;
}

.tennis input:checked ~ .checkmark, .tennis:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-tennis.jpg) 0 0/100% auto;
}

.ufc input:checked ~ .checkmark, .ufc:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-ufc.jpg) 0 0/100% auto;
}

.wwe input:checked ~ .checkmark, .wwe:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-wwe.jpg) 0 0/100% auto;
}

.badminton input:checked ~ .checkmark, .badminton:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-badminton.jpg) 0 0/100% auto;
}

.boxing2 input:checked ~ .checkmark, .boxing2:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-boxing.jpg) 0 0/100% auto;
}

.volley-ball input:checked ~ .checkmark, .volley-ball:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-volleyball.jpg) 0 0/100% auto;
}

.formula-1 input:checked ~ .checkmark, .formula-1:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-formula1.jpg) 0 0/100% auto;
}

.moto-gp input:checked ~ .checkmark, .moto-gp:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-motogp.jpg) 0 0/100% auto;
}

.table-tennis input:checked ~ .checkmark, .table-tennis:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-table-tennis.jpg) 0 0/100% auto;
}

.cycling input:checked ~ .checkmark, .cycling:hover input ~ .checkmark {
    background: url(../images/favorite-sports/favorite-cycling.jpg) 0 0/100% auto;
}

.modal-search-bx {
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

body.modal-open {
    overflow-y: hidden !important;
}
/*Fave Sports NEW END*/
/*NEW CSS 08262021*/
.categories-scroll {
    max-height: 710px;
    overflow: auto;
}

.spts-content-scroll {
    max-height: 700px;
    overflow: auto;
}

.latest-news-scroll {
    max-height: 450px;
    overflow: auto;
}

.order-now-box-img {
    min-height: 190px;
}

@media (max-width:991px) {
    .categories-scroll {
        max-height: auto;
    }
}
/*NEW CSS 08262021 END*/
/*Search box*/
.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: #FFFFFF;
}

.open-search-bx {
    display: block;
}

.select-store .title h1 {
    color: #38312D;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.search-overlay .close {
    border: none;
    background: none;
    height: 50px;
    width: 100%;
    text-align: right;
    padding: 0;
}

    .search-overlay .close:focus {
        outline: none
    }

.select-header {
    margin-top: 10.8rem;
    max-height: calc(100vh - 10.8rem);
    overflow-y: auto;
    padding-bottom: 10rem;
}

.fs-modal-100 {
    max-width: 100%;
}
/*Search box END*/
/*Dropdown Start*/
.searchinput.dropdown-menu {
    box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 10px;
}

    .searchinput.dropdown-menu .dropdown-wrapper {
        padding: 10px 20px;
        min-width: 250px;
    }

    .searchinput.dropdown-menu .dropdown-header.technology-size {
        color: #38312D;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 800;
    }

    .searchinput.dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: 'Barlow', sans-serif;
    }

    .searchinput.dropdown-menu a {
        color: #38312D;
        font-weight: 500;
        max-width: 100%;
        white-space: normal;
        line-height: normal;
        margin-bottom: 7px;
    }

        .searchinput.dropdown-menu a:hover {
            color: #ffc600;
        }

.searchinput .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0rem;
}

.searchinput.dropdown-menu:before, .searchinput.dropdown-menu:after {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1px;
}

.searchinput.dropdown-menu ul {
    padding: 0;
    list-style: none;
}

.icon-shape {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #FFC600;
    background-image: linear-gradient(132deg, #FFC600 0%, #F4CC3D 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .icon-shape img {
        width: 100%;
        object-fit: cover;
        height: 40px;
        border-radius: 8px;
    }

.searchinput .dropdown-header {
    display: block;
    padding: .5rem 0;
}

.searchinput.dropdown-menu:after, .searchinput.dropdown-menu-container:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1px;
    top: -10px;
}

#myInputautocompleteList li {
    padding-left: 0 !important;
}

#myInputautocompleteListContainerId {
    margin-left: 0;
    right: 40px !important;
    left: auto !important;
}
/*Dropdown End*/
/*SUVEY*/
#welcomepage {
    margin-bottom: 3rem;
}

.scan-h1 {
    color: #38312d;
    text-align: center;
}

.walkthrough-img {
    height: 30rem;
}

.walkthrough-title {
    color: #946037;
}

.question-txt {
    color: #38312D;
    font-size: 1.45rem;
    font-weight: 600;
    text-align: center;
}

.form-check .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: .9rem;
}

.form-check {
    padding-left: 0;
}

.radio {
    margin-bottom: .5rem;
}

    .radio .cr {
        border-radius: 50%;
        margin-top: 3px;
    }

.form-check .cr .cr-icon {
    position: absolute;
    font-size: .8rem;
    line-height: 0;
    top: 50%;
    left: 8%;
    font-weight: 100;
    text-stroke: 0px #38312d;
    -webkit-text-stroke: 0px #38312d;
    -moz-text-stroke: 0px #38312d;
    -ms-text-stroke: 0px #38312d;
    -o-text-stroke: 0px #38312d;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .9rem;
    line-height: 0;
    top: 50%;
    left: 9%;
}

.radio .cr .cr-icon {
    margin-left: 0.08em;
}

.form-check label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.form-check label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

    .form-check label input[type="checkbox"]:checked + .cr {
        background-color: #FFC600;
        border: 1px solid #FFC600;
    }

    .form-check label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
        color: #ffffff;
    }

    .form-check label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
        color: #38312D;
    }

    .radio label input[type="radio"] + .cr > .cr-icon {
        opacity: 0;
        color: #ffffff;
        transition: all ease-in .2s;
    }

    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        opacity: 1;
        color: #ffc600;
    }

    .radio label input[type="radio"] + .cr {
        transition: all ease-in .2s;
        border: 1px solid #a9a9a9;
    }

    .radio label input[type="radio"]:checked + .cr {
        border: 1px solid #38312d;
    }

.in-box {
    float: left;
}

.in-box-form {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -8px;
    width: 85px;
}

.sub-question-txt {
    margin-bottom: 30px;
    color: #946037;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}
/*Thank you page start*/
.ty-right-img {
    height: 100vh;
    width: 50%;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
}

    .ty-right-img img {
        height: 100vh;
        object-fit: cover;
    }

.ty-txt {
    font-size: 3rem;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #A12027;
}
/*Thank you page end*/
.rating {
    border: 1px #cccccc solid;
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    background: linear-gradient(to right, #942B2B, #CE7433, #F4CC3D);
}

    .rating input {
        display: none;
    }

    .rating label {
        display: flex;
        width: 100px;
        height: 100px;
        font-size: 24px;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #38312d;
        cursor: pointer;
    }

    .rating label {
        border-left: 1px #cccccc solid;
        transition: .3s;
    }

    .rating input[type='radio']:hover ~ label, input[type='radio']:checked ~ label {
        background: none;
        color: #fff;
        border: 0;
    }
/*SUVEY END*/
/*css 091421*/
.whr-caption {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}
/*css 091421 END*/
/*Updated CSS 09202021*/
header .bg-dark label {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url(/assets/images/cancel.svg);
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
}
/*Updated CSS 09202021 END*/
.btn-primary:hover img {
    filter: brightness(100);
}

.datepicker-styl {
    position: absolute !important;
    top: 628.797px !important;
    left: 1204.66px !important;
    z-index: 2 !important;
}
/*Updated CSS 09262021 END*/
@media only screen and (max-device-width: 1680px), only screen and (max-width: 1680px) {
    .datepicker-styl {
        top: 628.797px !important;
        left: 1086.66px !important;
    }
}

@media only screen and (max-device-width: 1600px), only screen and (max-width: 1600px) {
    .datepicker-styl {
        top: 628.797px !important;
        left: 1047.66px !important;
    }
}

@media only screen and (max-device-width: 1440px), only screen and (max-width: 1440px) {
    .tier-points-content, .tier-barcode {
        min-height: 360px;
    }

    .tier-main-box {
        height: 415px;
    }

    .percent svg {
        width: 205px;
    }

    .name-box {
        padding-left: 20px;
    }

    .datepicker-styl {
        top: 598.797px !important;
        left: 934.66px !important;
    }
}

@media only screen and (max-device-width: 1400px), only screen and (max-width: 1400px) {
    .tier .row .tier-bg p {
        min-height: 133px;
        font-size: 14px;
    }

    .name-text {
        font-size: 12px;
    }

    .datepicker-styl {
        top: 598.797px !important;
        left: 912.66px !important;
    }
}

@media only screen and (max-device-width: 1366px), only screen and (max-width: 1366px) {
    .tier-points-content, .tier-barcode {
        min-height: 310px;
    }

    .tier-main-box {
        height: 350px;
    }

    .datepicker-styl {
        top: 598.797px !important;
        left: 866.66px !important;
    }
}

@media only screen and (max-device-width: 1200px), only screen and (max-width: 1200px) {
    .tier .row .tier-bg p {
        min-height: auto;
        font-size: 14px;
    }
    /*404 page start*/
    .right-img {
        display: none;
    }
    /*404 page end*/
    .loyalty-slide a.btn {
        margin-bottom: 10px;
    }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
    .tier-points-content, .tier-barcode {
        min-height: 260px;
    }

    .tier-main-box {
        height: 300px;
    }
}

@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
    .filtr-popup-btn {
        display: block;
    }

    .fltr-form {
        display: none;
    }
    /*sports page start*/
    .r-mr-btn {
        margin-top: 20px;
        float: left;
    }
    /*sports page end*/
}

@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
    .tier-points-content, .tier-barcode {
        min-height: 200px;
    }

    .tier-main-box {
        height: 225px;
    }
}

.modal-footer .form-box-banner {
    width: 100%;
}

.modal-footer .form-box-banner {
    width: 100%;
}

    .modal-footer .form-box-banner .btn-loader-main {
        float: left;
        width: auto;
        margin-right: 5px;
    }

.news-date {
    width: 100%;
    text-align: center;
    float: left;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

/*Coupon start*/

.title h1 {
    color: #38312D;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.timer-bx {
    border: 1px solid #dddddd;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.progress {
    height: 8px;
}

.progress-bar {
    background-color: #FFC600;
}
/*Coupon end*/

.bg-dark #country {
    max-width: 100%;
}

.cancelOrderReasons input[type='radio']:checked ~ label {
    color: #000000;
}

.select-bdr {
    border-radius: 50px;
    width: auto;
    float: right;
    padding-left: 20px;
    height: 42px;
    background-color: transparent;
    border-color: #38312D !important;
    margin-top: 32px;
    box-shadow: none !important;
    padding-right: 35px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.box-background {
    position: relative;
}

.box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    padding: 20px;
    border-radius:10px;
}
.menu-item-box-div-img-box {
    background-position: center;
}

.promo-img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.close-btn-pop {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
    transition: all ease-in .3s;
}

    .close-btn-pop:hover {
        background: #FFC600;
    }

    .close-btn-pop img {
        width: 13px;
    }

.promo-btn-boxes {
    background-color: #FFC600;
    padding: 20px 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.promo-txt-dv {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 32px;
    color: #38312D;
}

.swiper-pagination-bullet-active {
    background: #FFC600;
    width: 17px;
    height: 17px;
}

.slider-box {
    padding: 10px 40px 60px 40px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
}
.menu-item-img {
    background-color: #f4f4f4;
    background-size: cover;
    width: 100%;
    background-position: center;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    aspect-ratio: 6 / 4.5;
    overflow: hidden;
}


.right-img {
    height: 100vh;
    width: 50%;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
}

    .right-img img {
        height: 100vh;
        object-fit: cover;
    }

@media only screen and (max-device-width: 1200px), only screen and (max-width: 1200px) {
    .right-img {
        display: none;
    }
}

.QuestionsAll .fancy-checkbox {
    width: 400px;
    max-width: 100%;
    margin: auto;
    margin-bottom: .5rem;
}

    .QuestionsAll .fancy-checkbox input {
        margin-right: 10px;
    }
.promo-banner-bg {
    padding: 0;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.col-lg-8 .box-background {
    min-height: 231px;
}

.col-lg-4 .box-background {
    min-height: 231px;
}
@media (max-width:1599px) {
    .col-lg-8 .box-background {
        min-height: 197px;
    }

    .col-lg-4 .box-background {
        min-height: 200px;
    }
    .aligner-h200 {
        min-height: 160px;       
    }
}
@media (max-width:1399px) {
    .col-lg-8 .box-background {
        min-height: 166px;
    }

    .col-lg-4 .box-background {
        min-height: 166px;
    }
}
#myCarousel .carousel-item {
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
    width: 100% !important;
    aspect-ratio: 192 / 75 !important;
    -webkit-aspect-ratio: 192 / 75;
    -moz-aspect-ratio: 192 / 75;
    -ms-aspect-ratio: 192 / 75;
}