.globalNav {
    margin: auto;
    /* background-color: #eeeee9;*/
}

.top-nav-logo-area {
    /* background-image: url(../Content/global-nav-bck.png);
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-size: auto 100%;*/
}
.container{
    padding:0px !important;
}
#topNav {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0px;
    border-bottom: 1px solid lightgrey;
    min-height: 35px;
}

#topNavLeft {
    z-index: 9999;
}

#main-nav {
    /*  padding:0 20px;*/
}

#searchBox {
    width: 75%;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.4em;
    padding-bottom: 0.45em;
}

@media (min-width: 78px) {

    /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    #profile-menu ul {
        position: absolute;
        width: 12em;
        border: 1px solid #a8a8a8 !important;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    }

    #profile-menu li {
        float: left;
    }

    #profile-menu.sm-rtl li {
        float: right;
    }

    #profile-menu ul li, .sm-mytheme.sm-rtl ul li, .sm-mytheme.sm-vertical li {
        float: none;
    }

    #profile-menu a {
        white-space: nowrap;
    }

    #profile-menu ul a, .sm-mytheme.sm-vertical a {
        white-space: normal;
    }

    #profile-menu .sm-nowrap > li > a, .sm-mytheme .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */


    /* Your rules to style the menu in desktop view here... */
}


#profile-btn i {
    margin-left: 10px;
}


.profile-menu-help-btn {
    margin: 5px 0 0 10px;
}

    .profile-menu-help-btn a {
        color: #222;
        text-decoration: none;
    }

        .profile-menu-help-btn a:focus {
            border-color: transparent;
        }

        .profile-menu-help-btn a:hover {
            font-weight: bold;
        }


#profile-menu a span.sub-arrow {
    display: none !important;
}

#profile-menu .slim {
    padding: 3px 24px !important;
}



#topNavRight {
    font-size: 0.95em;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#shopping-cart-btn {
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    display: flex;
    align-items: baseline;
}



#logoArea {
    clear: both;
    float: left;
}

#logoAreaRight {
    background-image: url(../Content/branded-logo.png);
    display: none;
    width: 123px;
    height: 87px;
    float: right;
}

#main-menu-wrapper {
    background-color: #fff;
    clear: both;
}

#main-menu {
    margin-bottom: 20px;
}

/*top nav search bar*/
#show-search-btn {
    background: transparent;
    color: #3377ba;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0px;
    font-size: 1em;
    height: 20px;
    padding: 0px 7px;
}

.align-items-V-center {
    display: flex;
    align-items: center;
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    background: white;
}

/* Logout Links */
.logout-link-icon {
    margin-bottom: -5px;
    width: 28px;
}


/* Mega menu*/
.MegaMenuPanel {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.MegaMenuLeft {
    margin-top: 20px;
    width: 220px;
    border: #d0d0d0 solid thin;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

.MegaMenuComponents {
    margin-top: 20px;
    width: 220px;
    border: solid #d0d0d0 thin;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

.MegaMenuComponent {
    box-sizing: border-box;
}

    .MegaMenuComponent .sub {
        z-index: 0;
        display: none;
        position: absolute;
        left: 479px;
        top: 20px;
        /* width: 220px;*/
        min-height: 100%;
        background-color: white;
        border: solid #d0d0d0 thin;
        cursor: pointer;
    }



        .MegaMenuComponent .sub .MegaMenuRight {
            position: absolute;
            left: 196px;
            top: -8px;
        }

            .MegaMenuComponent .sub .MegaMenuRight :hover {
                background: none;
            }

.MegaMenuItem {
}

    .MegaMenuItem img {
        margin-right: 10px;
    }

    .MegaMenuItem a {
        padding-right: 0px !important;
    }

/* subTopBanner */
#subTopBanner {
    padding: 0px;
}

/* Main Content Area */

.HTMLContent {
    width: 100%;
    word-break: break-word;
}

#mainContent {
    /*background: url(../Content/pig-bottom-left.jpg) bottom left no-repeat #fff;
    padding-bottom:150px !important;*/
}

.home-page-container {
    padding: 0 !important;
}

#mainContentInner {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}

#subContainer {
    background-color: white;
}

#mainContentAdmin {
    padding: 40px 20px;
    background-color: #fff;
}


.mainContentHolder {
    padding: 20px 0px;
    background-color: #fff;
}

.main-backing {
    background-color: #fff;
}

.mainContentInnerLeft {
    width: 100%;
    box-sizing: border-box;
    flex-grow: 1;
    -ms-flex: 1;
}

.mainContentInnerRight {
    flex-shrink: 0;
    box-sizing: border-box;
}

/* general page css*/

.page-title-help-holder {
    width: 100%;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.responsive-kendo-grid-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


/*Insurance css*/
ul.enlarge {
    list-style-type: none;
    text-align: center;
}

    ul.enlarge li {
        display: inline-block;
        position: relative;
        z-index: 0;
        margin: 8px 7px 0 8px;
        padding-bottom: 5px;
        line-height: 150%;
    }

    ul.enlarge span {
        position: absolute;
        left: -9999px;
    }

    ul.enlarge img {
        background-color: #eae9d4;
        padding: 6px;
        -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    ul.enlarge li:hover {
        z-index: 50;
        cursor: pointer;
    }

        ul.enlarge li:hover span {
            top: -265px;
            left: 0px;
        }

        ul.enlarge li:hover:nth-child(2) span {
            left: -72px;
        }

        ul.enlarge li:hover:nth-child(3) span {
            left: -145px;
        }

        ul.enlarge li:hover:nth-child(5) span {
            left: -72px;
        }

        ul.enlarge li:hover:nth-child(6) span {
            left: -145px;
        }

    ul.enlarge span img {
        padding: 2px;
        background: #ccc;
    }

    ul.enlarge span {
        padding: 10px;
        background: #eae9d4;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
        -moz-box-shadow: 0 0 20px rgba (0,0,0, .75);
        box-shadow: 0 0 20px rgba(0,0,0, .75);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-family: 'Droid Sans', sans-serif;
        font-size: .9em;
        text-align: center;
        color: #495a62;
        margin-top: 300px;
    }

.thumbnail:hover {
    background-color: transparent;
}

.thumbnail span { /*CSS for enlarged image*/
    position: absolute;
    left: -1000px;
    visibility: hidden;
}

.thumbnail:hover span { /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
}

ul.enlargePromote {
    list-style-type: none;
}

    ul.enlargePromote li {
        display: inline-block;
        position: relative;
        z-index: 0;
        margin: 8px 8px 0 8px;
    }

    ul.enlargePromote span {
        position: absolute;
        left: -9999px;
    }

    ul.enlargePromote img {
        background-color: #eae9d4;
        padding: 6px;
        -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    ul.enlargePromote li:hover {
        z-index: 50;
        cursor: pointer;
    }

        ul.enlargePromote li:hover span {
            top: -70px;
            left: -72px;
        }

        ul.enlargePromote li:hover:nth-child(2) span {
            left: -72px;
        }

        ul.enlargePromote li:hover:nth-child(3) span {
            left: -120px;
        }

    ul.enlargePromote span img {
        padding: 2px;
        background: #ccc;
    }

    ul.enlargePromote span {
        padding: 10px;
        background: #eae9d4;
        - webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
        -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
        box-shadow: 0 0 20px rgba(0,0,0, .75);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-family: 'Droid Sans', sans-serif;
        font-size: .9em;
        text-align: center;
        color: #495a62;
        margin-top: 300px;
    }

.thumbnail:hover {
    background- color: transparent;
}

.thumbnail span { /*CSS for enlarged image*/
    position: absolute;
    left: -1000px;
    visibility: hidden;
}

.thumbnail:hover span { /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
}
/*End Insurance css*/



/*RIGHT NAV SECTION LINKS */
.web-topright {
    margin-bottom: 20px;
}

#rightLinksTopBorder {
    background-image: url(../Content/box-shadow-top.png);
    padding: 6px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.editComponentLinksBtn {
    position: absolute;
    top: 5px;
    right: 5px;
}

#rightLinksTopBorder h5 {
    font-size: 1.1em;
    color: #FFF;
    margin: 0px;
    font-weight: bold;
}

.rightLinksPadding {
    font-weight: bold;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
}

#rightLinkMyShopping {
    background-color: #12B3E5;
}

#rightMenuTop {
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
}

    #rightMenuTop ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #rightMenuTop li {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 30px;
        width: 255px;
    }

    #rightMenuTop a {
        background: url('../Content/topMenuHoverOff.png') left center no-repeat;
        color: #FFFFFF;
        display: block;
        margin: 0;
        padding: 3px 0px 3px 10px;
        text-decoration: none;
        font-weight: normal;
        height: 20px;
    }

        #rightMenuTop a:hover {
            background: url('../Content/topMenuHover.png') left center no-repeat;
            color: #505050;
            padding: 3px 0px 3px 25px;
            margin-left: -15px;
        }

#rightLinksTopBorderMyVouchers {
    background-image: url(/content/my-vouchers-right-links-top.png);
    padding-top: 110px;
}

.rightLinksPaddingMyVouchers {
    background-color: #ce252d;
    padding: 10px 0px 10px 15px;
}

/*RIGHT NAV */

#rightMenu {
    margin: -3px -8px 7px -8px;
    font-size: 0.9em;
}

    #rightMenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #rightMenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #rightMenu a {
        background: #E7E7E7 url('/Content/hover.gif') left center no-repeat;
        color: #505050;
        display: block;
        margin: 0;
        padding: 3px 20px 3px 25px;
        text-decoration: none;
        font-weight: normal;
    }

        #rightMenu a:hover {
            background: #F5F6F6 url('/Content/hover.gif') left center no-repeat;
            color: #505050;
            padding-bottom: 3px;
        }
/*RIGHT NAV SECTION LINKS */

#rightMenuTop {
    margin: 0px 0px 0px 0px;
}

    #rightMenuTop ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #rightMenuTop li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #rightMenuTop a {
        background: url('/Content/topMenuHoverOff.png') left center no-repeat;
        color: #FFFFFF;
        display: block;
        margin: 0;
        padding: 3px 0px 3px 10px;
        text-decoration: none;
        font-weight: normal;
    }

        #rightMenuTop a:hover {
            background: url('/Content/topMenuHover.png') left center no-repeat;
            color: #505050;
            width: 285px;
            padding: 3px 0px 3px 25px;
            margin-left: -15px;
        }

.rightYourStaffShopPadding {
    color: #505050;
    padding: 15px 8px 10px 8px;
}

#rightYourStaffShop {
    background-color: #E7E7E7;
}


/*RIGHT NAV SECTION LINKS */

.footer-background {
    background-color: #2453a5;
}

#footer {
    color: white;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

@media only screen and (min-width: 610px) {
    .footer-wrapper {
        justify-content: space-evenly;
    }
}

.footerSection {
    text-align: left;
    margin: 10px;
    font-size: 0.9em;
}

.footer-title {

    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.2em;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

    #footer a:hover {
        text-decoration: underline;
    }

#copyright {
    background: url('../Content/footer-line.png') left top repeat-x;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}

    #copyright p {
        font-size: 0.7em;
        color: #B3B3B3;
    }

#copyrightLeft {
    margin-right: 20px;
}

/* Floating pig*/
.FloatingPig {
    bottom: 20px;
    left: 20px;
    position: fixed;
    width: 250px;
    height: 200px;
    background-image: url(/Images/MyLottery/enter-the-lottery.png);
    z-index: 100000000000000;
}

/* home screen*/
.HomepageComponentBox {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    padding: 0 10px;
    width: 100%;
    max-width: 960px;
}

.HomePageBox {
    margin-top: 30px;
    width: 235px;
    height: 125px;
    float: left;
}

.HomepageComponentBoxLinks {
    margin-top: -72px;
    padding-bottom: 5px;
    padding-left: 8px;
}

    .HomepageComponentBoxLinks a {
        font-size: 0.9em;
        font-weight: bold;
        text-decoration: none;
        line-height: 17px;
    }

        .HomepageComponentBoxLinks a:hover {
            text-decoration: underline;
        }

/* login in page */

.shadow-holder {
    padding: 0 20px;
    background-color: #e7e7e7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.login-form-wrapper {
    width: 100%;
}

.row-item {
    width: 100%;
    margin-bottom: 15px
}

    .row-item p {
        margin-bottom: 0px
    }

    .row-item input, textarea, select, fieldset {
        margin-bottom: 0;
    }

.login-remember-me-label {
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

/* policy-documents page*/
.policy-doc-table th {
    padding: 0;
    border: 0;
}

.policy-doc-table td {
    padding: 0;
    border: 0;
}

/* shoppping page*/
.cart-items-holder {
    width: 100%;
    box-sizing: border-box;
}

.cart-item {
    /*  display: flex; DAC 2020-12-22 moved to media queries */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

    .cart-item:nth-child(odd) {
        background-color: #f1f1f1;
    }

.cart-text-holder {
    flex-grow: 1;
}

    .cart-text-holder p {
        text-align: center;
    }

.cart-btn-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


/* search results page*/
.search-result {
    width: 100%;
    margin: 20px 0 40px 0;
    box-sizing: border-box;
}

.search-result-title :focus {
    text-decoration: underline;
}

.search-result-url-text {
    color: #8DC63F;
}

.search-result-description {
    word-break: break-word;
}

/* local deals page - /local/index */
#deals-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.deals-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.deal {
    width: 100%;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

.deal-big {
    width: 100%;
    max-width: 430px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
    margin: 15px 0px;
}

.deal .text-holder {
    width: 100%;
    text-align: center;
}

.local-deal-title {
    font-weight: bold;
}

.local-deal-a-tag {
    text-decoration: none;
}

.local-deal-link {
    text-decoration: underline;
}

.truncate {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#inputs-holder {
    width: 100%;
    background: #f2f2f2;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #inputs-holder p {
        margin: 10px 0px;
    }

.local-deals-right-image {
    display: none;
}

.recomend-local-deal {
    text-align: center;
}

.local-deals-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

#inputs-wrapper {
    display: none;
    width: 100%;
    flex-shrink: 0;
}


#show-inputs-mobile-btn {
    background: transparent;
    border: none;
    line-height: 0px;
    font-size: 1em;
    height: 28px;
    padding-right: 0;
}


.map-wrapper {
    flex-grow: 1;
}

/* shop/browse */

.browse-search-wrapper {
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    box-sizing: border-box;
    width: 100%;
}


#search-shop-input {
    height: 38px;
    box-sizing: border-box;
    flex-grow: 2;
}

.selected-btn {
    background-color: grey;
    color: white;
}

    .selected-btn:hover {
        color: white;
    }

.browse-filter-bar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 0px;
    box-sizing: border-box;
}

.browse-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}




.browse-left-col {
    background-color: #6D7878;
}



.browse-products-holder {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0 0 !important;
}

.product-item:nth-child(even) {
    background-color: #ddeeff;
}

.product-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.product-item-text-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 140px;
    margin-bottom: 20px;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

/* DAC 2020-12-02 In Media Queries 

.product-item-image {
    max-width: 150px;
}

.product-item-more-info {
        display: none;
    }

.product-options-holder {
    width: 75%;
}

.product-option-item-button-holder {
    width: 145px;
}


*/



.product-item a {
    text-decoration: none;
}

    .product-item a:hover {
        text-decoration: underline;
    }



.product-option-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid grey;
    box-sizing: border-box;
    min-height: 60px;
}

    .product-option-item:first-child {
        padding-top: 0px;
        min-height: 50px;
    }

    .product-option-item:last-child {
        border: none !important;
        padding-bottom: 0px;
        min-height: 50px;
    }

.product-option-item-image-holder {
    margin-right: 10px;
}

.product-option-item-title-holder {
    flex-grow: 2;
    margin-right: 10px;
}

.product-option-item-price-holder {
    margin-right: 10px;
}

.product-option-item-quantity-holder {
    margin-right: 10px;
}


.search-cat-holder {
    background-color: #f1f1f1;
}


.five-wide-image-item {
    position: relative;
    width: 230px;
    text-decoration: none;
    color: #222;
    overflow: hidden;
    margin: 0 10 0 10;
}


.local-search-cat-holder > .filter-bar {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f1f1f1
}

    .local-search-cat-holder > .filter-bar .k-dropdown {
        flex-grow: 1 !important;
    }

.local-search-cat-holder > .browse-search-wrapper {
    padding: 10px;
}

.local-search-cat-holder > .filter-bar .k-dropdown .k-state-default {
    border-color: #f1f1f1 !important;
    background-color: #f1f1f1 !important;
    color: #444 !important;
}

.local-search-cat-holder > .filter-bar .k-dropdown .k-input {
    color: #444 !important;
}


.search-cat-btn-holder {
    background-color: #f1f1f1;
    display: flex;
    flex-wrap: nowrap;
}

    .search-cat-btn-holder .k-dropdown {
        
        
        height: 38px !important;
    }

@media(mmin-width:451px) {
    .search-cat-btn-holder .k-dropdown {
        width: 200px !important;
    }
}

.search-cat-btn-holder .k-dropdown .k-state-default {
    background-color: #036fa2 !important;
    border: 1px solid #036fa2 !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    line-height: 23px !important;
    letter-spacing: .1rem !important;
    text-decoration: none !important;
    background: #3061ab;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #0a79ad), color-stop(100%, #3061ab));
    background-image: -webkit-linear-gradient(to bottom, #0a79ad, #3061ab);
    background-image: -moz-linear-gradient(to bottom, #0a79ad, #3061ab);
    background-image: -o-linear-gradient(to bottom, #0a79ad, #3061ab);
    background-image: linear-gradient(to bottom, #0a79ad, #3061ab);
    height: 38px;
    box-sizing: border-box;
}

.search-cat-btn-holder .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popu {
    color: white !important
}


.shop-cat-btn {
    flex-grow: 1;
    background-color: #0a79ad;
    border-radius: 0;
    border: none;
    color: #fcfeff;
    margin: 0;
    font-size: 14px;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 23px;
    text-transform: none !important;
    background: #3061ab;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #0a79ad), color-stop(100%, #3061ab));
    background-image: -webkit-linear-gradient(to bottom, #0a79ad, #3061ab);
    background-image: -moz-linear-gradient(to bottom, #0a79ad, #3061ab);
    background-image: -o-linear-gradient(to bottom, #0a79ad, #3061ab);
    background-image: linear-gradient(to bottom, #0a79ad, #3061ab);
}

    .shop-cat-btn:first-child {
        display: block;
    }



    .shop-cat-btn:hover {
        color: white;
        background: #2b82ac;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #2d89b4), color-stop(100%, #297ca3));
        background-image: -webkit-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: -moz-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: -o-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    }


    .shop-cat-btn.selected {
        background-color: #085376;
        background-image: none;
    }

    .shop-cat-btn:focus {
        color: white;
    }

.shop-cat-btn-secondary {
    flex-grow: 1;
    background-color: #6D7878;
    border-radius: 0;
    border: none;
    color: #fcfeff;
    margin: 0;
    font-size: 14px;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 23px;
    text-transform: none !important;
    position: relative;
}

    .shop-cat-btn-secondary:first-child {
        display: block;
    }

    .shop-cat-btn-secondary:hover {
        color: white;
        background-color: #c7c7c7;
    }

.shop-cat-btn-secondary-disabled {
    display: none !important;
}

.shop-search-btn {
    flex-grow: 1;
    background-color: #6D7878;
    border-radius: 0;
    border: none;
    color: #fcfeff;
    margin: 0;
}

    .shop-search-btn:hover {
        color: white;
        background-color: #c7c7c7;
    }

.shop-cat-btn-secondary.selected {
    background-color: #41494d;
    color: white;
}

.filter-bar {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #6D7878;
    align-items: center;
    box-sizing: border-box;
}

    .filter-bar .k-dropdown {
       
        height: 38px;
    }

@media(mmin-width:451px) {
    .filter-bar .k-dropdown {
        width: 200px !important;
    }
}

.filter-bar .k-dropdown .k-state-default {
    background-color: #6D7878 !important;
    border: 1px solid #6D7878 !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    line-height: 23px !important;
    letter-spacing: .1rem !important;
    text-decoration: none !important;
    height: 38px;
    box-sizing: border-box;
}

.filter-bar .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popu {
    color: white !important
}



.filter-product-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f1f1f1;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}


.product-limitedoffer-wrapper {
    background-image: url(/Images/Products/LTO-banner.png);
    max-width: 1240px;
    min-height: 144px;
    display: flex;
    flex-wrap: wrap;
    border: 1px black solid;
    overflow: hidden;
}

.product-limitedoffer-image {
    width: 200px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-limitedoffer-text {
        font-size: 24px;
        margin-top: 50px;
    }

    .product-limitedoffer-text-wrapper {
        max-width: 520px;
        padding: 35px;
        color: white;
        margin-left: 30px;
    }

    .product-limitedoffer-title {
        font-size: 22px;
    }

    .product-limitedoffer-detail {
        font-size: 19px;
    }

    .product-limitedoffer-button {
        padding-top: 50px;
        padding-bottom: 45px;
    }
.product-item-limited-wrapper-product {
    display: none;
    min-height: 250px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #222;
    overflow: hidden;
    background-color: #dfdfef;
    justify-content: space-around;
    width: 300px;
}
@media only screen and (max-width: 1280px) {
    .product-item-limited-wrapper-product {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product-limitedoffer-wrapper{
        display:none;
    }
}




    .product-snippet-small-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        min-width: 304px;
    }

    .product-snippet-multi-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .product-item-small {
        position: relative;
        width: 300px;
        min-height: 250px;
        margin-bottom: 20px;
        cursor: pointer;
        text-decoration: none;
        color: #222;
        overflow: hidden;
        background-color: #dfdfef;
    }

    .product-item-small-div {
        position: relative;
        width: 300px;
        min-height: 250px;
        margin-bottom: 20px;
        background-color: #dfdfef;
        border: 2px solid transparent;
    }

    .product-compare-item-small {
        position: relative;
        width: 150px;
        margin: 10px;
        cursor: pointer;
        text-decoration: none;
        color: #222;
        overflow: hidden;
        background-color: #dfdfef;
    }

    @media only screen and (max-width: 360px) {
        .product-compare-item-small {
            position: relative;
            width: 120px;
        }

        .product-snippet-small-wrapper {
            min-width: 288px;
        }
    }

    .product-multi-item-small {
        width: 310px;
        height: 260px;
        box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        color: #222;
    }

    .product-item-wide {
        width: 620px;
        min-height: 250px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .product-multi-item-wide {
        width: 620px;
        height: 260px;
        box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        color: #222;
    }

    .product-item-large {
        width: 620px;
        min-height: 520px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .product-multi-item-large {
        width: 620px;
        height: 520px;
        box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        color: #222;
    }

    .product-multi-item-inner-container {
        padding: 5px;
    }

    .distance-holder {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        background-color: red;
        padding: 10px
    }


    .position-4 {
        margin-left: 620px;
        margin-top: -260px;
    }

    .position-5 {
        margin-top: -260px;
    }

    @media (max-width: 1297px) {
        .position-3 {
            margin-left: 620px;
            margin-top: -260px;
        }

        .position-4 {
            margin-left: 0px;
            margin-top: 0px;
        }

        .position-5 {
            margin-top: 0px;
        }
    }

    @media (max-width: 1100px) {
        .position-3 {
            margin-left: 0px;
            margin-top: 0px;
        }

        .position-4 {
            margin-left: 0px;
            margin-top: 0px;
        }
    }

    @media (max-width: 750px) {
        .product-multi-item-large {
            width: 310px;
            height: 260px;
        }

        .product-item-large-image-wrapper {
            height: 190px !important;
        }

        .product-multi-item-wide {
            width: 310px;
        }

        .product-large-item-image {
            display: none !important;
        }

        .product-wide-item-image {
            display: none !important;
        }

        .product-hidden-item-image-small {
            display: block !important;
        }
    }


    .product-border:after {
        content: " ";
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border: 1px solid #dfdfef;
    }

    .product-item-small-image-item-bar-wrapper {
        position: relative;
    }

    .category-item-small-image-wrapper {
        height: 190px;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product-item-small-image-wrapper {
        height: 190px;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-compare-item-small-image-wrapper {
        height: 90px;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-item-wide-image-wrapper {
        height: 190px;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-item-large-image-wrapper {
        height: 450px;
        padding: 0px;
        box-sizing: border-box;
    }

    .product-small-item-image {
    }

    .product-wide-item-image {
    }



    .product-item-bar {
        position: absolute;
        bottom: 0;
        left: auto;
        width: 100%;
        background: rgba(255,255,255,0.8);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        padding: 5px;
        box-sizing: border-box;
    }

    .product-item-bar-top {
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
    }

    .product-item-bar-favourite {
        position: relative;
        top: 40px;
        right: -5px;
        box-sizing: border-box;
        z-index: 998;
        cursor: pointer;
    }

    .product-item-bar-top-favourite {
        position: absolute;
        top: 5px;
        right: 4px;
        box-sizing: border-box;
        z-index: 998;
        cursor: pointer;
    }

    .product-item-bar p {
        padding-left: 10px;
        line-height: 19px;
    }

    .product-item-discount {
        padding: 10px;
        text-align: center;
        background-color: #dfdfef;
        min-height: 60px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-item-discount p {
            margin: 0;
            line-height: normal !important;
        }

    .product-item-limited-wrapper {
        min-height: 250px;
        margin-bottom: 20px;
        cursor: pointer;
        text-decoration: none;
        color: #222;
        overflow: hidden;
        background-color: #dfdfef;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 300px;
    }

    .product-item-limited-title-wrapper {
        text-align: center;
        background-color: #ed145b;
        min-height: 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-item-limited-top-title {
        background-color: #ed145b;
        color: #ffffff;
        /* font-family: Heebo Regular; */

        width: 228px;
        text-decoration: none;
    }

    .product-item-limited-date {
        background-color: #000000;
        color: #ffffff;
        /* font-family: Open Sans; */
        font-size: 0.8em;
        width: 75px;
        height: 40px;
    }

    .product-item-limited-image {
        text-align: center;
        min-height: 100px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        width: 300px;
    }

    .product-item-limited-title {
        text-align: center;
        min-height: 60px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        background-color: #ffffff;
        font-size: 1em;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        width: 300px;
    }

    .product-item-limited-detail {
        text-align: center;
        min-height: 50px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8em;
        background-color: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        width: 300px;
    }
    /* shop/product*/

    .product-option-wrapper {
        width: 300px;
        max-width: 300px;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .cart-quantity-wrapper {
        width: 87px;
    }

    /*editor -  product snippet */

    .product-snippet-placeholder {
        width: 100%;
        box-sizing: border-box !important;
        padding: 10px;
        background-color: #fafafa;
        border: 1px dashed grey;
        text-align: center;
        margin: 10px 0;
    }

    .p2p-snippet-placeholder {
        box-sizing: border-box !important;
        padding: 10px;
        background-color: #fafafa;
        border: 1px dashed grey;
        text-align: center;
        margin: 10px 0;
    }

    .isa-snippet-placeholder {
        box-sizing: border-box !important;
        padding: 10px;
        background-color: #fafafa;
        border: 1px dashed grey;
        text-align: center;
        margin: 10px 0;
    }





    .k-editor-widget .k-categories {
        background: none;
        line-height: 25px !important;
        opacity: 1 !important;
    }

        .k-editor-widget .k-categories:before {
            font-family: FontAwesome;
            content: "\f140";
            font-size: 16px;
            color: #4b4b4b;
        }

    .k-editor-widget .k-product {
        background: none;
        line-height: 25px !important;
        opacity: 1 !important;
    }

        .k-editor-widget .k-product:before {
            font-family: FontAwesome;
            content: "\f187";
            font-size: 16px;
            color: #4b4b4b;
        }

    .k-editor-widget .k-local {
        background: none;
        line-height: 25px !important;
        opacity: 1 !important;
    }

        .k-editor-widget .k-local:before {
            font-family: FontAwesome;
            content: "\f041";
            font-size: 16px;
            color: #4b4b4b;
        }

    .product-category-snippet-placeholder {
        width: 100%;
        box-sizing: border-box !important;
        padding: 10px;
        background-color: #fafafa;
        border: 1px dashed grey;
        text-align: center;
        margin: 10px 0;
    }


    /*editor -  product snippet */

    .local-deal-snippet-placeholder {
        width: 100%;
        box-sizing: border-box !important;
        padding: 10px;
        background-color: #fafafa;
        border: 1px dashed grey;
        text-align: center;
        margin: 10px 0;
    }

    /*MyLottery*/
    .MyLotteryContainer {
        background-color: #9185be;
        height: 100%;
    }

    #MyLotteryBlurb {
        padding: 50px 35px 35px 35px;
        color: white;
    }

        #MyLotteryBlurb h1 {
            color: white;
        }

        #MyLotteryBlurb h2 {
            color: white;
        }

    .MyLotteryLeft {
        width: 100%;
    }

    .MyLotteryRight {
        width: 100%;
        min-height: 660px;
        margin-top: 20px;
        background-image: url(/Images/MyLottery/my-lottery-right-your-numbers.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 20px 10px;
        background-position: bottom;
        background-color: white;
    }

    .MyLotteryPigBubble {
        position: relative;
        padding: 15px;
        margin: 1em 0;
        border: 5px solid #604264;
        border-radius: 15px;
        color: #333;
        background: #fff;
        font-size: 25px;
        text-align: center;
    }




        .MyLotteryPigBubble:before {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 40px;
            border-width: 20px 20px 0;
            border-style: solid;
            border-color: #604264 transparent;
            display: block;
            width: 0;
        }




        .MyLotteryPigBubble:after {
            content: "";
            position: absolute;
            bottom: -13px;
            left: 47px;
            border-width: 13px 13px 0;
            border-style: solid;
            border-color: #fff transparent;
            display: block;
            width: 0;
        }

        .MyLotteryPigBubble span {
        }

    .MyLotteryLeftTop {
        width: 100%;
        min-height: 130px;
        padding: 10px 40px 20px 40px;
        box-sizing: border-box;
    }

    .MyLotteryNextDrawDateWrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .MyLotteryNextDrawDate {
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        flex-shrink: 0;
    }

    .draw-date-item-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
        border-right: 2px solid white;
    }

        .draw-date-item-wrapper:last-child {
            border: none;
        }

    .draw-date-small-text {
        font-size: 10px;
    }

    .draw-text-wrapper {
        color: white;
        font-size: 20px;
        text-align: center;
        justify-content: space-between;
    }

    .draw-text-numbers {
        width: 30px;
        font-family: Arial;
    }

    .MyLotteryCurrentEntryHolder {
        width: 100%;
        background-color: rgb(210, 170, 207);
        min-height: 105px;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .MyLotteryCurrentEntry {
    }

    .MyLotteryValidationMessage {
        height: 30px;
        text-align: left;
    }

    .MyLotteryEntryText {
        background-image: url(/Images/MyLottery/my-lottery-not-entered.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 332px;
        /*  margin-top:43px;*/
    }

    .EntryButton {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

        .EntryButton a {
            flex-shrink: 0;
        }

    .EntryButtonText {
        padding-left: 0px;
        font-size: 19px;
        padding-top: 15px;
        font-weight: bold;
        color: white;
        flex-shrink: 1;
    }



    .MyLotteryEntryTextTitle {
        width: 50%;
        color: white;
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
        margin-right: 10px;
        text-align: center;
        box-sizing: border-box;
        float: right;
    }

    .MyLotteryEntryTextPigClue {
        width: 50%;
        color: white;
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
        margin-right: 10px;
        text-align: center;
        box-sizing: border-box;
        float: right;
    }




    .MyLotteryCurrentEntry input[type=text] {
        font-family: Arial;
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 25px;
        text-align: center;
        -webkit-appearance: none;
    }


    .ActivationCode {
        display: flex;
        justify-content: center;
        background-color: rgb(210, 170, 207);
    }

    .ActivationLabel {
        font-size: 18px;
        padding-right: 10px;
        font-weight: bold;
        color: white;
    }

    .ActivationCode input[type=text] {
        font-family: Arial;
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 25px;
        text-align: center;
        -webkit-appearance: none;
    }

    .MyLotteryRecentDrawTitle {
        color: rgb(96, 66, 100);
        padding-top: 18px;
        font-size: 18px;
        text-align: center;
    }

    .MyLotteryRecentDrawHeading {
        color: rgb(96, 66, 100);
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        padding-top: 5px;
    }

    .MyLotteryRecentDrawText {
        color: rgb(255, 0, 0);
        padding-top: 5px;
        font-size: 20px;
        text-align: center;
        height: 25px;
    }
    /*end MyLottery*/

    /*Fashion css*/
    ul.enlargeFashion {
        list-style-type: none;
    }

        ul.enlargeFashion li {
            display: inline-block;
            position: relative;
            z-index: 0;
            margin: 8px 7px 0 8px;
        }

        ul.enlargeFashion span {
            position: absolute;
            left: -9999px;
        }

        ul.enlargeFashion img {
            background-color: #eae9d4;
            -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
            -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
            box-shadow: 0 0 6px rgba(132, 132, 132, .75);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        ul.enlargeFashion li:hover {
            z-index: 50;
            cursor: pointer;
        }

            ul.enlargeFashion li:hover span {
                top: -265px;
                left: -25px;
            }

            ul.enlargeFashion li:hover:nth-child(2) span {
                left: -72px;
            }

            ul.enlargeFashion li:hover:nth-child(3) span {
                left: -120px;
            }

        ul.enlargeFashion span img {
            padding: 0px;
            margin-left: 25px;
        }

        ul.enlargeFashion span {
            padding: 0px;
            margin-top: 300px;
        }

    .thumbnailFashion:hover {
        background-color: transparent;
    }

    .thumbnailFashion span { /*CSS for enlarged image*/
        position: absolute;
        left: -1000px;
        visibility: hidden;
    }

    .thumbnailFashion:hover span { /*CSS for enlarged image*/
        visibility: visible;
        top: 0;
    }

    ul.enlargeFashionPromote {
        list-style-type: none;
    }

        ul.enlargeFashionPromote li {
            display: inline-block;
            position: relative;
            z-index: 0;
            margin: 8px 8px 0 8px;
        }

        ul.enlargeFashionPromote span {
            position: absolute;
            left: -9999px;
        }

        ul.enlargeFashionPromote img {
            background-color: #eae9d4;
            padding: 6px;
            -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
            -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
            box-shadow: 0 0 6px rgba(132, 132, 132, .75);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        ul.enlargeFashionPromote li:hover {
            z-index: 50;
            cursor: pointer;
        }

            ul.enlargeFashionPromote li:hover span {
                top: -70px;
                left: -72px;
            }

            ul.enlargeFashionPromote li:hover:nth-child(2) span {
                left: -72px;
            }

            ul.enlargeFashionPromote li:hover:nth-child(3) span {
                left: -120px;
            }

        ul.enlargeFashionPromote span img {
            padding: 2px;
            background: #ccc;
        }

        ul.enlargeFashionPromote span {
            padding: 10px;
            background: #eae9d4;
            - webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
            -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
            box-shadow: 0 0 20px rgba(0,0,0, .75);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            font-family: 'Droid Sans', sans-serif;
            font-size: .9em;
            text-align: center;
            color: #495a62;
            margin-top: 300px;
        }

    .thumbnailFashion:hover {
        background- color: transparent;
    }

    .thumbnailFashion span { /*CSS for enlarged image*/
        position: absolute;
        left: -1000px;
        visibility: hidden;
    }

    .thumbnailFashion:hover span { /*CSS for enlarged image*/
        visibility: visible;
        top: 0;
    }
    /*End Fashion css*/

    /* Forms*/
    .FormPageContainer {
        padding: 20px 0px;
    }

        .FormPageContainer select {
            width: 100%;
        }

        .FormPageContainer input:not([type="radio"]):not([type="checkbox"]) {
            width: 100%;
        }

        .FormPageContainer textarea {
            width: 100%;
        }

    .FormControl textarea {
        width: 100%;
    }

    .FormControl input:not([type="radio"]) {
        width: 100%;
    }

    /* START ERROR BOX */
    #lightbox-shadow {
    }

    .FormErrorContainer {
        min-height: 225px;
        font-size: 1.2em;
    }

        .FormErrorContainer ul {
            margin: 20px
        }

    .FormErrorHeader {
        background-color: #9F6000;
        height: 35px;
        color: white;
        padding: 5px 10px;
    }

        .FormErrorHeader:after {
            content: "X";
            right: 10px;
            position: absolute;
        }


    /* END ERROR BOX */

    /* image lightbox e.g: /Component/ViewPage/325/27/*/
    .lightbox {
        /** Default lightbox to hidden */
        display: none;
        /** Position and style */
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        text-align: center;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
    }

        .lightbox:target {
            outline: none;
            display: block;
        }

        .lightbox img {
            max-width: 100%;
            max-height: 100%;
            margin-top: 15%;
        }

    /* SSO pages*/


    .applybutton {
        padding: 0px 0 0px 4px !important;
        line-height: 2px !important;
    }


    /* my orders*/
    .order-history-item-header {
        background-color: #eeeeee;
        padding: 10px;
    }

    .order-history-item {
        margin-bottom: 20px;
        border: 1px solid lightgrey;
    }

    .order-history-order-item {
        border-bottom: 1px solid lightgrey;
        padding: 10px 0;
    }

        .order-history-order-item:last-child {
            border-bottom: none;
        }

    /* my cards*/
    .my-cards-active-card {
        padding: 10px;
        box-sizing: border-box;
    }

    .my-cards-new-card {
        padding: 10px;
        box-sizing: border-box;
    }

    .my-cards-active-card:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .my-cards-new-card:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .my-cards-active-card-title {
        flex-grow: 2;
        margin: 0;
    }

    .my-cards-active-card-number {
        margin: 0 20px 0 0;
    }


    /* Payment choice page*/

    /* DAC 2020-12-22 in media-queries */
    /*
.payment-choice-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


.payment-overview-holder {
    width: 100%;
    flex-shrink: 0;
}
*/

    .payment-options-holder {
        flex-grow: 1;
        margin-right: 10px;
        padding: 10px;
        border: 1px solid #006229;
    }

    .payment-choice-more-info {
        background-color: #eeeeee;
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 20px;
    }



    .payment-overview {
        border: 1px solid #006229;
    }

    .payment-overview-item {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

    .payment-overviewtotal-item {
        background: #006229;
        color: white;
    }

    .payment-overview-item p:first-child {
        float: left;
    }

    .payment-overview-item p:nth-child(2) {
        float: right;
    }


    .k-selects select {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }











    /* IE9 overides*/
    .k-ie9 #topNavLeft {
        float: left;
        margin-top: 5px;
    }

    .k-ie9 #topNavRight {
        float: right;
        margin-top: 5px;
    }

    .k-ie9 #shopping-cart-btn p {
        float: left;
        padding-left: 5px !important;
    }

    .k-ie9 #shopping-cart-btn i {
        float: left;
        margin-top: 5px;
    }

    .k-ie9 #master-search-wrapper {
        display: block !important;
        float: left;
        margin-right: 10px !important;
        margin-top: -1px !important;
    }

    .k-ie9 .mainContentInnerLeft {
        float: left;
        width: 66%;
    }

    .k-ie9 .mainContentInnerRight {
        float: left;
    }
    /* ie-9 shop overrides*/

    .k-ie9 .browse-right-col {
        max-width: 100%;
    }

    .k-ie9 .browse-products-holder {
        margin-left: 0;
    }

    .k-ie9 .browse-left-col {
        border-right: none;
    }

    .k-ie9 .product-item {
        clear: both;
    }

    .k-ie9 .product-options-holder {
        float: left;
        width: 730px;
        margin-left: 20px;
        box-sizing: border-box;
    }

    .k-ie9 .product-item-text-image-wrapper {
        float: left;
        max-width: 150px;
    }

    .k-ie9 .product-item-more-info-wrapper {
        clear: both;
    }

    .k-ie9 .product-option-item {
        clear: both;
        position: relative;
    }

        .k-ie9 .product-option-item p:first-child {
            float: left
        }

        .k-ie9 .product-option-item p:nth-child(2) {
            position: absolute;
            left: 380px;
        }

        .k-ie9 .product-option-item p:last-child {
            float: none;
            clear: both;
            margin-bottom: 0 !important;
        }

        .k-ie9 .product-option-item button {
            float: right;
        }

    .k-ie9 .cart-item {
        clear: both;
        height: 38px;
    }

    .k-ie9 .cart-text-holder {
        width: 50%;
        float: left;
    }

    .k-ie9 .cart-btn-holder {
        width: 50%;
        float: left;
        position: relative;
    }

    .k-ie9 .cart-quantity-wrapper {
        float: left;
    }

    .k-ie9 .cart-btn-holder p:first-child {
        float: left
    }

    .k-ie9 .cart-btn-holder p:nth-child(2) {
        position: absolute;
        left: 150px;
    }

    .k-ie9 .cart-btn-holder button {
        float: right;
    }



    /* Loading spinner*/

    .spinner {
        margin: 100px auto;
        width: 50px;
        height: 40px;
        text-align: center;
        font-size: 10px;
    }

        .spinner > div {
            background-color: #33c3f0;
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
            animation: sk-stretchdelay 1.2s infinite ease-in-out;
        }

        .spinner .rect2 {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .spinner .rect3 {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

        .spinner .rect4 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .spinner .rect5 {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .spinner .text {
            color: #33c3f0;
            font-weight: bold;
            font-size: 13px;
        }

    @-webkit-keyframes sk-stretchdelay {
        0%, 40%, 100% {
            -webkit-transform: scaleY(0.4)
        }

        20% {
            -webkit-transform: scaleY(1.0)
        }
    }

    @keyframes sk-stretchdelay {
        0%, 40%, 100% {
            transform: scaleY(0.4);
            -webkit-transform: scaleY(0.4);
        }

        20% {
            transform: scaleY(1.0);
            -webkit-transform: scaleY(1.0);
        }
    }



    /* -----   P2P   -------  */

    .p2p-image-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .p2p-image {
        margin: 10px;
        outline: 2px solid white;
        border: 2px solid white;
        box-sizing: border-box;
    }

    .selected-image {
        outline: 2px solid #33C3F0;
        border: 2px solid white;
    }

    .cork-board {
        background: url(/images/P2P/cork.jpg) repeat;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 20px;
        min-height: 510px;
        box-sizing: border-box;
    }

    .cork-board-note {
        position: relative;
        background: white;
        padding: 10px;
        margin: 10px;
        box-shadow: 0 3px 6px rgba(0,0,0,.25);
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
        -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
        transform: rotate(6deg) scale(1.25);
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        cursor: pointer;
    }

    .pin {
        background-color: #999;
        background-image: linear-gradient(left, hsla(0,0%,100%,.2), hsla(0,0%,0%,.2));
        display: block;
        height: 1.7em;
        left: 5px;
        margin: -1em -.05em;
        position: absolute;
        top: 8px;
        width: .1em;
        -webkit-transform: rotate(7deg);
        -moz-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        -o-transform: rotate(7deg);
        transform: rotate(7deg);
    }

        .pin:after {
            background-color: #E74C3C;
            background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.8), hsla(0,0%,0%,.8));
            border-radius: 50%;
            box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1), inset .2em .2em .2em hsla(0,0%,100%,.3), inset -.2em -.2em .2em hsla(0,0%,0%,.3);
            content: '';
            height: 1em;
            left: -.47em;
            position: absolute;
            top: -.57em;
            width: 1em;
        }

    .ui-widget {
        font-family: inherit !important;
        font-size: inherit !important;
    }

    .ui-widget-header {
        background: white !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .ui-widget-content {
        border: none !important;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 5px 0px !important;
    }

    .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .p2p-send-mail-advert {
        width: 100%;
        margin-top: 50px;
        text-align: center;
        box-sizing: border-box;
    }

    .p2p-send-button-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    /*    PERKS      */
    .perks-total-box {
        font-size: 2em;
    }

    /*    Goals       */
    .goals-holder {
    }

    .goals-content-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .goals-text-area {
        width: 100%;
    }

    .bean-stalk {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 40px 0;
        min-height: 580px;
        max-height: 580px;
        width: 250px;
        align-items: center;
        flex-shrink: 0;
        background-image: url("../Images/Goals/my-beanstalk-the-beanstalk.png");
        background-repeat: repeat-y;
        background-position: center;
    }

    .bean-stalk-item {
        width: 150px;
        height: 150px;
        position: relative;
        margin-bottom: 50px;
        cursor: pointer;
    }

    .goal-reached {
        background-image: url("../Images/Goals/my-beanstalk-the-goal-frame-reached.png");
    }

    .goal-not-reached {
        background-image: url("../Images/Goals/my-beanstalk-the-goal-frame-not-reached.png");
    }

    .bean-stalk-item-goal-image {
        width: 105px;
        position: absolute;
        top: 22px;
        left: 22px;
    }

    .goal-selected {
        outline: 3px solid #33C3F0 !important;
        border-color: white !important;
    }



    .amount-bean {
        width: 90px;
        border-radius: 20px;
        position: absolute;
        color: white;
        font-weight: bold;
        text-align: center;
        top: 5px;
        left: -15px;
        -ms-transform: rotate(-20deg); /* IE 9 */
        -webkit-transform: rotate(-20deg); /* Safari */
        transform: rotate(-20deg); /* Standard syntax */
        -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.16);
        box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.16);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
        background: #ffb76b; /* Old browsers */
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
    }



    .goals-text-area {
        margin-top: 40px;
    }

    .target-achieved-statment {
        margin: 40px 0 10px 0;
        color: white;
        padding: 20px;
        font-size: 2em;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 1px 1px #4d4d4d;
        text-transform: uppercase;
        border-radius: 20px;
        background: #ffb76b; /* Old browsers */
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
    }

    .bean-tagets {
        box-sizing: border-box;
    }

        .bean-tagets p a {
            margin-right: 10px;
            color: grey;
            cursor: pointer;
        }

            .bean-tagets p a:last-child {
                position: absolute;
                right: 10px;
                color: red;
            }

    .bean-statement {
        margin-top: 80px;
    }

    .sample-goals-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .sample-goal {
        text-align: center;
        border: 1px solid grey;
        margin: 20px;
        padding: 10px;
        cursor: pointer;
    }

    .wow-points-info-holder {
        background-color: #eff7bc;
        padding: 20px;
        margin-top: 20px;
    }

    .wow-points-total {
        padding: 10px;
        border: 5px solid black;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
    }

    /*  Vimo overrides*/
    .player .video-wrapper {
        background: #fff !important;
    }

    #player {
        background-color: #fff !important;
    }

    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

        .embed-container iframe, .embed-container object, .embed-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .k-i-product:before {
        font-family: FontAwesome;
        content: "\f07a";
        font-size: 16px;
    }

    .k-i-local:before {
        font-family: FontAwesome;
        content: "\f041";
        font-size: 16px;
    }

    .k-i-categories:before {
        font-family: FontAwesome;
        content: "\f218";
        font-size: 16px;
    }

    .k-i-P2P:before {
        font-family: FontAwesome;
        content: "\f0e0 ";
        font-size: 16px;
    }

    .k-i-ISA:before {
        font-family: FontAwesome;
        content: "\f19c";
        font-size: 16px;
    }

    .HomepageComponentSlider {
        overflow: hidden;
        margin: 0 30px;
        max-height: 200px;
    }

        .HomepageComponentSlider ul {
            margin: 0;
            list-style: none;
            position: relative;
        }

    .HomepageComponentSliderBox {
        float: left;
        width: 176px;
    }

    .HomepageComponentSliderAtag {
        display: inline-block;
    }


    .HomepageComponentSliderAtagLoading {
        cursor: progress;
    }

    .HomepageComponentSliderBtnLeft {
        position: absolute;
        height: 187px;
        left: 0px;
        border: none;
        padding: 0 10px;
        margin: 0;
        font-size: 20px;
        z-index: 10;
        top: 0;
    }

    .HomepageComponentSliderBtnRight {
        position: absolute;
        height: 187px;
        right: 0px;
        border: none;
        padding: 0 10px;
        margin: 0;
        font-size: 20px;
        z-index: 10;
        top: 0;
    }

    .HomepageComponentSliderWrapper {
        position: relative;
    }

    .oldSiteFixedWidth {
        width: 100%;
        max-width: 970px;
        margin: 0 auto;
    }

    .search-result .product-snippet-small-wrapper {
        justify-content: flex-start !important;
    }

    .view-deal-map-buttons-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .view-deal-map-buttons-wrapper button, input, h2 {
            margin-bottom: 0 !important;
        }

    .view-deal-map-map-wrapper {
        margin-right: 20px;
    }

    .snippet-burts {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        display: flex;
        align-items: center;
    }

    .snippet-burts-text {
        width: 60px;
        color: white;
        font-weight: bold;
        position: absolute;
        right: 3px;
        z-index: 10;
        text-align: center;
        font-size: 13px;
        line-height: 19px;
        box-sizing: border-box;
        margin-top: -7px;
    }

    .burst-12 {
        background-image: url(../Images/Products/burst.png);
        width: 80px;
        height: 80px;
    }

    #hidden-skip-to-main {
        position: absolute;
        left: -999px;
    }

        #hidden-skip-to-main:focus {
            left: 5px;
        }

    .slick-track a {
        display: inline-block;
        border: none;
    }

        .slick-track a : focus {
            border: 2px solid transparent;
        }

    @media print {
        #subTopBanner {
            display: none;
        }

        .globalNav {
            display: none;
        }

        .top-nav-logo-area {
            display: none;
        }

        .main-menu-wrapper {
            display: none;
        }

        .print-btn {
            display: none;
        }

        .footer-background {
            display: none;
        }
    }

    .homepage-category-wrapper-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    /* DAC 2020-12-22 */

    .image-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .homepage-category-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #search-results {
        margin-left: 0%;
    }

    /*  Kendo overrides*/
    .k-list {
        font-size: 14px !important;
    }

    .k-list-optionlabel {
        display: none;
    }

    .Linkbutton {
        color: #FFF;
        background-color: #0a79ad;
        border-color: #0a79ad;
        padding: 10px 24px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 5px;
    }

    .k-dateinput, .k-datepicker, .k-datetimepicker, .k-timepicker {
        width: 190px;
    }

    .k-widget, .k-calendar {
        font-size: 1.4rem;
    }

    .k-grid {
        font-size: 1.4rem;
    }

    .k-button {
        font-size: 1.4rem;
    }

    .k-dateinput, k-datepicker, k-datetimepicker {
        font-size: 1.4rem;
        width: 14.4rem;
    }

    .k-upload {
        font-size: 1.4rem;
    }

    .k-window {
        font-size: 1.4rem;
    }

    .k-input {
        font-size: 1.4rem;
    }

    .k-popup .k-header, .k-popup .k-group-header {
        font-size: 1.4rem;
    }

    .k-textarea {
        font-size: 1.4rem;
    }

    .k-textbox {
        font-size: 1.4rem;
    }

    .k-checkbox {
        -webkit-appearance: checkbox;
    }

    .k-viewhtml-dialog > span > textarea {
        height: auto;
    }

    /* Reward Selection Screen /Reward/NewReward/ */
    /* Removed from inline  */
    /* DAC - 2021-03-27  */

    #RewardIcon {
        position: relative;
        z-index: 2;
        width: 100%;
        white-space: normal;
        text-transform: none;
        line-height: 1.4em;
        font-size: 13px;
    }

    .RewardIconTitle {
        text-align: center;
        font-size: 1.4em;
        margin-top: 0;
        font-weight: bold;
        line-height: 1.4em;
    }

    .RewardIconRange {
        font-size: 1.2em;
    }

    .RewardIconDescription {
        text-align: center;
        margin-right: 40px;
    }

    /*Start Engagement Bar*/
.engagement-bar {
    position: relative;
    background-color: rgba(207, 210, 212, 0.3);
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 18px;
    color: #657787;
    font-family: Heebo;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.engagement-bar-section-container {
    height: 50px;
    width: 100%;
    display: grid;
    grid-template-rows: 50px;
    grid-template-columns: 2.5fr 1fr 2.5fr;
}

.engagement-bar-section-background {
    height: 100%;
    width: 105%;
    user-select: none;
    grid-row: 1 / span 1;
    grid-column: 1 / span 3;
}

#engagement-bar-end-section-background {
    width: 100%;
}

.b, .b1, .b2, .b3 {
    grid-row: 1;
    grid-column: 3;
    font-size: 18px;
    text-align: left;
    margin-top: 11px;
}

.engagement-bar-icon-container {
    grid-row: 1;
    grid-column: 2;
    margin-top: 13px;
    user-select: none;
}

.reward-beans1, .cashback-earned1, .shop-savings1, .engagement-score2 {
    grid-row: 1;
    grid-column: 1;
    letter-spacing: 0.12px;
    text-align: right;
    line-height: 14px;
    font-weight: 500;
    margin-top: 11px;
}


.engagement-bar-reward-beans-section {
    z-index: 1;
    font-size: 12px;
}

.engagement-bar-cashback-earned-section {
    z-index: 2;
    font-size: 12px;
}

.engagement-bar-shop-savings-section {
    z-index: 3;
    font-size: 12px;
}

.engagement-bar-engagement-score-section {
    z-index: 4;
    font-size: 12px;
}

.engagement-bar-icon-container {
    text-align: center;
}

p.reward {
    margin: 0;
}

@media (max-width: 1280px) {
    engagement-bar-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reward-beans1, .cashback-earned1, .shop-savings1, .engagement-score2 {
        display: none;
    }

    .engagement-bar-section-container {
        grid-template-columns: 1fr 1fr;
    }

    .engagement-bar-section-background {
        grid-row: 1 / span 1;
        grid-column: 1 / span 2;
    }

    .b, .b1, .b2, .b3 {
        margin-left: -10px;
        margin-top: 12px;
        grid-column: 2;
        text-align: left;
    }

    .engagement-bar-icon-container {
        margin-left: -10px;
        margin-top: 17px;
        text-align: right;
        grid-column: 1;
    }

    .engagement-score-icon, .shop-savings-icon, .cash-back-icon, .reward-beans-icon {
        margin-right: 24px;
        width: 18px;
    }

    .engagement-score-icon {
        width: 15px;
    }

    .reward-beans-icon {
        width: 14px;
    }
}

@media (max-width: 768px) {
    .engagement-bar-container {
        height: 40px;
    }

    .engagement-bar-section-container {
        grid-template-rows: 20px 20px;
        grid-template-columns: 1fr;
    }

    .engagement-bar-section-background {
        grid-row: 1 / span 2;
        grid-column: 1;
    }

    .engagement-bar-icon-container {
        grid-row: 1;
        grid-column: 1;
        margin: 0;
        text-align: center
    }

    .b, .b1, .b2, .b3 {
        grid-row: 2;
        grid-column: 1;
        text-align: center;
        margin: 0;
        margin-top: -2px;
        font-size: 12px;
    }

    .engagement-score-icon, .shop-savings-icon, .cash-back-icon, .reward-beans-icon {
        margin-right: 0;
        margin-top: 5px;
        width: 15px;
    }

    .engagement-score-icon {
        width: 13px;
    }

    .reward-beans-icon {
        width: 12px;
    }

    .shop-savings-icon {
        margin-left: 25px;
    }

    .b2, .b1 {
        margin-left: 22px;
    }

    .cash-back-icon {
        margin-left: 25px;
    }
}

@media (max-width: 400px) {
    .engagement-bar-section-container {
        margin-left: -4px;
    }

    #engagement-bar-end-section-background {
        width: 104% !important;
    }

    .shop-savings-icon {
        margin-left: 13px;
    }

    .cash-back-icon {
        margin-left: 13px;
    }

    .reward-beans-icon {
        margin-left: 10px;
    }

    .engagement-score-icon {
        margin-left: 8px;
    }

    .b {
        margin-left: 8px;
    }

    .b1, .b2 {
        margin-left: 11px;
    }

    .b3 {
        margin-left: 7px;
    }
}
/*End Engagement Bar*/