﻿@import url('colors.css');

.cust-dropdown {
    transform: translate3d(32px, 80px, 0px) !important;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%) !important;
}

.a-underline {
    text-decoration: underline !important;
}

.signUpSocialLogos {
    border-radius: 5px !important;

}
.formpagesetting input {
    padding: 14px 10px;
    border-radius: 8px;
    border-color: #B2B2B2;
    font-size: 14px;
    color: #000000
}
img.phnicon1 {
    position: absolute;
    right: 0;
    top: 13px;
    right: 12px;
}
#_accountTitle {
    color: black;
}

#_ulclassIcon {
    padding-right: 40px;
}

#_icon {
    color: #000000;
}

#_retail:hover {
    color: #1F58A6;
}

#_seeall:hover {
    color: #1f58a6;
}

#_btnAppStore {
    width: 137px;
   
}

#_txtBox {
    width: 350px;
}

/*.p-viewer {
    z-index: 9999;
    position: absolute;
    top: 0%;
    right: 50px;
}
*/
.image-container {
    justify-content: center;
    display: flex;
    margin-left: 25px
}

#_cancelbtn {
    background: white;
    color: #1F58A6;
}

#itmRedeem {
    min-width: 0%;
    margin-right: -22px;
}

#_redeem-gradient-1 {
    border: 1px solid #E1E1E1;
}

.text {
    color: #000000;
}

#_sppedwaytxt {
    color: #000000;
}

#_datetext {
    color: #ABABAB;
}

#_coupontext {
    font-size: 18px;
}

        #_rstext {
    color: #1F58A6;

}
#_dflex {
    width: 80%;
}

#_howtoredeem {
    margin: 18px;
}

.try {
    margin-top: 40px;
    width: 262px;
    height: 19px;
    opacity: 1;
    color: #1F58A6;
}

.txtredeem {
    color: #000000;
    font-size: 16px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.signup-btn {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 8px 20px !important;
    background: #fff;
}
.mobile-view-heading{
    display:none;
}
.signup-btn label {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
}

.signin-btn {
    border: 2px solid #99DBf9;
    border-radius: 8px;
    padding: 8px 20px !important;
    background: #99DBf9;
    font-weight:bold;
}
    .signin-btn label {
        margin-bottom: 0;
        color: #000000;
        font-size: 16px;
    }

.navbar .navbar-nav li.nav-item .nav-link {
    cursor: pointer;
}

.navbar .navbar-nav li.nav-item .signup-btn i {
    color: #1F58A6;
}

.navbar .navbar-nav li.nav-item label {
    margin-bottom: 0;
    cursor: pointer;
}

/* Sign In */
.sign-in-modal .modal-header {
    padding: 14px 25px 14px;
}

.sign-in-modal .login-checkbox{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.sign-in-modal .modal-header .back-login i {
    margin-right: 8px;
    font-size: 18px;
}

    .sign-in-modal .modal-header .back-login span {
        font-size: 16px;
    }

.sign-in-modal .modal-footer {
    padding: 20px;
}

    .sign-in-modal .modal-footer .footer-signup p {
        font-size: 16px;
        margin-bottom: 0;
        padding: 0 18px;
        position: relative;
    }

        .sign-in-modal .modal-footer .footer-signup p:first-child:before {
            display: none
        }

        .sign-in-modal .modal-footer .footer-signup p:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 16px;
            background: #000000;
            left: 0;
            top: 5px
        }

    .sign-in-modal .modal-footer a {
        font-size: 16px;
        font-weight: 600;
        padding: 0 7px;
        text-decoration: underline;
    }
#_redeem-gradient-1 {
    border-radius: 12px;
    border: 1px solid var(--Colors-E5E6E2, #E5E6E2);
    background: #EDEDED;
    width: 355px;
    height: 84px;
    float: left;
}
.sign-in-modal .form-wrap i,
.PhoneNoModal .form-wrap i,
#divMainAgeVerificationInfo i,
.sign-in-modal .form-wrap .input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.sign-in-modal .form-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

.sign-in-modal .form-wrap input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

.sign-in-modal .form-wrap input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

.sign-in-modal .form-wrap input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

/*.sign-in-modal .form-wrap .custom-field {
    height: 51px !important;
}*/

.sign-in-modal .remeber-col {
    margin-top: 4px;
}

    .sign-in-modal .remeber-col a {
        color: #2978A7;
        font-size: 14px;
        text-decoration: underline;
        font-weight:500;
    }

    .sign-in-modal .remeber-col .custom-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .sign-in-modal .remeber-col .custom-checkbox label {
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
        color: #979797;
        font-size: 18px;
        line-height: 22px;
        display: flex;
    }

        .sign-in-modal .remeber-col .custom-checkbox label:before {
            content: '';
            background-color: transparent;
            border: 1px solid #707070;
            border-radius: 3px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 9px;
        }

    .sign-in-modal .remeber-col .custom-checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 8px;
        width: 7px;
        height: 12px;
        border: solid #707070;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.sign-in-modal .login-col {
    margin-bottom: 40px;
}

    .sign-in-modal .login-col .login-btn {
        padding: 10px 58px;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        border-radius: 8px;
        margin-top: 15px;
    }

    .login-notes-policy p a {
        color: #2978A7;
        padding: 0 6px;
        text-decoration: underline;
    }

@media only screen and (min-device-width :325px) and (max-device-width : 765px) {
  
    .item-label {
        font-size: 26px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-device-width :465px) and (max-device-width : 740px) {
    .item-label {
        font-size: 28px !important;
        line-height: 30px !important;
    }

    #_dflex {
        width: 65%;
    }
}

/* Sign-Up*/
.sign-up-btn {
    font-size: 18px;
}

.icon-left {
    margin-right: 5px;
}

.mobile-number-form {
    max-width: 411px;
    width: 90%;
}

.signup-get-code-bnt {
    margin: 0px auto;
}

.signup-font14 {
    font-size: 14px;
}

.signup-font16 {
    font-size: 16px;
}

.signup-font20 {
    font-size: 20px;
}

.signup-font48 {
    font-size: 48px;
}

.black {
    color: #000000;
}

.blue {
    color: #1F58A6 !important;
}

.signup-mb30 {
    margin-bottom: 30px;
}

.signUpSocialLogos {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.number-editor-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.otp-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 411px;
    margin: auto;
}

.form-control-otp {
    display: block;
    width: 100%;
    max-width: 50px;
    text-align: center;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--black);
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid var(--placeholder-color) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: unset;
    border: unset;
    margin: 0 10px;
    border-radius: 0;
}

.enter-password {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 411px;
    margin: 0 auto;
}

/* listing page css */

.carousel {
    background-color: transparent;
}
/*.flickity-slider {
    left: 11px !important;
}*/
.carousel-cell {
    width: 65px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 5px;
    padding: 5px;
    height: 92px;
    font-weight: 600;
    border-radius: 75px;
}

.carousel-cell-active {
    border-bottom: 5px solid #1F58A6;
}

    .carousel-cell-active .carousel-cell-text {
        color: #1F58A6;
    }

    .carousel-cell-active .carousel-cell-img {
        padding: 5px;
        background-color: aliceblue;
        border-radius: 50%;
        overflow: hidden;
    }

/*.carousel-cell:hover {
    border-bottom: 5px solid #1F58A6 !important;
}*/

.carousel-cell-text {
    font-size: 10px;
    text-transform: capitalize;
    margin-top: 8px;
    color: var(--text-color);
}

.carousel-cell-img {
    width: 45px;
    height: 45px;
    display: block;
    background-color: rgba(153, 219, 249, 30%);
    border-radius: 50%;
    padding: 5px;
}

.carousel-cell-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.back-to-account {
    display: none;
}
.section2 .flickity-viewport {
    height: 95px !important;
}

.section2 .flickity-page-dots {
    display: none !important;
}


img.iconsSet {
    width: 30px;
    height: 30px;
}



    .menu-wrap .list-unstyled {
        overflow: auto;
        align-items: center;
        justify-content: space-around;
    }

    .menu-wrap .list-unstyled li {
        white-space: nowrap;
        margin: 0 15px;
    }

.section2-mobile {
    display: none;
}

.section2-web {
    display: block;
}

.img-con {
    margin-left: 0px !important;
}

.no-earned {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (min-width :320px) and (max-width : 767px) {
    .explore {
        width: 100px;
        height: 36px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .AddressMap span {
        color: var(--Text-Color, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .AddressMap p {
        color: var(--Text-Paragraph, #707070);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mrtop {
        margin: 22px 0 0 0;
    }
    .text-14.my-2.coh {
        color: var(--Text-Paragraph, #707070);
        
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .tabs.bg-white.InnerText span {
        color: var(--Text-Paragraph, #707070);
        
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .direction-map-canvas {
        min-height: 210px !important;
    }
    ul.desktop-offer-view-tab.list-unstyled.tabs-menu.d-flex.m-auto.justify-content-center.store-custom-tab.NewTabs {
        width: max-content;
        border-radius: 8px;
        border: 1px solid var(--Form-InputBrd, #B2B2B2);
        background: var(--Form-DisableInput, #E2E2E2);
    }
   
    .flickity-prev-next-button.previous, .flickity-prev-next-button.next {
        background: none !important;
        display: flex;
        color: var(--black);
        width: 20px !important;
        height: 20px !important;
        align-items: center;
        justify-content: center;
        border-radius: 2.55px !important;
        transform: translateY(0) !important;
        padding: 0px;
        margin: 10px !important;
        display: none !important;
    }
    li.RewardTabs a , li .OrderTabs a  {
        padding: 10px 28px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-transform: capitalize;
    }

    .cat-image-item.cat--2 img {
        width: 19px;
        height: 82px;
    }

    .section2-mobile {
        display: flex;
    }

    .section2 .flickity-enabled.is-draggable .flickity-viewport {
        margin: 0 50px;
    }

    .carousel-cell-text {
        font-size: 10px;
        margin-left: 0px;
        text-transform: capitalize;
        margin-top: 10px;
    }
   
    .section2 .flickity-slider {
        /*min-width: 440px !important;*/
        display: flex !important;
        align-items: center !important;
    }
  
    .tabs {
        width: 100%;
    }

    .mobile-card {
        min-width: 200px;
    }

    .menu-wrap .list-unstyled {
        overflow: auto;
        align-items: center;
        justify-content: flex-start !important;
    }

    .list {
        flex-direction: column;
    }

    .mobile-view {
        width: 100% !important;
        max-width: 100% !important;
    }

    .image-web {
        display: none !important;
    }

    .image-mobile {
        display: block !important;
        width: 100%;
        height: auto;
        border-radius: 12px;
        overflow: hidden;
    }

        .image-mobile img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .divider {
        border-right: unset !important;
    }

    .single-image-wrap {
        min-height: 315px;
    }

    .grab-deal-btn {
        display: none;
    }

    .loyalty-card-inner, .loyalty-card-icon-1 {
        display: none !important;
    }

    .loyalty-card-icon-2 {
        display: block !important;
        margin-right: 10px;
    }

    .loyalty-item {
        padding: 12px 0 12px 12px !important;
    }

    .loyalty-content {
        padding-left: 12px !important;
        padding: 10px;
    }

    .redeem .title-24 {
        font-size: 18px !important;
    }

    .save-adderss {
        flex-direction: column;
    }

    .save-adderss-inner {
        width: 100% !important;
    }

    p.m-0.mt-2.logintext {
        font-size: 13px;
        color: #898A88;
        font-weight: 400;
    }
    
    .formpagesetting h5 {
        font-size: 24px;
        font-weight: bold;
        color: #2E2E2D;
        margin-bottom: 15px;
        text-transform:capitalize;
    }
    body {
        background: #fff;
    }
    .form-radius {
        border-radius: 0;
    }
    .formpagesetting input {
        padding: 14px 10px;
        border-radius: 8px !important;
        border-color: #B2B2B2;
        font-size:16px !important;
    }
    ul.social-links li {
        list-style: none;
    }
    ul.social-links li {
        list-style: none;
        margin: 0px 5px;
    }
    img.phnicon1 {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    img.eyeicon1 {
        float: right;
        position: relative;
        top: -36px;
        left: -15px;
    }
    span.skp {
        font-size: 16px;
        font-weight: 600;
    }
    .sign-in-modal .modal-header {
        padding: 15px;
        border: 0;
    }
    label.form-check-label.fs-14.remember {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        margin: 0px 4px;

    }
    .sign-in-modal .login-col .login-btn {
        padding: 14px;
       
    }
    button.btn.btn-primary.w-100.getMobilecodeClass {
        padding: 14px;
    }
    .submitbuttonCls {
        color: #000000;
        padding: 14px;
        border-radius: 8px;
    }
    button.update-btn.modal-btn.pointer-cursor.w-100.getMobileVerifycodeClass.submitbuttonCls {
        color: #fff;
        padding: 14px;
        border-radius: 8px;
        height: auto;
    }

    .logoclss {
        margin-bottom: 15px;
    }
    .form-wrap.formpagesetting input {
        padding: 14px 10px;
    }
}

.save-adderss-inner {
    width: 50%;
}

@media only screen and (max-width : 479px) {
    .location-div {
        top: 40px !important;
    }
}

@media only screen and (max-width : 400px) {
    .redeem .title-24 {
        font-size: 18px !important;
    }

    .redeem p {
        font-size: 14px !important;
    }

    .loyalty-main {
        /*padding-right: 0px !important;
        padding-left: 0px !important;*/
    }

    .redeem {
        padding: 16px !important;
    }

    .item-redeem {
        min-width: 68px !important;
    }
}

/*card css*/
.loyalty-main-wrapper {
    background-color: grey;
    min-height: 160px;
    background: #0000004f 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border: 1px solid #b9b9ba;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    display: flex;
    justify-content: center;
}

.deals-wrap {
    display: flex;
    justify-content: center;
    align-items:center;
}
.loyalty-item-title {
    display: flex;
    align-items: center;
    padding:0px;
    justify-content: flex-end;
    color:#fff;
    padding-top:5px;
    
}
.loyalty-content-title {
    padding-left: 10px;
    color: #fff;
    text-transform:capitalize;
    font-size:16px;
}

.card-data-item {
    background-color: grey;
    background: #0000004f 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border: 1px solid #b9b9ba;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}


.card-wrapper-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
    text-transform:capitalize;
}

.coupon-list-wrapper {
    background-color: #b0b0b0;
    height: 160px;
    padding: 25px;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px #04040429;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    position: relative;
}

.coupon-list-wrapper::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -26px;
    border-radius: 40px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    width: 40px;
    box-shadow: -2px 0 1px #0404040f;
}

.coupan-card-wrapper {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
}


.coupan-icon-title{
    padding-left:10px;
}
/* Promotion */


.image-web {
    display: block;
}

.image-mobile {
    display: none;
}

.active-product {
    border-bottom: 3px solid #1f58a6;
}

.divider {
    border-right: 1px solid #E5E5E5;
}

.cus-outline-btn {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: initial;
    font-size: 14px;
    padding: 10px;
}

.loyalty-card-inner, .loyalty-card-icon-1 {
    display: block;
}

.loyalty-card-icon-2 {
    display: none;
}

.loyalty-content {
    padding-left: 1.5rem;
}

.redeem-inner-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.redeem .title-24 {
    font-size: 30px;
}

.no-coupons h1 {
    font-size: 80px;
    margin-bottom: 20px;
}

.no-coupons P {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.location-div {
    position: absolute;
    top: 20px;
    right: 35px;
}

.adderss-icon-color {
    color: #1F58A6 !important;
    font-size: 14px;
    width: 20px;
    margin-right: 8px;
    margin-top: 7px;
}

.color-icon {
    font-size: 10px;
    color: red;
    margin-right: 5px;
}

.text_end {
    text-align: end;
}

.user-profile-menu-list {
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.user-profile-menu-list-option {
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    position: relative;
    color: #000000;
}

    .user-profile-menu-list-option:hover {
        background-color: #00000021;
    }

    .user-profile-menu-list-option a {
        color: #000
    }

    .user-profile-menu-list-option:hover a {
        color: #1f58a6;
    }

.profile-address-list {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 4px 0px #0000005e;
    border-radius: 8px;
    margin-bottom: 20px;
}

.profile-address-list-inner {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.profile-address-list-footer {
    display: flex;
    width: 100%;
    align-items: center;
    border-top: 1px solid #999999;
}

.profile-address-list-footer-btn {
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-right: 1px solid #999999;
    outline: unset;
    border-bottom: unset;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #1f58a6;
    border-left: unset;
    border-top: unset;
}

    .profile-address-list-footer-btn:last-child {
        border-right: unset;
    }

.search-address-location-main {
    align-items: center;
    border: 1px solid;
    height: 40px;
    border-radius: 28px;
    padding: 10px !important;
    margin: 10px 0 !important;
}

.search-address-location-input {
    border: unset;
    width: 95%;
    outline: unset;
    padding-left: 10px;
}


/* Start right slider */

.right-slider-drawer-large {
    display: none;
    position: relative;
    background: #0000009e !important;
    height: 100vh;
    z-index: 10005;
}

.right-slider-main {
    background-color: #fff;
    width: calc(50% - 5px);
    position: fixed;
    right: 0;
    height: calc(100vh - 0px);
    overflow: auto;
}

.right-slider-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #1f58a6;
}

.right-slider-main-body {
    padding: 30px;
}

.right-slider-noscroll {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.top-bar-manage-address {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--light-color500);
    border-top: none !important;
    display: flex;
    align-items: flex-start;
    overflow: auto;
    outline: none;
    position: absolute;
    width: 365px;
    top: 49px;
    left:-1px;
    padding: 10px;
    opacity: 1;
    z-index: 200;
}

.mobile-top-bar-manage-address {
    background: #fff;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    display: flex;
    align-items: flex-start;
    overflow: auto;
    outline: none;
    position: absolute;
    width: 100%;
    top: 62px;
    left: 0;
    padding: 10px;
    opacity: 1;
    z-index: 200;
}

.btn-address-cancel {
    width: 168px;
    height: 30px;
    color: #1F58A6;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1F58A6;
}

.btn-address-save {
    width: 168px;
    height: 30px;
    color: #FFFFFF;
    background-color: #1F58A6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .right-slider-main {
        width: 70% !important;
    }
}

@media only screen and (max-width: 767px) {
    .right-slider-main {
        width: 100% !important;
    }
}

.desktop-browse-rewards .rewards-card-mobile {
    padding-bottom: 0 !important;
}

.desktop-browse-rewards .MultiCarousel .leftLst, .desktop-browse-rewards .MultiCarousel .rightLst {
    top: 19px !important;
}
/* End right slider */
#spCartQty {
    top: -0.9em;
    right: -0.5em;
    color: #f00;
    font-weight: 700;
    font-size: 13px;
}

#spnMobileHeaderCartQty, #spMobileCartQty {
    position: absolute;
    width: 15px;
    height: 15px;
    left:-10px;
    border-radius: 50%;
    background-color: var(--Primary-color);
    color: white;
    font-size: 10px;
}

.footer-mobile-view-action {
    float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 17px;
}

#headerWebView,
#footerWebView {
    display: block;
}

#headerMobileView,
#footerMobileView {
    display: none;
}

.footer-main-section {
    display: flex;
    justify-content: space-between;
    padding: 14px 38px;
    height: 85px;
    background: #1F58A6;
    position: relative;
    width: 100%;
}

.footer-main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: unset;
    border: unset;
    background-color: transparent;
}

.footer-main-menu_text {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    margin-top: 11px;
    font-weight: 800;
}

.footer-main-scan_icon {
    width: 95px;
    height: 95px;
    display: none;
    justify-content: center;
    position: absolute;
    align-items: center;
    border-radius: 50%;
    top: -44px;
    background-color: #fff;
}

.footer-main-scan_icon_inner {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1F58A6;
    border-radius: 50%;
}

    .footer-main-scan_icon_inner img {
        font-size: 30px;
        color: #fff;
    }

.footer-main-scan_icon_inner1 img {
    font-size: 30px;
    color: #fff;
}

.footer-active-menu {
    display: flex;
}

.search-text-box-main {
    margin: 0 40px;
    margin-left: 40px !important;
}

.search-text-box-address {
    background-color: #1f58a6;
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    padding: 5px 12px;
    width: 100%;
    align-items: center;
    display: flex;
}

.manage-address-header-text {
    font-size: 22px;
    font-weight: 500;
}

.main-logout-btn {
    width: 100% !important;
    height: 40px;
    background: #1F58A6 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.direction-map-canvas {
    min-height: 352px;
}

.manage-address-header-link {
    cursor: pointer;
    color: #2978A7 !important;
}

.deals-coupan-wrap-body {
    padding-left: 1.5rem;
}

.k-calendar td.k-state-focused .k-link {
    box-shadow: inset 0 0 2px 1px #2978A7 !important;
}

.k-calendar td.k-state-selected .k-link {
    border-color: #2978A7 !important;
    background-color: #2978A7 !important;
}

.k-list > .k-state-selected, .k-state-selected {
    background-color: #2978A7 !important;
    border-color: #2978A7 !important;
    color: #fff !important;
    box-shadow: inset 0 0 3px 1px #2978A7 !important;
}

.privacy-full-width,
.terms-full-width {
    width: 100%;
    float: left;
}

    .privacy-full-width .tc,
    .terms-full-width .tc {
        text-align: center;
    }

    .privacy-full-width .smallmargin,
    .terms-full-width .smallmargin {
        margin-bottom: 1px !important;
    }

    .privacy-full-width h4,
    .terms-full-width h4,
    .smallmargin h4 {
        font-weight: 600;
        font-size: 22px;
    }

.privacy-title,
.terms-title {
    font-weight: 700;
    color: #303030;
    font-size: 43px;
    line-height: 50px;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0;
}

.privacy-full-width a,
.privacy-full-width .privacy-title span {
    color: #8d9e44;
}

.terms-full-width a,
.terms-full-width .terms-title span {
    color: #0a6187;
}

.commonLayout p {
    margin-bottom: 20px;
}

.nav-link-customize {
    display: flex !important;
    align-items: center;
}

.privacy-full-width p,
.terms-full-width p {
    font-size: 19px;
    color: #0a0a0abd;
}

.scan-code-image {
    position: relative;
    width: 300px;
    height: 300px;
    display: block;
    background-color: #fff;
}

.scan-code-image-v2 {
    position: relative;
    width: 100%;
    color: #000000;
    background-color: white;
    border-radius: 24px;
}

    
    .scan-code-image-v2 .reawards-img {
        height: 18px;
    }

.scan-code-image-corner-1 {
    width: 20px;
    height: 20px;
    border-top: 2px solid #0000004f;
    border-left: 2px solid #0000004f;
    position: absolute;
    top: 0;
    left: 0;
}

.scan-code-image-corner-2 {
    width: 20px;
    height: 20px;
    border-top: 2px solid #0000004f;
    border-right: 2px solid #0000004f;
    position: absolute;
    top: 0;
    right: 0;
}

.scan-code-image-corner-3 {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #0000004f;
    border-right: 2px solid #0000004f;
    position: absolute;
    bottom: 0;
    right: 0;
}

.scan-code-image-corner-4 {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #0000004f;
    border-left: 2px solid #0000004f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-main-header {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.reward-your-balance {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.store-product-list li {
    white-space: nowrap;
    border: 1px solid;
    border-radius: 100px;
    height: 50px;
    margin: 0 5px !important;
    overflow: hidden;
    min-width: 130px;
}

    .store-product-list li a {
        color: rgb(171 171 171);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: unset;
    }

.store-product-list .active {
    border: unset;
}

    .store-product-list .active a {
        background-color: #1f58a6;
        color: #ffffff;
        font-weight: 600;
        border: 1px solid #1f58a6;
    }

.store-product-category-list {
    background-color: var(--body);
    border-color: var(--body);
}

    .store-product-category-list .carousel-cell:hover {
        box-shadow: unset !important;
    }

    .store-product-category-list .carousel-cell {
        min-width: 100px !important;
        width: fit-content !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .store-product-category-list .flickity-page-dots {
        display: none;
    }

.flickity-prev-next-button.previous, .flickity-prev-next-button.next {
    background-color: var(--body);
    display: flex;
    color: var(--black);
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 2.55px !important;
    transform: translateY(0) !important;
    padding: 0;
}

.flickity-prev-next-button.previous {
    top: -41px !important;
    right: 36px !important;
    left: revert !important;
}

.flickity-prev-next-button.next {
    top: -41px !important;
    right: 0 !important;
}

.flickity-button-icon{
    position: static !important;
    max-width: 15px;
}


.our-story-box-main {
    justify-content: space-around;
    padding: 20px 0;
}

.our-story-box {
    background-color: transparent;
    background-image: radial-gradient(at top right, #FBE1E2 0%, #FFFFFF 62%);
    width: 295px;
    height: 250Px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 14%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2rem 1rem 2rem 1rem;
    border-radius: 8px;
}

.our-story-box-label {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}

.contact-us-icon {
    font-size: 30px;
    color: #1f58a6;
}

.contact-us-label1 {
    font-size: 22px;
    line-height: 35px;
    margin-top: -11px;
    color: #000000;
    font-weight: 600;
}

.contact-us-label2 {
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}

.reward-transaction-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 15px;
}

.product-list-cart-footer {
    display: none;
}

.profile-main-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-header {
    background-color: #1F58A6;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 49px;
}

.profile-image {
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}

    .profile-image img {
        width: 100%;
        height: 100%;
        display: block;
    }

.profile-text1 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}

.profile-text2 {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
}

.profile-navigation-text {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin-left: 15px;
}

.profile-navigation-delete-text1 {
    font-size: 16px;
    line-height: 24px;
    color: red;
    font-weight: 600;
}

.profile-navigation-delete-text2 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    word-break: break-all;
    padding-right: 10px;
}

.change-password-search-div1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
}

    .change-password-search-div1 .validation {
        color: red;
    }

    .change-password-search-div1 input {
        background: #F2F5FA 0% 0% no-repeat padding-box;
        border: 1px solid #E0E5EC;
        border-radius: 24px;
        width: 100%;
        padding: 5px 60px 5px 10px;
    }

.change-password-input-textbox {
    position: relative;
    width: 100%;
}

.change-password-in-text {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    font-weight: 600;
}

.change-password-update-btn {
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #2978A7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border:none;
    border-radius: 30px;
    border: 2px solid #2978A7 !important;
}

.change-password-update-text {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #000000;
    margin: 30px 0;
}

.edit-profile-top-button {
    background-color: #fff;
    border-radius: 28px;
    border: unset;
    outline: unset;
    padding: 3px 10px;
}


.change-password-update-text-new {
    text-align: left;
    width: 100%;
    font-size: 14px;
    color: #000000;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
}

.status-new-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    border: unset;
    color: #4E985F;
    background-color: unset;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.status-delivered-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    border: unset;
    color: #E5A224;
    background-color: unset;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.status-cancelled-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    border: unset;
    color: #9A1D1E;
    background-color: unset;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.order-history-arrow {
    width: 20px;
    background-color: #9e9e9e36;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-image-mobile {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: 1px solid #eaeaea !important;
    padding: 5px !important;
}
button#_updateNowBtn {
    padding: 14px;
}
.sign-in-modal .form-wrap i, .PhoneNoModal .form-wrap i, #divMainAgeVerificationInfo i, .sign-in-modal .form-wrap .input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
span.text-blue100.input-icon.pointer.addemailCls {
    right: 32px;
    top: 57%;
}
button.btn.btn-primary.w-100.bold.continuewBtn {
    padding: 14px;
}
.order-detail-main-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.order-detail-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-bottom: 1px solid #9996;
}

.order-detail-section1-image {
    min-width: 60px;
    height: 60px;
    max-width: 60px;
    display: block;
}

.order-detail-section1-info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 100%;
}

.order-detail-section1-text1 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.order-detail-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-detail-section1-text2 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.order-detail-section1-text3 {
    font-size: 16px;
    font-weight: 600;
    color: #000
}


.contact-us-info-area2 {
    width: 50% !important;
}

.product-list-left-filter {
    display: flex;
    flex-direction: column;
    min-width: 220px;
    max-width: 220px;
    border-bottom: 1px solid #0000002e;
    margin-bottom: 10px;
}

.left-filter-header {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0;
}

.left-filter-category {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 10px 0;
}

.wrap-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail-main-layout {
    width: 100%;
    height: 101vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #00000073;
    position: fixed;
    top: 0px;
    right: 0;
    padding: 0px !important;
    left: 0;
    bottom: 0;
    z-index: 2000;
}

.age-limit-text {
    color: #df6565;
    font-size: 12px;
}

.search-txt-item-box {
    border-radius: 54px !important;
    border: 1.5px solid #00bcd4 !important;
    background-color: #1f58a6 !important;
    color: #fff !important;
}

    .search-txt-item-box:hover {
        color: #fff !important;
        background-color: #1f58a6 !important;
    }

    .search-txt-item-box::placeholder {
        color: #000000 !important;
    }

    .search-txt-item-box::-webkit-search-cancel-button {
        color: #fff !important;
    }

.deals-store-listing-page {
    padding-top: 50px;
}

.store-listing-page {
    padding-top: 0;
}

#appleid-signin > div > div > svg,
.signUpSocialLogos,
.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc,
#dvGoogleSignIN .S9gUrf-YoZ4jf{
    border: 1px solid var(--light-color100) !important;
    border-radius: 7px;
}

#appleid-signin > div > div > svg,
.signUpSocialLogos,
.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc,
#dvGoogleSignIN svg {
    background-color: transparent !important;
    border-radius: 7px;
    color: var(--icon-color);
    fill: var(--icon-color) !important;
}

#dvGoogleSignIN svg path:not(:last-child) {
    fill: var(--icon-color) !important;
}

.form-radius {
    border-radius: 20px;
}

#appleid-signin svg path {
    fill: var(--icon-color);
}

.deals-description-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.ingredients-prod-name {
    max-width: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coupon-timer-box {
    height: 70px;
    width: 70px;
    border: 1px solid #928d8de0;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000000;
    border-radius: 5px;
}

.optional-modifier {
    background-color: #e9d08638;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #ffc71f;
    color: #ffc71f;
    font-size: 12px;
}

.required-modifier {
    background-color: #ff000012;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 12px;
}

.sub-modifier-group-header {
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deal-search-logo {
    width: 40px;
    height: 40px;
    display: block;
    padding: 5px;
    border: 1px solid #c5bebe;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
}

    .deal-search-logo img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .deal-search-logo span {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
    }

#divViewStorePromoDeal .flickity-prev-next-button {
    display: none !important;
}

#divViewStorePromoDeal .flickity-page-dots .dot {
    background: #2978A7 !important;
}

.deal-product-count-label {
    height: 25px;
    width: 25px;
    background-color: #2978A7;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.store-name-on-banner {
    bottom: 0;
    left:15px;
}

.hero .store-name-on-product-list {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #fff;
    font-size: 22px;
}

.view-deal-mobile-button {
    border: 1px solid #f44336 !important;
    background: #f44336 !important;
    color: #fff;
    height: 40px !important;
    min-width: 60px !important;
    border-radius: 5px !important;
}

    .view-deal-mobile-button a {
        color: #fff !important;
    }

.order-now-icon {
    padding: 2px 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 12px;
}

#promotion-type-list .tabs-menu .active a:after, #promotion-type-list .tabs-menu li.active span:after {
    background: #2978A7 !important;
}

#promotion-type-list .tabs-menu-white .active a {
    color: #2978A7 !important;
}

#promotion-type-list .tabs-menu-white a {
    color: #000 !important;
}

.scan-code-image-new {
    position: relative;
    width: 330px;
    height: 180px;
    background-image: linear-gradient(#1f58a6e8, #00bcd48a);
    padding: 20px;
    border-radius: 5px;
}

.rewards-mobile-view {
    display: none !important;
}
.view-order-btn {
    width: 100%;
    background-color: #1F58A6;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}

.group-category-text {
    height: 38px;
}
.view-deal-btn {
    background-color: #49ace7;
    width: 93px;
    color: #2978A7 !important;
    border-radius: 5px;
}

.store-main-logo {
    right: 30px;
    top: 15px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 12%);
}

.store-main-list-logo {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid var(--light-color500);
    overflow: hidden;
}

.store-main-list-logo.md-width {
    width: 64px;
    height: 64px;
}

.current-location-label {
    padding: 0 5px 7px 5px;
    color: #000000;
    font-weight: 700;
}

.saved-addresses-label {
    border-top: 1px solid #d9d9d9;
    padding: 7px 5px 7px 5px;
    color: #000000;
    font-weight: 700;
}

.store-logo-font {
    color: #1f58a6;
    font-size: 70px;
    font-weight: 800;
    
}

.store-logo-font-mobile {
    color: #1f58a6;
    font-size: 50px;
    font-weight: 800;
    
}

#spnMainHeaderLogo {
    
    font-weight: 700;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 390px;
    line-height: 1;
}

/*.header-logo-highlight {
    color: #8CCFEF;
}*/

.delivery-swtiches {
    padding: 15px 10px 15px 55px;
    color: #000000;
    font-size: 16px;
    font-weight:400;
}

.check-box-my {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

input[type="radio"]:not(.black-radio-input) {
    position: relative;
    appearance: none;
    width: 45px;
    height: 20px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

input[type="radio"]:checked:not(.black-radio-input) {
    background: #A4CF5C;
}

input[type="radio"]:not(.black-radio-input)::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

input[type="radio"].black-radio-input{
    width:20px;
    height:20px;
}

@media(min-width:768px) {
    .store-order-type-categories .listing-group-type-border {
        background: #2978a7;
    }

    .store-order-type-categories .listing-group-type-border .carousel-cell-text {
        color: #fff;
    }
        .store-order-type-categories .listing-group-type-border .carousel-cell-img {
            background-color: aliceblue;
            border: 1px solid #2978a7;
        }

}







@media screen and ( max-width:767px ) {
    #maincontainer, body {
        margin-top: 0 !important;
    }
    .card-body.card-bodyNewTab {
        padding: 15px 15px 20px 15px !important;
    }
    img.fixed-fav-icon.pointer.favright {
        left: auto;
        right: 17px;
    }
    .redeem.gradient-1.pointer-cursor {
        border-radius: 0px !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #ccc !important;
        padding: 6px 0 0 0 !important;
    }
    #_redeem-gradient-1 {
        border-radius: 0 !important;
       
    }
        .section-title.OD {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: -0.64px;
    }
    .oderdetailsNewtwo {
        margin: 0px 0 0px 0 !important;
        padding-bottom: 15px;
        float: left;
        width: 100%;
        border-bottom: 1px solid var(--Colors-E5E6E2, #E5E6E2);
    }
    .Discc {
        float: left;
        width: 100%;
    }
    #maincontainer, body {
        margin-top: 0 !important;
        background: #fff !important;
    }
    div#divEditProfile input {
        padding: 10px 10px !important;
        border-radius: 8px;
        border: 1px solid #B2B2B2 !important;
        color: #000000;
        height: 46px !important;
        font-size: 14px;
        font-weight: 400;
    }
    .change-password-search-div1.change-password-search-div22 {
        padding: 0px 0;
    }
    #divMobileManageAddressList {
        background: #fff;
    }
    div#divMobilePaymentMethods {
        background: #fff;
    }
    span.SavedPaymentMethods {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 20px 0;
        float: left;
        width: 100%;
    }
    .CardAddDiv span {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.64px;
    }
    i.fal.fa.AllCards img {
        width: 110px;
    }
    span.SPM {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    span.DCC {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.64px;
    }
    .CreditCardDetails {
        padding: 20px 0;
        border-bottom: 1px solid var(--Colors-E5E6E2, #E5E6E2);
    }
    .main-body2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 28px 0px 0 !important;
    }
    .CardAddDiv {
        padding: 0px 0 20px 0;
        border-bottom: 1px solid var(--Colors-E5E6E2, #E5E6E2);
    }
    .Linesetting1 {
        border-bottom: 1px solid var(--Colors-E5E6E2, #E5E6E2);
        background: #FFF;
    }
    .Linesettings {
        padding: 14px 4px;
    }
        .Linesettings i {
            color: #000000 !important;
        }
    span.profile-navigation-text.SpanMain {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.64px;
    }
    .Linesettings.Linesetting1.Namesection {
        display: flex;
        border-radius: 8px;
        background: #EDEDED;
        width: 341px;
        flex-direction: column;
        justify-content: left;
        gap: 5px;
        padding: 10px 13px !important;
        margin: 20px 0 18px 0px;
    }
    .Namesection h3 {
        margin: 0;        
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.72px;
        text-transform: capitalize;
    }
    .Namesection p {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.56px;
        margin: 0;
    }
    .BottomSection {
        display: flex;
        width: 375px;
        padding: 10px 15px;
        align-items: center;
        gap: 24px;
        background: var(--Background-Surface, #FFF);
        margin:17px 0;
        box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.25);
    }
        span.left-filter-category.ChooseUpOne {
            color: #000000;
            font-size: 15px;
            font-weight: 400;
        }
    .TabList p {
        display: flex;
        padding: 8px 10px;
        justify-content: center;
        align-items: center;
        color: var(--Text-Color, #000);
        
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: 15px;
        width: 51px;
    }
    .listingordertype {
        border-radius: 0px;
        margin: 0px 5px;
        height: 30px;
        background: var(--body);

    }
    .border-light-1{
        border:none
    }
    .listingordertype {
        margin: 10px 4px !important;
        padding: 8px 10px !important;
    }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        
        top: 13px !important;
        
    }
    .border-light-1 {
        border: 0 !important;
    }
    .selectYourOffer {
        padding: 5px 20px 5px 10px;
        font-weight: 500;
        border-bottom: 1px solid #f1f2f2;
        border-top: 1px solid #f1f2f2;
        display: block;
        float: left;
        width: 100%;
        color: #000;
    }
    .header-wrapper {
        border-bottom: unset !important;
    }
    .k-datepicker.custom-field .k-select .k-i-calendar:before {
        left: initial;
        right: 11px !important;
    }
    label.mb-2.text-black.bold.title-16.veryfylabel {
        color: var(--Text-Color, #000);
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #headerWebView,
    #footerWebView {
        display: none;
    }

    #headerMobileView,
    #footerMobileView {
        display: flex;
    }
    .btn-outline .color-mobile-icons{
        color:#fff !important;
    }
    #field1 .color-mobile-icons {
        color: #fff !important;
    }
/*    #maincontainer {
        padding-bottom: 100px;
    }*/
  
    .manage-address-header-main {
        flex-direction: column;
    }

    .manage-address-header-text {
        font-size: 22px;
        font-weight: 500;
        width: 100%;
        text-align: start;
    }
    .back-btn-home.crossicon {
        position: relative;
        text-align: center;
        top: 0px;
        z-index: 0;
    }
    .manage-address-header-link {
        cursor: pointer;
        color: #1f58a6;
        width: 100%;
        text-align: end;
    }
    .store-order-type-categories {
        padding: 0;
    }

    .section2 .flickity-enabled.is-draggable .flickity-viewport {
        margin: 0 !important;
        height: 85px !important;
    }

    .store-order-type-categories .carousel-cell {
        width: 71px;
        align-items: center;
        margin: 0 5px;
        height: 85px;
        border-radius: 55px;
        word-break: break-all;
        text-align: center;
        justify-content:center;
    }

    .store-order-type-categories .carousel-cell-img {
        width: 45px;
        height: 45px;
        display: block;
        background-color: #F5F6F8;
        border-radius: 50%;
        padding: 5px;
        margin-top: 5px;
        margin-right:auto;
        margin-left: auto;
    }

    .store-order-type-categories .flickity-viewport {
        height: 140px !important;
    }
   

    .store-order-type-categories .listing-group-type-border .carousel-cell-img {
        background-color: aliceblue;
        border: 1px solid #2978a7;
    }



    .product-item-details {
        padding: 10px;
    }

    .back-button-product-list {
        position: absolute !important;
        top: 20px;
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        z-index: 100;
    }

        .back-button-product-list .back-btn {
            padding: 0px !important;
        }

    .back-text-product-list {
        display: none;
    } 

    .product-list-cart-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        border-top: 1px solid #0003;
        position: sticky;
        bottom: 0;
        background-color: #fff;
        z-index: 10;
    }

    .store-product-category-list {
        background-color: transparent !important;
    }

    .product-list-category-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 99;
        border-bottom: 1px solid #00000024;
        padding-top: 22px;
    }

    .sticky-product-search-input {
        padding: 0 10px 10px 80px !important;
    }

    .filter-main-div {
        width: 100% !important;
    }

    .reward-balance-amount {
        flex-direction: column;
    }

    .product-list-main-row {
        width: calc(100vw - 16px);
        overflow-x: auto;
        flex-wrap: unset !important;
        margin-right: -5px !important;
        margin-left: -5px !important;
    }

    .product-list-sell-all-row {
        align-items: center;
        justify-content: space-between;
    }

    .product-list-main-row-item {
        max-width: 240px;
        min-width: 240px;
/*        padding-right: 7px !important;
        padding-left: 7px !important;*/
    }

        .product-list-main-row-item .cat-item {
            opacity: 1;
            margin-top: 1px;
            border-radius: 14px;
            border: 1px solid #B6B8B5;
            background: #FFF;
            box-shadow: none;
        }

            .product-list-main-row-item .cat-item p {
                color: #000000;
                text-overflow: ellipsis;
                overflow: hidden;
                /*white-space: nowrap;*/
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }


    .store-product-list li {
        border-radius: 8px;
        border: 1px solid #2978A7;
    }

        .store-product-list li a {
            color: #2978A7;
        }

    .coupon-item {
        width: 120px !important;
        min-width: 120px;
        max-width: 120px;
        height: 120px !important;
        margin-right: 10px;
        padding: 10px !important;
    }

    .loyalty-item {
        min-width: 120px !important;
        min-height: 120px !important;
        max-width: 120px !important;
        max-height: 120px !important;
        padding: 10px !important;
        border-right: 1px dotted #999;
    }

    .contact-us-info-area {
        flex-direction: column;
    }

    .contact-us-info-area2 {
        width: 100% !important;
    }

    .remove-item-popup {
        width: 95% !important;
    }

    .black-button-for-mobile {
        width: 100% !important;
        font-size: 14px !important;
        color: #fff !important;
        background-color: #2978a7 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 50px !important;
        border-radius: 8px !important;
    }

    .black-white-button-for-mobile {
        border: 1px solid #2978a7 !important;
        color: #2978a7 !important;
        height: 50px !important;
        border-radius: 8px !important;
        width: 100% !important;
    }
    
    .black-empty-cart {
        background: #2978a7 0% 0% no-repeat padding-box !important;
        border-radius: 30px !important;
    }

    .store-product-category-list .carousel-cell:hover .carousel-cell-img {
        padding: unset;
        background-color: unset;
        border-radius: unset;
        overflow: unset;
    }

    .product-detail-popup-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        position: relative;
        height: auto;
        overflow-y: inherit;
    }
    .change-password-search-div1.flex-column label {
        color: var(--Text-Color, #000);
        
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .change-password-search-div1 input {
        width: 100%;
        display: flex;
        height: 46px;
        padding: 10px 14px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: var(--Border-Radius-8, 8px);
        border: 1px solid var(--Form-InputBrd, #B2B2B2);
    }
    .change-password-search-div1 select {
        width: 100% !important;
        display: flex;
        height: 46px;
        padding: 5px 9px !important;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: var(--Border-Radius-8, 8px) !important;
        border: 1px solid var(--Form-InputBrd, #B2B2B2) !important;
    }
    .modal-content p {
        color: var(--Text-Color, #000);
        font-size: 12px;
        font-style: normal;
        line-height: normal;
    }
    .change-password-search-div1 {
      position:relative;
     
        padding: 10px 0 0;
    }
    img.phniconNew1 {
        float: right;
        position: absolute;
        top: 24px;
        right: 15px;
    }
    .form-group.datesec {
        width: 100%;
        margin-bottom: 0;
    }
        .form-group.datesec input {
            width: 100% !important;
            display: flex;
            height: 46px !important;
            padding: 5px 9px !important;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            border-radius: var(--Border-Radius-8, 8px) !important;
            border: 1px solid var(--Form-InputBrd, #B2B2B2) !important;
            background: #fff !important;
        }

    .qty-div {
        flex-direction: column;
    }

    .add-qty {
        flex-direction: row;
        margin-bottom: 10px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

        .add-qty div {
            margin-bottom: 0px !important;
        }

    .product-detail-cart-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px 5px 10px;
        border-top: 1px solid #0003;
        box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.25);
        position: sticky;
        z-index:9999;
        bottom: 0;
        background-color: #1f58a6;
        width: 100%;
    }

    .product-detail-popup-image {
        min-height: 300px !important;
    }

    .product-detail-scroll-with-footer {
        padding-bottom:15px;
    }

    

    .store-listing-page {
        padding-top: 10px;
    }

    .deals-store-listing-page {
        padding-top: 0px;
    }

/*    .promotion-box-item .cat-item {
        border: unset;
        box-shadow: 0px 0px 8px #0404043d;
        opacity: 1;
    }*/

    .promotion-box-item .cat-image-item {
        height: 120px;
    }

    .redeem {
        padding: 10px !important;
        margin-bottom: 10px !important;
    }

    .mobile-view-store-font {
        font-weight: 700;
    }
        .reward-mobile-view-tab .active a {
            color: #1F58A6 !important;
            font-weight: 600;
        }

        .reward-mobile-view-tab a {
            color: #1F58A6 !important;
            display: block;
        }

        .reward-mobile-view-tab .active a:after {
            background: #1F58A6 !important;
        }

    .top-address-text-for-mobile {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        margin-top: 3px;
        padding-bottom: 1px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .sign-in-modal .modal-footer .footer-signup p,
    .sign-in-modal .modal-footer a,
    .login-notes-policy p {
        font-size: 14px;
    }

    .rewards-mobile-view {
        display: block !important;
    }

    .hero .store-name-on-product-list {
        top: 35px;
        font-size: 18px;
        margin: 0;
    }

    .product-item .banner-images{
        width:100%;
        height:100%;
        min-height:127px;
        max-height:127px;
    }
}

.sm-success-popup {
    width: 330px;
    border-radius: 17px;
    padding-top: 15px;
}
.back-btn-home {
    width: 32px;
    height: 32px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

@media screen and ( max-width:479px ) {
    .footer-main-section {
        padding: 14px 20px;
    }

    .footer-main-scan_icon {
        width: 67px;
        height: 67px;
        top: -23px;
    }

    .footer-main-scan_icon_inner {
        width: 50px;
        height: 50px;
    }

    .search-text-box-main {
        margin: 0 10px;
        margin-left: 10px !important;
    }

    .footer-main-scan_icon_inner1 img {
        font-size: 25px;
    }

    .product-list-main-row-item {
        max-width: 200px;
        min-width: 200px;
    }

        .product-list-main-row-item .cat-item p {
            -webkit-line-clamp: 1;
            line-clamp: 1;
        }

    .age-cat {
        max-width: 30px !important;
    }

    .mobile-view-store-font {
        display: inline-block;
        width: 230px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media screen and ( max-width:599px ) {
    .deals-coupan-wrap-text {
        font-size: 18px !important;
    }

    .deals-coupan-wrap-text2 {
        font-size: 16px !important;
    }

    .deals-coupan-wrap-body {
        padding-left: 0 !important;
    }
}

@media screen and ( max-width:409px ) {
    .product-list-main-row-item {
        max-width: 190px;
        min-width: 190px;
    }
    .store-name-on-product-list {
        font-size: 14px;
    }
    .store-main-logo {
        right: 20px;
        top: 35px;
        width: 50px;
        height: 50px;
    }
}

@media screen and ( max-width:379px ) {
    .product-list-main-row-item {
        max-width: 180px;
        min-width: 180px;
    }
}

@media screen and ( max-width:359px ) {
    .age-limit-text {
        display: none;
    }

    .product-list-main-row-item {
        max-width: 170px;
        min-width: 170px;
    }
}

@media screen and ( max-width:1199px ) {
    .nav-link-customize {
        width: 100% !important;
    }
}

@media screen and ( max-width:1300px ) {
    #pDefaultAddres {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 150px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
.mobile-view-new{
    display:none;
}

.AboutUS{
    display:none
}





@media screen and ( max-width:767px ) {
    .scan-code-image-v2 {
        background-image: linear-gradient(#2978A7, #00bcd4) !important;
    }
/*    .listing-group-type-border {
        border-bottom: 2px solid #2978A7;
        padding: 4px 4px;
       
    }*/

        .listing-group-type-border .carousel-cell-text {
            color: var(--Primary-color)
        }
    .has-search .form-control {
        padding-left: 2.375rem;
        border-radius: 50px;
        width: 92%;
        margin: 0 auto;
        border: 2px solid #bec1c3 !important;
    }
    div#dvFirstView {
        padding: 10px;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        margin: 0 0px 0 18px;
    }
    #divProductDetailCheckout{
        background-color:#fff !important;
        color:#000000;
    }

    .update-btn, .view-order-btn {
        background-color: #2978A7 !important;
    }
    .Dealheader-bg-custom{
        background-color:#fff !important;
    }
    .Dealheader-bg2-custom {
        background-color: #2978A7 !important;
    }
    .mobile-nav-bg {
        background-color: #2978A7 !important;
    }
    .search-text-box-address, .right-slider-main-header, .product-detail-cart-footer, .remove-item-popup-header {
        background-color: #2978A7 !important;
    }
    .right-slider-main-header{
        position:sticky;
        top:0;
    }

    .blue-bg, .add-buttons{
        background: #2978A7 !important;
    }
/*    .blue-bg {
        position: sticky;
        z-index: 999;
        top: 65.5px;
    }*/

    .fa-directions, profile-navigation-text {
        color: #2978A7 !important;
    }
    #promotion-type-list .tabs-menu-white .active a, .reward-mobile-view-tab .active a {
        color: #2978A7 !important;
    }
        #promotion-type-list .tabs-menu .active a:after, .reward-mobile-view-tab .active a:after {
            background: #2978A7 !important
        }
    .main-header2 {
        background-color: #2978A7 !important;
    }
    .store-logo-font-mobile, .mobile-ancors, .mob-ancor {
        color: #2978A7 !important;
    }
    #divViewStorePromoDeal .flickity-page-dots .dot {
        background: #2978A7 !important
    }
    #footerMobileView{
        display:block;
        background:transparent !important;
        background-color:transparent !important;
        border:none !important;
    }
    .image-ft-1{
        position:absolute;
        bottom:0;
        left:0;
    }
    .mobile-view-new {
        display: block;
    }
    .desktop-browse-rewards{
        display: none;
    }
   /* .mobile-ft-sec{
        opacity:1%;
    }*/
    #_seeall:hover a {
        color: #2978A7 !important;
    }
    .mob-btn {
        background-color: #2978A7 !important;
        border-color: #2978A7 !important;
    }
    .store-product-list .active a {
        background-color: #2978A7 !important;
        border-color: #2978A7 !important;
    }
    .store-product-list .view-deal-mobile-button.active a {
        border: 1px solid #f44336 !important;
        background: #f44336 !important;
        color: #fff;
    }
    .btn-primary {
        background: #2978A7 !important;
        border-color: #2978A7 !important;
    }
    .contact-us-icon, .search-wrap .fa-map-marker-alt, .sign-in-modal .remeber-col a {
        color: #2978A7 !important;
    }
    .custom-radio input[type="radio"] + span:before {
        background: #2978A7 !important;
    }
    .custom-color-mobile{
        color:#fff !important;
    }
    .view-deal-mobile-button{
        border:none !important;
    }
    .remove-btn, .remove-item-popup-btn {
        color: #2978A7 !important;
    }
    .reward-mobile-view-tab a{
        color:#000 !important;
    }
    .cat-btn .btn-rounded {
        border-color: #2978A7 !important;
    }
    .cat-btn .btn-rounded:hover {
        border-color: #2978A7 !important;
    }
        .cat-btn .btn-rounded:focus {
            border-color: #2978A7 !important;
        }
    .btn-outline:hover, .btn-outline:focus {
        background: #2978A7!important;
        color: #fff !important;
        border-color: #2978A7!important;
    }
    #offer-near-you, #offer-near-you2 {
        display: -webkit-inline-box;
        width: 100%;
    }

    .scroll-mobile {
        overflow-x: auto;
        margin-top: 10px;
        overflow-y: hidden;
    }
    .deal-disc {
        font-size: 16px !important;
        color: #2978A7 !important;
    }

    .ribbon-wrapper-green {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .footerhide{
        display:none !important;
    }
    .ribbon-green {
        font-size: 12px;
        z-index: 9;
        color: #fff !important;
        text-align: center;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        padding: 1px 0;
        left: -36%;
        top: 8%;
        width: 100%;
        background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
        color: #6a6340;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        white-space: nowrap;
    }
        .image-radius{
            border-radius:0 !important;
        }
        .ribbon-green:before, .ribbon-green:after {
            content: "";
            border-top: 3px solid #6e8900;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            position: absolute;
            bottom: -3px;
        }

    .ribbon-yellow {
        font-size: 12px;
        z-index: 9;
        color: #fff !important;
        text-align: center;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        padding: 1px 0;
        left: -36%;
        top: 8%;
        width: 100%;
        background-color: #f8bc2e;
        background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
        color: #6a6340;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        white-space: nowrap;
    }

        .ribbon-green:before, .ribbon-green:after {
            content: "";
            border-top: 3px solid #6e8900;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            position: absolute;
            bottom: -3px;
        }

    .yellow-color {
        font-size: 16px !important;
        color: #f8bc2e !important;
    }
    a{
        cursor:pointer !important;
    }
    .Deals-header{
        text-align:center
    }
    .ribbon-green:before {
        left: 0;
    }

    .ribbon-green:after {
            right: 0;
    }
    .Search-mobile-custom{
        margin:25px 15px;
    }
        .Search-mobile-custom input {
            width: 100%;
            border: 1px solid #000000;
            border-radius: 20px;
            padding: 8px;
    }
    .Eligble-Items {
        padding: 25px 15px;
        color: #000000;
        font-weight: 700;
    }
    .cat-image {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
        .cat-image img {
            width: 228px;
            height: 220px;
            object-fit:contain;
        }

    .mobile-layout {
        padding: 0 !important;
        z-index: 99997;
        position: fixed;
        width: 100% !important;
        top: 0;
        border-radius: 0 !important;
    }
    .change-password-update-btn {
        font-size: 14px;
        color: #fff;
        background-color: #2978A7 !important;
        height: 46px;
        border-color: #2978A7 !important;
        display: flex;
        width: 294px;
        padding: 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: var(--Border-Radius-8, 8px);
        background: var(--Primary, #2978A7);
    }
    
    .loader-wrapper{
        z-index:100000 !important;
    }
    #overlay {
        z-index: 100000 !important;
    }
    .image-clip {
        left: 4px;
        max-width: 110px !important;
    }
    .fa-arrow-left{
        font-weight:400 !important;
    }
    .menuhide{
        display:none !important;
    }
    .Deal-card-header {
        padding:15px;
        border-bottom: unset;
    }
    .puchcards-mobile {
        border-radius: 20px;
        background: #4DC1B4 !important;
        margin: 12px !important;
        color: #fff;
        box-shadow: 2px 2px 4px #d4d4d4;
        max-height: 244px;
    }
    .empty-div {
        height: 24px;
        width: 18%;
        position: absolute;
        z-index: 98;
        top: 44px;
        right: 0;
    }
    .two-line-heading {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: clip;
    }
    .empty-cruve-div2 {
        position: absolute;
        height: 176px;
        z-index: 1;
        right: 0;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        width: 30px;
        background: #fff !important;
    }
    .rewards-card-mobile {
        border-radius: 20px;
        margin: 12px !important;
        color: #fff;
        box-shadow: 2px 2px 4px #d4d4d4;
        height: auto !important;
        position:relative;
        max-height: 176px;
        width:100%;
    }
    img.phniconNew {
        float: right;
        position: absolute;
        top: 53px;
        right: 15px;
    }
   
    .claim-btn-mobile {
        width: 100%;
        justify-content: center;
    }
        .claim-btn-mobile a {
            background: #fff;
            padding: 5px 15px !important;
            font-weight: 700;
            border-radius: 50px;
        }
    .heading-text-reward {
        font-size: 19px;
        min-width:224px;
        font-weight: 700;
    }
    .toffe-div .heading-text-reward{
        min-width:auto !important;
                                    }
    .toffe-div .empty-div {
        width:10% !important;
    }
    .div-curved-em{
        height:100% !important;
    }
    .image-clip-2 {
        left: 4px;
        max-width: 100px !important;
    }
    .background-curve {
        height: 100%;
        position: absolute;
        width: 30px;
        border-radius: 60%;
        left: -11px;
        background: #fff;
    }
    #footerMobileView{
        z-index:999 !important;
    }
    .puchcards-mobile {
        background-image: url(../../../HomePageDesign/images/graphics-image.png) !important;
        position: relative;
        background-position: bottom -5px right 35px !important;
        top: 6px;
        width: 94%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-color: #fff !important;
        box-shadow: 0px 0px 10px 1px #d4d4d4;
    }
    .punch-heading {
        font-size: 19px;
        min-height:57px!important;
        font-weight: 600;
        color:#000000;
    }
    .punch-number {
        background: #e1e1e1;
        color: #000000;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        margin-right: 10px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrap-flex{
        flex-wrap:wrap;
    }
    .font-exp {
       
        color: #000000;
        font-weight: 600;
        font-size: 15px;
    }
    .bg-punch {
        background: #A4CF5C !important;
        color: #fff !important;
    }
    .bg-punchDone {
        background: #2978A7 !important;
        color: #fff !important;
    }
    .punchDone-opacity{
        opacity: 35% !important;
    }
    .ancor-claim {
        font-size: 20px;
        font-weight: 600;
        background: #000000;
        border-radius: 20px;
        padding: 6px 20px;
        left: 21px;
        top: 49%;
        position: absolute;
    }
    .scan-code-image {
        
        height: 130px !important;
        
    }
    .border-radius-row{
        border-radius:8px;
        border:1px solid #e0e0e0;
    }
    .category-btn {
        margin: 10px;
        padding: 8px;
        background: #fff;
        border-radius: 45px;
        width: 77px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 10px 1px #d4d4d4;
    }
    .category-img-div {
        justify-content: center;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        background: #efefef;
        display: flex;
        align-items: center;
    }
    .category-img-div img{
        width:50px;
        height:50px;

    }
    .category-btn p{
        color:#000000;
       
    }

    .tab-category {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .view-tabacco-offer a {
        background-color: #E2E2E2 !important;
        
        font-size: 16px;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 128.188%;
        letter-spacing: -0.64px;
        text-transform: uppercase;
        padding: 14px;
        justify-content: center;
        align-items: center;
        background: var(--Form-Icon-iconBGshade, #E2E2E2);
        gap: 10px;
        align-self: stretch;
        margin:0;
        margin-top:10px;
    }
    .position-div-custom{
        position:sticky;
        top:0;
        background:#fff;
        z-index:9999;
        padding-bottom:2%;
    }
    .non-active{
        color:#000 !important;
    }
    .desktop-view-heading{
        display:inline !important ;
        margin:12px;
    }
    .d-flex.mt-3.sclr {
        overflow-x: scroll;
    }
    .mobile-view-heading {
        display: block !important;
    }
    .empty-img-div {
        background: grey;
    }
    #divMainProductDetailPage{
        z-index:100000 !important;
    }
    .ADD-apply-btn {
        font-size: 14px !important;
        font-weight: 500;
        color: #fff;
        background-color: #2978A7 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px !important;
        border: none !important;
        box-shadow: none !important;
        border-color: #2978A7 !important;
    }

    .recent-view-new-custom{
        display:flex;
        overflow:auto;
    }

    .indicator::before {
        content: "";
        position: absolute;
        width: 21px;
        height: 28px;
        background: transparent;
        box-shadow: 1px -10px 0 -2px #fff;
        border-top-right-radius: 23px;
        top: 32px;
        left: -17.5px;
    }
    .indicator::after {
        content: "";
        position: absolute;
        width: 26px;
        height: 30px;
        background: transparent;
        box-shadow: -1px -13px 0 -2px #fff;
        border-top-left-radius: 23px;
        top: 32px;
        right: -21.5px;
    
    }
    .footer-main-section {
        border-top: 16px solid #fff !important;
        height: 90px !important;
        background: #2978a7 !important;
    }
    .footer-main-scan_icon{
        top:-32px!important;
    }
    .footer-main-scan_icon_inner {
        background: #2978a7 !important;
    }
    .footer-main-section {
        padding: 8px 10px 14px 10px !important;
    }
    .Tobacco-heading-custom {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }
    .rewards-scan-bar {
       
        background: #fff !important;
        border-radius: 10px;
    }
    .cRewards-div {
        color: #000 !important;
        display: flex;
        padding: 0 10px;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
    }
    p.text-center.font-weight-bold.m-0.pl-1.codenumber {
        color: #000;
        
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
    }
    .scan-info {
        width: 100%;
        text-align: center;
        padding-top: 10px;
       
    }
    .rectangle1 {
        height: 32px;
        width: 28px;
        background: #A64B38;
        text-align:center;

    }

    .rectangle2 {
        height: 20px;
        width: 20px;
        transform: rotate(45deg);
        background: #A64B38;
        margin-top: -11px;
        position: relative;
        left: 4px;
    }
        .tag-rec{
        position:absolute;
        top:0;
        right:10px;
        z-index:90
    }
    .age21 {
        color: #fff !important;
        z-index: 90;
        position: relative;
        font-size: 12px;
       
    }
    .scan-code-image-v2 {
      /*  padding-bottom: 10px;*/
        min-height: 170px;
    }
    .offer-btn-red active a {
        background-color:#f44336 !important;
    }
    .promo-dis {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: clip;
    }
    .promo-tabs-custom{
        position:sticky;
        top:0;
        background:#fff !important;
        z-index:91;
    }
    .promo-tabs-menu li a{
        font-size:14px !important;
    }
    .over-layout{
        z-index:9999;
    }
    .tobaccoSubTabs{
        display:block !important;
    }
    .menu-after .active a:after {
        color: #fff !important;
        display: none !important;
    }
    /*.menu-after .active a {
        color: #fff !important;
    }*/
    .menu-after a {
        color: #000 !important;
        font-weight: 600 !important;
    }
    .subtabs-btn  {
        color: #fff !important;
        border-radius: 50px;
        border: 1px solid;
        background: #2978a7;
    }
        .subtabs-btn a{
            color:#fff !important;
        }
        .subtabs-btn active a {
            color: #fff !important;
        }
        .menu-after a {
            font-size: 14px !important;
            padding: 4px !important;
        }
    .search-icon-imp {
        position: sticky;
        top: 60px;
        z-index: 9999;
        background: #fff;
        padding: 10px
    }
    .content {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .subtabs-btn a {
        color: #fff !important;
    }

    .secondary-white .active a {
        color: #fff !important;
    }

    .custom-sticky {
        position: sticky !important;
        top: 0;
        z-index: 0 !important;
    }

    .custom-stick-2 {
        position: sticky;
        top: 157px;
        z-index: 0 !important;
    }

    .mobile-tabs {
        background: #fff;
        z-index: 1;
    }

    .eachitem-img {
        width: 10%;
        text-align: center;
    }

    .items-img {
        height: 40px;
    }

    .desc-column-text {
        width: 90%;
    }

    .back-to-account {
        display: block;
        padding: 10px;
        font-weight: 600;
/*        position: sticky;*/
/*        top: 66px;*/
        background: #fff !important;
        z-index: 9;
        color: #2978a7 !important;
    }

    .trnx-bg {
        position: sticky;
        top: 45px;
        z-index: 1;
        background: #2978A7 !important;
    }

    .desc-ellipsis {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: clip;
    }


    .view-redeem-now a {
        line-height: 128.188%;
        text-transform: uppercase;
        width: 100%;
        padding: 14px;
    }

    .new-custom-btn {
        margin: 0 !important;
        height: inherit !important;
        border-radius: 0 !important
    }

    .empty-cart-view {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 80vh;
        padding: 20px;
    }

        .empty-cart-view img {
            margin-bottom: 30px;
        }

        .empty-cart-view p {
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 20px;
        }

    .custom-bg {
        background-color: #2978a7 !important;
    }

    .price-active-tips {
        background-color: #2978a7 !important;
    }

    .rewards-stores-div {
        padding: 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-left: -15px;
        margin-right: -15px;
    }

    .stores-name-div {
        font-weight: 700;
        font-size: 14px !important;
    }

    .store-address-div {
        font-size: 14px !important;
    }

    .reward-scan-code-div {
        z-index: 1;
    }

    .storename-sticky {
        position: sticky;
        top: 110px;
        z-index: 99;
        background: #fff;
    }
    .custom-punchcards{
        display:block !important;
    }
    .redeem-balance-popup{
        flex-direction:row !important;
        height:165px !important;
    }
    .custome-index{
        z-index:99;
    }
    .redeem-balance-popup img{
        margin-left:5% !important;
    }
    .rdm-text {
        text-align: left !important;
    }
  
    #redeemamountconfirm{
        font-size:18px;
        font-weight:600;
    }
    .rdm-storename {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
    }
    .rdm-address {
        font-size: 16px;
        color: #000000;
        text-align: center;
    }
    .rdm-obj-div {
        box-shadow: 0px 0px 8px #0404043d;
        border-radius: 10px;
        margin: 20px;
        padding: 10px;
    }
    .rdm-obj-select {
        color: #000000;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
    }
    #numberofObj{
        flex-wrap:wrap;
        
    }
        #numberofObj > p {
            box-shadow: 0px 0px 8px #0404043d;
            padding: 10px 15px;
            margin: 2%;
            color: #000000;
            font-size: 16px;
            font-weight: 800;
            border-radius: 10px;
            width: 16%;
        }
    .or-p {
        font-size: 18px;
        font-weight: 700;
    }
    .custom-hgt {
        flex-direction: row !important;
        height: 200px !important;
        align-items:start !important;
    }
        .custom-hgt .remove-item-text{
            font-size:17px !important;

        }
        .custom-hgt img{
            width: 17% !important;
        }
    .rdm-enter-div {
        border-radius: 14px;
        border: 1px solid #B6B8B5;
        background: #FFF;
        padding: 12px;
    }
    .rdm-input {
        border-radius: 8px;
        width: 65%;
        padding: 10px 14px;
        border: 1px solid #B2B2B2;
        font-size: 16px;
    }
    .rdm-btn {
        width: 35%;
        text-align: center;
        padding: 10px 14px;
        background: #2978a7;
        border:none;
        border-radius: 8px;
        color: #fff;
    }
    .rdm-max-amount {
        color: #000000;
        text-align: left;
        font-size: 14px;
        margin: 5px;
        font-weight: 500;
    }
    .rdm-time {
        text-align: center;
        color:#000000;
    }
    .timer-div {
        text-align: center;
        border-radius: 14px;
        padding: 10px;
    }
    .timer-ptag {
        color: #707070;
        font-weight: 600;
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .circle-1 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 5%;
        border-radius: 50%;
    }

    .circle-small-1 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 2%;
        border-radius: 50%;
    }
    .circle-2 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 15%;
        border-radius: 50%;
    }
    .circle-small-2 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 12%;
        border-radius: 50%;
    }
    .circle-3 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 24%;
        border-radius: 50%;
    }
    .circle-small-3 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 21%;
        border-radius: 50%;
    }
    .circle-4 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 33%;
        border-radius: 50%;
    }
    .circle-small-4 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 30%;
        border-radius: 50%;
    }
    .circle-5 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 42%;
        border-radius: 50%;
    }
    .circle-small-5 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 39%;
        border-radius: 50%;
    }
    .circle-6 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 51%;
        border-radius: 50%;
    }
    .circle-small-6 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 48%;
        border-radius: 50%;
    }
    .circle-7 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 60%;
        border-radius: 50%;
    }
    .circle-small-7 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 57%;
        border-radius: 50%;
    }
    .circle-8 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 70%;
        border-radius: 50%;
    }
    .circle-small-8 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 67%;
        border-radius: 50%;
    }
    .circle-9 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 80%;
        border-radius: 50%;
    }
    .circle-small-9 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 77%;
        border-radius: 50%;
    }
    .circle-10 {
        background: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
        z-index: 99;
        top: 90%;
        border-radius: 50%;
    }
    .circle-small-10 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 87%;
        border-radius: 50%;
    }
    .circle-small-11 {
        background: #fff;
        width: 3px;
        height: 3px;
        position: absolute;
        right: -2px;
        z-index: 99;
        top: 97%;
        border-radius: 50%;
    }
    
    
    #countdown {
        color: red;
        font-size: 30px;
        font-weight: 700;
        margin: 10px 0;
    }
    .view-timer-now a {
        text-align: center;
        background-color: #2978a7 !important;
        color: #fff !important;
        border-radius: 8px;
        padding: 13px 20px;
        font-size: 16px;
        font-weight: 600;
        margin-top: 6%;
        display: block;
        width: 100%;
    }
    .modiferback-div {
        width: 100%;
        height: 101vh;
        justify-content: center;
        background-color: #00000073;
        position: fixed;
        top: 0;
        z-index:99999;
    }
    .modifer-accordion {
        position: fixed;
        right: 0;
        padding: 0px !important;
        left: 0;
        bottom: 62px;
    }
    .custheight{
        bottom: 81px !important;
    }

}
@media only screen and (min-width :378px) and (max-width : 767px){
    .reward-curve {
        clip-path: ellipse(60px 135px at center);
        z-index: 2;
    }
    .custom-modifer-accodion {
        max-height: 80% !important;
        background: #fff;
    }
   
}
@media screen and ( max-width:376px ) {
    .reward-curve {
        clip-path: ellipse(54px 133px at center) !important;
        z-index: 2;
    }

    .custom-size {
        font-size: 10px !important;
    }
   

    .custom-modifer-accodion {
        max-height: 80% !important;
        background: #fff;
    }
}
@media screen and ( max-width:376px ), screen and (max-height: 780px){
    .custom-modifer-accodion {
        max-height: 80% !important;
        background: #fff;
    }
    #timeContainer {
        max-height: 250px !important;
        overflow: auto;
    }
}

.date-box {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 10px 20px 0;
    color: #000000;
    min-width: 100px;
    min-height: 80px;
    font-weight: 700;
    font-size: 16px;
}

#dateContainer {
    display: flex;
    overflow: scroll;
}

#timeContainer {
    max-height: 400px;
    overflow: auto;
}

.DateActive {
    color: #fff !important;
    background: #2978a7 !important;
    border: 1px solid #2978a7 !important;
}

.RadioInput[type="radio"]::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    left: 20% !important;
    top: 3px !important;
}

.RadioInput{
    background:#fff !important;
    border:2px solid #000 !important;
}
.RadioActive[type="radio"]::after {
    
    background: #000 !important;
   
}
#SizeSelection {
    height: 40px;
    padding-bottom: 20px; 
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}
.Sizediv {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    line-height: 1px;
}
#SizesOptionDiv {
    height: 540px;
    padding-bottom: 20px;
    margin: 20px;
}

.HomeCustmizeHeader {
    font-size: 16px;
    margin: 0px 12px;
}
.HomeCustmizeHeader > a{
    color:#fff;
    cursor:pointer;
    font-size: 22px;
    font-weight:bold;
}

.HomeCustmizeHeader > a:hover {
    color: #ffff;
}
.NewLocationbox {
    border-radius: 8px;
    position: relative;
    border: 1px solid var(--light-color500);
    padding: 8.25px 15px;
    width:365px;
}

    .NewLocationbox.listing-address-bar-wrapper {
        width:465px;
    }


.pDefaultAddres {
    width: 240px;
    color: var(--black);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebarNavigation {
    display: flex;
    align-items: center;
}

.CategoriesIcons {
    background-color: rgba(153, 219, 249, 30%);
    padding: 5px;
    border-radius: 50%;
}


.SignINUP {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.SignINUP > label {
    cursor:pointer;
}

.sidebarbottom{
    margin-bottom:5px;
}
    .sidebarbottom > a {
        color: #000000;
        font-size: 16px;
    }



 /* new landing page*/
.sidebarNavigation > p {
    margin: 0 15px;
    font-size: 12px;
    font-weight: 550;
    color: var(--black);
}

.listingordertype {
    margin: 15px 20px;
    border-radius: 3px;
    margin: 0px 5px;
    height: 30px;
    background: var(--body);
}
.listingordertypeActive {
    background: var(--Primary-color);
    color: var(--white);
}

.listingordertype.listingordertypeActive p {
    color: var(--white);
}



.listingordertype:hover {
    background: var(--Primary-color);
    transition: 0.5s ease;
}

.listingordertype:hover p {
    color: var(--white);
}



    @media screen and (max-width:1199px) {
       
        .customP {
            margin:0 8px !important;
        }
}


/*
        custom carousel */
.MultiCarousel {
/*    float: left;*/
    overflow: hidden;
/*    padding: 15px;*/
    width: 100%;
    position: relative;
}

.top-see-all-text{
    position: absolute;
    top: 2px;
    right: 70px;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel-inner .carousel-img-div{
    overflow: hidden;
    border-radius: 14px;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}
.hero {
    
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.logoSmall-mobile {
    background: #fff;
    filter: drop-shadow(0px 1.163px 3.489px rgba(0, 0, 0, 0.16));
    width: 81.401px;
    height: 81.337px;
    padding: 11.629px 12.792px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin-top: -56px;
    position: relative;
    z-index: 999;
}
li.mobilelnkDealPromotion a {
    padding: 10px 28px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
    
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
}

ul.desktop-offer-view-tab.list-unstyled.tabs-menu.d-flex.m-auto.justify-content-center {
    width: max-content;
    border-radius: 8px;
    border: 1px solid var(--Form-InputBrd, #B2B2B2);
    background: var(--Form-DisableInput, #E2E2E2);
}

.desktop-offer-view-tab.store-custom-tab .active a {
    color: var(--white);
    background-color: #fff !important;
    font-weight: 400;
    color: #000000 !important;
}
.logoSmall {
    text-align: center;
}
.position-relative.mr-3.secimages {
    width: 100%;
    padding: 0;
    margin: 0;
}
    .MultiCarousel .MultiCarousel-inner .item > div {
        padding-right: 5px;
        color: #000000;
    }

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border: none;
    top: 7px;
    display: flex;
    color: var(--black);
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    transform: translateY(0) !important;
    right: 0;
    background: none !important;
    cursor:pointer;
}

    .MultiCarousel .leftLst {
        right: 36px !important;
    }

/*    .MultiCarousel .leftLst:hover,
    .MultiCarousel .rightLst:hover {
        color: #fff;
        background: #99DBF9 !important;
    }*/


.recent-view-new-custom {
    display: flex;
    overflow: auto;
}
.mobile-view {
    width: 100% !important;
    max-width: 100% !important;
}

.product-item .banner-images {
    width: 100%;
    height: 100%;
    min-height: 125px;
    max-height: 125px;
}
.product-item-details {
    padding: 10px;
}

.listing-group-type-border .carousel-cell-img {
    background-color: aliceblue;
}


