@font-face {
    font-family: 'DunkinSans';
    src: url('../fonts/DunkinSans-Display.eot');
    src: url('../fonts/DunkinSans-Display.eot?#iefix') format('embedded-opentype'), url('../fonts/DunkinSans-Display.woff2') format('woff2'), url('../fonts/DunkinSans-Display.woff') format('woff'), url('../fonts/DunkinSans-Display.ttf') format('truetype'), url('../fonts/DunkinSans-Display.svg#DunkinSans-Display') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DunkinSans';
    src: url('../fonts/DunkinSans-Display.eot');
    src: url('../fonts/DunkinSans-Display.eot?#iefix') format('embedded-opentype'), url('../fonts/DunkinSans-Display.woff2') format('woff2'), url('../fonts/DunkinSans-Display.woff') format('woff'), url('../fonts/DunkinSans-Display.ttf') format('truetype'), url('../fonts/DunkinSans-Display.svg#DunkinSans-Display') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DunkinSans';
    src: url('../fonts/DunkinSans-Book.eot');
    src: url('../fonts/DunkinSans-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/DunkinSans-Book.woff2') format('woff2'), url('../fonts/DunkinSans-Book.woff') format('woff'), url('../fonts/DunkinSans-Book.ttf') format('truetype'), url('../fonts/DunkinSans-Book.svg#DunkinSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'DunkinSans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

a {
    text-decoration: none;
    color: #FF6E0C;
    transition: all ease-in .3s;
}

    a:hover {
        color: #F20C90;
    }

    a:active {
        color: #F20C90;
    }

    a:focus {
        color: #F20C90;
    }

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, .5);
    line-height: 46px
}

.link-primary {
    color: #FF6E0C;
}

    .link-primary:hover, .link-primary:focus, .link-primary:active {
        color: #946037;
    }

#header {
    transition: all ease-out .3s;
    top: 0px;
}

.bg-dark {
    background-color: #3E342F !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 10px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 5px 10px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 5px 10px 15px 0px rgba(50, 50, 50, 0.2);
}

.sub-menu-box {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.sub-menu-txt {
    color: #000000;
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 20px;
    transition: all ease-in .3s;
}

    .sub-menu-txt:hover {
        color: #FF6E0C;
    }

.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: 35px;
    padding-bottom: 35px;
    height: auto;
    width: auto;
    margin-left: 25px;
}

.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: 'DunkinSans', sans-serif;
    color: #FF6E0C;
    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: #F20C90;
    }

    .menu-txt:active {
        color: #F20C90;
    }

    .menu-txt:focus {
        color: #F20C90;
    }
/*sidenav*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    width: 50px;
    height: 50px;
    right: 30px;
    z-index: 2000;
    font-size: 20px;
    border: none;
    border: solid 1px #F20C90;
    outline: none;
    background-color: #F20C90;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all ease-in .3s;
    padding: 0;
}

    #myBtn:hover {
        background-color: #FF6E0C;
        border: solid 1px #FF6E0C;
    }

.desktop-view {
    display: block;
    padding-top: 17px;
}

.mobile-view {
    display: none;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3E342F;
    padding: 8.5px 100px;
}

.header-inner {
    width: 100%;
    float: left;
    height: 95px;
}

.main-menu {
    float: left;
    padding-top: 36px;
    width: auto;
}

.logo-box {
    float: left;
    padding-top: 30px;
    height: auto;
    width: auto;
    margin-left: 30px;
}

    .logo-box img {
        width: 200px !important;
    }

.reward-logo {
    padding-top: 36px;
}

.carousel {
    margin-top: 8.7rem;
    margin-bottom: 1rem;
}

#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 10px;
    }

.user-initials .dropdown img {
    width: 30px;
}

.join-the-head a {
    color: #FF6E0C;
    text-decoration: underline;
    font-weight: 600;
    padding-left: 15px;
}

.sign-in a {
    color: #3E342F;
    text-decoration: underline;
    font-weight: 600;
    padding: 0 5px;
}

.custom-bage-color {
    background: #FF6E0C;
    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%;
}

::-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: #ffffff;
    min-width: 19px;
    height: 19px;
    border-radius: 100px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #FF6E0C;
    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: 'DunkinSans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.carousel-caption p {
    margin-bottom: 2.6rem;
    font-size: 1rem;
    color: #000000;
}

.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: 2.7rem;
    }

    body {
        font-size: 15px;
    }
}

.slider-right-box {
    position: absolute;
    right: 0;
    top: 30%;
    width: 100px;
    color: #3E342F;
    background-color: #F20C90;
    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: .8rem;
    line-height: normal;
    font-family: 'DunkinSans', sans-serif;
    font-weight: 800;
    text-align: center;
    float: left;
    width: 100%;
    color: #ffffff;
}

.startorder-btn {
    border: solid 1px rgba(0, 0, 0, 0.10);
    color: #ffffff;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-weight: normal;
    font-size: .8rem;
    float: left;
    background-color: transparent;
    transition: all ease-in .3s;
}

    .startorder-btn:hover {
        color: #ffffff;
        background-color: #F20C90;
    }

    .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.60);
    padding: 50px;
    padding-top: 50px;
    padding-right: 50px;
    width: 30%;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #38321d;
    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.45rem 1.5rem;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 10px;
    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: #F20C90;
    border: solid 1px #F20C90;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
    color: #ffffff;
}

    .btn-primary:hover {
        background-color: #FF6E0C;
        border: solid 1px #FF6E0C;
        color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    .btn-primary:active {
        background-color: #FF6E0C;
        border: solid 1px #FF6E0C;
        color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    .btn-primary:focus {
        background-color: #FF6E0C;
        border: solid 1px #FF6E0C;
        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: 40px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FF8F1C;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: 1;
}

.carousel-indicators {
    position: relative;
    right: 0px;
    bottom: 0px;
    top: 6px;
    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: #ffb81c;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 200px;
    height: 40px;
    border-top-left-radius: 20px;
}

.carousel-control-next {
    right: auto;
    left: 50px;
    background-color: #FF6E0C;
}

.carousel-indicators .active {
    opacity: 1;
    margin-top: 8px;
    background-color: #FF6E0C;
    border: 1px solid #FF6E0C;
    box-shadow: 0 0 0 2px #ffffff;
}

.carousel-item {
    height: auto !important;
    min-height: auto !important;
    background-size: cover !important;
    aspect-ratio: 192 / 75;
    max-height: inherit !important;
    background-position: center !important;
}

a {
    cursor: pointer;
}

.ml-0 {
    margin-left: 0 !important;
}

.btn-secondary {
    background: #ffffff;
    color: #FF6E0C;
    border-color: #ffffff;
}

    .btn-secondary:hover {
        border: 1px solid #F20C90;
        background: #F20C90;
        color: #ffffff;
    }

    .btn-secondary:focus {
        border: 1px solid #F20C90;
        background: #F20C90;
        color: #ffffff;
        outline: none;
        box-shadow: none;
    }
/*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: #3E342F;
    /*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: #FF6E0C;
    }

.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: -6px;
    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/get.jpg);
    background-size: cover;
    background-position: center;
    min-height: 225px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
}

    .box-background h2 {
        color: #ffffff;
        font-family: 'DunkinSans', sans-serif;
        font-weight: 800;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .box-background p {
        color: #3E342F;
        line-height: normal;
        text-transform: none;
        font-size: 1rem;
        margin-top: 10px;
    }

.overflow-height {
    height: 446px;
    overflow: auto;
}

.find-bg {
    background-image: url("../../assets/images/find.jpg");
    background-size: cover;
}

.enjoy-bg {
    background-image: url("../../assets/images/ligit.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: #FF6E0C;
    border-bottom: 0;
}

    .card-header:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .card-header h4 {
        font-weight: 800;
        color: #3E342F;
        text-transform: uppercase;
        font-size: 1rem;
    }

.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 #F8F4F1;
    border-radius: 10px;
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.bg-light-brown {
    background-color: #DCC7B7 !important;
}

.clr-white {
    color: #ffffff !important;
}

.item-price {
    font-family: 'DunkinSans', 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;
    background-color: #ffffff;
}

.favorite-icn {
    width: 45px;
    height: 45px;
    padding: 11px;
    /* float: right; */
    border-top-right-radius: 10px;
    border-bottom-left-radius: 15px;
    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: #3E342F;
    font-family: 'DunkinSans', 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: #FF6E0C;
}

.py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
/* fotter */
.site-footer {
    background-color: #3E342F;
    padding: 60px 0 22px 0;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.guranted-safe h6 {
    margin-bottom: 20px;
}

.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: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.download-app img {
    margin: 10px 0 20px;
    width: 127px;
}

.social-icons-links a {
    margin-right: 8px;
}

.site-footer a {
    color: #FF6E0C;
    font-weight: bold;
    transition: all ease-in .3s;
}

    .site-footer a:hover {
        color: #F20C90;
    }

.pull-left {
    float: left;
}

.copyright-main {
    position: relative;
    border-top: solid 1px #cccccc;
    margin-top: 20px;
}

.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: #FF6E0C;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    color: #ffffff;
}

    .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: #ffffff;
    line-height: 33px;
    font-size: 14px;
    font-family: 'DunkinSans', sans-serif;
    font-weight: normal;
}

.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;
    text-align: center;
}

.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: #FF6E0C;
    font-family: 'DunkinSans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.main-menu img {
    margin-left: 0;
    cursor: pointer;
}

.form-control {
    border: solid 1px #999999;
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 25px;
}

    .form-control:focus {
        border: solid 1px #FF6E0C;
        background-color: #ffffff;
        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: #3E342F;
}

    .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 10px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: -5px 10px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow: -5px 10px 15px 0px rgba(50, 50, 50, 0.2);
}

.sub-menu-box-right {
    float: left;
    width: 100%;
    border-top: solid 1px #E3E1DB;
    padding: 30px;
}

.sub-menu-txt-right {
    color: #3E342F;
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: 600;
    padding-bottom: 15px;
    transition: all ease-in .3s;
}

    .sub-menu-txt-right:hover {
        color: #FF6E0C;
    }

.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: 'DunkinSans', sans-serif;
    color: #FF6E0C;
    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: #F20C90;
    }
/*sidenav-right*/
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }

    .header-mr .h1, h1 {
        font-size: 3rem;
    }
}
/*home End*/
/*our story start*/
.header-mr {
    margin-top: 8.8rem;
    margin-bottom: 2.5rem;
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.privacy-bg p {
    margin-bottom: 0;
}

.header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fw-light {
    font-weight: 800 !important;
}

.header-mr p {
    font-size: 17px;
}

.header-mr .h1, h1 {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: 'DunkinSans', sans-serif;
    color: #FF6E0C;
    text-transform: uppercase;
    text-align: left;
}

.about-us {
    background-image: url("../../assets/images/our-story-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-bg {
    background-image: url("../../assets/images/about.jpg");
    background-size: cover;
    min-height: 400px;
}

.color-dark {
    color: #3E342F;
    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: #FF6E0C;
    }

.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: #000000;
}

.news-heading {
    font-family: 'DunkinSans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #946037;
}

.news-img {
    background-image: url("../../assets/images/news.jpg");
    background-size: cover;
    width: 100%;
    height: 200px;
    border-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: #3E342F;
    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: #FF6E0C;
        color: #3E342F;
    }

    .faq-btn img {
        margin-bottom: 10px;
        height: 50px;
    }

.faq-btn-white {
    color: #3E342F;
    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: #FF6E0C;
        color: #3E342F;
    }

    .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: 'DunkinSans';
    float: left;
}

.back-page-btn {
    margin: 2.5rem 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #3E342F;
    font-family: 'DunkinSans';
    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: #3E342F;
        background-color: transparent;
        border-bottom: 1px solid #3E342F;
        box-shadow: none;
        outline: none;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("../../assets/images/right-arrow-acc.svg");
            transform: rotate(90deg);
        }

    .accordion-button::after {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        margin-left: auto;
        content: "";
        background-image: url("../../assets/images/right-arrow-acc.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .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;
    border: 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px !important;
    margin: 10px 0;
    font-size: 1.1rem;
    background-color: #F8F4F1;
    color: #FF6E0C;
}

.accordion-body {
    color: #000000;
}

p {
    color: #000000;
}

footer p {
    color: #ffffff;
}

.mr-btm-20 {
    margin-bottom: 20px;
}

.download-app img {
    margin: 10px 0 30px;
}

.social-icons-links {
    margin-top: 20px;
    margin-bottom: 20px;
}

.privacy-bg {
    background-color: #F8F4F1;
}

.terms-bg {
    background-color: #F8F4F1;
}
/*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: #3E342F;
    border-radius: 10px;
    border-color: #3E342F;
    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: 'DunkinSans', sans-serif;
        font-weight: 600;
    }

.cnt-style {
    color: #3E342F;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'DunkinSans', 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: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.cnt-details {
    float: left;
    margin-left: 20px;
    width: calc(100% - 80px);
    font-weight: 500;
    padding-top: 5px;
    font-size: .9rem;
    color: #000000;
}

.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: #ffffff;
    color: #000000;
    transition: all ease-in .3s;
}

.signin-form {
    border-radius: 10px !important;
    border: solid 1px #999999 !important;
    margin-bottom: 15px;
}

.form-control:focus {
    background-color: #ffffff;
    border: solid 1px #FF6E0C !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: #FF6E0C;
}

.form-check-input:checked {
    background-color: #FF6E0C;
    border-color: #FF6E0C;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    color: #3E342F;
    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;
    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: #3E342F;
    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: #3E342F;
        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: #000000;
    }

.sign-email {
    background-color: #FF6E0C;
    color: #ffffff;
    text-transform: capitalize;
    background-image: url("../../assets/images/Email-white.svg");
    background-repeat: no-repeat;
    background-position: center left 23px;
    border: 0;
    margin-bottom: 10px;
    background-size: 26px;
}

    .sign-email:hover {
        border: 0;
        background-color: #F20C90;
    }

.sign-phone {
    background-color: #FF6E0C;
    color: #ffffff;
    text-transform: capitalize;
    background-image: url("../../assets/images/phone-white.svg");
    background-repeat: no-repeat;
    background-position: center left 28px;
    border: 0;
    margin-bottom: 10px;
    background-size: 16px auto;
}

    .sign-phone:hover {
        border: 0;
        background-color: #F20C90;
    }

.create-account {
    background-color: #999999;
    color: #ffffff;
}

.create-account {
    background-color: #3E342F;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 50px;
    border: 0;
    margin-top: 0px;
}

    .create-account:hover {
        border: 0;
        background-color: #FF6E0C;
        color: #ffffff;
    }

.input-group-addon-number {
    padding: 0.66rem 0.75rem;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-align: center;
    border: 0;
    border-radius: 0.25rem;
    border-left: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    direction: ltr;
    padding-left: 0;
}

.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;
}

.input-group .form-select {
    background-position: right 2.2rem center;
}

.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: #3E342F;
    border-radius: 10px;
    border-color: #3E342F;
    padding: 10px 0;
    width: calc(33.33% - 10px);
    margin-right: 10px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 1rem;
    padding-top: 20px !important;
}

    .btn-light img {
        filter: brightness(100);
    }

    .btn-light p {
        color: #ffffff;
    }

    .btn-light:hover {
        border-color: #FF6E0C;
        background-color: #FF6E0C;
        border-radius: 10px;
        color: #ffffff;
    }

    .btn-light:active {
        border-color: #FF6E0C;
        background-color: #FF6E0C;
        border-radius: 10px;
        color: #ffffff;
    }

    .btn-light:focus {
        border-color: #FF6E0C;
        background-color: #FF6E0C;
        border-radius: 10px;
        color: #ffffff;
    }

    .btn-light:hover p {
        color: #ffffff;
    }

    .btn-light:hover img {
        filter: brightness(100);
    }

    .btn-light p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.light-btn-box {
    max-width: 100%;
    width: 1000px;
    margin: auto;
}

.btn-light img {
    width: 40px;
}

.border-box {
    border: solid 1px #F8F4F1;
    padding: 20px;
    border-radius: 10px;
}

.profile-circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #FF6E0C;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-top: 17px;
    font-size: 2.5rem;
    margin-bottom: 17px;
}

.loyalty {
    color: #000000;
    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: 'DunkinSans', sans-serif;
    font-weight: 800;
    color: #000000;
    font-size: 40px;
}

.abt-loyalty {
    font-size: 16px;
    color: #F20C90;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
    text-decoration: underline;
}

.bdr-right {
    border-right: solid 1px #CBCBCB;
}

.black-circle {
    background-color: #FF6E0C;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    padding-top: 12px;
    float: left;
}

    .black-circle img {
        height: 25px;
        filter: brightness(100);
    }

.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;
}

.name-box-text {
    color: #000000 !important;
}

.name-text {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.bdr-radius {
    border-radius: 10px;
}

.btn-basic {
    background-color: #3E342F;
    border: solid 1px #3E342F;
    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: #FF6E0C;
    }

.modal-content {
    border-radius: 10px;
}

.btn-close {
    transition: all ease-in .3s;
}

.modal-header {
    border: 0;
    min-height: 60px;
}

.modal-footer {
    border: 0;
    align-items: center;
    justify-content: center;
}

.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: #3E342F;
}

.modal-title {
    color: #000000;
    font-weight: 600;
    font-family: 'DunkinSans', sans-serif;
}

.modal-body {
    padding: 0 20px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.edit-pro-form {
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #999999 !important;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .edit-pro-form:focus {
        border: 0 !important;
        border-bottom: solid 1px #FF6E0C !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: #FF6E0C;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    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: #3E342F;
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
    font-family: 'DunkinSans', sans-serif;
    margin-bottom: 5px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-details-txt {
    line-height: 1;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    align-items: center;
    border: solid 2px #DCC7B7;
    position: relative;
}

.location-text {
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    height: 35px;
    color: #000000;
    padding: 0 25px;
    font-size: 14px;
    background-color: #F8F4F1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.text-light-clr {
    color: #000000
}

.right-actn-box {
    position: absolute;
    right: 25px;
    top: 20px;
}

.right-actn-btn {
    float: right;
    margin-left: 15px;
    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: #3E342F;
}

    .locate-me:hover {
        background-color: #FF6E0C;
        color: #3E342F;
    }

.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: 'DunkinSans', sans-serif;
    margin-bottom: 30px;
}

.btn-outline-warning {
    border: solid 2px #F20C90;
    color: #F20C90;
    padding: 0.6rem 1.7rem;
    padding: 0.5rem 1.2rem;
}

    .btn-outline-warning:hover {
        color: #ffffff;
        background-color: #F20C90;
        border-color: #F20C90;
    }

    .btn-outline-warning:active {
        color: #ffffff;
        background-color: #F20C90;
        border-color: #F20C90;
    }

    .btn-outline-warning:focus {
        color: #ffffff;
        background-color: #F20C90;
        border-color: #F20C90;
    }

    .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: #ffffff;
        background-color: #FF6E0C;
        border-color: #FF6E0C;
    }
/*confirm-loacation	end*/
/*preferences start*/
.preference-sub-text {
    font-size: 15px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    top: 50px;
    width: 100%;
}

.div-heading {
    font-weight: 600;
    color: #000000;
    font-size: 17px;
}

.sub-accord-text {
    margin-bottom: 20px;
    color: #999999;
}

.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: #000000;
    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-bg.jpg");
    background-size: cover;
    background-position: center;
    height: 330px;
}

.menu-category-box {
    border-radius: 15px;
    height: 380px;
    padding: 20px;
    color: #ffffff;
    background-size: 100%;
    transition: all ease-in .3s;
    background-position: bottom center;
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 25px;
    background-repeat: no-repeat;
}

    .menu-category-box:hover {
        background-size: 105%;
        background-position: bottom 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: 'DunkinSans', sans-serif;
    margin-bottom: 5px;
    line-height: normal;
    color: #000000;
}

.col-xl-3.col-lg-4.col-sm-6.col-6 .category-text {
    text-shadow: 0px 0px 5px #f7f4f1;
}

.menu-category-box p {
    font-size: 14px;
    text-transform: none;
}
/*menu end*/
/*menu inside page start*/
.menu-back-page-btn {
    margin: 2.5rem 0;
    text-transform: capitalize;
    color: #000000;
    font-size: 1.5rem;
    margin-right: 20px;
    float: left;
    transition: all ease-in .3s;
    font-weight: bold !important;
}

    .menu-back-page-btn:hover {
        color: #FF6E0C;
    }

.menu-category-text {
    margin: 2.5rem 0;
    text-transform: capitalize;
    color: #FF6E0C;
    font-size: 1.5rem;
    padding-right: 30px;
    margin-right: 30px;
    float: left;
    transition: all ease-in .3s;
    font-weight: bold !important;
}

.menu-item-box-div {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    position: relative;
    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: 1rem 0.5rem;
    width: 100%;
    float: left;
    height: 230px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-name-txt {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    color: #3E342F;
    text-transform: capitalize !important;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu-item-details-box .menu-name-txt {
    color: #FF6E0C;
    margin-bottom: 0;
    margin-top: 5px;
}

.menu-item-details-box p {
    margin-bottom: 0;
}

.menu-name-txt a {
    color: #FF6E0C;
}

.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: #3E342F;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'DunkinSans', sans-serif;
    text-transform: uppercase;
}

.fav-btn {
    width: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}

.menu-item-btn {
    float: left;
    margin-right: 0px;
    font-size: 1rem;
    margin-top: 20px;
}

.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: 'DunkinSans', 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: 6px 15px;
    font-weight: 800;
    font-size: 14px;
}

.news-letter-bg {
    background-image: url(../../assets/images/news-letter-bg.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    width: 100%;
    padding: 100px 0px;
}

.neswltr-box {
    width: 400px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.neswltr-box-big {
    width: 700px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.news-letter-bg h1 {
    color: #FF6E0C;
    text-align: center;
    font-size: 3rem;
}

.news-letter-bg p {
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
}

.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: #FF6E0C;
        font-family: 'DunkinSans', 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: 13px;
        float: left;
        width: 100%;
        color: #3E342F !important;
    }

.location-heading-text {
    font-size: 1.2rem;
    font-family: 'DunkinSans', sans-serif;
    font-weight: 600;
    width: calc(100% - 25px);
    float: left;
    height: auto;
    color: #FF6E0C;
    margin-bottom: 5px;
}

.white-inside-bx p {
    line-height: 1.2;
    margin-top: 3px;
}

.customization-box-div-img-box {
    width: 100%;
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    text-align: center;
}

.custon-white-box {
    background-color: #ffffff;
    border: solid 0px #DCC7B7;
    height: 600px;
    padding: 15px;
    overflow-y: auto;
    border-bottom: 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.03);
}

.head-text-div {
    color: #000000;
    font-weight: 600;
    font-family: 'DunkinSans', sans-serif;
    font-size: 1rem;
    float: left;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
}

.sub-head-text-div {
    color: #999999;
    font-weight: 500;
    margin-top: 10px;
    font-size: 1rem;
    float: left;
    width: 100%;
}

.white-item-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}

.white-item-box-img {
    width: 55px;
    float: left;
    height: 80px;
}

.white-item-box-text {
    width: calc(100% - 35px);
    padding-left: 10px;
    padding-right: 5px;
    float: left;
    height: 40px;
    font-family: 'DunkinSans', sans-serif;
    font-size: .9rem;
    color: #3E342F;
    line-height: normal;
    border: solid 1px #FF6E0C;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
}

.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: #FF6E0C;
    height: 40px;
    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: #FF6E0C;
    }

    .right-btn-box img {
        width: 15px;
    }

.ml-2 {
    margin-left: 15px;
}

.aligner-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left !important;
}

.small-sub-text {
    color: #999999;
    font-size: 12px;
    width: 100%;
}

.customize-main-box-div {
    height: 600px;
    padding: 20px;
    overflow-y: auto;
    border: solid 0px #DCC7B7;
    border-bottom: 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.03);
}
    .customize-main-box-div .select-store p {
        font-size: 14px;
        min-height: 42px;
    }

.customize-head {
    font-family: 'DunkinSans', sans-serif;
    font-size: 1.2rem;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}

.item-name-div-box {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}

.customization-color-gray {
    color: #000000;
    font-weight: 500;
    font-size: 17px !important;
    margin-top: 20px;
}

.price-main-box {
    float: right;
    color: #FF6E0C;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
    font-family: 'DunkinSans', 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: #3E342F;
}

    .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;
    margin-bottom: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
    margin-top: 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all ease-in .3s;
    border: solid 2px #DCC7B7;
    padding: 0px;
    width: 100%;
}

    .white-item-box-big:hover {
        background-color: #DCC7B7;
    }

    .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;
    }

.white-item-box-img-big {
    width: 100%;
    float: left;
    min-height: 100px;
}

.white-item-box-text-big {
    width: 100%;
    float: left;
    height: auto;
    font-family: 'DunkinSans', sans-serif;
    font-size: 1rem;
    color: #3E342F;
    line-height: normal;
    padding-right: 0px;
    text-align: center;
    min-height: 70px;
    padding: 15px 0;
}

    .white-item-box-text-big p {
        font-family: 'DunkinSans', sans-serif;
        font-size: 13px;
        color: #3E342F;
        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: #3E342F;
    font-size: 24px;
    opacity: 0;
}

.active-box {
    background-color: #DCC7B7;
}

    .active-box:hover {
        background-color: #DCC7B7;
    }

    .active-box .right-btn-box-big {
        opacity: 1;
    }

.variety-active-box {
    background-color: #ffffff;
}

    .variety-active-box:hover {
        background-color: #ffffff;
    }

    .variety-active-box .right-btn-box-big {
        opacity: 1;
        height: 130px;
        background-color: #3E342F;
        color: #ffffff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 10px;
    }

.right-btn-main-box-div {
    width: 35px;
    min-height: 105px;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}

.right-btn-top-box {
    background-color: #ffffff !important;
    height: 35px;
    width: 35px;
    line-height: 1;
    float: right;
    border-top-right-radius: 7px;
    transition: all eas-in .3s;
    color: #F20C90;
    font-size: 24px;
    border: solid 2px #DCC7B7;
    border-right: 0;
    border-top: 0;
}

    .right-btn-top-box:hover {
        background-color: #ffffff;
        color: #FF6E0C;
    }

.right-btn-bottom-box {
    background-color: #ffffff !important;
    height: 35px;
    width: 35px;
    line-height: 1;
    float: right;
    border-bottom-right-radius: 7px;
    transition: all eas-in .3s;
    color: #F20C90;
    font-size: 24px;
    border: solid 2px #DCC7B7;
    border-right: 0;
    border-bottom: 0;
}

    .right-btn-bottom-box:hover {
        background-color: #ffffff;
        color: #FF6E0C;
    }

.res-location-det {
    min-height: 40px;
}

.pos-sticky {
    position: sticky;
    top: 140px;
    z-index: 1029;
}

.right-btn-txt-box {
    height: 35px;
    width: 33px;
    line-height: 1;
    color: #F20C90;
    font-size: 18px;
    font-family: 'DunkinSans', sans-serif;
    font-weight: 600;
    float: right;
    text-align: center;
    border: 0;
    background-color: #ffffff;
    border-right: 0;
    padding-left: 1px;
    flex-grow: 1;
}

.customi-sub-text {
    font-size: 15px;
    color: #999999;
    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;
    border: solid 2px #DCC7B7;
    margin-top: 10px;
    padding: 20px;
    background-color: #ffffff;
    transition: all ease-in .3s;
    color: #000000;
    background-position: left -10px center;
    cursor: pointer;
}

    .white-first-item-box:hover {
        background-color: #DCC7B7;
        color: #3E342F;
        background-image: url("../../assets/images/tick-brown.svg");
        background-size: 20px;
        background-repeat: no-repeat;
        padding-left: 50px;
        background-position: left 20px center;
    }

.item-selected-style {
    background-color: #DCC7B7;
    color: #3E342F;
    background-image: url("../../assets/images/tick-brown.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left 20px center;
}

.white-first-item-box:hover p {
    color: #3E342F;
}

.item-selected-style p {
    color: #3E342F !important;
}

.white-item-box-first-text {
    font-family: 'DunkinSans', sans-serif;
    font-size: 1rem;
    line-height: normal;
}

.white-first-item-box p {
    font-size: .8rem;
    font-weight: bold !important;
    color: #000000;
    line-height: normal;
    margin-bottom: 0;
}

.fis-box {
    width: calc(100% - 35px);
    height: 104px;
    padding: 0 15px;
}
/* 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: #3E342F;
        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: #3E342F;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.check-out .title p {
    font-size: 1.125em;
    color: #999999;
}

.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 {
        border: solid 2px #DCC7B7;
        border-radius: 10px;
        padding: 20px;
        transition: all ease-in .3s;
        cursor: pointer;
    }

    .select-store .col-md-12 h2 {
        background: url(../../assets/images/location.svg) no-repeat 0 center/16px auto;
        padding-left: 22px;
        font-family: 'DunkinSans', sans-serif;
        text-transform: uppercase;
        font-size: 1.188em;
        font-weight: 700;
        color: #FF6E0C;
    }

    .select-store .actions a.btn {
        font-size: 12px;
        font-family: 'DunkinSans', sans-serif;
        padding: 0.5rem 1.2rem;
        font-weight: 700;
        width: auto;
    }

    .select-store .actions a.tel {
        padding: 0.35rem 1rem;
        border: 2px solid #FF6E0C;
        width: auto;
        font-weight: bold;
        font-size: 14px;
    }
/* Pop Up */
.modal-dialog.proceed-approval .modal-body, .modal-dialog.proceed-approval .modal-footer, #SchedulePickup .modal-footer {
    padding: 0 120px;
}

.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: #3E342F;
    margin-bottom: 5px;
}

.schedule .form-item {
    margin-bottom: 25px;
}

    .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: #999999;
        border-radius: 50px;
        line-height: 42px;
        font-weight: 700;
        text-decoration: none;
        position: relative;
    }

    .multi-steps .bs-wizard-stepnum {
        font-weight: 500;
        color: #3E342F;
        margin-top: 3px;
    }

    .multi-steps a.bs-wizard-link {
        color: #3E342F;
        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 .list-group-item {
    border: none;
}

.promo-code {
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0;
}

    .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: #FF6E0C;
        font-size: 18px;
        font-weight: 700;
        border: none;
        text-transform: uppercase;
        height: 54px;
        color: #3E342F;
    }

        .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 {
    border: solid 1px #F8F4F1;
    background-color: #F8F4F1;
    max-width: 100%;
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    margin: 20px auto;
}

.confirm-order .order-id-label {
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.confirm-order .order-id {
    text-transform: uppercase;
    color: #FF6E0C;
    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: 'DunkinSans', sans-serif;
        font-size: 1.125em;
    }
/* Confirm Order Popup end */
/* Order Summary */
.ordersummary h2.title {
    font-size: 1.500em;
    font-family: 'DunkinSans', 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: #3E342F;
    color: #fff;
}

.ordersummary .address h4 {
    font-size: 1.125em;
    color: #FF6E0C;
}

    .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: 'DunkinSans', sans-serif;
        text-transform: none;
        font-size: 1.125em;
        height: 100%;
    }

        .payment-methrod .col-lg-6 > div a.btn-secondary {
            background: #fffffff;
            color: #F20C90;
            border-color: #F20C90
        }

            .payment-methrod .col-lg-6 > div a.btn-secondary:hover {
                border: 1px solid #F20C90;
                background: #F20C90;
                color: #ffffff;
            }

.terms p {
    font-size: 1.1em;
}

    .terms p a {
        text-decoration: underline;
        font-weight: 600;
    }

.terms .btn {
    display: block;
    font-family: 'DunkinSans', sans-serif;
    font-size: 1.125em;
}
/* Order Summary end */
/* My Order History */
.cart-items {
    box-shadow: none;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 30px;
    border: solid 2px #DCC7B7;
    position: relative;
    align-items: stretch;
}

    .cart-items .product-image {
        width: 280px;
        text-align: center;
        display: flex;
        align-items: center;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

        .cart-items .product-image img {
            max-width: 100%;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

    .cart-items .product-details {
        flex: 1;
        padding: 20px;
    }

.order-history h2.title {
    color: #000000;
    font-size: 1.750em;
    font-weight: bold;
}

.order-history p.status {
    color: #946037;
    text-transform: uppercase;
    font-weight: 600;
}

.order-history .title-rate a {
    font-weight: 600;
    font-size: 1.2em;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .order-history .title-rate a img {
        width: 22px;
        margin-left: 10px;
    }

.order-history .track {
    flex-wrap: wrap;
    box-shadow: none;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.order-history h2.title {
    color: #000000;
    font-size: 1.750em;
    font-weight: bold;
}

.order-history p.status {
    color: #946037;
    text-transform: uppercase;
    font-weight: 600;
}

.order-history .title-rate a {
    font-weight: 600;
    font-size: 1.2em;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .order-history .title-rate a img {
        width: 22px;
        margin-left: 10px;
    }

.order-history .track {
    flex-wrap: wrap;
    gap: 5px;
}

    .order-history .track .cta a.btn-secondary {
        background: #3E342F;
        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: #999999;
}

.order-history .rate a img {
    margin-right: 3px;
}

.order-history .track .cta a.btn-secondary {
    margin-left: 10px;
}

.modal-header h2 {
    font-size: 1.3em;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #000000;
}

.custom-label p {
    font-weight: 600;
    color: #999999;
}

.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: 'DunkinSans', 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 {
    box-shadow: none;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
    border: solid 2px #DCC7B7;
}

    .order-track .orderId {
        color: #FF6E0C;
        font-size: 1.7em;
        font-weight: 600;
    }

    .order-track .product-details {
        flex: 1;
        padding: 20px;
    }

    .order-track .h4, h4 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #FF6E0C;
    }

.itemsnbr {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.order-track .h4, h4 span {
    color: #000000;
    font-size: 1rem;
    font-weight: normal;
}

.light-gray-color {
    color: #666666 !important;
}

.order-track .product-details .date-time {
    color: #999999;
    font-size: 1em;
    font-weight: 400;
}

.order-track .product-details .status {
    font-size: 1.250em;
    font-weight: 600;
}

.track-progress h4 {
    font-size: 1em;
    color: #BBBBBB;
    font-weight: normal;
}

.track-progress .progress-bar {
    background: #EDECE8;
    height: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.track-progress .completed .progress-bar {
    background: #435F2C;
}

.track-progress .completed h4 {
    color: #000000;
    font-weight: normal;
}

.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: #000000;
    font-size: 1.4em;
    font-weight: bold;
}

.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: 0;
    padding: 5px 0;
    border: 0;
}

    .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: 1.15em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

.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: #666666;
}

.order-delivery-details .content {
    flex: 1;
}

.order-track .product-image {
    text-align: center;
    width: 275px;
    height: auto;
    padding: 0;
    border-top-left-radius: 10px;
    border-bottom-left-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: 17px;
    margin-right: 5px;
}

.order-track.placed .cta a {
    text-transform: none;
    font-weight: bold;
    margin-right: 5px;
}

    .order-track.placed .cta a.btn-secondary {
        background: #EDECE8;
        color: #3E342F;
        border: none;
    }

.order-delivery-details .home-ofc {
    color: #FF6E0C;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0;
}

.order-delivery-details.placed {
    height: auto;
    background: #F8F4F1;
    border: 0;
}

.contact-cta {
}

    .contact-cta a {
        width: 100%;
    }
/* Order Details end */
/* Cart Page */
.cart-items .product-details {
    width: 75%;
}

.product-name {
    justify-content: space-between;
}

    .product-name h4 {
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        color: #FF6E0C;
    }

.modify a {
    margin-left: 5px;
    background-image: url(../../assets/images/icons.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

    .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 {
            border-radius: 100px;
        }

    .modify a.delete:hover {
        border-radius: 100px;
    }

.product-description {
    color: #000000;
    font-size: 14px;
    height: 87px;
    overflow: auto;
}

.product-price {
    justify-content: space-between;
}

.price {
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
}

.order-track .price {
    color: #946037;
    font-weight: 700;
    font-size: 18px;
}

.count button {
    background: #FF6E0C;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 20px; */
    border-radius: 10px;
    padding: 0;
    margin: 0;
    transition: all ease-in .3s;
}

    .count button:hover {
        background: #F20C90;
    }

.count input[type="text"] {
    background: #fff;
    border: solid 1px #ffffff;
    height: 30px;
    outline: none;
    padding: 0 5px;
    width: 40px;
    margin: 0;
    font-weight: bold;
    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: 'DunkinSans', sans-serif;
        font-size: 20px;
        margin: 0;
        color: #3E342F;
    }

    .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 {
    border: 0;
    border-radius: 10px;
    background: #F8F4F1;
    padding-bottom: 1px;
}

    .sidebar h4.heading {
        font-family: 'DunkinSans', sans-serif;
        border-bottom: 0;
        padding: 20px 15px;
        color: #333;
        margin-bottom: 0;
    }

    .sidebar .list-group-item {
        border: none;
    }

.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: #FF6E0C;
        font-size: 18px;
        font-weight: 700;
        border: none;
        text-transform: uppercase;
        height: 54px;
        color: #3E342F;
    }

        .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: 86px;
    background: transparent !important;
    border: transparent;
}

#language_cp .dd-select {
    max-width: 84px;
    background: transparent !important;
    border: transparent;
}

#country_cp .dd-option-image, #country_cp .dd-selected-image {
    max-width: 24px;
    height: 24px;
    margin-right: 0px;
}

#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: 4px;
}

#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: 73px;
}
/*custom select for Country and Languages  End*/
/*select-restaurant start*/
.select-store .title p {
    font-size: 1.125em;
    color: #999999;
    text-transform: capitalize !important;
}

.btn-primary.white-image img:hover {
    filter: brightness(100)
}

.yellow-btn {
    background-color: #FF6E0C;
    border-color: #FF6E0C;
}

    .yellow-btn:hover {
        background-color: #F20C90;
        border-color: #F20C90;
        color: #ffffff;
    }

    .yellow-btn:focus {
        background-color: #F20C90;
        border-color: #F20C90;
        color: #ffffff;
    }

    .yellow-btn:hover img {
        filter: brightness(100);
    }

.search-res-box {
    margin: auto;
    width: 400px;
    max-width: 100%;
}
.form-control.signin-form.valid.popup-search {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 37px;
}

.search-res-box .input-group-addon {
    padding: .55rem .75rem;
}

.my-address-btn {
    color: #3E342F;
    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: #3E342F !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 {
    border-color: #FF6E0C;
}

.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: #FF6E0C;
        color: #212529;
    }

@media (min-width:1440px) {
    .customize-main-box-div p {
        font-size: 14px;
    }
}
/*select-restaurant end*/
/* About the Loyalty */
.loyalty-slide {
    background: url("../../assets/images/loyalty-bg.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: 'DunkinSans', sans-serif;
    font-size: 2.3em;
    color: #3E342F;
    margin: 0;
}

.title-primary p {
    color: #999999;
    font-size: 1em;
}

.loyalty-favorite .menu-category-box {
    height: 353px;
    margin-bottom: 20px;
}

.title-secondary h3 {
    font-size: 2em;
    font-weight: 800;
    font-family: 'DunkinSans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-secondary p {
    color: #999999;
    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 #3E342F;
    margin-right: 20px;
}

.how-join > div {
    padding: 30px 0;
}

.how-join h4 {
    color: #946037;
    font-weight: 700;
    font-size: 1.6em;
    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: 'DunkinSans', 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: #999999;
    font-size: 1em;
    margin-bottom: 20px;
}

.tier .image img {
    max-width: 100%;
}

.tier .row h3 {
    color: #3E342F;
    font-size: 1.563em;
    font-weight: 800;
    font-family: 'DunkinSans', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}

.tier .row p {
    color: #999999;
    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: 200px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.points-tag {
    background: #F20C90;
    position: absolute;
    left: 0;
    color: #ffffff;
    top: 20px;
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
}

.item-box-50 .content h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.8em;
    text-transform: capitalize;
}

.item-box-50 .content p {
}

.points50 {
    background: url("../../assets/images/Promo-1.jpg") no-repeat center/cover;
}

.points100 {
    background: url("../../assets/images/promo-2.jpg") no-repeat center/cover;
}

.points100_2 {
    background: url("../../assets/images/promo-3.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%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tier-main-box {
    width: 100%;
    height: auto;
    position: relative;
}

.tier-points {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    position: absolute;
    border-radius: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .tier-points h2.heading {
        color: #fff;
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 2em;
        text-align: right;
    }

.points-details {
    position: absolute;
    bottom: 30px;
}

    .points-details h2 {
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 2em;
        color: #ffffff;
        margin: 0;
    }

.expiry {
    color: #ffffff;
    font-size: 1.250em;
    font-weight: 500;
}

.points-box {
    border-radius: 10px;
    border: solid 2px #DCC7B7;
}

    .points-box h3 {
        color: #F20C90;
        font-weight: 700;
        font-size: 2em;
        text-transform: uppercase;
        font-family: 'DunkinSans', sans-serif;
    }

.loyalty-cta a {
    display: block;
    margin: 10px 0 0;
}

    .loyalty-cta a.btn-secondary {
        background: #EDECE8;
        color: #000;
    }

.nav-tabs {
    border: none;
    border: 0;
}

    .nav-tabs li {
        margin-right: 10px;
    }

        .nav-tabs li a {
            background: #EDECE8;
            color: #3E342F;
            display: inline-block;
            padding: 10px 60px;
            font-weight: 600;
            font-size: 1em;
            border-radius: 5px;
        }

        .nav-tabs li.active a {
            background: #FF6E0C;
        }

.reward-tab .item-box-50 {
    width: 50%;
    margin-right: 0;
}

    .reward-tab .item-box-50 .box-background {
        margin-bottom: 30px;
    }

.points1500 {
    background: url("../../assets/images/promo-4.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: 'DunkinSans', 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: #3E342F;
    }

    .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: #999999;
        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: 'DunkinSans', sans-serif;
        font-size: 1.188em;
        text-transform: uppercase;
        margin: 10px 0;
        font-weight: 700;
    }

    .play-trivia .inner p {
        margin: 0;
        color: #999999;
    }

.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: #FF6E0C;
}

.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: #3E342F;
    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: #3E342F;
    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: #FF6E0C;
        color: #3E342F;
    }

.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;
    background-color: #F8F4F1;
}

@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: center;
    justify-content: center;
    overflow-y: auto;
    text-align: center;
    height: 80px;
    color: #FF6E0C;
}

.price-varies {
    font-family: DunkinSans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #3E342F;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.fav-blank-box {
    width: 100%;
    height: 350px;
    background-color: #F8F4F1;
    border-color: #DCC7B7;
    border-radius: 10px;
    flex-direction: column;
    border: solid 1px #F8F4F1;
}

    .fav-blank-box:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-color: #E3E1DB;
        background-color: #EDECE8;
    }

.nav-tabs .nav-link {
    border: 1px solid #F20C90;
    border-radius: 10px;
    background: transparent;
    margin-right: 10px;
    color: #F20C90;
    padding: 9px 30px;
    margin-bottom: 10px;
    outline: none !important;
}

    .nav-tabs .nav-link:hover {
        color: #fff;
        background-color: #F20C90;
        border-color: #F20C90;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        outline: none;
    }

.nav {
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #F20C90;
    border-color: #F20C90;
    outline: none;
}
/*.tab-content p {
  color: #000000;
  text-align: justify;
}*/
/*.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: #FF6E0C;
    clear: both;
    text-align: center;
    padding: 18px;
}

    .redeem-cta button {
        font-size: 1.125em;
        min-width: 200px;
    }

.redeem-details h4 {
    color: #3E342F;
    text-align: left;
}

.redeem-code {
    background: #BB8C46;
    padding: 10%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .redeem-code img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.reward-code {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 230px;
    margin: 20px auto;
}

    .reward-code h3 {
        margin: 0;
        color: #FF6E0C;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'DunkinSans', sans-serif;
    }

.bar-code {
    margin-left: 22%;
}

    .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 #FF6E0C;
        border-radius: 13px;
    }

    .apply-promo.active {
        width: 100%;
        border: solid 3px #FF6E0C;
        border-radius: 13px;
    }

.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: 8px 40px;
        text-transform: capitalize;
        font-weight: normal;
        font-size: 1rem;
    }

.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: #FF6E0C;
    text-transform: uppercase;
    font-size: 3.125em;
}

.signup h3 {
    font-size: 1.875em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DunkinSans', 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: 'DunkinSans', 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: #FF6E0C;
}

.dnk-description {
    font-size: 1.375em;
    font-weight: 500;
}

.tier-banner {
    color: #3E342F;
    padding: 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 {
    font-family: 'DunkinSans', 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: 'DunkinSans', 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: 'DunkinSans', sans-serif;
        font-weight: 800;
        color: #FF6E0C;
        margin: 0;
        line-height: .8em;
    }

    .eat-earn h2 {
        text-transform: uppercase;
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        font-size: 3.125em;
        color: #FF6E0C;
        text-align: center;
    }

    .eat-earn p {
        text-align: center;
    }

.eat-earn-content {
    padding: 40px 0;
}

    .eat-earn-content .col-md-12 p {
        text-align: center;
        font-size: 1.250em;
        margin-bottom: 30px;
    }

.eat-points {
    border-radius: 8px;
    padding: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    min-height: 160px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    border: solid 2px #DCC7B7;
}

    .eat-points .icon {
        margin-right: 15px;
    }

    .eat-points .points-text {
        font-family: 'DunkinSans', sans-serif;
        font-size: 1.250em;
        line-height: normal;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        width: 250px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.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: 'DunkinSans', 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: capitalize;
        font-weight: bold;
        font-size: 2rem;
    }

.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: #ffffff;
        border: 1px solid #EDECE8;
        padding: 12px 50px 15px 20px;
        width: 100%;
        border-radius: 6px;
        color: #3E342F;
        font-size: 1em;
        box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    }

    .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;
    border: solid 2px #DCC7B7;
    border-radius: 6px;
    padding: 15px;
}

    .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;
    font-weight: bold;
    color: #000000;
}

.activity-details p {
    margin: 5px 0 0;
    color: #707070;
}

.activity-items .delete {
    padding-left: 0px;
}

.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 #FF6E0C;
}

.applied-promo-text {
    width: auto;
    float: left;
    height: 60px;
    font-family: 'DunkinSans', sans-serif;
    font-size: 1rem;
    color: #3E342F;
    line-height: normal
}

.ap-right-btn-box {
    background-color: #3E342F;
    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: #F20C90;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    font-weight: 700;
}

    .customize-btn:hover {
        background-color: #FF6E0C;
        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: #3E342F;
    background-position: left 10px center;
    cursor: pointer;
}

    .customize-btn-box:hover {
        background-color: #3E342F;
        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: #3E342F;
    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: 'DunkinSans', sans-serif;
    font-size: 1rem;
    line-height: normal;
}

.customize-btn-box p {
    font-size: .8rem;
    font-weight: 400 !important;
    color: #999999;
    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: 'DunkinSans', sans-serif;
    font-weight: 600;
    color: #51A120;
    border: 2px solid #51A120;
    border-radius: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 10px;
}

.price-disc-box {
    float: right;
    width: 100%;
    text-align: right;
}

.price-disc-txt {
    position: relative;
    color: #999999;
    font-weight: 600;
    width: 100%;
    font-family: 'DunkinSans', 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: #999999;
    font-weight: 400;
    font-size: .8rem;
    font-family: 'DunkinSans', 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: #FF6E0C;
    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: #FF6E0C;
        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: 'DunkinSans', sans-serif;
        font-size: 18px;
    }

.favorite-modal .btn-secondary {
    background: #3E342F;
    color: #fff;
}

    .favorite-modal .btn-secondary:hover {
        background: #fff;
        color: #3E342F;
    }

#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: #3E342F;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FF6E0C;
    border-radius: 50%;
}

#carouselFaveSports .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FF6E0C;
}

#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: #3E342F;
    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 #3E342F;
    box-shadow: 0 0 0 1px #FF6E0C;
}

#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%;
}

.carousel-item h1 {
    color: #FF6E0C !important;
}

.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;
}
/* Favorite Sports end */
@media only screen and (max-device-width: 1599px), only screen and (max-width: 1599px) {
    .menu-category-box {
        height: 360px;
    }

    .category-text {
        font-size: 26px;
    }
}

@media only screen and (max-device-width: 1399px), only screen and (max-width: 1399px) {
    .menu-category-box {
        height: 305px;
    }

    .applied-promo-text {
        font-size: .9rem;
    }
}

@media only screen and (max-device-width: 1199px), only screen and (max-width: 1199px) {
    .menu-category-box {
        height: 350px;
    }
}

@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: 395px;
    }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    .menu-category-box {
        height: 280px;
    }
}

.address-lmt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all ease-in .3s;
}

    .address-lmt:hover {
        white-space: normal;
        overflow: visible;
    }

.fltr-form {
    display: block;
}

.points-box-item {
    width: 250px;
    height: 160px;
    background-color: #ffffff;
    border: solid 2px #DCC7B7;
    margin: 10px;
    color: #3E342F;
    border-radius: 10px;
    float: left;
    padding: 20px;
    font-weight: 900;
    text-transform: capitalize !important;
    font-size: 1.1em;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

    .points-box-item p {
        margin-bottom: 0;
        font-size: 13px;
        color: #000000;
        font-weight: normal;
    }

.fav-box-item {
    width: 350px;
    max-width: 100%;
}

.text-left {
    text-align: left !important;
}

.tier-bg {
    background-size: cover;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.tier .row .tier-bg h3 {
    margin-top: 0;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: capitalize;
}

.tier .row .tier-bg p {
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    min-height: 220px;
}

.tier .row .tier-bg a {
    color: #FF6E0C;
}

.link-primary {
    color: #3E342F;
    font-weight: 500;
    transition: all ease-in .3s;
}

    .link-primary:hover {
        color: #FF6E0C;
    }

    .link-primary:focus {
        color: #3E342F;
    }

.payment-box {
    width: 200px;
    margin: auto;
}

.btn-default {
    outline: none;
}

    .btn-default:hover {
        background-color: #FF6E0C;
        border-color: #FF6E0C;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }

    .btn-default:focus {
        background-color: #FF6E0C;
        border-color: #FF6E0C;
        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: 'DunkinSans', sans-serif;
    color: #3E342F;
    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;
}
/*UPDATED CSS 072521 END*/
/*My Referral*/
.referral-box {
    background-color: #FF6E0C;
    padding: 0;
    border: 0;
}

.brown-div {
}

    .brown-div h3 {
        font-size: 32px;
        font-weight: 700;
    }

.brown-box {
    padding: 10px 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    flex-direction: column;
}

.yell-box {
    background-color: #3E342F;
    padding: 10px 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    flex-direction: column;
    border-top-right-radius: 10px;
}

    .yell-box h2 {
        font-weight: 700;
        color: #ffffff;
    }

    .yell-box p {
        color: #ffffff;
        margin-bottom: 0;
    }

.referral-main-div {
    background-color: #F8F4F1;
    padding: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.referral-bg {
    background-image: url("../../assets/images/profile-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: 440px;
}

.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: #FF6E0C;
    }

    .sports-icon.active {
        background-color: #FF6E0C;
    }

.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: #999999;
    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: 'DunkinSans', 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;
}

.sp-flag-bx {
    width: 20px;
    text-align: left;
    height: 20px;
    float: left;
    margin-bottom: 5px;
    margin-top: 1px;
}

.sp-flag-bx-txt {
    text-align: left;
    width: calc(100% - 20px);
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}

.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);
}
/*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: 'DunkinSans', 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: 'DunkinSans', 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: #FF6E0C;
        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: #FF6E0C;
        border-radius: 10px;
    }

    .left-btn-dv-dbd a {
        color: #3E342F;
    }

.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: 'DunkinSans', 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: #999999;
    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: #3E342F;
        background-color: #FF6E0C;
        border-color: #FF6E0C;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        font-family: 'DunkinSans', sans-serif;
        font-weight: 500;
    }
        /* Change background color of buttons on hover */
        .spts-pge .tab button:hover {
            background-color: #3E342F;
            color: #ffffff;
        }
        /* Create an active/current tablink class */
        .spts-pge .tab button.active {
            background-color: #3E342F;
            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: #3E342F;
    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: #3E342F;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FF6E0C;
    border-radius: 50%;
}

.carousel-control-prev {
    border-top-left-radius: 10px;
}

#scanReceipt .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FF6E0C;
}

#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: #3E342F;
    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 #3E342F;
    box-shadow: 0 0 0 1px #FF6E0C;
}

#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: 'DunkinSans', 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: 'DunkinSans', san-serif;
    font-size: 32px;
    text-align: center;
}

.scan-success-pts {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'DunkinSans', 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: #FF6E0C;
    }

.faq-cnt .accordion-button {
    color: #3E342F;
}

    .faq-cnt .accordion-button:not(.collapsed) {
        color: #FF6E0C;
        background-color: transparent;
        border-bottom: 0px solid #3E342F;
        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: #3E342F;
        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: #3E342F;
    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: #3E342F;
    color: #FF6E0C;
}

.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: #3E342F;
    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: #3E342F;
        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: 'DunkinSans', sans-serif;
    }

    .searchinput.dropdown-menu a {
        color: #3E342F;
        font-weight: 500;
        max-width: 100%;
        white-space: normal;
        line-height: normal;
        margin-bottom: 7px;
    }

        .searchinput.dropdown-menu a:hover {
            color: #FF6E0C;
        }

.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: #FF6E0C;
    background-image: linear-gradient(132deg, #FF6E0C 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: #3E342F;
    text-align: center;
}

.walkthrough-img {
    height: 30rem;
}

.walkthrough-title {
    color: #946037;
}

.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 #3E342F;
    -webkit-text-stroke: 0px #3E342F;
    -moz-text-stroke: 0px #3E342F;
    -ms-text-stroke: 0px #3E342F;
    -o-text-stroke: 0px #3E342F;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .9rem;
    line-height: 0;
    top: 50%;
    left: 9%;
}

.radio .cr .cr-icon {
    margin-left: 0.05em;
}

.form-check label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

label {
    display: inline-block;
    margin-bottom: 0.3rem;
    font-size: .85rem;
}

.h6, h6 {
    font-size: .9rem;
}

.form-check label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

    .form-check label input[type="checkbox"]:checked + .cr {
        background-color: #FF6E0C;
        border: 1px solid #FF6E0C;
    }

    .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: #ffffff;
    }

    .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: #FF6E0C;
    }

    .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 #FF6E0C;
    }

.in-box {
    float: left;
}

.in-box-form {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -8px;
    width: 85px;
}
/*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*/
/*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(/UI/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*/
/*New CSS start*/
.point-box {
    background-color: #FF6E0C;
    width: 100%;
    height: auto;
    padding: 36px 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wallet-text {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.wallet-point {
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    line-height: 1;
    text-transform: uppercase;
}




.name-point {
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}

.orange-level {
    color: #FF6E0C;
    font-weight: bold;
}

.point-main-bx-dv p {

    color: #76787A;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.box-background {
    position: relative;
}

.brown-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(62, 52, 47, 0.50);
    z-index: 0;
    padding: 20px;
    border-radius: 10px;
}

.box-background h1 {
    color: #ffffff !important;
}

.box-background p {
    color: #ffffff !important;
}

.box-background-big h1 {
    color: #ffffff !important;
}

.box-background-big p {
    color: #ffffff;
    font-size: 1rem;
}

.box-background-big {
    min-height: 510px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-position: top center;
}

.app-str-icon {
    width: 350px;
    position: absolute;
    max-width: 100%;
    bottom: 25px;
}

.clr-dark {
    color: #3E342F !important;
}
/*new css 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: 150px;
        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: 150px;
        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%;
    float: left;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

#more {
    display: none;
}

.light-brown-bg {
    background-color: #F8F4F1;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

.pnt-circle-bx {
    width: 200px;
    height: 200px;
    margin: auto;
    background-image: url(../../assets/images/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.level-txt {
    text-align: center;
    width: 100%;
    color: #F20C90;
    font-size: 1.2rem;
    margin-top: 80px;
    font-weight: bold;
    float: left;
}

.faq-txt-dv {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.tab-scrl {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-tabs .nav-link {
    white-space: nowrap;
}

.faq-head-tx {
    text-align: left;
}

.btn-outline-primary {
    color: #F20C90;
    border: solid 2px #F20C90;
    background-color: transparent;
}

span.icon.icon-rate:hover {
    color: #ffffff;
    border: solid 2px #F20C90;
    background-color: #F20C90;
}

.btn-outline-primary:active {
    color: #F20C90;
    border: solid 2px #F20C90;
    background-color: transparent;
}

.btn-outline-primary:focus {
    color: #F20C90;
    border: solid 2px #F20C90;
    background-color: transparent;
}

.desktop-nutr {
    display: block;
}

.mob-nutr {
    display: none;
}

.nutr-thumb {
    background-image: url(../../assets/images/nutrition-sub.jpg);
    min-height: 315px;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(10px - 1px);
    border-top-right-radius: calc(10px - 1px);
}

.card {
    border-radius: 10px;
}

.portfolio-item {
    margin-bottom: 25px;
}

.connect-social {
    cursor: pointer;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
    transform: scale(1.00);
    opacity: 1;
    background: #ffffff;
    transition: 0.6s;
}

    .connect-social:hover {
        box-shadow: 0px 3px 5px rgba(0, 0, 0, .05);
        transform: scale(1.02);
        opacity: 0.9;
        transition: 0.6s;
    }

.form-check .form-check-input {
    margin-left: 0;
}

.search-txt-box .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.update-profile {
    background-color: #FF6E0C;
    border-color: #FF6E0C;
}

    .update-profile:hover {
        background-color: #F20C90;
        border-color: #F20C90;
    }

.cancel-profile {
    background-color: transparent;
    border-color: #FF6E0C;
    color: #FF6E0C;
}

.badge {
    display: inline-block;
    padding: 0.2em 1.5em;
    font-size: .85em;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 7px;
    margin-bottom: 10px;
}

.bg-primary {
    background-color: #00A3E0 !important;
}

.favo-icn {
    position: absolute;
    right: 10px !important;
    top: 0 !important;
}

    .favo-icn img {
        width: 40px !important;
        margin-left: 0 !important;
    }

.btn-outline-primary:focus {
    background-color: #FF6E0C;
    border: solid 1px #FF6E0C;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.custo-border {
    border: solid 2px #FF6E0C;
    float: left;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
}

.customization-sec .accordion-button {
    box-shadow: none;
    border-bottom: solid 1px #EEEEEE;
    padding: 15px 0;
    border-radius: 0;
    margin: 0;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
    background: none;
}

.white-item-box-text-big p {
    font-size: 12px;
    color: #999999;
}

.white-item-box-text-big .col-md-12 {
    font-size: 15px;
    color: #000000;
}

.white-item-box-big.active-box .col-md-12 {
    color: #3E342F;
    transition: all ease-in .3s;
}

.white-item-box-big.active-box p {
    color: #3E342F;
    transition: all ease-in .3s;
}
/*.white-item-box-big.active-box img {
  filter: brightness(0.5);
}*/
.white-item-box-big img {
    filter: brightness(1);
}

.white-item-box-big:hover p {
    color: #3E342F;
}

.white-item-box-big:hover .col-md-12 {
    color: #3E342F;
}

.variety {
    width: 100%;
    margin-right: 0;
}

.dairy {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
}

.check-selected {
    height: auto;
    width: 16px;
    text-align: center;
    float: right;
}

.variety-active-box {
    background-color: #DCC7B7;
}

    .variety-active-box:hover {
        background-color: #DCC7B7;
    }

    .variety-active-box .col-md-12 {
        color: #3E342F;
    }

.variety .check-selected {
    opacity: 0;
}

.variety.variety-active-box .check-selected {
    opacity: 1;
}

.variety .white-item-box-text-big {
    width: calc(100% - 20px);
}

.dairy-active-box {
    background-color: #DCC7B7;
}

.dairy {
    display: flex;
    align-items: center;
}

.dairy-active-box:hover {
    background-color: #DCC7B7;
}

.dairy-active-box .col-md-12 {
    color: #000000;
}

.dairy .check-selected {
    opacity: 0;
}

.dairy.dairy-active-box .check-selected {
    opacity: 1;
}

.dairy .white-item-box-text-big {
    width: calc(100% - 10px);
}

.dairy-active-box p {
    color: #000000;
}

.dairy-active-box .mid-bx-small {
    color: #000000;
}

.flavor-active-box .mid-bx-small {
    color: #000000;
}

.flavor-active-box {
    background-color: #DCC7B7;
}

.flavor {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding: 0;
    justify-content: center;
    align-items: stretch;
}

.flavor-active-box:hover {
    background-color: #DCC7B7;
}

.flavor-active-box .col-md-12 {
    color: #3E342F;
}

.flavor .check-selected {
    opacity: 0;
}

.flavor.flavor-active-box .check-selected {
    opacity: 1;
}

.flavor .white-item-box-text-big {
    width: calc(100% - 10px);
    padding-left: 10px;
}

.flavor-active-box p {
    color: #3E342F;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom: 0;
}

.sizes-width {
    width: 150px;
    margin-right: 10px;
}

.btn-pm .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 10px;
    padding: 0.45rem 0.8rem;
}

.btn-pm .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-radius: 10px;
    padding: 0.45rem 0.8rem;
}

.text-muted {
    color: #999 !important;
}

.promo-code button {
    margin-bottom: 20px;
}

.promo-code button {
    width: 100%;
}

.gray-color {
    color: #000000 !important;
}

hr {
    border-color: #DCC7B7;
}

.color-brown {
    color: #000000;
}

.address-bx {
    border: solid 2px #DCC7B7;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.full-width {
    width: 100%;
}

.payment-btns {
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
    margin-top: 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all ease-in .3s;
    border: solid 2px #DCC7B7;
    padding: 15px;
    color: #000000 !important;
    font-weight: bold;
    width: 100%;
    background-position: left 20px center;
}

    .payment-btns span {
        float: right;
        color: #FF6E0C !important;
    }

    .payment-btns:hover {
        background-color: #DCC7B7;
    }

    .payment-btns img {
        height: 15px;
    }

.sizes-bx-dv .white-item-box-big img {
    max-width: 100%;
}

.payment-btns.active-pay {
    background-image: url("../../assets/images/check.svg");
    background-size: 15px;
    background-position: left 20px center;
    background-color: #DCC7B7;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.card-nbr {
    width: calc(100% - 120px);
    float: left;
}

.visa-master {
    width: 120px;
    float: left;
    text-align: right;
    margin-top: 35px;
}

    .visa-master img {
        width: 100px;
    }

.max-lmt {
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #999;
    font-size: 13px;
}

.footer-btn-width {
    width: 250px !important;
    max-width: 100% !important;
}

.alert-bx {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #E73C3E;
    float: left;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.alt-icn {
    width: 75px;
    font-size: 80px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    line-height: 1;
    text-align: center;
}

.alt-txt {
    width: calc(100% - 75px);
    height: auto;
    float: left;
}

    .alt-txt p {
        color: #ffffff;
    }

    .alt-txt h3 {
        color: #ffffff;
        font-weight: bold;
    }

.popu-center {
    margin: auto;
    width: 300px;
    max-width: 100%;
}

h5 {
    font-size: 1.15rem;
}

.form-control {
    font-size: .9rem;
}

.apply-job {
    border-radius: 10px;
    padding: 20px;
    transition: all ease-in .3s;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.coupn-cde-txt {
    font-weight: bold;
}

.share-icn {
    width: 50px;
    border-radius: 50px;
}

.share-box-div {
    width: 350px;
    margin: auto;
    max-width: 100%;
}

    .share-box-div h3 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #3E342F;
    }

.share-icon-btn {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px 0;
}

    .share-icon-btn p {
        color: #999;
        font-weight: 400;
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 0px;
        text-align: center;
        transition: all ease-in .3s;
    }

    .share-icon-btn:hover p {
        color: #FF6E0C;
    }

.cpn-code-btn {
    width: auto !important;
}

    .cpn-code-btn img {
        filter: brightness(100);
    }

.align-left-column {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.order-delivery-details .image-icon img {
    width: 50px;
}

.align-right-column {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.edit-btn-div {
    height: 30px;
    margin-left: 5px;
    opacity: 1;
    transition: all ease-in .5;
}

    .edit-btn-div:hover {
        opacity: .7;
    }

    .edit-btn-div img {
        height: 30px !important;
    }

.qr-box {
    width: 120px;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
}

.qr-cnt-box {
    width: calc(100% - 120px);
    float: left;
}

.title h1 {
    color: #38312D;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.timer-bx {
    border: 0;
    background: #F8F4F1;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.progress {
    height: 8px;
    margin-top: 5px;
}

.progress-bar {
    background-color: #FF6E0C;
}

.promo-btns {
    width: 200px;
    margin: auto;
}

.reward-code p {
    color: #999999;
    font-weight: bold
}

.copy-icn {
    border-radius: 0 !important;
    width: 19px;
    height: 19px;
    margin: 0;
    margin-top: -5px;
}

.bdr-bx {
    border-radius: 10px;
    border: solid 2px #DCC7B7;
    padding: 20px;
    float: left;
    width: 100%;
    height: auto;
}

.light-bray {
    color: #999999;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

.apply-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(62, 52, 47, 0.50);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.address-box .h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FF6E0C;
    text-align: left;
}

.apply-promo .h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.apply-promo p {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.promo-code-bx {
    width: 150px;
    margin: auto;
    padding: 5px;
    background-color: #ffffff;
    border: #FF6E0C 2px dashed;
    border-radius: 10px;
}

.promo-code-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #FF6E0C !important;
    text-transform: uppercase;
}
/*swiper start*/
.swiper {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-box {
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    height: auto;
    background: #ffffff;
    border: solid 2px #DCC7B7;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 45px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 45px;
    right: auto;
}

.swiper-pagination-bullet {
    background: #DCC7B7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FF6E0C;
    width: 13px;
    height: 13px;
}

.swiper-head {
    color: #FF6E0C;
    font-size: 1.3em;
    font-weight: bold;
}

.slider-box p {
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    top: calc(50% - 25px);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: -225px;
    width: 50px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 50%;
    left: auto;
    margin-right: -225px;
    width: 50px;
}

.swiper-backface-hidden .swiper-slide {
    margin-bottom: 40px;
}

/*swiper end*/
.lyalty-levels {
    color: #76787A;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 0px;
}

    .lyalty-levels span {
        font-weight: bold;
        color: #FF6E0C;
    }

.orange-level {
    color: #F20C90;
}

.not-active {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.clr-orange {
    color: #FF6E0C !important;
}

.clr-black {
    color: #000000 !important;
}

.apply-overlay .category-text {
    color: #ffffff !important;
    text-align: center;
    text-transform: capitalize;
}

.apply-overlay p {
    color: #ffffff !important;
    text-align: center;
}

.tier-levels-bdr {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 20px;
    padding-bottom: 0;
    border: solid 2px #DCC7B7;
    border-radius: 10px;
}

.eat-points .icon img {
    width: 40px;
}

.reward-text {
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin: auto;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.reward-tier .nav-tabs li {
    margin-right: 0;
}

.pd-1 {
    padding: 1rem
}

.qr-code-scan {
    width: 30px;
    float: right;
    margin-right: 0px;
    margin-top: 15px;
    margin-left: 10px;
}

.redeem-code .box-background {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.redeem-code .apply-overlay {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.blank-div {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .blank-div p {
        color: #999999;
        font-size: 18px;
        font-weight: normal;
    }

.img-bx-cus {
    width: 70px;
    height: 70px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mid-bx {
    width: calc(100% - 210px);
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.last-bx {
    width: 140px;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
}

.mid-bx-small {
    width: calc(100% - 16px);
    color: #000000;
    float: left;
    font-size: 15px;
    height: 70px;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
}

.last-bx-small {
    width: 16px;
    height: 70px;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    padding-top: 10px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
}

.wallet-right-bdr {
    width: 100%;
    float: left;
    border: solid 2px #DCC7B7;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.transaction-scroll {
    width: 100%;
    float: left;
    height: 517px;
    overflow: auto;
    padding: 20px;
    padding-top: 0;
}

.wallet-trans-bx {
    width: 100%;
    /* justify-content: space-between; */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px #eeeeee;
    border-radius: 10px;
    padding: 25px;
    margin: 15px 0px;
}

    .wallet-trans-bx h2 {
        font-size: 23px;
        font-weight: bold;
        text-align: right;
        color: #3A913F;
    }

    .wallet-trans-bx .col-4 {
        display: flex;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .wallet-trans-bx .activity-details h3 {
        font-size: 1.2em;
        margin: 0;
        font-weight: bold;
        color: #999999;
    }

    .wallet-trans-bx .activity-details p {
        margin: 5px 0 0;
        color: #999999;
        font-size: 14px;
    }

.transaction-scroll p {
    color: #999999;
}

.red-color {
    color: #E73C3E !important;
}

.pad-20 {
    padding: 20px;
    width: 100%;
    float: left;
}

.form-control-lg {
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    padding: 0;
    font-size: 2.5rem;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    line-height: 1;
    font-weight: bold;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 20px;
}

#header .bg-dark {
    background-color: #FF6E0C !important;
}

.social-icons-links a img {
    width: 40px;
}

section h1 {
    text-transform: inherit;
    font-size: 2rem;
}

.orange-color-bg {
    background-color: #FF6E0C !important;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

    .orange-color-bg .cnt-style {
        color: #ffffff;
    }

    .orange-color-bg .cnt-details {
        color: #ffffff;
        margin-bottom: 12px;
    }

.h3, h3 {
    font-size: 1.5rem;
}

.header-mr h1 {
    text-transform: uppercase;
    font-size: 2.7rem;
}

.header-mr .dark-color {
    color: #FF6E0C;
    text-align: center;
}

.footer-links a:before {
    color: #ffffff;
}

.black-color {
    color: #000000;
}

.orange-bg {
    background-color: #FF6E0C;
}

.logo-box.reward-logo img {
    height: 26px;
    width: auto !important;
}

.location-text.default {
    background-color: #6BAAD3;
    color: #ffffff;
    min-width: 150px;
}

.promo-code-bx p {
    color: #999999 !important;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #F20C90;
    border-color: #F20C90;
}

.location-pointer {
    position: absolute;
    right: 50%;
    top: 200px;
}

    .location-pointer img {
        width: 40px;
    }

.popover {
    font-family: 'DunkinSans', sans-serif;
    border-radius: 10px;
    border: solid 2px #FF6E0C;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #fff;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    color: #FF6E0C;
    text-align: center;
    padding-top: 1rem;
}

.popover-body {
    padding: 1rem 1rem;
    color: #38321d;
    text-align: center;
    padding-top: 0;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-top-color: #FF6E0C;
}

.accordion-body {
    color: #000000;
    background: #F8F4F1;
    padding: 15px;
    border-radius: 10px;
}

.head-mrg {
    margin-top: 12rem;
}

.customization-sec .accordion-body {
    color: #000000;
    background: transparent;
    padding: 0;
    border-radius: 0px;
}

.modal-body .title h1 {
    text-align: center;
}

.sizes-bx-dv {
    width: 130px;
    margin-right: 10px;
    float: left;
    display: flex;
    justify-content: center;
    max-width: calc(25% - 10px);
}

    .sizes-bx-dv .mid-bx-small {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.disable-style {
    border: solid 1px #DCC7B7;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.sidenav .accordion-button:not(.collapsed) {
    color: #FF6E0C;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.sidenav .accordion-button {
    color: #FF6E0C;
    border: solid rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: none;
    border: 0;
}

    .sidenav .accordion-button:hover {
        color: #F20C90;
        background-color: transparent;
        box-shadow: none;
        outline: none;
        border: 0;
    }

.accordion-button:active, .accordion-button:focus, .accordion-button:visited {
    color: #FF6E0C;
    box-shadow: none;
    outline: none;
    border: 0;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: none;
}

.sidenav .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0px;
    box-shadow: none;
    outline: none;
    border: 0;
}

.cart-textbox p {
    font-size: 18px;
    color: red;
}

.repeat-alert-pop .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 24px;
}
/*customer feedback start*/
.question-txt {
    color: #000000;
    font-size: 1.45rem;
    text-align: left;
}

.footer-bottom {
    position: fixed;
    bottom: 0;
    padding-top: 0 !important;
    width: 100%;
    z-index: 2000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.header-mr-csat {
    margin-top: 7rem;
    margin-bottom: 2.5rem;
}

.sub-question-txt {
    margin-bottom: 30px;
    color: #EF6A1F;
    font-size: 1.3rem;
    margin-top: 30px;
    text-align: left;
}

.header-mr-csat label {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.modal-header {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}
/*SUVEY END*/
.custo-border {
    position: relative;
    min-height: 80px;
}

    .custo-border .changedeliverytime {
        position: absolute;
        right: 14px;
        top: 8px;
    }

.currency-text {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    padding: 0 20px 0 0;
    font-size: 2.5rem;
    margin-top: 20px;
    line-height: 1;
    font-weight: bold;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 20px;
    border-left: 0;
}

.enter-amount-txtbox {
    border-right: 0 !important;
}

    .enter-amount-txtbox:focus {
        background-color: #ffffff;
        border: solid 1px #eeeeee !important;
        border-right: 0 !important;
        box-shadow: none;
    }

input.enter-amount-txtbox::-webkit-outer-spin-button, input.enter-amount-txtbox::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.minmax-amount {
    color: #999999;
    font-size: 14px;
}
/*select-restaurant end*/
/* About the Loyalty */
.loyalty-slide {
    background: url("../../assets/images/loyalty-bg.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: 'DunkinSans', sans-serif;
    font-size: 2.3em;
    color: #3E342F;
    margin: 0;
}

.title-primary p {
    color: #999999;
    font-size: 1em;
}

.loyalty-favorite .menu-category-box {
    height: 353px;
    margin-bottom: 20px;
}

.title-secondary h3 {
    font-size: 2em;
    font-weight: 800;
    font-family: 'DunkinSans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-secondary p {
    color: #999999;
    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 #3E342F;
    margin-right: 20px;
}

.how-join > div {
    padding: 30px 0;
}

.how-join h4 {
    color: #946037;
    font-weight: 700;
    font-size: 1.6em;
    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: 'DunkinSans', 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: #999999;
    font-size: 1em;
    margin-bottom: 20px;
}

.tier .image img {
    max-width: 100%;
}

.tier .row h3 {
    color: #3E342F;
    font-size: 1.563em;
    font-weight: 800;
    font-family: 'DunkinSans', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}

.tier .row p {
    color: #999999;
    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: 200px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.points-tag {
    background: #F20C90;
    position: absolute;
    left: 0;
    color: #ffffff;
    top: 20px;
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
}

.item-box-50 .content h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.8em;
    text-transform: capitalize;
}

.item-box-50 .content p {
}

.points50 {
    background: url("../../assets/images/Promo-1.jpg") no-repeat center/cover;
}

.points100 {
    background: url("../../assets/images/promo-2.jpg") no-repeat center/cover;
}

.points100_2 {
    background: url("../../assets/images/promo-3.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%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tier-main-box {
    width: 100%;
    height: auto;
    position: relative;
}

.tier-points {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    position: absolute;
    border-radius: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .tier-points h2.heading {
        color: #fff;
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 2em;
        text-align: right;
    }

.points-details {
    position: absolute;
    bottom: 30px;
}

    .points-details h2 {
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 2em;
        color: #ffffff;
        margin: 0;
    }

.expiry {
    color: #ffffff;
    font-size: 1.250em;
    font-weight: 500;
}

.points-box {
    border-radius: 10px;
    border: solid 2px #DCC7B7;
}

    .points-box h3 {
        color: #F20C90;
        font-weight: 700;
        font-size: 2em;
        text-transform: uppercase;
        font-family: 'DunkinSans', sans-serif;
    }

.loyalty-cta a {
    display: block;
    margin: 10px 0 0;
}

    .loyalty-cta a.btn-secondary {
        background: #EDECE8;
        color: #000;
    }

.nav-tabs {
    border: none;
    border: 0;
}

    .nav-tabs li {
        margin-right: 10px;
    }

        .nav-tabs li a {
            background: #EDECE8;
            color: #3E342F;
            display: inline-block;
            padding: 10px 60px;
            font-weight: 600;
            font-size: 1em;
            border-radius: 5px;
        }

        .nav-tabs li.active a {
            background: #FF6E0C;
        }

.reward-tab .item-box-50 {
    width: 50%;
    margin-right: 0;
}

    .reward-tab .item-box-50 .box-background {
        margin-bottom: 30px;
    }

.points1500 {
    background: url("../../assets/images/promo-4.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: 'DunkinSans', 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: #3E342F;
    }

    .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: #999999;
        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: 'DunkinSans', sans-serif;
        font-size: 1.188em;
        text-transform: uppercase;
        margin: 10px 0;
        font-weight: 700;
    }

    .play-trivia .inner p {
        margin: 0;
        color: #999999;
    }

.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: #FF6E0C;
}

.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: #3E342F;
    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: #3E342F;
    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: #FF6E0C;
        color: #3E342F;
    }

.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;
    background-color: #F8F4F1;
}

@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: center;
    justify-content: center;
    overflow-y: auto;
    text-align: center;
    height: 80px;
    color: #FF6E0C;
}

.price-varies {
    font-family: DunkinSans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #3E342F;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.fav-blank-box {
    width: 100%;
    height: 350px;
    background-color: #F8F4F1;
    border-color: #DCC7B7;
    border-radius: 10px;
    flex-direction: column;
    border: solid 1px #F8F4F1;
}

    .fav-blank-box:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-color: #E3E1DB;
        background-color: #EDECE8;
    }

.nav-tabs .nav-link {
    border: 1px solid #F20C90;
    border-radius: 10px;
    background: transparent;
    margin-right: 10px;
    color: #F20C90;
    padding: 9px 30px;
    margin-bottom: 10px;
    outline: none !important;
}

    .nav-tabs .nav-link:hover {
        color: #fff;
        background-color: #F20C90;
        border-color: #F20C90;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        outline: none;
    }

.nav {
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #F20C90;
    border-color: #F20C90;
    outline: none;
}

.tab-content p {
    color: #000000;
    text-align: justify;
}
/*.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: #FF6E0C;
    clear: both;
    text-align: center;
    padding: 18px;
}

    .redeem-cta button {
        font-size: 1.125em;
        min-width: 200px;
    }

.redeem-details h4 {
    color: #3E342F;
    text-align: left;
}

.redeem-code {
    background: #BB8C46;
    padding: 10%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .redeem-code img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.reward-code {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 230px;
    margin: 20px auto;
}

    .reward-code h3 {
        margin: 0;
        color: #FF6E0C;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'DunkinSans', sans-serif;
    }

.bar-code {
    margin-left: 22%;
}

    .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 #FF6E0C;
        border-radius: 13px;
    }

    .apply-promo.active {
        width: 100%;
        border: solid 3px #FF6E0C;
        border-radius: 13px;
    }

.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: 8px 40px;
        text-transform: capitalize;
        font-weight: normal;
        font-size: 1rem;
    }

.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: #FF6E0C;
    text-transform: uppercase;
    font-size: 3.125em;
}

.signup h3 {
    font-size: 1.875em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DunkinSans', 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: 'DunkinSans', 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: #FF6E0C;
}

.dnk-description {
    font-size: 1.375em;
    font-weight: 500;
}

.tier-banner {
    color: #3E342F;
    padding: 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 {
    font-family: 'DunkinSans', 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: 'DunkinSans', 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: 'DunkinSans', sans-serif;
        font-weight: 800;
        color: #FF6E0C;
        margin: 0;
        line-height: .8em;
    }

    .eat-earn h2 {
        text-transform: uppercase;
        font-family: 'DunkinSans', sans-serif;
        font-weight: 700;
        font-size: 3.125em;
        color: #FF6E0C;
        text-align: center;
    }

    .eat-earn p {
        text-align: center;
    }

.eat-earn-content {
    padding: 40px 0;
}

    .eat-earn-content .col-md-12 p {
        text-align: center;
        font-size: 1.250em;
        margin-bottom: 30px;
    }

.eat-points {
    border-radius: 8px;
    padding: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    min-height: 160px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    border: solid 2px #DCC7B7;
}

    .eat-points .icon {
        margin-right: 15px;
    }

    .eat-points .points-text {
        font-family: 'DunkinSans', sans-serif;
        font-size: 1.250em;
        line-height: normal;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        width: 250px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.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: 'DunkinSans', 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: capitalize;
        font-weight: bold;
        font-size: 2rem;
    }

.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: #ffffff;
        border: 1px solid #EDECE8;
        padding: 12px 50px 15px 20px;
        width: 100%;
        border-radius: 6px;
        color: #3E342F;
        font-size: 1em;
        box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
    }

    .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;
    border: solid 2px #DCC7B7;
    border-radius: 6px;
    padding: 15px;
}

    .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;
    font-weight: bold;
    color: #000000;
}

.activity-details p {
    margin: 5px 0 0;
    color: #707070;
}

.activity-items .delete {
    padding-left: 0px;
}

.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 #FF6E0C;
}

.applied-promo-text {
    width: auto;
    float: left;
    height: 60px;
    font-family: 'DunkinSans', sans-serif;
    font-size: 1rem;
    color: #3E342F;
    line-height: normal
}

.ap-right-btn-box {
    background-color: #3E342F;
    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: #F20C90;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    font-weight: 700;
}

    .customize-btn:hover {
        background-color: #FF6E0C;
        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: #3E342F;
    background-position: left 10px center;
    cursor: pointer;
}

    .customize-btn-box:hover {
        background-color: #3E342F;
        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: #3E342F;
    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: 'DunkinSans', sans-serif;
    font-size: 1rem;
    line-height: normal;
}

.customize-btn-box p {
    font-size: .8rem;
    font-weight: 400 !important;
    color: #999999;
    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: 'DunkinSans', sans-serif;
    font-weight: 600;
    color: #51A120;
    border: 2px solid #51A120;
    border-radius: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 10px;
}

.price-disc-box {
    float: right;
    width: 100%;
    text-align: right;
}

.price-disc-txt {
    position: relative;
    color: #999999;
    font-weight: 600;
    width: 100%;
    font-family: 'DunkinSans', 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: #999999;
    font-weight: 400;
    font-size: .8rem;
    font-family: 'DunkinSans', 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: #FF6E0C;
    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: #FF6E0C;
        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: 'DunkinSans', sans-serif;
        font-size: 18px;
    }

.favorite-modal .btn-secondary {
    background: #3E342F;
    color: #fff;
}

    .favorite-modal .btn-secondary:hover {
        background: #fff;
        color: #3E342F;
    }

#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: #3E342F;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FF6E0C;
    border-radius: 50%;
}

#carouselFaveSports .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FF6E0C;
}

#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: #3E342F;
    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 #3E342F;
    box-shadow: 0 0 0 1px #FF6E0C;
}

#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%;
}

.carousel-item h1 {
    color: #FF6E0C !important;
}

.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;
}
/* Favorite Sports end */
@media only screen and (max-device-width: 1599px), only screen and (max-width: 1599px) {
    .menu-category-box {
        height: 360px;
    }

    .category-text {
        font-size: 26px;
    }
}

@media only screen and (max-device-width: 1399px), only screen and (max-width: 1399px) {
    .menu-category-box {
        height: 305px;
    }

    .applied-promo-text {
        font-size: .9rem;
    }
}

@media only screen and (max-device-width: 1199px), only screen and (max-width: 1199px) {
    .menu-category-box {
        height: 350px;
    }
}

@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: 395px;
    }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    .menu-category-box {
        height: 280px;
    }
}

.address-lmt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all ease-in .3s;
}

    .address-lmt:hover {
        white-space: normal;
        overflow: visible;
    }

.fltr-form {
    display: block;
}

.points-box-item {
    width: 250px;
    height: 160px;
    background-color: #ffffff;
    border: solid 2px #DCC7B7;
    margin: 10px;
    color: #3E342F;
    border-radius: 10px;
    float: left;
    padding: 20px;
    font-weight: 900;
    text-transform: capitalize !important;
    font-size: 1.1em;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

    .points-box-item p {
        margin-bottom: 0;
        font-size: 13px;
        color: #000000;
        font-weight: normal;
    }

.fav-box-item {
    width: 350px;
    max-width: 100%;
}

.text-left {
    text-align: left !important;
}

.tier-bg {
    background-size: cover;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.tier .row .tier-bg h3 {
    margin-top: 0;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: capitalize;
}

.tier .row .tier-bg p {
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    min-height: 220px;
}

.tier .row .tier-bg a {
    color: #FF6E0C;
}

.link-primary {
    color: #3E342F;
    font-weight: 500;
    transition: all ease-in .3s;
}

    .link-primary:hover {
        color: #FF6E0C;
    }

    .link-primary:focus {
        color: #3E342F;
    }

.payment-box {
    width: 200px;
    margin: auto;
}

.btn-default {
    outline: none;
}

    .btn-default:hover {
        background-color: #FF6E0C;
        border-color: #FF6E0C;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }

    .btn-default:focus {
        background-color: #FF6E0C;
        border-color: #FF6E0C;
        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: 'DunkinSans', sans-serif;
    color: #3E342F;
    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;
}
/*UPDATED CSS 072521 END*/
/*My Referral*/
.referral-box {
    background-color: #FF6E0C;
    padding: 0;
    border: 0;
}

.brown-div {
}

    .brown-div h3 {
        font-size: 32px;
        font-weight: 700;
    }

.brown-box {
    padding: 10px 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    flex-direction: column;
}

.yell-box {
    background-color: #3E342F;
    padding: 10px 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    flex-direction: column;
    border-top-right-radius: 10px;
}

    .yell-box h2 {
        font-weight: 700;
        color: #ffffff;
    }

    .yell-box p {
        color: #ffffff;
        margin-bottom: 0;
    }

.referral-main-div {
    background-color: #F8F4F1;
    padding: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.referral-bg {
    background-image: url("../../assets/images/profile-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: 440px;
}

.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: #FF6E0C;
    }

    .sports-icon.active {
        background-color: #FF6E0C;
    }

.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: #999999;
    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: 'DunkinSans', 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;
}

.sp-flag-bx {
    width: 20px;
    text-align: left;
    height: 20px;
    float: left;
    margin-bottom: 5px;
    margin-top: 1px;
}

.sp-flag-bx-txt {
    text-align: left;
    width: calc(100% - 20px);
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}

.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);
}
/*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: 'DunkinSans', 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: 'DunkinSans', 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: #FF6E0C;
        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: #FF6E0C;
        border-radius: 10px;
    }

    .left-btn-dv-dbd a {
        color: #3E342F;
    }

.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: 'DunkinSans', 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: #999999;
    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: #3E342F;
        background-color: #FF6E0C;
        border-color: #FF6E0C;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        font-family: 'DunkinSans', sans-serif;
        font-weight: 500;
    }
        /* Change background color of buttons on hover */
        .spts-pge .tab button:hover {
            background-color: #3E342F;
            color: #ffffff;
        }
        /* Create an active/current tablink class */
        .spts-pge .tab button.active {
            background-color: #3E342F;
            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: #3E342F;
    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: #3E342F;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #FF6E0C;
    border-radius: 50%;
}

.carousel-control-prev {
    border-top-left-radius: 10px;
}

#scanReceipt .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FF6E0C;
}

#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: #3E342F;
    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 #3E342F;
    box-shadow: 0 0 0 1px #FF6E0C;
}

#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: 'DunkinSans', 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: 'DunkinSans', san-serif;
    font-size: 32px;
    text-align: center;
}

.scan-success-pts {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'DunkinSans', 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: #FF6E0C;
    }

.faq-cnt .accordion-button {
    color: #3E342F;
}

    .faq-cnt .accordion-button:not(.collapsed) {
        color: #FF6E0C;
        background-color: transparent;
        border-bottom: 0px solid #3E342F;
        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;
    }
}

@media (max-width:1399px) {
    .clsbttns button {
        font-size: 14px;
        padding: 12px 17px;
    }

    .clsbttns .mt-4 {
        margin-top: 6px !important;
    }
}

@media (max-width:1199px) {
    .clsbttns button {
        font-size: 12px;
        padding: 12px 11px;
    }

    .clsbttns .mt-4 {
        margin-top: 6px !important;
    }
}
/*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: #3E342F;
        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: #3E342F;
    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: #3E342F;
    color: #FF6E0C;
}

.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: #3E342F;
    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: #3E342F;
        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: 'DunkinSans', sans-serif;
    }

    .searchinput.dropdown-menu a {
        color: #3E342F;
        font-weight: 500;
        max-width: 100%;
        white-space: normal;
        line-height: normal;
        margin-bottom: 7px;
    }

        .searchinput.dropdown-menu a:hover {
            color: #FF6E0C;
        }

.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: #FF6E0C;
    background-image: linear-gradient(132deg, #FF6E0C 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: #3E342F;
    text-align: center;
}

.walkthrough-img {
    height: 30rem;
}

.walkthrough-title {
    color: #946037;
}

.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 #3E342F;
    -webkit-text-stroke: 0px #3E342F;
    -moz-text-stroke: 0px #3E342F;
    -ms-text-stroke: 0px #3E342F;
    -o-text-stroke: 0px #3E342F;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .9rem;
    line-height: 0;
    top: 50%;
    left: 9%;
}

.radio .cr .cr-icon {
    margin-left: 0.05em;
}

.form-check label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

label {
    display: inline-block;
    margin-bottom: 0.3rem;
    font-size: .85rem;
}

.h6, h6 {
    font-size: .9rem;
}

.form-check label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

    .form-check label input[type="checkbox"]:checked + .cr {
        background-color: #FF6E0C;
        border: 1px solid #FF6E0C;
    }

    .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: #ffffff;
    }

    .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: #FF6E0C;
    }

    .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 #FF6E0C;
    }

.in-box {
    float: left;
}

.in-box-form {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -8px;
    width: 85px;
}
/*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*/
/*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(/UI/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*/
/*New CSS start*/
.point-box {
    background-color: #FF6E0C;
    width: 100%;
    height: auto;
    padding: 36px 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wallet-text {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.wallet-point {
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.point-main-bx-dv {
    height: 520px;
    width: 100%;
    margin-bottom: 20px;
    border: solid #F8F4F1 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    background-color: #F8F4F1;
}

.point-main-bx-dv-guest {
    height: 485px;
    width: 100%;
    margin-bottom: 20px;
    border: solid #F8F4F1 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F8F4F1;
}

.name-point {
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}

.orange-level {
    color: #FF6E0C;
    font-weight: bold;
}

.point-main-bx-dv p {
    color: #76787A;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.box-background {
    position: relative;
}

.brown-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(62, 52, 47, 0.50);
    z-index: 0;
    padding: 20px;
    border-radius: 10px;
}

.box-background h1 {
    color: #ffffff !important;
}

.box-background p {
    color: #ffffff !important;
}

.box-background-big h1 {
    color: #ffffff !important;
}

.box-background-big p {
    color: #ffffff;
    font-size: 1rem;
}

.box-background-big {
    min-height: 510px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
}

.app-str-icon {
    width: 350px;
    position: absolute;
    max-width: 100%;
    bottom: 25px;
}

.clr-dark {
    color: #3E342F !important;
}
/*new css 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: 150px;
        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: 150px;
        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%;
    float: left;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

#more {
    display: none;
}

.light-brown-bg {
    background-color: #F8F4F1;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

.pnt-circle-bx {
    width: 200px;
    height: 200px;
    margin: auto;
    background-image: url(../../assets/images/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.level-txt {
    text-align: center;
    width: 100%;
    color: #F20C90;
    font-size: 1.2rem;
    margin-top: 80px;
    font-weight: bold;
    float: left;
}

.faq-txt-dv {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.tab-scrl {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-tabs .nav-link {
    white-space: nowrap;
}

.faq-head-tx {
    text-align: left;
}

.btn-outline-primary {
    color: #F20C90;
    border: solid 2px #F20C90;
    background-color: transparent;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        border: solid 2px #F20C90;
        background-color: #F20C90;
    }

    .btn-outline-primary:active {
        color: #F20C90;
        border: solid 2px #F20C90;
        background-color: transparent;
    }

    .btn-outline-primary:focus {
        color: #F20C90;
        border: solid 2px #F20C90;
        background-color: transparent;
    }

.desktop-nutr {
    display: block;
}

.mob-nutr {
    display: none;
}

.nutr-thumb {
    background-image: url(../../assets/images/nutrition-sub.jpg);
    min-height: 315px;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(10px - 1px);
    border-top-right-radius: calc(10px - 1px);
}

.card {
    border-radius: 10px;
}

.portfolio-item {
    margin-bottom: 25px;
}

.connect-social {
    cursor: pointer;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
    transform: scale(1.00);
    opacity: 1;
    background: #ffffff;
    transition: 0.6s;
}

    .connect-social:hover {
        box-shadow: 0px 3px 5px rgba(0, 0, 0, .05);
        transform: scale(1.02);
        opacity: 0.9;
        transition: 0.6s;
    }

.form-check .form-check-input {
    margin-left: 0;
}

.search-txt-box .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.update-profile {
    background-color: #FF6E0C;
    border-color: #FF6E0C;
}

    .update-profile:hover {
        background-color: #F20C90;
        border-color: #F20C90;
    }

.cancel-profile {
    background-color: transparent;
    border-color: #FF6E0C;
    color: #FF6E0C;
}

.badge {
    display: inline-block;
    padding: 0.2em 1.5em;
    font-size: .85em;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 7px;
    margin-bottom: 10px;
}

.bg-primary {
    background-color: #00A3E0 !important;
}

.favo-icn {
    position: absolute;
    right: 10px !important;
    top: 0 !important;
}

    .favo-icn img {
        width: 40px !important;
        margin-left: 0 !important;
    }

.btn-outline-primary:focus {
    background-color: #FF6E0C;
    border: solid 1px #FF6E0C;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.custo-border {
    border: solid 2px #FF6E0C;
    float: left;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
}

.customization-sec .accordion-button {
    box-shadow: none;
    border-bottom: solid 1px #EEEEEE;
    padding: 15px 0;
    border-radius: 0;
    margin: 0;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
    background: none;
}

.white-item-box-text-big p {
    font-size: 12px;
    color: #999999;
}

.white-item-box-text-big .col-md-12 {
    font-size: 15px;
    color: #000000;
}

.white-item-box-big.active-box .col-md-12 {
    color: #3E342F;
    transition: all ease-in .3s;
}

.white-item-box-big.active-box p {
    color: #3E342F;
    transition: all ease-in .3s;
}
/*.white-item-box-big.active-box img {
  filter: brightness(0.5);
}*/
.white-item-box-big img {
    filter: brightness(1);
}

.white-item-box-big:hover p {
    color: #3E342F;
}

.white-item-box-big:hover .col-md-12 {
    color: #3E342F;
}

.variety {
    width: 100%;
    margin-right: 0;
}

.dairy {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
}

.check-selected {
    height: auto;
    width: 16px;
    text-align: center;
    float: right;
}

.variety-active-box {
    background-color: #DCC7B7;
}

    .variety-active-box:hover {
        background-color: #DCC7B7;
    }

    .variety-active-box .col-md-12 {
        color: #3E342F;
    }

.variety .check-selected {
    opacity: 0;
}

.variety.variety-active-box .check-selected {
    opacity: 1;
}

.variety .white-item-box-text-big {
    width: calc(100% - 20px);
}

.dairy-active-box {
    background-color: #DCC7B7;
}

.dairy {
    display: flex;
    align-items: center;
}

.dairy-active-box:hover {
    background-color: #DCC7B7;
}

.dairy-active-box .col-md-12 {
    color: #3E342F;
}

.dairy .check-selected {
    opacity: 0;
}

.dairy.dairy-active-box .check-selected {
    opacity: 1;
}

.dairy .white-item-box-text-big {
    width: calc(100% - 10px);
}

.dairy-active-box p {
    color: #000000;
}

.dairy-active-box .mid-bx-small {
    color: #000000;
}

.flavor-active-box .mid-bx-small {
    color: #000000;
}

.flavor-active-box {
    background-color: #DCC7B7;
}

.flavor {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding: 0;
    justify-content: center;
    align-items: stretch;
}

.flavor-active-box:hover {
    background-color: #DCC7B7;
}

.flavor-active-box .col-md-12 {
    color: #3E342F;
}

.flavor .check-selected {
    opacity: 0;
}

.flavor.flavor-active-box .check-selected {
    opacity: 1;
}

.flavor .white-item-box-text-big {
    width: calc(100% - 10px);
    padding-left: 10px;
}

.flavor-active-box p {
    color: #3E342F;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom: 0;
}

.sizes-width {
    width: 150px;
    margin-right: 10px;
}

.btn-pm .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 10px;
    padding: 0.45rem 0.8rem;
}

.btn-pm .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-radius: 10px;
    padding: 0.45rem 0.8rem;
}

.text-muted {
    color: #999 !important;
}

.promo-code button {
    margin-bottom: 20px;
}

.promo-code button {
    width: 100%;
}

.gray-color {
    color: #000000 !important;
}

hr {
    border-color: #DCC7B7;
}

.color-brown {
    color: #000000;
}

.address-bx {
    border: solid 2px #DCC7B7;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.full-width {
    width: 100%;
}

.payment-btns {
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
    margin-top: 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all ease-in .3s;
    border: solid 2px #DCC7B7;
    padding: 15px;
    color: #000000 !important;
    font-weight: bold;
    width: 100%;
    background-position: left 20px center;
}

    .payment-btns span {
        float: right;
        color: #FF6E0C !important;
    }

    .payment-btns:hover {
        background-color: #DCC7B7;
    }

    .payment-btns img {
        height: 15px;
    }

.sizes-bx-dv .white-item-box-big img {
    max-width: 100%;
}

.payment-btns.active-pay {
    background-image: url("../../assets/images/check.svg");
    background-size: 15px;
    background-position: left 20px center;
    background-color: #DCC7B7;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.card-nbr {
    width: calc(100% - 120px);
    float: left;
}

.visa-master {
    width: 120px;
    float: left;
    text-align: right;
    margin-top: 35px;
}

    .visa-master img {
        width: 100px;
    }

.max-lmt {
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #999;
    font-size: 13px;
}

.footer-btn-width {
    width: 250px !important;
    max-width: 100% !important;
}

.alert-bx {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #E73C3E;
    float: left;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.alt-icn {
    width: 75px;
    font-size: 80px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    line-height: 1;
    text-align: center;
}

.alt-txt {
    width: calc(100% - 75px);
    height: auto;
    float: left;
}

    .alt-txt p {
        color: #ffffff;
    }

    .alt-txt h3 {
        color: #ffffff;
        font-weight: bold;
    }

.popu-center {
    margin: auto;
    width: 300px;
    max-width: 100%;
}

h5 {
    font-size: 1.15rem;
}

.form-control {
    font-size: .9rem;
}

.apply-job {
    border-radius: 10px;
    padding: 20px;
    transition: all ease-in .3s;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.coupn-cde-txt {
    font-weight: bold;
}

.share-icn {
    width: 50px;
    border-radius: 50px;
}

.share-box-div {
    width: 350px;
    margin: auto;
    max-width: 100%;
}

    .share-box-div h3 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #3E342F;
    }

.share-icon-btn {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px 0;
}

    .share-icon-btn p {
        color: #999;
        font-weight: 400;
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 0px;
        text-align: center;
        transition: all ease-in .3s;
    }

    .share-icon-btn:hover p {
        color: #FF6E0C;
    }

.cpn-code-btn {
    width: auto !important;
}

    .cpn-code-btn img {
        filter: brightness(100);
    }

.align-left-column {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.order-delivery-details .image-icon img {
    width: 50px;
}

.align-right-column {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.edit-btn-div {
    height: 30px;
    margin-left: 5px;
    opacity: 1;
    transition: all ease-in .5;
}

    .edit-btn-div:hover {
        opacity: .7;
    }

    .edit-btn-div img {
        height: 30px !important;
    }

.qr-box {
    width: 120px;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
}

.qr-cnt-box {
    width: calc(100% - 120px);
    float: left;
}

.title h1 {
    color: #38312D;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.timer-bx {
    border: 2px solid #DCC7B7;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.progress {
    height: 8px;
    margin-top: 5px;
}

.progress-bar {
    background-color: #FF6E0C;
}

.promo-btns {
    width: 200px;
    margin: auto;
}

.reward-code p {
    color: #999999;
    font-weight: bold
}

.copy-icn {
    border-radius: 0 !important;
    width: 19px;
    height: 19px;
    margin: 0;
    margin-top: -5px;
}

.bdr-bx {
    border-radius: 10px;
    border: solid 2px #DCC7B7;
    padding: 20px;
    float: left;
    width: 100%;
    height: auto;
}

.light-bray {
    color: #999999;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

.apply-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(62, 52, 47, 0.50);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.address-box .h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FF6E0C;
    text-align: left;
}

.apply-promo .h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.apply-promo p {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.promo-code-bx {
    width: 150px;
    margin: auto;
    padding: 5px;
    background-color: #ffffff;
    border: #FF6E0C 2px dashed;
    border-radius: 10px;
}

.promo-code-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #FF6E0C !important;
    text-transform: uppercase;
}
/*swiper start*/
.swiper {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 45px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 45px;
    right: auto;
}

.swiper-pagination-bullet {
    background: #DCC7B7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FF6E0C;
    width: 13px;
    height: 13px;
}

.swiper-head {
    color: #FF6E0C;
    font-size: 1.3em;
    font-weight: bold;
}

.slider-box p {
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    top: calc(50% - 25px);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: -225px;
    width: 50px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 50%;
    left: auto;
    margin-right: -225px;
    width: 50px;
}

.swiper-backface-hidden .swiper-slide {
    margin-bottom: 40px;
}
/*swiper end*/
.lyalty-levels {
    color: #76787A;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 0px;
}

    .lyalty-levels span {
        font-weight: bold;
        color: #FF6E0C;
    }

.orange-level {
    color: #F20C90;
}

.not-active {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.clr-orange {
    color: #FF6E0C !important;
}

.clr-black {
    color: #000000 !important;
}

.apply-overlay .category-text {
    color: #ffffff !important;
    text-align: center;
    text-transform: capitalize;
}

.apply-overlay p {
    color: #ffffff !important;
    text-align: center;
}

.tier-levels-bdr {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 20px;
    padding-bottom: 0;
    border: solid 2px #DCC7B7;
    border-radius: 10px;
}

.eat-points .icon img {
    width: 40px;
}

.reward-text {
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin: auto;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.reward-tier .nav-tabs li {
    margin-right: 0;
}

.pd-1 {
    padding: 1rem
}

.qr-code-scan {
    width: 30px;
    float: right;
    margin-right: 0px;
    margin-top: 15px;
    margin-left: 10px;
}

.redeem-code .box-background {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.redeem-code .apply-overlay {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.blank-div {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .blank-div p {
        color: #999999;
        font-size: 18px;
        font-weight: normal;
    }

.img-bx-cus {
    width: 70px;
    height: 70px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mid-bx {
    width: calc(100% - 210px);
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.last-bx {
    width: 140px;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
}

.mid-bx-small {
    width: calc(100% - 16px);
    color: #000000;
    float: left;
    font-size: 15px;
    height: 70px;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
}

.last-bx-small {
    width: 16px;
    height: 70px;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    padding-top: 10px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
}

.wallet-right-bdr {
    width: 100%;
    float: left;
    border: solid 2px #DCC7B7;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.transaction-scroll {
    width: 100%;
    float: left;
    height: 517px;
    overflow: auto;
    padding: 20px;
    padding-top: 0;
}

.wallet-trans-bx {
    width: 100%;
    /* justify-content: space-between; */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px #eeeeee;
    border-radius: 10px;
    padding: 25px;
    margin: 15px 0px;
}

    .wallet-trans-bx h2 {
        font-size: 23px;
        font-weight: bold;
        text-align: right;
        color: #3A913F;
    }

    .wallet-trans-bx .col-4 {
        display: flex;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .wallet-trans-bx .activity-details h3 {
        font-size: 1.2em;
        margin: 0;
        font-weight: bold;
        color: #999999;
    }

    .wallet-trans-bx .activity-details p {
        margin: 5px 0 0;
        color: #999999;
        font-size: 14px;
    }

.transaction-scroll p {
    color: #999999;
}

.red-color {
    color: #E73C3E !important;
}

.pad-20 {
    padding: 20px;
    width: 100%;
    float: left;
}

.form-control-lg {
    order: solid 1px #eeeeee;
    background-color: #ffffff;
    padding: 0;
    font-size: 2.5rem;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    line-height: 1;
    font-weight: bold;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 20px;
}

#header .bg-dark {
    background-color: #FF6E0C !important;
}

.social-icons-links a img {
    width: 40px;
}

section h1 {
    text-transform: inherit;
    font-size: 2rem;
}

.orange-color-bg {
    background-color: #FF6E0C !important;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

    .orange-color-bg .cnt-style {
        color: #ffffff;
    }

    .orange-color-bg .cnt-details {
        color: #ffffff;
    }

.h3, h3 {
    font-size: 1.5rem;
}

.header-mr h1 {
    text-transform: uppercase;
    font-size: 2.7rem;
}

.header-mr .dark-color {
    color: #FF6E0C;
    text-align: center;
}

.footer-links a:before {
    color: #ffffff;
}

.black-color {
    color: #000000;
}

.orange-bg {
    background-color: #FF6E0C;
}

.logo-box.reward-logo img {
    height: 26px;
    width: auto !important;
}

.location-text.default {
    background-color: #6BAAD3;
    color: #ffffff;
    min-width: 150px;
}

.promo-code-bx p {
    color: #999999 !important;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #F20C90;
    border-color: #F20C90;
}

.location-pointer {
    position: absolute;
    right: 50%;
    top: 200px;
}

    .location-pointer img {
        width: 40px;
    }

.popover {
    font-family: 'DunkinSans', sans-serif;
    border-radius: 10px;
    border: solid 2px #FF6E0C;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #fff;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    color: #FF6E0C;
    text-align: center;
    padding-top: 1rem;
}

.popover-body {
    padding: 1rem 1rem;
    color: #38321d;
    text-align: center;
    padding-top: 0;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-top-color: #FF6E0C;
}

.accordion-body {
    color: #000000;
    background: #F8F4F1;
    padding: 15px;
    border-radius: 10px;
}

.head-mrg {
    margin-top: 12rem;
}

.customization-sec .accordion-body {
    color: #000000;
    background: transparent;
    padding: 0;
    border-radius: 0px;
}

.modal-body .title h1 {
    text-align: center;
}

.sizes-bx-dv {
    width: 130px;
    margin-right: 10px;
    float: left;
    display: flex;
    justify-content: center;
}

    .sizes-bx-dv .mid-bx-small {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.disable-style {
    border: solid 1px #DCC7B7;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.sidenav .accordion-button:not(.collapsed) {
    color: #FF6E0C;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.sidenav .accordion-button {
    color: #FF6E0C;
    border: solid rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: none;
    border: 0;
}

    .sidenav .accordion-button:hover {
        color: #F20C90;
        background-color: transparent;
        box-shadow: none;
        outline: none;
        border: 0;
    }

.accordion-button:active, .accordion-button:focus, .accordion-button:visited {
    color: #FF6E0C;
    box-shadow: none;
    outline: none;
    border: 0;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: none;
}

.sidenav .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0px;
    box-shadow: none;
    outline: none;
    border: 0;
}

.cart-textbox p {
    font-size: 18px;
    color: red;
}

.repeat-alert-pop .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 24px;
}
/*customer feedback start*/
.question-txt {
    color: #000000;
    font-size: 1.45rem;
    text-align: left;
}

.footer-bottom {
    position: fixed;
    bottom: 0;
    padding-top: 0 !important;
    width: 100%;
    z-index: 2000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.header-mr-csat {
    margin-top: 7rem;
    margin-bottom: 2.5rem;
}

.sub-question-txt {
    margin-bottom: 30px;
    color: #EF6A1F;
    font-size: 1.3rem;
    margin-top: 30px;
    text-align: left;
}

.header-mr-csat label {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.rating {
    border: 1px #cccccc solid;
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

    .rating input {
        display: none;
    }

    .rating label {
        display: flex;
        width: 100px;
        height: 100px;
        font-size: 24px;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #3E342F;
        cursor: pointer;
        margin-bottom: 0;
    }

    .rating label {
        border-left: 1px #cccccc solid;
        transition: .3s;
    }

    .rating input[type='radio']:hover + label, input[type='radio']:checked + label {
        background: #FF6E0C;
        color: #fff;
        border: 0;
    }

.modal-header {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}
/*SUVEY END*/
.custo-border {
    position: relative;
    min-height: 80px;
}

    .custo-border .changedeliverytime {
        position: absolute;
        right: 14px;
        top: 8px;
    }

.currency-text {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    padding: 0 20px 0 0;
    font-size: 2.5rem;
    margin-top: 20px;
    line-height: 1;
    font-weight: bold;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 20px;
    border-left: 0;
}

.bg-Pending {
    background-color: #E8C60D !important;
}

.bg-Accepted {
    background-color: #00A3E0 !important;
}

.bg-Preparing {
    background-color: #58D999 !important;
}

.bg-Ready {
    background-color: #19E37E !important;
}

.bg-Driver-Assigned {
    background-color: #7BBEA9 !important;
}

.bg-Out-for-Delivery {
    background-color: #299f7a !important;
}

.bg-Delivered {
    background-color: #2f9f29 !important;
}

.bg-Cancelled {
    background-color: #c60404 !important;
}

.bg-Suspended {
    background-color: #1B2741 !important;
}

.bg-Closed {
    background-color: #0A41BE !important;
}

.bg-Failure {
    background-color: #e80f0f !important;
}

.bg-Unknown {
    background-color: #cccccc !important;
}

.bg-Payment-Pending {
    background-color: #dabf0b !important;
}

.bg-Payment-Failed {
    background-color: #e73c3e !important;
}

.bg-Payment-Successful {
    background-color: #3A913F !important;
}

.bg-Payment-Status-Unknown {
    background-color: #999999 !important;
}

.bg-Cancelled-By-Store {
    background-color: #d1384a !important;
}

.bg-Cancelled-By-User {
    background-color: #df2138 !important;
}

.bg-Future {
    background-color: #dcb103 !important;
}

.bg-Transferred {
    background-color: #03dcbb !important;
}

.bg-Rejected {
    background-color: #dc5f03 !important;
}

.bg-Delayed {
    background-color: #dc9c03 !important;
}

.enter-amount-txtbox {
    border-right: 0 !important;
}

    .enter-amount-txtbox:focus {
        background-color: #ffffff;
        border: solid 1px #eeeeee !important;
        border-right: 0 !important;
        box-shadow: none;
    }

input.enter-amount-txtbox::-webkit-outer-spin-button, input.enter-amount-txtbox::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.minmax-amount {
    color: #999999;
    font-size: 14px;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    vertical-align: text-bottom;
}

.btn .icon-rate {
    background-image: url(../../assets/images/star-icon.svg);
    transition: all ease-in .3s;
}

.btn:hover .icon-rate, .btn:focus .icon-rate {
    background-image: url(../../assets/images/star-icon-white.svg);
}

.btn .icon-addFave {
    background-image: url(../../assets/images/fav-2.svg);
    transition: all ease-in .3s;
}

.btn:hover .icon-addFave, .btn:focus .icon-addFave {
    background-image: url(../../assets/images/fav-white-2.svg);
}

.btnCart {
    margin-left: 15px;
}

button.apply-btn {
    margin-right: 5px;
}

.white-btn input {
    display: none;
}

.white-btn-main-bx {
    position: absolute;
    left: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    overflow: auto;
    z-index: 1000;
    top: 60px;
}

.white-btn-bx {
    width: auto;
    min-width: 915px;
}

.white-btn {
    padding: 6px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    float: left;
    width: auto;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in .3s;
}

    .white-btn img {
        height: 12px;
        margin-right: 5px;
    }

    .white-btn:hover, .white-btn.active {
        background-color: #F20C90;
        color: #ffffff;
    }

        .white-btn:hover img, .white-btn.active img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.getStoresMap {
    position: relative;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .container.cls_data_container_block {
        max-width: 1170px;
    }
}

.order-warning {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    height: auto;
    align-items: center;
}

    .order-warning .order-warning-icn {
        float: left;
        margin-right: 10px;
    }

.order-warning-txtbox {
    float: left;
}

    .order-warning-txtbox .block-title {
        margin: 0 !important;
        color: #F20C90 !important;
    }

    .order-warning-txtbox p {
        margin: 0;
    }

.currency-value .currency-text {
    border: 0;
}

input[type="search"]::-webkit-search-decoration {
    align-self: flex-end !important;
}

.customization-sec .white-item-box-img-big.aligner {
    width: 70px;
    text-align: center;
}

.offer-bx {
    padding-top: 50% !important;
    width: 100% !important;
    min-height: auto !important;
}

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.scr-main {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: nowrap;
}

.share-cr-tab {
    width: 100% !important;
    border: 2px solid #F20C90 !important;
    padding: 7px 10px !important;
    font-weight: bold;
    text-align: center !important;
    margin-right: 0 !important;
}

.add-to-cart-mobile {
    display: none;
}

.count-mobile {
    display: none;
    margin-bottom: 20px;
}

.white-item-box-text-big {
    width: 100% !important;
    display: flex;
}

.btn-xs {
    padding: 3px 15px;
    font-weight: 800;
    font-size: 12px;
    border-radius: 6px;
}

.img-bx-cus {
    margin-right: 10px;
}

.milk-active-box {
    background-color: #DCC7B7;
}

.milk {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
}

.milk-active-box:hover {
    background-color: #DCC7B7;
}

.milk-active-box .col-md-12 {
    color: #3E342F;
}

.milk .check-selected {
    opacity: 0;
}

.milk.milk-active-box .check-selected {
    opacity: 1;
}

.milk .white-item-box-text-big {
    width: calc(100% - 10px);
}

.milk-active-box p {
    color: #3E342F;
}

.milk-active-box .mid-bx-small {
    color: #000000;
}

.bdr-bx .customize-head {
    text-transform: capitalize;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.offers-btn-box {
    white-space: nowrap;
    display: flex;
}

.offers-btn {
    background-color: white;
    border: dashed 2px #cccccc;
    border-radius: 5px;
    color: #666666;
    height: auto;
    width: auto;
    padding: 8px 20px;
    float: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all ease-in .3s;
    margin: 5px 10px;
    margin-left: 0;
    position: relative;
    text-align: center;
}

    .offers-btn:hover, .offers-btn:active, .offers-btn:focus {
        background-color: #FF6E0C;
        border: dashed 2px #FF6E0C;
        color: #ffffff;
    }

.scroll-bx {
    float: left;
    width: 400px;
    max-width: 100%;
    overflow: auto;
}

.close-small {
    position: absolute;
    z-index: 2000;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    transition: all ease-in .3s;
    text-align: center;
}

.price-size {
    font-size: 16px;
    white-space: nowrap;
}

.orange-bdr {
    border: dashed 2px #FF6E0C;
    color: #3E342F;
    padding: 20px 30px;
}

.scroll-dv-new {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
}

.scr-next, .scr-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    color: #ffffff;
    text-align: center;
    opacity: .7;
    transition: all .3s ease;
    background-color: #FF6E0C;
    border: 0;
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
/*.scr-next:hover, .scr-prev:hover {
  background-color: #FF6E0C;
  opacity: 1;
  border: 0;
  outline: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.scr-next:focus, .scr-prev:focus {
  background-color: #FF6E0C;
  opacity: 1;
  border: 0;
  outline: none;
}*/
.scr-prev {
    right: 0;
}

.list-group-item .promo-code {
    padding-left: 0px;
    padding-right: 0px;
}

.currency-value {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}


.col-md-4.mx-auto.mb-3.w-auto {
    margin-left: 0 !important;
}

.survey-answer-box .form-box-center {
    margin-left: 0 !important;
}

.survey-answer-box p {
    text-align: left !important;
}

.btn.btn-primary.next-btn.ful-width {
    padding: 0.5rem 1.8rem;
    font-size: 1rem;
}

.badge-number {
    background: #F20C90;
    padding: 2px 5px;
    display: flex;
    line-height: normal;
    align-items: center;
    margin: 0;
    margin-left: 5px;
}

.product-name-des {
    width: 100%;
    position: relative;
}

/*home menu swiper start*/
.fav-mnu .swiper {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    padding: 5px 3px;
}

.fav-mnu .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px;
}

.fav-mnu .slider-box {
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    height: auto;
    background: #ffffff;
    border: solid 2px #DCC7B7;
}

.fav-mnu .swiper-button-next:after, .fav-mnu .swiper-button-prev:after {
    font-size: 0;
}

.fav-mnu .swiper-button-next, .fav-mnu .swiper-rtl .swiper-button-prev {
    right: 45px;
    left: auto;
}

.fav-mnu .swiper-button-prev, .fav-mnu .swiper-rtl .swiper-button-next {
    left: 45px;
    right: auto;
}

.fav-mnu .swiper-pagination-bullet {
    background: #DCC7B7;
    opacity: 1;
}

.fav-mnu .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FF6E0C;
    width: 13px;
    height: 13px;
}

.fav-mnu .swiper-button-next, .fav-mnu .swiper-button-prev {
    top: calc(50% - 50px);
}

.fav-mnu .swiper-button-prev, .fav-mnu .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
    margin-left: 5px;
}

.fav-mnu .swiper-button-next, .fav-mnu .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    margin-right: 5px;
}

.swiper-slide .item-box {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 30px;
}

/*home menu swiper end*/


.swiper-slide .menu-item-img img {
    height: auto !important;
}

.header-mr.bg-light-bc.mb-0.h-auto {
    display: inherit;
}

.bdr-pink {
    border-color: #F20C90 !important;
}
/*UPDATED CSS 28/03/2023 END*/

/*payment-css start*/
.payment-btns.active-card {
    background-color: #DCC7B7;
}

.card-sty {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-sty img {
        height: 30px;
        margin-right: 10px;
    }

.delte-ic {
    cursor: pointer;
    opacity: .6;
    transition: all ease-in .3s;
}

    .delte-ic:hover {
        opacity: 1;
    }

    .delte-ic img {
        height: 20px;
        margin-left: 0;
    }

.card-sty span {
    float: right;
    color: #000000 !important;
    font-weight: normal;
}



/*UPDATED CSS 28/03/2023*/
.reward-tab .item-box-50 {
    position: relative;
}

.offerTimerBox {
    z-index:1;
    position: absolute;
    padding: 10px 20px;
    background-color: #FF6E0C;
    display: flex;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, .6);
    margin-top: 20px;
    right: 12px;
}

    .offerTimerBox.offerTimerInactive {
        background-color: #3E342F;
    }

    .offerTimerBox p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .offerTimerBox img {
        width: 20px;
        height: auto;
        margin-left: 8px;
    }

.offerInactive {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.timer-bx {
    border: 0;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #F8F4F1;
}

.redeem-offer .offer-bx {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.redeem-offer .apply-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(62, 52, 47, 0.50);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
    text-align: center;
}

.right-btn-txt-box {
    width: 35px;
    border: solid 2px #DCC7B7 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.customBoxTimer {
    width: 200px;
    background-color: #FFFFFF;
    border: 1px solid #DCC7B7;
    border-radius: 3px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .customBoxTimer p {
        color: #3E342F;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .customBoxTimer img {
        width: 20px;
        height: auto;
        margin-left: 8px;
    }
/*UPDATED CSS 28/03/2023 END*/



/*promo-popup css start*/
.prm-pop img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cont-box-div {
    width: 100%;
    padding: 20px 10px;
    padding-top: 30px;
}

.confi-bg {
    background-image: url("../images/popup/confitti.svg");
    background-size: cover;
    background-position: center;
}

.btn-link {
    color: #000000;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus {
        color: #F20C90;
    }

.cont-box-div .btn {
    padding: 0.45rem 2.5rem;
}
/*promo-popup css end*/


.sidebar .applied-promo-box {
    display: flex;
    justify-content: space-between;
}

.orange-btn {
    background-color: #FF6E0C;
    border: solid 1px #FF6E0C;
    background-image: url("../images/qr-code-scan.png");
    background-size: 25px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}

    .orange-btn:hover {
        background-color: #F20C90;
        border: solid 1px #F20C90;
    }

.menu-item-img {
    aspect-ratio: auto 6 / 4.5;
    display: flex;
}

.form-select {
    border-radius: 5px;
}
col-lg-6 .box-background {
    min-height: 244px;
}
.upseller-main-box {
    width: 100%;
    border-top: solid 1px #EFE8E2;
}

.card-dv-box {
    width: 155px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background-color: #ffffff;
    float: left;
    position: relative;
    margin: 10px;
}

.plus-icn-sm {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #FF6E0C;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .plus-icn-sm:hover {
        background-color: #F20C90;
    }

.item-img-dv {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
}

    .item-img-dv img {
        height: 60px;
    }

.full-width-dv {
    width: 100%;
    float: left;
    text-align: center;
}

.item-name-sm {
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}

.stike-sm {
    font-weight: 700;
    color: #999999;
    text-align: center;
    font-size: 12px;
    text-decoration: line-through;
}

.price-sm {
    font-weight: 700;
    color: #FF6E0C;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.head-sm-dv {
    color: #000000;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 15px;
}

.get-more-main {
    float: left;
    width: auto;
    margin-right: 5px;
    max-width: 100%;
    overflow: auto;
}

.enjoy-dv-right {
    float: left;
    width: auto;
    padding-right: 5px;
    margin-right: 5px;
    border-left: solid 1px #EFE8E2;
    max-width: 100%;
    overflow: auto;
}

.card-inside-bx {
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
    padding-left: 5px;
}

.color-blk {
    color: #000000 !important;
}

.stike-lg {
    font-size: 20px;
}

.price-lg {
    font-size: 24px;
}

.apply-btn-new {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6e0c !important;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    transition: all ease-in .3s;
    margin-left: 5px !important;
}

    .apply-btn-new:hover {
        background: #F20C90 !important;
    }

button:focus {
    outline: none !important;
}

.apply-btn-new img {
    height: 12px;
}
.badge-outline-primary {
    padding: 4px 20px;
    font-weight: 800;
    font-size: 12px;
    border-radius: 30px;
    color: #F20C90;
    border: solid 2px #F20C90;
    background-color: transparent;
    text-transform: uppercase;
    height: 30px;
    margin-right: 10px;
}

.ribbon-dv {
    background-image: url(../images/ribbon.svg);
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    position: absolute;
    top: -2px;
    left: -2px;
}

    .ribbon-dv span {
        transform: rotate(314deg);
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 29px;
        left: -15px;
        width: 100px;
        ext-transform: uppercase;
    }
.grand-total span {
    white-space: nowrap;
}

.menu-category-box {
    aspect-ratio: 5 / 6;
}

.reward-tab .item-box-50 .box-background {
    aspect-ratio: 55/30;
}

.grand-total .text-muted {
    font-weight: normal;
    font-size: 14px;
}


/*********/

@media (max-width:1599px) {
    .card-dv-box {
        width: 145px;
    }
}

@media (max-width:1400px) {
    .card-dv-box {
        width: 120px;
    }

    .item-name-sm {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .card-dv-box {
        width: 113px;
    }
}

.white-card-bx {
    background-color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .white-card-bx img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.white-card-bx-body {
    padding: 20px;
}

.color-pink {
    color: #F20C90 !important;
}

canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.ribbon-dv {
    background-image: url(../images/ribbon.svg);
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    position: absolute;
    top: -2px;
    left: -2px;
}

    .ribbon-dv span {
        transform: rotate(314deg);
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 29px;
        left: -15px;
        width: 100px;
        text-transform: uppercase;
    }

.light-brown {
    border-radius: 10px;
    background: #F8F4F1;
    padding: 20px;
    float: left;
    width: 100%;
}

.distance {
    background-color: #FF6E0C;
    padding: 0 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    height: 25px;
    float: right;
    display: flex;
    align-items: center;
}

    .distance img {
        height: 14px;
        margin-right: 3px;
    }

.date-inpt {
    background-image: url("../images/calendar-icn.svg");
    background-repeat: no-repeat;
    background-position: right 14px top 11px;
    background-size: 18px;
}

.time-inpt {
    background-image: url("../images/time-icn.svg");
    background-repeat: no-repeat;
    background-position: right 16px top 11px;
    background-size: 18px;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url("../images/date-and-time-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url("../images/calendar-icn.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url("../images/time-icn.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px;
}

.ads-box {
    background-color: #F8F4F1;
    padding: 15px;
    float: left;
    border-radius: 10px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.popup-center {
    margin: auto;
    width: 350px;
    max-width: 100%;
}

.title-dvs {
    color: #FF6E0C;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.text-dvs {
    float: left;
    max-width: calc(100% - 10px);
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #3E342F;
    margin: 5px;
    margin-right: 10px;
    line-height: normal;
}

    .text-dvs img {
        margin-right: 8px;
        height: 18px;
    }

.rest-name-dv {
    font-size: 1.3rem;
    color: #FF6E0C;
}

.col-lg-6 .box-background {
    min-height: 245px;
}

.reward-tab .item-box-50 .box-background {
    aspect-ratio: 55/30;
}

.fav-ic-box {
    width: 20px;
    position: absolute;
    top: 9px !important;
    right: 10px !important;
    z-index: 1000;
}

.date-inpt {
    background-image: url("../images/calendar-icn.svg");
    background-repeat: no-repeat;
    background-position: right 14px top 11px;
    background-size: 18px;
}

.time-inpt {
    background-image: url("../images/time-icn.svg");
    background-repeat: no-repeat;
    background-position: right 16px top 11px;
    background-size: 18px;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url("../images/date-and-time-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url("../images/calendar-icn.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url("../images/time-icn.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 18px;
}

.modal-body .light-gray-color {
    color: #000 !important;
    margin-bottom: 30px;
}

.menu-item-details-box .count button {
    width: 24px;
    height: 24px;
    font-size: 15px;
}

.menu-item-details-box .count input[type="text"] {
    height: 24px;
}

.swiper-bx {
    position: relative;
    width: 100%;
    height: auto;
}

.scr-next {
    left: auto;
    right: 170px;
    margin-top: -50px;
}

.scr-prev {
    right: auto;
    left: 170px;
    margin-top: -50px;
}
.bdr-bx .form-check-label img {
    margin-right: 10px;
}
/*********/