@charset "UTF-8";

.vex-content,
.vex-loading-spinner,
.vex-overlay {
    -webkit-backface-visibility: hidden
}

.l--content.holiday-description-content .holiday-description img,
.vex .vex-content .printable .section.bottom img {
    max-width: 100%
}

.vex,
.vex-loading-spinner,
.vex-overlay {
    left: 0;
    top: 0;
    position: fixed;
    bottom: 0;
    right: 0
}

@media (min-width:0px) and (max-width:780px) {
    #most-popular-stores a {
        height: 85px !important;
        line-height: 74px !important;
        width: 85px !important
    }
    #most-popular-stores{
        padding: 0 !important;
    }
    #most-popular-stores a img {
        height: 70px !important;
        line-height: 60px !important;
        vertical-align: middle !important;
        width: 70px !important
    }
}

#most-popular-stores {
    padding: 0 40px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 40px;
    margin-right: 0 !important
}

#most-popular-stores a {
    border-radius: 50%;
    display: block;
    height: 130px;
    vertical-align: middle;
    line-height: 80px;
    width: 130px;
    float: left;
    text-align: center;
    background: #fff;
    padding: 5px 5px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid  #ccc
}

#most-popular-stores a:hover {
    border-color: #efc600
}

#most-popular-stores a img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    line-height: 60px;
    vertical-align: middle;
}

@keyframes vex-fadein {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes vex-fadein {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes vex-fadein {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes vex-fadein {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes vex-fadein {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes vex-fadeout {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes vex-fadeout {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes vex-fadeout {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes vex-fadeout {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes vex-fadeout {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-webkit-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-moz-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-o-keyframes vex-rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

.vex,
.vex *,
.vex :after,
.vex :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vex {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.vex-overlay {
    background: rgba(0, 0, 0, .4);
    -ms-filter: "alpha(opacity=40)";
    animation: .5s vex-fadein;
    -webkit-animation: .5s vex-fadein;
    -moz-animation: .5s vex-fadein;
    -ms-animation: vex-fadein .5s;
    -o-animation: .5s vex-fadein
}

.vex.vex-closing .vex-content,
.vex.vex-closing .vex-overlay {
    animation: .5s vex-fadeout;
    -webkit-animation: .5s vex-fadeout;
    -moz-animation: .5s vex-fadeout;
    -ms-animation: vex-fadeout .5s;
    -o-animation: .5s vex-fadeout;
    -webkit-backface-visibility: hidden
}

.vex-content {
    animation: .5s vex-fadein;
    -webkit-animation: .5s vex-fadein;
    -moz-animation: .5s vex-fadein;
    -ms-animation: vex-fadein .5s;
    -o-animation: .5s vex-fadein;
    background: #fff
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7"
}

#footer,
.flash.page p,
.goodsearch-masthead .search.new .search-button,
.vex .vex-content ul.parsley-errors-list,
.vex-dialog-form,
.vex.updated-modal .vex-content .printable .section.top .gs-logo {
    margin: 0
}

.vex-dialog-button {
    -webkit-appearance: none;
    cursor: pointer
}

.vex-loading-spinner {
    animation: .7s linear infinite vex-rotation;
    -webkit-animation: .7s linear infinite vex-rotation;
    -moz-animation: .7s linear infinite vex-rotation;
    -ms-animation: vex-rotation .7s linear infinite;
    -o-animation: .7s linear infinite vex-rotation;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    z-index: 1112;
    margin: auto;
    height: 2em;
    width: 2em;
    background: #fff
}

body.vex-open {
    overflow: hidden
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-info .user-name,
#hamburger-menu .hamburger-container .profile-container .user-info .user-name,
.vex,
body {
    font-family: "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#categories-dropdown-menu .categories-menu .spec-categories h3,
#categories-dropdown-menu .categories-menu .spec-categories h4,
#categories-dropdown-menu .categories-menu .spec-categories ul.spec-categories-list>.category-item,
#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .search-content .search-donation,
#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .search-content .search-name,
.alphabet ul.alphabet-container li.letter,
.alphabet ul.alphabet-container li.letter a,
.snackbar__headline {
    font-family: Circular, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .all-stores a,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .content-block .body,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .content-block .title,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .categories-list.sub-categories .category-item a,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .category-header,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories a.view-all-link,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories>.category-item,
#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list .category-item,
#categories-mobile-menu.mobile-categories-menu .mobile-header,
#footer .bottom-container .bottom-content .company-info .links,
#footer .bottom-container .bottom-content .company-info .patent,
#footer .top-container .top-content .link-group .headline,
#footer .top-container .top-content .link-group .link-list li,
#global-nav .header-container .navigation-container .navigation-menu ul.menu>li,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-menu ul.menu-list li.menu-item,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .cashback .rised,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .donation .lifetime,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .state-info,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .switch>a,
#global-nav .header-container .profile-container .sign-in>a,
#global-nav .header-container .profile-container .sign-up>a,
#global-nav .header-container .search-container form.search-form .input-group input,
#hamburger-menu .hamburger-container .bottom-container .company-info .patent,
#hamburger-menu .hamburger-container .login-container .sign-in>a,
#hamburger-menu .hamburger-container .login-container .sign-out>a,
#hamburger-menu .hamburger-container .login-container .sign-up>a,
#hamburger-menu .hamburger-container .navigation-container ul.menu>li,
#hamburger-menu .hamburger-container .profile-container .user-state .cashback .rised,
#hamburger-menu .hamburger-container .profile-container .user-state .donation .lifetime,
#hamburger-menu .hamburger-container .profile-container .user-state .state-info,
#hamburger-menu .hamburger-container .profile-container .user-state .switch>a,
#page-back-to-school-header .container .page-header-content .signature,
#page-back-to-school-header .container .page-header-content h1,
#page-back-to-school-header .container .page-header-counter .counter-container .counter-signature,
#sticky-bar .bar-content,
.counter-container .counter-block .count-block .count-digits,
.counter-container .counter-block .count-block .count-text,
.deal-card .deal-body .deal-expires,
.deal-card .deal-body .deal-used,
.holiday-description .holiday-seo-description,
.holiday-description .holiday-seo-title,
.increased-donation-content .top-center,
.page-deal-list.scrollable .merchant-scroll-block .merchant-block-header .merchant-name,
.search.new .search-bar .search-button:after,
.snackbar__message,
.submit-a-coupon-modal,
.submit-a-coupon-modal label,
.submit-a-coupon-modal label[for=deal_deal_couponcode],
.submit-a-coupon-modal label[for=deal_deal_end],
.submit-a-coupon-modal label[for=deal_deal_text],
.submit-a-coupon-modal label[for=online_sale],
.submit-a-coupon-modal label[for=promo_code],
.vex .vex-content .modal-header,
.vex .vex-content .shop-at-merchant-copy,
.vex-after-register .vex-dialog-buttons .vex-dialog-button-primary,
.vex-after-register .vex-dialog-message,
.vex-gift .vex-dialog-buttons .vex-dialog-button-primary,
.vex-gift .vex-dialog-message,
.vex.updated-modal .vex-content .section.middle .shop-link,
a,
a:visited,
body,
body a,
body a:visited,
ol,
p,
ul {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.l--content .header,
.t--section-header,
.theme--informational h2 {
    font-family: Circular, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.l--content .header {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 400
}

.l--slim .l--content .title,
.layout--responsive-container .layout--container-content.header h1,
.layout--responsive-left-sidebar h1 {
    font-family: Circular, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 2rem;
    line-height: 2.375rem;
    font-weight: 400
}

.t--section-header,
.theme--informational h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500
}

@media (min-width:481px) and (max-width:780px) {
    .l--content .header {
        font-size: 2.125rem;
        line-height: 2.375rem
    }

    .l--slim .l--content .title,
    .layout--responsive-container .layout--container-content.header h1,
    .layout--responsive-left-sidebar h1 {
        font-size: 1.875rem;
        line-height: 2.125rem
    }

    .t--section-header,
    .theme--informational h2 {
        font-size: 1.375rem;
        line-height: 1.625rem
    }
}

@media (min-width:0px) and (max-width:480px) {
    .l--content .header {
        font-size: 1.75rem;
        line-height: 2rem
    }

    .l--slim .l--content .title,
    .layout--responsive-container .layout--container-content.header h1,
    .layout--responsive-left-sidebar h1 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .t--section-header,
    .theme--informational h2 {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

.l--content .sub-header,
.search-bar .search-content .search-name,
.search-bar .user-input {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: none;
    letter-spacing: 0
}

.current-cause p,
.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .recently-list-header,
.search-bar.with-toggle .tab,
.theme--informational li,
.theme--informational li a,
.theme--informational p,
.theme--informational p a,
.vex.updated-modal .vex-content .section.middle .shop-link.is-button {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    text-transform: none;
    letter-spacing: 0
}

.flash.page,
.search-bar .search-content .search-donation,
.search-bar .search-content .search-total-offers,
.search-bar.is-small .user-input,
.search.new .search-bar .user-input {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: none;
    letter-spacing: 0
}

.search-bar .with-examples li,
.search-bar .with-examples li a,
.search-bar.clear-button .search-button.show-clear:after {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.0625rem;
    text-transform: none;
    letter-spacing: 0
}

#categories-mobile-menu.mobile-categories-menu {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: -100%;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    z-index: 15;
    border-left: 1px solid #e6e7eb
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list.root-categories>li.category-item.collapsed>.sub-categories,
#categories-mobile-menu.mobile-categories-menu.collapsed,
#hamburger-menu.collapsed,
#sticky-bar .bar-content .mobile {
    display: none
}

#categories-mobile-menu.mobile-categories-menu .mobile-header {
    color: #333;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 17px 56px;
    display: none
}

#categories-mobile-menu.mobile-categories-menu .mobile-header:before {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    left: 24px;
    top: 20px;
    background: url(/front-assets/images/icons/left-icon-gray.svg) no-repeat
}

#categories-mobile-menu.mobile-categories-menu .mobile-header:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 20px;
    background: url(/front-assets/images/icons/right-icon-gray.svg) left top no-repeat, url(/front-assets/images/icons/left-icon-gray.svg) right top no-repeat
}

#categories-mobile-menu.mobile-categories-menu .mobile-body {
    padding: 12px 0;
    margin: 0
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list .category-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list .category-item a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    position: relative;
    padding: 14px 23px;
    display: inline-block;
    width: 100%
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list.root-categories>li.category-item,
#footer .bottom-container {
    border-top: 1px solid #e6e7eb
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list.root-categories>li.category-item>a:after {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 24px;
    top: 19px;
    background: url(/front-assets/images/icons/top-icon.svg) no-repeat
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list.root-categories>li.category-item.collapsed>a:after {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 24px;
    top: 19px;
    background: url(/front-assets/images/icons/bottom-icon.svg) no-repeat
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .categories-list.sub-categories .category-item a:hover,
#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list.sub-categories>li.category-item,
#footer .bottom-container .bottom-content .company-info .links a:hover,
#footer .top-container .top-content .link-group .link-list li a:hover {
    color: #1ea1ec
}

#categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list.sub-categories>li.category-item>a {
    padding: 10px 17px
}

#hamburger-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 15
}

#hamburger-menu .blackout {
    background: rgba(78, 78, 90, .32);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

#hamburger-menu .hamburger-container {
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 12;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-flow: column
}

#hamburger-menu .hamburger-container .close {
    background-image: url(/front-assets/images/icons/cross-gray.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    right: 24px;
    top: 21px;
    padding: 5px;
    opacity: 1
}

#global-nav .header-container .search-container .search-nav .search-cancel:hover:after,
#hamburger-menu .hamburger-container .close:hover {
    background-image: url(/front-assets/images/icons/cross-blue.svg)
}

#hamburger-menu .hamburger-container .profile-container {
    min-height: 56px;
    flex-shrink: 0
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-info,
#hamburger-menu .hamburger-container .profile-container .user-info {
    padding: 16px 16px 8px;
    text-align: center
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-info img.user-logo,
#hamburger-menu .hamburger-container .profile-container .user-info img.user-logo {
    height: 64px;
    width: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-info .user-logo-text,
#hamburger-menu .hamburger-container .profile-container .user-info .user-logo-text {
    display: block;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid #119ce7;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 62px;
    color: #212529;
    margin: 0 auto
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-info .user-name,
#hamburger-menu .hamburger-container .profile-container .user-info .user-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #333
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state,
#hamburger-menu .hamburger-container .profile-container .user-state {
    padding: 0 16px;
    text-align: center
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .cashback .rised,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .donation .lifetime,
#hamburger-menu .hamburger-container .profile-container .user-state .cashback .rised,
#hamburger-menu .hamburger-container .profile-container .user-state .donation .lifetime {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #333
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .state-info,
#hamburger-menu .hamburger-container .profile-container .user-state .state-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    padding: 0 0 10px
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .state-info a,
#hamburger-menu .hamburger-container .profile-container .user-state .state-info a {
    color: inherit;
    text-decoration: underline
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li:hover,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-menu ul.menu-list li.menu-item a:hover,
#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .state-info a:hover,
#hamburger-menu .hamburger-container .navigation-container ul.menu>li:hover,
#hamburger-menu .hamburger-container .profile-container .user-state .state-info a:hover {
    color: #2d9cdb
}

#hamburger-menu .hamburger-container .profile-container .user-state .switch {
    background: #eeeef1;
    border-radius: 40px;
    margin: 12px auto;
    width: 288px
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .switch>a,
#hamburger-menu .hamburger-container .profile-container .user-state .switch>a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #1ea1ec;
    border-radius: 40px;
    padding: 6px 41px
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .switch>a.active,
#hamburger-menu .hamburger-container .profile-container .user-state .switch>a.active {
    background: #1ea1ec;
    color: #fff
}

#hamburger-menu .hamburger-container .navigation-container {
    border-bottom: 1px solid #e6e7eb;
    padding: 0;
    margin: 0
}

#hamburger-menu .hamburger-container .navigation-container ul.menu {
    list-style: none;
    margin: 0;
    padding: 8px 13px 4px;
    border-top: 1px solid #e6e7eb
}

#hamburger-menu .hamburger-container .navigation-container ul.menu>li {
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 12px;
    color: #333
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li.halloween,
#global-nav .header-container .navigation-container .navigation-menu ul.menu>li.holiday-item,
#hamburger-menu .hamburger-container .navigation-container ul.menu>li.halloween,
#hamburger-menu .hamburger-container .navigation-container ul.menu>li.holiday-item {
    white-space: nowrap
}

#hamburger-menu .hamburger-container .navigation-container ul.menu>li.halloween:before {
    display: inline-block;
    cursor: pointer;
    content: "";
    background: url(/front-assets/images/icons/halloween.svg) no-repeat;
    width: 23px;
    height: 22px;
    position: relative;
    left: 0;
    top: 7px;
    margin-right: 10px
}

#hamburger-menu .hamburger-container .navigation-container ul.menu>li.holiday-item .item-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 22px;
    position: relative;
    left: 0;
    top: 6px;
    margin-right: 7px
}

#hamburger-menu .hamburger-container .navigation-container ul.menu>li.dropdown {
    position: relative;
    cursor: pointer
}

#hamburger-menu .hamburger-container .navigation-container ul.menu>li.dropdown:after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 12px;
    background: url(/front-assets/images/icons/right-icon-gray.svg)
}

#hamburger-menu .hamburger-container .navigation-container ul.menu>li a {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    width: 100%
}

#hamburger-menu .hamburger-container .login-container {
    padding: 8px 25px
}

#hamburger-menu .hamburger-container .login-container .sign-in,
#hamburger-menu .hamburger-container .login-container .sign-out,
#hamburger-menu .hamburger-container .login-container .sign-up {
    margin: 8px 0
}

#hamburger-menu .hamburger-container .login-container .sign-in>a,
#hamburger-menu .hamburger-container .login-container .sign-out>a,
#hamburger-menu .hamburger-container .login-container .sign-up>a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #1ea1ec;
    border-radius: 4px;
    color: #1ea1ec;
    display: block;
    padding: 5px 0
}

#hamburger-menu .hamburger-container .login-container .sign-up>a {
    background-color: #1ea1ec;
    color: #fff
}

#hamburger-menu .hamburger-container .bottom-container {
    justify-self: flex-end;
    margin-top: auto;
    border-top: 1px solid #e6e7eb;
    padding: 25px 15px 10px
}

#hamburger-menu .hamburger-container .bottom-container .social {
    margin: 0;
    text-align: center
}

#hamburger-menu .hamburger-container .bottom-container .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: transparent;
    background-color: #b1b1b1;
    word-wrap: initial !important;
    word-break: normal !important;
    text-align: center
}

#hamburger-menu .hamburger-container .bottom-container .social a:hover {
    box-shadow: 0 0 1px rgba(112, 120, 129, .1), 0 4px 8px rgba(112, 120, 129, .32)
}

#hamburger-menu .hamburger-container .bottom-container .social a:not(:last-child) {
    margin-right: 32px
}

#footer .bottom-container .bottom-content .social a:before,
#hamburger-menu .hamburger-container .bottom-container .social a:before {
    display: block;
    position: relative;
    line-height: 34px !important;
    color: #fff
}

#hamburger-menu .hamburger-container .bottom-container .social a.facebook {
    background-color: #3b5998
}

#hamburger-menu .hamburger-container .bottom-container .social a.facebook:before {
    content: "";
    font-family: symbols;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff
}

#hamburger-menu .hamburger-container .bottom-container .social a.instagram {
    background-color: #fff;
    border: 1px solid #e6e7eb
}

#hamburger-menu .hamburger-container .bottom-container .social a.instagram:before {
    color: #000;
    line-height: 32px !important;
    content: "";
    font-family: symbols;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#hamburger-menu .hamburger-container .bottom-container .social a.pinterest:before,
#hamburger-menu .hamburger-container .bottom-container .social a.twitter:before {
    font-family: symbols;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-transform: none
}

#hamburger-menu .hamburger-container .bottom-container .social a.twitter {
    background-color: #55acee
}

#hamburger-menu .hamburger-container .bottom-container .social a.twitter:before {
    content: "";
    font-size: 19px
}

#hamburger-menu .hamburger-container .bottom-container .social a.pinterest {
    background-color: #bd081c
}

#hamburger-menu .hamburger-container .bottom-container .social a.pinterest:before {
    content: "";
    font-size: 25px;
    top: 3px
}

#hamburger-menu .hamburger-container .bottom-container .company-info .patent {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8b90a0
}

#sticky-bar {
    position: relative;
    z-index: 9;
    min-height: 28px;
    -webkit-text-size-adjust: none
}

#sticky-bar .l--regular {
    background: linear-gradient(270deg, #70d0ff 0, #149be9 100%);
    display: flex;
    width: 100%
}

#sticky-bar.container-fixed .l--regular {
    position: fixed
}

#sticky-bar.container-absolute .l--regular {
    top: 300px;
    position: absolute
}

#sticky-bar .bar-content {
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    min-height: 28px;
    color: #fff;
    text-align: center;
    padding: 4px 24px;
    width: 100%;
    position: relative
}

#sticky-bar .bar-content .user-state,
#sticky-bar .bar-content .visitor-state {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#sticky-bar .bar-content .cashback:before {
    display: inline-block;
    content: "";
    background: url(/front-assets/images/icons/dollar-yellow.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 8px;
    vertical-align: text-top
}

#sticky-bar .bar-content .donation:before {
    display: inline-block;
    content: "";
    background: url(/front-assets/images/icons/heart.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    left: 0;
    top: 1px;
    margin-right: 8px;
    vertical-align: text-top
}

#sticky-bar .bar-content a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories a.view-all-link:hover,
#sticky-bar .bar-content a:hover,
.alphabet ul.alphabet-container li.letter a:hover,
.page-deal-list.scrollable .merchant-scroll-block .merchant-block-header .merchant-name:hover {
    text-decoration: underline
}

.arrow-top-right:before {
    content: "";
    position: absolute;
    border: 5px solid;
    box-sizing: border-box;
    width: 0;
    height: 0;
    right: 16px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: 5px 0 2px #fff, 0 -5px 2px #fff, 0 4px 12px rgba(112, 120, 129, .32)
}

#global-nav {
    position: relative;
    height: 56px
}

#global-nav.container-fixed .l--regular {
    position: fixed;
    width: 100%;
    z-index: 15
}

#global-nav.border-bottom .l--regular {
    border-bottom: 1px solid #e6e7eb
}

#footer .bottom-container a,
#footer .top-container a,
#global-nav a {
    text-decoration: none
}

#global-nav .header-container {
    display: flex;
    height: 56px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

#global-nav .header-container .hamburger-icon {
    background: url(/front-assets/images/icons/hamburger.svg) no-repeat;
    width: 18px;
    height: 12px;
    position: relative;
    cursor: pointer
}

#global-nav .header-container .hamburger-icon:hover {
    background: url(/front-assets/images/icons/hamburger-blue.svg) no-repeat
}

#global-nav .header-container .logo-container {
    height: 56px;
    padding: 15px 0
}

#global-nav .header-container .logo-container a,
.vex-after-register .vex-dialog-input>div,
.vex.updated-modal .vex-content .printable .section.middle .shop-link.is-button {
    display: inline-block
}

#global-nav .header-container .logo-container a img.logo {
    display: block;
    height: 25px;
    width: 114px
}

#global-nav .header-container .navigation-container {
    flex-grow: 1;
    margin: 0
}

#global-nav .header-container .navigation-container .dropdown {
    cursor: pointer;
    position: static
}

#global-nav .header-container .navigation-container .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: -1000px;
    padding: 0;
    margin: 0;
    border: none
}

#global-nav .header-container .navigation-container .dropdown .dropdown-menu #categories-dropdown-menu {
    left: -50%;
    top: 1056px;
    margin-right: 710px
}

#global-nav .header-container .navigation-container .navigation-menu,
.vex .vex-content .code-button {
    margin: 0 auto
}

@media (min-width:640px) and (min-width:0px) and (max-width:991px) {

    #global-nav,
    #global-nav .header-container {
        height: 93px
    }

    #global-nav .header-container .navigation-container {
        margin: 0 -40px;
        order: 4;
        width: 100%;
        height: 36px;
        border-top: 1px solid #e6e7eb
    }

    #global-nav .header-container .navigation-container .navigation-menu {
        margin: 0 40px;
        max-width: initial
    }
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 56px;
    color: #333;
    padding: 0 15px
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li.categories>a:after {
    position: relative;
    top: 12px;
    right: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #828282
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li.halloween:before {
    display: inline-block;
    cursor: pointer;
    content: "";
    background: url(/front-assets/images/icons/halloween.svg) no-repeat;
    width: 23px;
    height: 22px;
    position: relative;
    left: -10px;
    top: 7px
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li.holiday-item .item-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 22px;
    position: relative;
    left: -7px;
    top: 6px
}

#global-nav .header-container .navigation-container .navigation-menu ul.menu>li>a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%
}

#global-nav .header-container .right-container {
    display: flex;
    height: 56px;
    align-items: center
}

#global-nav .header-container .search-container {
    position: static;
    height: 56px
}

#global-nav .header-container .search-container form.search-form {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
    z-index: 10;
    border-radius: 0;
    border: none;
    height: 56px;
    padding: 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories>.category-item:hover>.category-detail-wrap,
#global-nav .header-container .profile-container .profile .user-dropdown:hover .user-dropdown-menu-wrap,
#global-nav .header-container .search-container form.search-form.show {
    display: block
}

#global-nav .header-container .search-container form.search-form .input-group {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 150px)
}

#global-nav .header-container .search-container form.search-form .input-group:before {
    position: absolute;
    display: block;
    content: "";
    background: url(/front-assets/images/icons/search-black.svg) no-repeat;
    width: 18px;
    height: 18px;
    top: 18px;
    margin-right: 10px;
    right: 100%
}

#global-nav .header-container .search-container form.search-form .input-group input {
    display: block;
    height: 100%;
    border: 0;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

#global-nav .header-container .search-container form.search-form .input-group input:focus,
.search-bar .search-button:focus,
.search-bar .user-input:focus,
.search-bar.is-grocery .search-button:focus,
.search-bar.is-navbar .search-button:focus {
    outline: 0
}

#global-nav .header-container .search-container .autocomplete-container {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .16);
    width: calc(100% - 50px);
    margin: 0 25px
}

@media (min-width:0px) and (max-width:767px) {
    #categories-mobile-menu.mobile-categories-menu .mobile-header {
        display: block
    }

    #categories-mobile-menu.mobile-categories-menu .mobile-body {
        padding: 0
    }

    #categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list .category-item.category-all {
        border-top: 1px solid #e6e7eb
    }

    #categories-mobile-menu.mobile-categories-menu .mobile-body ul.categories-list .category-item a {
        padding: 14px 17px
    }

    #global-nav .header-container .search-container .autocomplete-container {
        width: calc(100% - 150px);
        margin: 0
    }
}

@media (min-width:768px) {
    #global-nav .header-container .search-container form.search-form .input-group.visitor {
        max-width: calc(100% - 424px)
    }

    #global-nav .header-container .search-container .autocomplete-container.visitor {
        width: calc(100% - 285px);
        margin: 0 145px
    }
}

#global-nav .header-container .search-container .search-nav .search-cancel,
#global-nav .header-container .search-container .search-nav .search-open {
    width: 18px;
    height: 18px;
    padding: 9px 5px;
    box-sizing: content-box;
    display: block;
    cursor: pointer
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete {
    position: relative;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    margin-top: 0 !important;
    list-style: none
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper {
    display: flex;
    align-items: center;
    padding: 12px 0
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .image-content {
    width: 108px;
    margin: 0;
    padding: 0 10px
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .image-content .search-logo {
    width: 88px;
    height: 31px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    padding: 0;
    margin: 0 auto
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .search-content {
    width: auto !important;
    flex-grow: 1
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .search-content .search-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

#global-nav .header-container .search-container .autocomplete-container ul.ui-autocomplete li.ui-menu-item a.ui-menu-item-wrapper .search-content .search-donation {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #a2a2a2
}

#global-nav .header-container .search-container .search-nav,
.deal-card.merchant-deal-card .deal-body .deal-description {
    margin: 10px 0
}

#global-nav .header-container .search-container .search-nav .search-open:after {
    background: url(/front-assets/images/icons/search-black.svg) no-repeat;
    content: "";
    height: 100%;
    width: 100%;
    display: block
}

#global-nav .header-container .search-container .search-nav .search-open:hover:after {
    background: url(/front-assets/images/icons/search-blue.svg) no-repeat
}

#global-nav .header-container .search-container .search-nav .search-cancel {
    position: absolute;
    top: 10px;
    z-index: 10
}

#global-nav .header-container .search-container .search-nav .search-cancel:after {
    background-image: url(/front-assets/images/icons/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 100%;
    width: 100%;
    display: block
}

#global-nav .header-container .profile-container {
    padding: 0
}

#global-nav .header-container .profile-container .sign-in,
#global-nav .header-container .profile-container .sign-up {
    margin: 0;
    line-height: 20px
}

#global-nav .header-container .profile-container .sign-in>a,
#global-nav .header-container .profile-container .sign-up>a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: inherit;
    display: inline-block;
    margin: 0
}

#global-nav .header-container .profile-container .sign-in,
.current-cause .charity-logo {
    float: left
}

#global-nav .header-container .profile-container .sign-in>a {
    padding: 6px 16px 6px 11px;
    color: #1ea1ec
}

#global-nav .header-container .profile-container .sign-up {
    float: right
}

#global-nav .header-container .profile-container .sign-up>a {
    color: #fff;
    background: #1ea1ec;
    border-radius: 4px;
    padding: 6px 18px
}

#global-nav .header-container .profile-container .profile {
    margin-left: 15px
}

#global-nav .header-container .profile-container .profile .user-dropdown,
.search-bar.with-autocomplete {
    position: relative
}

#global-nav .header-container .profile-container .profile .user-dropdown img.user-icon {
    height: 32px;
    width: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    cursor: pointer
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-icon-text:hover,
#global-nav .header-container .profile-container .profile .user-dropdown img.user-icon:hover {
    opacity: .8
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-icon-text {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #119ce7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #212529;
    cursor: pointer;
    text-transform: uppercase
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    z-index: 20;
    width: 320px;
    padding-top: 15px
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(112, 120, 129, .1), 0 4px 12px rgba(112, 120, 129, .32)
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-state .switch {
    background: #eeeef1;
    border-radius: 40px;
    margin: 12px 0
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-menu {
    margin-top: 5px
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-menu ul.menu-list {
    list-style: none;
    margin: 0;
    padding: 10px 16px;
    border-top: 1px solid #f0f1f3
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-menu ul.menu-list li.menu-item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #333
}

#global-nav .header-container .profile-container .profile .user-dropdown .user-dropdown-menu-wrap .user-dropdown-menu .user-menu ul.menu-list li.menu-item a {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit
}

.icon-search-close-white {
    background-image: url(/front-assets/images/icons/white-close-icon.svg);
    background-repeat: no-repeat
}

#categories-dropdown-menu {
    position: relative;
    background-color: #f2f2f2;
    cursor: auto;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .16), inset 0 1px 0 #f2f2f2
}

#categories-dropdown-menu .blackout {
    position: absolute;
    top: 0;
    left: -10000px;
    right: -10000px;
    bottom: -10000px;
    z-index: -1;
    background: rgba(78, 78, 90, .32)
}

@media (min-width:640px) {

    #categories-dropdown-menu .blackout:hover,
    #global-nav .header-container .hamburger-icon,
    #hamburger-menu {
        display: none
    }

    #global-nav .header-container .navigation-container .dropdown.touched .dropdown-menu,
    #global-nav .header-container .navigation-container .dropdown:hover .dropdown-menu {
        display: block
    }
}

#categories-dropdown-menu .categories-menu {
    width: 280px;
    min-height: 620px;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    display: block
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap {
    color: #000
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories {
    list-style: none;
    padding: 13px 15px 0;
    margin: 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories>.category-item {
    display: list-item;
    position: static;
    padding: 2px 8px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #121232
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .all-stores a:hover,
#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories>.category-item:hover,
#categories-dropdown-menu .categories-menu .spec-categories ul.spec-categories-list>.category-item:hover {
    background: rgba(242, 242, 242, .88)
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories>.category-item>a {
    width: 100%;
    display: inline-block;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    position: relative;
    margin: 0;
    padding: 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories>.category-item>a:after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 6px;
    background: url(/front-assets/images/icons/right-icon-gray.svg)
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap {
    display: none;
    position: absolute;
    left: calc(100% - 15px);
    top: 0;
    bottom: 0;
    width: 710px;
    padding-left: 15px
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories {
    width: 260px;
    padding: 32px 5px 32px 32px;
    line-height: 28px
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .category-header {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories a.view-all-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #1ea1ec;
    padding: 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .categories-list.sub-categories {
    padding: 0;
    margin: 8px 0 0;
    list-style: none
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .categories-list.sub-categories .category-item {
    padding: 5px 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .subcategories .categories-list.sub-categories .category-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores {
    flex-grow: 1;
    padding: 25px 25px 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block {
    display: block;
    background: #fff;
    border-radius: 8px;
    width: 156px;
    height: 176px;
    margin: 7px 5px;
    padding: 0;
    overflow: hidden;
    position: relative
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block:hover {
    box-shadow: 0 0 4px rgba(112, 120, 129, .1), 0 4px 8px rgba(112, 120, 129, .24)
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .icon-block {
    padding: 0;
    margin: 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .icon-block img.logo {
    width: 88px;
    height: 88px;
    padding: 0;
    margin: 16px auto 0;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .content-block {
    margin: 16px 0 0
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .content-block .title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #a2a2a2
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block .content-block .body {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding: 0 6px;
    color: #1ea1ec
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block.block-with-banner {
    width: 240px;
    height: 556px;
    order: 4
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block.block-with-banner .featured-block-container {
    width: 100%;
    height: 100%
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block.block-with-banner .featured-block-container .icon-block {
    width: 100%;
    height: 485px;
    overflow: hidden
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .categories-list.root-categories .category-detail-wrap .category-detail .category-featured-stores .featured-block.block-with-banner .featured-block-container .icon-block img.banner {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .all-stores {
    padding: 0 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px
}

#categories-dropdown-menu .categories-menu .categories-menu-wrap .all-stores a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #1ea1ec;
    margin: 0;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    width: 100%
}

#categories-dropdown-menu .categories-menu .spec-categories {
    padding: 0 0 14px
}

#categories-dropdown-menu .categories-menu .spec-categories h3,
#categories-dropdown-menu .categories-menu .spec-categories h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin: 14px 24px
}

#categories-dropdown-menu .categories-menu .spec-categories ul.spec-categories-list {
    list-style: none;
    padding: 0 15px;
    margin: 0
}

#categories-dropdown-menu .categories-menu .spec-categories ul.spec-categories-list>.category-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding: 2px 8px;
    border-radius: 4px
}

#categories-dropdown-menu .categories-menu .spec-categories ul.spec-categories-list>.category-item a.category-link {
    vertical-align: middle;
    color: #000;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    margin: 0;
    padding: 0
}

#categories-dropdown-menu .categories-menu .spec-categories ul.spec-categories-list>.category-item a.category-link img {
    float: left;
    margin-right: 8px;
    margin-top: 3px
}

.search.new .search-bar .search-form {
    width: 96%;
    height: 56px;
    padding-right: 0;
    border-radius: 5px;
    margin: auto;
    text-align: left;
    border: 1px solid #e4e4e4
}

.search.new .search-bar .yahoo-logo-placeholder {
    background: url(/front-assets/images/icons/powered-by-yahoo-small-v3.svg) 9px 80.5% no-repeat;
    width: 80px;
    height: 30px;
    right: 0;
    top: 14px
}

.search.new .search-bar .user-input {
    width: calc(100% - 70px);
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.search.new .search-bar .user-input::-webkit-input-placeholder {
    color: #9a9ca7;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px
}

.search.new .search-bar .user-input::-moz-placeholder {
    color: #9a9ca7;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px
}

.search.new .search-bar .user-input:-ms-input-placeholder {
    color: #9a9ca7;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px
}

.search.new .search-bar .user-input::-ms-input-placeholder {
    color: #9a9ca7;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px
}

.search.new .search-bar .user-input::placeholder {
    color: #9a9ca7;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px
}

.search.new .search-bar .user-input::-ms-clear {
    display: none
}

.search.new .search-bar .search-button {
    top: -1px;
    right: -1px;
    background: #139be8;
    border-radius: 0 5px 5px 0;
    width: 50px;
    height: 56px;
    z-index: 100
}

.search.new .search-bar .search-button:after {
    border-radius: 0;
    content: "";
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    top: 0;
    background: url(/front-assets/images/icons/white-search.svg) 17px 19px no-repeat;
    left: 0;
    width: 50px;
    height: 56px;
    line-height: 56px
}

@media (min-width:576px) {
    .search.new {
        padding-left: 0;
        padding-right: 0
    }

    .search.new .search-bar .search-form {
        height: 56px;
        width: 96%;
        max-width: 807px;
        margin: 0 auto
    }

    .search.new .search-bar .search-button {
        width: 136px;
        height: 56px
    }

    .search.new .search-bar .search-button:after {
        background: url(/front-assets/images/icons/white-search.svg) 17px 19px no-repeat;
        content: "Search";
        left: 6px;
        width: 136px;
        height: 56px;
        line-height: 56px
    }

    .search.new .search-bar .yahoo-logo-placeholder {
        background: url(/front-assets/images/icons/powered-by-yahoo-v2.svg) no-repeat;
        width: 120px;
        height: 30px;
        right: 150px;
        top: 14px
    }

    .search.new .search-bar .user-input {
        padding: 0 16px;
        width: calc(100% - 270px)
    }
}

@media (min-width:576px) and (min-width:0px) and (max-width:991px) {
    .search.new .search-bar .yahoo-logo-placeholder {
        right: 30px
    }

    .search.new .search-bar .user-input {
        width: calc(100% - 150px)
    }
}

@media (min-width:992px) {

    #global-nav .header-container .navigation-container .navigation-menu ul.menu:after,
    #global-nav .header-container .navigation-container .navigation-menu ul.menu:before {
        content: ''
    }

    .search.new .search-bar .search-form {
        width: 807px
    }

    .search.new .search-bar .user-input {
        width: 540px
    }
}

.search-bar {
    text-align: left
}

.search-bar .search-form {
    box-sizing: border-box;
    height: 50px;
    padding-right: 70px;
    border: 3px solid #139be8;
    border-radius: 50px;
    background: #fff;
    position: relative
}

.search-bar .user-input {
    color: #4d4d4d;
    background: 0 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    border: 0;
    margin-left: 18px;
    vertical-align: text-bottom
}

.search-bar .search-button {
    position: absolute;
    right: 2px;
    top: 2px;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    line-height: 33px
}

.search-bar .search-button:after,
.t--section-header:after {
    font-family: symbols;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal
}

.search-bar .search-button:after {
    content: "";
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #fff;
    background: #139be8;
    height: 36px;
    border-radius: 36px;
    line-height: inherit;
    text-indent: -3px
}

.search-bar.clear-button .search-form {
    padding-right: 96px
}

.search-bar.clear-button .search-button.show-clear {
    right: 4px
}

.search-bar.clear-button .search-button.show-clear:after {
    content: "clear";
    background: grey;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-indent: 0;
    margin-top: 6px;
    margin-right: 4px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.search-bar.clear-button .search-button.show-clear .user-input {
    padding-right: 30px
}

.search-bar.is-small .search-form {
    height: 40px;
    border-width: 2px;
    padding-right: 60px
}

.search-bar.is-small .search-button {
    line-height: 26px
}

.search-bar.is-small .search-button:after {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: inherit;
    text-indent: -2px
}

.search-bar.is-muted .search-form {
    border-color: #e0e0e0
}

.search-bar.is-shop .search-button:after {
    background: #f77a26
}

.search-bar.is-grocery {
    padding-top: 16px;
    border-bottom: 2px solid #e0e0e0
}

.search-bar.is-grocery input {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 20px
}

.search-bar.is-grocery form.search-form {
    height: 32px;
    border: none;
    border-radius: 2px;
    padding-right: 40px
}

.search-bar.is-grocery .search-button {
    height: 100%;
    width: 40px;
    top: 0;
    right: 0
}

.search-bar.is-grocery .search-button:after {
    background: url(/front-assets/images/navbar/search-icon-black.svg) 11px 6px/20px no-repeat;
    content: ""
}

.search-bar.is-navbar {
    padding-top: 16px
}

.search-bar.is-navbar form.search-form {
    height: 32px;
    border-radius: 2px;
    border-style: none
}

.search-bar.is-navbar .search-button {
    height: 100%;
    width: 50px;
    top: 0;
    right: -10px;
    border-radius: 2px !important
}

.search-bar.is-navbar .search-button:after {
    background: url(/front-assets/images/icons/search.svg) 22px 6px no-repeat;
    content: ""
}

.search-bar.is-navbar .with-examples ul {
    padding-left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-bar.is-navbar .with-examples ul li,
.search-bar.is-navbar .with-examples ul li a {
    -webkit-font-smoothing: auto
}

.search-bar.is-navbar .with-examples ul li a:hover {
    color: #fff
}

.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete {
    margin: 0;
    left: 0 !important;
    top: 63px !important;
    width: 100% !important;
    border-radius: 0;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .3);
    overflow: auto;
    padding: 8px 0
}

.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a {
    padding-left: 0 !important
}

.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a .image-content {
    width: 104px;
    vertical-align: middle
}

.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a .search-content {
    max-width: calc(100% - 104px);
    vertical-align: middle;
    padding: 8px 8px 4px 0
}

.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a .search-content .search-name {
    line-height: 20px;
    word-wrap: break-word
}

.search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .recently-list-header {
    color: grey;
    max-width: 100%;
    padding: 8px 8px 4px
}

.search-bar .with-examples ul {
    padding-left: 18px;
    margin-bottom: 0;
    margin-top: 4px
}

.search-bar .with-examples li {
    display: inline;
    margin-left: 4px;
    list-style: none
}

.search-bar .with-examples li,
.search-bar .with-examples li a {
    color: #b1b1b1;
    text-decoration: none
}

.search-bar .image-content {
    display: inline-block;
    width: 25%;
    margin-top: 4px;
    padding-top: 10px;
    text-align: center
}

.search-bar .image-content img.search-logo {
    display: inline-block;
    margin-bottom: -1px;
    top: 16px;
    left: 20px;
    height: auto;
    width: 88px
}

.search-bar .search-content {
    display: inline-block;
    width: 70%
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll>span,
.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .prev-scroll>span,
.search-bar .search-content .search-urlname,
.search-bar.with-autocomplete .ui-helper-hidden-accessible,
.search-bar.with-toggle .merchants-search-bar-container,
.search-bar.with-toggle .tab.hide-indicator:after,
.vex-after-register .vex-dialog-button-secondary,
.vex-gift .vex-dialog-buttons .vex-dialog-button-secondary,
.vex-gift.vex-gift-low .vex-dialog-buttons {
    display: none
}

.search-bar .search-content .search-name {
    color: #212121;
    line-height: 14px
}

.search-bar .search-content .search-donation,
.search-bar .search-content .search-total-offers {
    color: #a2a2a2;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 2px;
    line-height: 24px
}

.search-bar.with-autocomplete ul.ui-autocomplete {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
    display: block;
    width: calc(100% - 40px);
    padding: 0;
    list-style-type: none;
    margin: 0 20px;
    margin-top: -20px !important;
    top: 60px !important;
    margin-left: 0 !important
}

.search-bar.with-autocomplete ul.ui-autocomplete .ui-menu-item {
    list-style: none;
    margin-left: 0
}

.search-bar.with-autocomplete ul.ui-autocomplete .ui-menu-item a {
    display: block;
    line-height: 40px;
    padding-left: 8px
}

.search-bar.with-autocomplete ul.ui-autocomplete .ui-menu-item:last-child a {
    padding-bottom: 4px
}

.search-bar.with-web .search-form {
    padding-right: 136px
}

.search-bar.with-web .yahoo-logo-placeholder {
    background-image: url(/front-assets/images/icons_sprite.png);
    background-position: 0 -97px;
    width: 56px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 50px
}

.search-bar.with-toggle .tabs-container {
    margin-bottom: 11px
}

.search-bar.with-toggle .tab {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: grey;
    margin-bottom: 4px;
    position: relative
}

.search-bar.with-toggle .tab:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 0 12px 10px;
    border-bottom-color: #139be8;
    position: absolute;
    top: 27px
}

.search-bar.with-toggle .tab.web {
    margin-left: 80px
}

.search-bar.with-toggle .tab.web.active,
.search-bar.with-toggle .tab.web:hover,
.vex .vex-content .shop-link.is-link:hover,
.vex.updated-modal .vex-content .section.middle .shop-link,
a:hover,
a:visited:hover,
body a:hover,
body a:visited:hover {
    color: #139be8
}

.search-bar.with-toggle .tab.web:after {
    left: 30px
}

.search-bar.with-toggle .tab.merchants {
    margin-left: 30px
}

.search-bar.with-toggle .tab.merchants.active,
.search-bar.with-toggle .tab.merchants:hover {
    color: #f77a26
}

.search-bar.with-toggle .tab.merchants:after {
    left: 28px
}

.ui-menu .ui-state-active {
    border: 0 !important;
    margin: 0 !important;
    background: #f2f2f2;
    cursor: pointer
}

#footer .stores-container {
    padding: 12px 0;
    border-top: 1px solid #e6e7eb
}

#footer .stores-container .l--content {
    max-width: 1034px
}

#footer .stores-container .alphabet {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

#footer .stores-container .alphabet .title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    float: left;
    margin-right: 24px
}

#footer .stores-container .alphabet .alphabet-container {
    flex: 1 1 660px
}

#footer .stores-container .alphabet .alphabet-container .letter {
    flex-basis: 22px
}

@media (min-width:0px) and (max-width:767px) {
    #footer .stores-container .alphabet .alphabet-container .letter {
        flex-basis: 28px
    }
}

#footer .top-container {
    padding: 16px 0 0;
    border-top: 1px solid #e6e7eb
}

#footer .top-container .top-content {
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width:0px) and (max-width:1199px) {
    #global-nav .header-container .profile-container {
        padding: 0
    }

    #footer .top-container .top-content {
        padding: 0 10px
    }
}

#footer .top-container .top-content .link-group {
    text-align: left;
    margin: 0;
    padding: 16px;
    width: 210px
}

@media (min-width:0px) and (max-width:1199px) {
    #footer .top-container .top-content .link-group {
        padding: 14px;
        width: 192px
    }
}

#footer .top-container .top-content .link-group .headline {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121232
}

#footer .top-container .top-content .link-group .link-list {
    list-style: none;
    margin: 0;
    padding: 7px 0
}

#footer .top-container .top-content .link-group .link-list li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #828282;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#footer .bottom-container .bottom-content .company-info .links a,
#footer .top-container .top-content .link-group .link-list li a {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

#footer .top-container .top-content .link-group .link-list li a {
    display: inline;
    width: auto
}

#footer .bottom-container .bottom-content {
    padding: 24px 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width:0px) and (max-width:1199px) {
    #footer .bottom-container .bottom-content {
        padding: 24px 24px 0
    }
}

#footer .bottom-container .bottom-content .logo {
    padding: 2px 0;
    margin-right: 24px
}

#footer .bottom-container .bottom-content .logo img {
    width: 75px;
    vertical-align: top
}

#footer .bottom-container .bottom-content .company-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 7px 0
}

#footer .bottom-container .bottom-content .company-info .links {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    margin-right: 24px
}

#footer .bottom-container .bottom-content .company-info .patent {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-right: 24px;
    color: #979797
}

#footer .bottom-container .bottom-content .social {
    margin: 0 0 24px
}

#footer .bottom-container .bottom-content .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent;
    word-wrap: initial !important;
    word-break: normal !important;
    text-align: center
}

#footer .bottom-container .bottom-content .social a:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(0 4px 8px rgba(112, 120, 129, .32));
    opacity: .8
}

#footer .bottom-container .bottom-content .social a:not(:last-child) {
    margin-right: 24px
}

#footer .bottom-container .bottom-content .social a.facebook {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 31.8222C5.77778 30.4889 0 23.9111 0 16C0 7.2 7.2 0 16 0C24.8 0 32 7.2 32 16C32 23.9111 26.2222 30.4889 18.6667 31.8222L17.7778 31.1111H14.2222L13.3333 31.8222Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M22.2221 20.4449L22.9333 16.0004H18.6666V12.8893C18.6666 11.6449 19.111 10.6671 21.0666 10.6671H23.111V6.57821C21.9555 6.40043 20.711 6.22266 19.5555 6.22266C15.911 6.22266 13.3333 8.44488 13.3333 12.4449V16.0004H9.33325V20.4449H13.3333V31.7338C14.2221 31.9115 15.111 32.0004 15.9999 32.0004C16.8888 32.0004 17.7777 31.9115 18.6666 31.7338V20.4449H22.2221Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='16' y1='30.8924' x2='16' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230062E0'/%3E%3Cstop offset='1' stop-color='%2319AFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")
}

#footer .bottom-container .bottom-content .social a.instagram {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='33' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5015 0C11.2919 0 10.7636 0.0184073 9.11022 0.0936499C7.4601 0.169216 6.33375 0.430466 5.3482 0.813783C4.32874 1.2097 3.46396 1.7393 2.60241 2.6012C1.74022 3.46278 1.21063 4.32758 0.813435 5.34675C0.42916 6.33265 0.167595 7.45936 0.0933237 9.10888C0.0193751 10.7623 0 11.2909 0 15.5006C0 19.7103 0.0187297 20.237 0.0936471 21.8904C0.169533 23.5406 0.430775 24.667 0.813759 25.6526C1.20998 26.6721 1.73957 27.5369 2.60144 28.3984C3.46267 29.2607 4.32745 29.7916 5.34626 30.1875C6.33246 30.5708 7.45913 30.832 9.10893 30.9076C10.7623 30.9829 11.2903 31.0013 15.4995 31.0013C19.7094 31.0013 20.2361 30.9829 21.8895 30.9076C23.5396 30.832 24.6672 30.5708 25.6534 30.1875C26.6725 29.7916 27.536 29.2607 28.3973 28.3984C29.2595 27.5369 29.789 26.6721 30.1862 25.6529C30.5673 24.667 30.8289 23.5403 30.9064 21.8908C30.9806 20.2374 31 19.7103 31 15.5006C31 11.2909 30.9806 10.7626 30.9064 9.1092C30.8289 7.45903 30.5673 6.33265 30.1862 5.34707C29.789 4.32758 29.2595 3.46278 28.3973 2.6012C27.5351 1.73898 26.6729 1.20937 25.6524 0.813783C24.6643 0.430466 23.5373 0.169216 21.8872 0.0936499C20.2338 0.0184073 19.7075 0 15.4966 0H15.5015ZM14.111 2.79334C14.5237 2.7927 14.9841 2.79334 15.5015 2.79334C19.64 2.79334 20.1305 2.8082 21.7648 2.88247C23.2761 2.95158 24.0963 3.20411 24.6427 3.41627C25.366 3.69722 25.8817 4.03307 26.4239 4.57559C26.9664 5.11811 27.3022 5.6348 27.5838 6.35816C27.796 6.90392 28.0488 7.72416 28.1176 9.23547C28.1919 10.8695 28.208 11.3603 28.208 15.4971C28.208 19.6338 28.1919 20.1247 28.1176 21.7587C28.0485 23.27 27.796 24.0902 27.5838 24.636C27.3029 25.3594 26.9664 25.8744 26.4239 26.4166C25.8814 26.9591 25.3663 27.295 24.6427 27.5759C24.0969 27.7891 23.2761 28.041 21.7648 28.1101C20.1308 28.1843 19.64 28.2005 15.5015 28.2005C11.3626 28.2005 10.8721 28.1843 9.2381 28.1101C7.72683 28.0403 6.90661 27.7878 6.35991 27.5756C5.63657 27.2947 5.1199 26.9588 4.57739 26.4163C4.03489 25.8738 3.69905 25.3584 3.41746 24.6347C3.2053 24.0889 2.95246 23.2687 2.88368 21.7574C2.8094 20.1234 2.79455 19.6325 2.79455 15.4932C2.79455 11.3539 2.8094 10.8656 2.88368 9.2316C2.95278 7.72028 3.2053 6.90004 3.41746 6.35364C3.6984 5.63028 4.03489 5.11359 4.57739 4.57107C5.1199 4.02855 5.63657 3.6927 6.35991 3.41111C6.90629 3.19797 7.72683 2.94609 9.2381 2.87666C10.668 2.81207 11.2221 2.7927 14.111 2.78947V2.79334ZM23.7753 5.36709C22.7484 5.36709 21.9153 6.19928 21.9153 7.22652C21.9153 8.25344 22.7484 9.0866 23.7753 9.0866C24.8022 9.0866 25.6353 8.25344 25.6353 7.22652C25.6353 6.19961 24.8022 5.36645 23.7753 5.36645V5.36709ZM15.5015 7.54041C11.1055 7.54041 7.54147 11.1046 7.54147 15.5006C7.54147 19.8967 11.1055 23.4592 15.5015 23.4592C19.8974 23.4592 23.4601 19.8967 23.4601 15.5006C23.4601 11.1046 19.897 7.54041 15.5011 7.54041H15.5015ZM15.5015 10.3338C18.3548 10.3338 20.6682 12.6469 20.6682 15.5006C20.6682 18.354 18.3548 20.6675 15.5015 20.6675C12.6478 20.6675 10.3347 18.354 10.3347 15.5006C10.3347 12.6469 12.6478 10.3338 15.5015 10.3338Z' fill='url(%23paint0_radial)'/%3E%3Cpath d='M15.5015 0C11.2919 0 10.7636 0.0184073 9.11022 0.0936499C7.4601 0.169216 6.33375 0.430466 5.3482 0.813783C4.32874 1.2097 3.46396 1.7393 2.60241 2.6012C1.74022 3.46278 1.21063 4.32758 0.813435 5.34675C0.42916 6.33265 0.167595 7.45936 0.0933237 9.10888C0.0193751 10.7623 0 11.2909 0 15.5006C0 19.7103 0.0187297 20.237 0.0936471 21.8904C0.169533 23.5406 0.430775 24.667 0.813759 25.6526C1.20998 26.6721 1.73957 27.5369 2.60144 28.3984C3.46267 29.2607 4.32745 29.7916 5.34626 30.1875C6.33246 30.5708 7.45913 30.832 9.10893 30.9076C10.7623 30.9829 11.2903 31.0013 15.4995 31.0013C19.7094 31.0013 20.2361 30.9829 21.8895 30.9076C23.5396 30.832 24.6672 30.5708 25.6534 30.1875C26.6725 29.7916 27.536 29.2607 28.3973 28.3984C29.2595 27.5369 29.789 26.6721 30.1862 25.6529C30.5673 24.667 30.8289 23.5403 30.9064 21.8908C30.9806 20.2374 31 19.7103 31 15.5006C31 11.2909 30.9806 10.7626 30.9064 9.1092C30.8289 7.45903 30.5673 6.33265 30.1862 5.34707C29.789 4.32758 29.2595 3.46278 28.3973 2.6012C27.5351 1.73898 26.6729 1.20937 25.6524 0.813783C24.6643 0.430466 23.5373 0.169216 21.8872 0.0936499C20.2338 0.0184073 19.7075 0 15.4966 0H15.5015ZM14.111 2.79334C14.5237 2.7927 14.9841 2.79334 15.5015 2.79334C19.64 2.79334 20.1305 2.8082 21.7648 2.88247C23.2761 2.95158 24.0963 3.20411 24.6427 3.41627C25.366 3.69722 25.8817 4.03307 26.4239 4.57559C26.9664 5.11811 27.3022 5.6348 27.5838 6.35816C27.796 6.90392 28.0488 7.72416 28.1176 9.23547C28.1919 10.8695 28.208 11.3603 28.208 15.4971C28.208 19.6338 28.1919 20.1247 28.1176 21.7587C28.0485 23.27 27.796 24.0902 27.5838 24.636C27.3029 25.3594 26.9664 25.8744 26.4239 26.4166C25.8814 26.9591 25.3663 27.295 24.6427 27.5759C24.0969 27.7891 23.2761 28.041 21.7648 28.1101C20.1308 28.1843 19.64 28.2005 15.5015 28.2005C11.3626 28.2005 10.8721 28.1843 9.2381 28.1101C7.72683 28.0403 6.90661 27.7878 6.35991 27.5756C5.63657 27.2947 5.1199 26.9588 4.57739 26.4163C4.03489 25.8738 3.69905 25.3584 3.41746 24.6347C3.2053 24.0889 2.95246 23.2687 2.88368 21.7574C2.8094 20.1234 2.79455 19.6325 2.79455 15.4932C2.79455 11.3539 2.8094 10.8656 2.88368 9.2316C2.95278 7.72028 3.2053 6.90004 3.41746 6.35364C3.6984 5.63028 4.03489 5.11359 4.57739 4.57107C5.1199 4.02855 5.63657 3.6927 6.35991 3.41111C6.90629 3.19797 7.72683 2.94609 9.2381 2.87666C10.668 2.81207 11.2221 2.7927 14.111 2.78947V2.79334ZM23.7753 5.36709C22.7484 5.36709 21.9153 6.19928 21.9153 7.22652C21.9153 8.25344 22.7484 9.0866 23.7753 9.0866C24.8022 9.0866 25.6353 8.25344 25.6353 7.22652C25.6353 6.19961 24.8022 5.36645 23.7753 5.36645V5.36709ZM15.5015 7.54041C11.1055 7.54041 7.54147 11.1046 7.54147 15.5006C7.54147 19.8967 11.1055 23.4592 15.5015 23.4592C19.8974 23.4592 23.4601 19.8967 23.4601 15.5006C23.4601 11.1046 19.897 7.54041 15.5011 7.54041H15.5015ZM15.5015 10.3338C18.3548 10.3338 20.6682 12.6469 20.6682 15.5006C20.6682 18.354 18.3548 20.6675 15.5015 20.6675C12.6478 20.6675 10.3347 18.354 10.3347 15.5006C10.3347 12.6469 12.6478 10.3338 15.5015 10.3338Z' fill='url(%23paint1_radial)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(8.23441 33.389) rotate(-90) scale(30.7245 28.5751)'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.1' stop-color='%23FFDD55'/%3E%3Cstop offset='0.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(-5.19266 2.23328) rotate(78.6811) scale(13.734 56.6099)'%3E%3Cstop stop-color='%233771C8'/%3E%3Cstop offset='0.128' stop-color='%233771C8'/%3E%3Cstop offset='1' stop-color='%236600FF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A")
}

#footer .bottom-container .bottom-content .social a.twitter {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='34' height='34' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.9304 11.9355C30.9417 12.2258 30.9454 12.5159 30.9454 12.8062C30.9454 21.6062 24.7551 31.7652 13.435 31.7652C9.95772 31.7652 6.72432 30.657 4 28.7703C4.48157 28.8231 4.97065 28.8627 5.46723 28.8627C8.3504 28.8627 11.0059 27.7939 13.1123 25.9996C10.4193 25.96 8.14528 24.0206 7.361 21.3819C7.73751 21.461 8.12524 21.5007 8.52175 21.5007C9.08087 21.5007 9.62373 21.4217 10.1441 21.2633C7.32595 20.6564 5.20331 17.9651 5.20331 14.7327C5.20331 14.6931 5.20331 14.6798 5.20331 14.6534C6.03386 15.1416 6.98448 15.4449 7.9939 15.4845C6.3403 14.2839 5.25331 12.2389 5.25331 9.9301C5.25331 8.71631 5.55602 7.56843 6.08887 6.57892C9.12339 10.6161 13.6602 13.268 18.7749 13.5451C18.6698 13.0569 18.616 12.5425 18.616 12.028C18.616 8.34701 21.3716 5.36523 24.7713 5.36523C26.5413 5.36523 28.1398 6.17015 29.2618 7.4631C30.6665 7.17285 31.9824 6.61876 33.1732 5.85354C32.7116 7.41037 31.7372 8.71624 30.4639 9.53423C31.7097 9.37591 32.898 9.01996 34 8.49222C33.1732 9.82476 32.1325 10.9988 30.9304 11.9355Z' fill='%231EA1F2'/%3E%3C/svg%3E%0A")
}

#footer .bottom-container .bottom-content .social a.pinterest {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='33' height='32' viewBox='0 0 37 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9725 36C9.03011 36 0.973267 27.9394 0.973267 17.999C0.973267 8.05869 9.03011 0 18.9725 0C28.9129 0 36.9717 8.05869 36.9717 17.999C36.9717 27.9394 28.9129 36 18.9725 36Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9513 1.68701C9.94205 1.68701 2.63904 8.98803 2.63904 17.9991C2.63904 24.9088 6.93833 30.8121 13.0055 33.1892C12.8629 31.8994 12.7356 29.9194 13.0634 28.5082C13.3584 27.2358 14.9759 20.4013 14.9759 20.4013C14.9759 20.4013 14.4881 19.4239 14.4881 17.9798C14.4881 15.7107 15.801 14.018 17.4398 14.018C18.8298 14.018 19.5027 15.0629 19.5027 16.316C19.5027 17.7157 18.612 19.8075 18.1512 21.747C17.7675 23.3722 18.9667 24.6948 20.5669 24.6948C23.4665 24.6948 25.6952 21.6371 25.6952 17.2241C25.6952 13.3181 22.8901 10.5882 18.8819 10.5882C14.2413 10.5882 11.5172 14.07 11.5172 17.6675C11.5172 19.0691 12.0551 20.5729 12.7298 21.3903C12.8629 21.5523 12.8822 21.693 12.8436 21.8588C12.7202 22.3736 12.4445 23.4821 12.3905 23.7077C12.3192 24.0065 12.1534 24.0701 11.843 23.9275C9.8071 22.9789 8.53466 19.9984 8.53466 17.6078C8.53466 12.4621 12.2729 7.73489 19.3118 7.73489C24.9703 7.73489 29.3679 11.7681 29.3679 17.1566C29.3679 22.7784 25.8225 27.3032 20.9043 27.3032C19.2501 27.3032 17.6962 26.4434 17.1641 25.4293C17.1641 25.4293 16.3467 28.5429 16.1481 29.3064C15.7798 30.7234 14.785 32.499 14.1218 33.5825C15.6468 34.0567 17.2682 34.3112 18.9513 34.3112C27.9605 34.3112 35.2635 27.0083 35.2635 17.9991C35.2635 8.98803 27.9605 1.68701 18.9513 1.68701Z' fill='%23BD081C'/%3E%3C/svg%3E%0A")
}

.alphabet {
    padding-top: 3px
}

.alphabet ul.alphabet-container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 48px;
    overflow-x: auto;
    overflow-y: hidden
}

.alphabet ul.alphabet-container li.letter {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    color: #119ce7;
    display: inline;
    text-transform: uppercase;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 26px
}

.alphabet ul.alphabet-container li.letter.current {
    color: #212121
}

.alphabet ul.alphabet-container li.letter:first-child {
    margin-right: 8px;
    text-transform: capitalize
}

.alphabet ul.alphabet-container li.letter:first-child a {
    padding-left: 0
}

.alphabet ul.alphabet-container li.letter:last-child a {
    padding-right: 0
}

.alphabet ul.alphabet-container li.letter span {
    color: #d0d0d0
}

.alphabet ul.alphabet-container li.letter a {
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: inherit;
    padding: 0 5px
}

ul {
    margin-top: 0
}

.snackbar {
    display: flex;
    flex-flow: column;
    justify-content: center;
    word-break: break-word;
    margin-bottom: 10px;
    min-width: 220px;
    max-width: 480px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
    border-radius: 4px;
    padding: 24px;
    visibility: visible;
    -webkit-animation: 1s fadein, 1s 10s fadeout;
    animation: 1s fadein, 1s 10s fadeout
}

#page-back-to-school-header,
.t--blue-spiral {
    background-position: center center;
    background-repeat: no-repeat
}

.snackbar__container {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 1051
}

.snackbar__type--error {
    position: relative;
    border-top: 4px solid #f16051
}

.snackbar__type--success {
    position: relative;
    border-top: 4px solid #119ce7
}

.snackbar__type--info {
    position: relative;
    border-top: 4px solid #e7e027
}

.snackbar__close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 24px
}

.snackbar__close:before {
    content: url(/front-assets/images/icons/snackbar_close.svg);
    color: #c4c4c4;
    right: 8px
}

.snackbar__headline {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #000
}

.snackbar__message {
    padding-top: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #4e4e4e
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.vex.updated-modal.exclusive-modal .vex-content {
    margin-top: -28rem
}

.vex.updated-modal .vex-content {
    border-radius: 0;
    width: 660px
}

.vex.updated-modal .vex-content .vex-close:before {
    width: 16px;
    height: 16px;
    content: url(/front-assets/images/icons/close-icon.svg);
    color: #dadada;
    right: 8px
}

.vex.updated-modal .vex-content .warning-close {
    position: absolute;
    top: 0;
    right: 0
}

.vex.updated-modal .vex-content .printable .section.top {
    padding: 16px 10px
}

.vex.updated-modal .vex-content .printable .section.top h3 {
    margin: 20px 0 12px;
    color: #139be8;
    font-size: 20px
}

.vex.updated-modal .vex-content .printable .section.middle {
    padding: 0 24px 24px
}

.vex.updated-modal .vex-content .section.top {
    margin-top: 0;
    padding-bottom: 8px;
    background-color: #cfefff
}

.vex.updated-modal .vex-content .section.top img.gs-logo {
    width: 150px;
    margin-bottom: 16px
}

.vex.updated-modal .vex-content .section.middle {
    padding-top: 0;
    background-color: #cfefff
}

.submit-a-coupon-modal input#deal_deal_couponcode,
.submit-a-coupon-modal label[for=deal_deal_couponcode] input[type=radio],
.submit-a-coupon-modal label[for=deal_deal_end] input[type=radio],
.submit-a-coupon-modal label[for=deal_deal_text] input[type=radio],
.submit-a-coupon-modal label[for=online_sale] input[type=radio],
.submit-a-coupon-modal label[for=promo_code] input[type=radio],
.submit-a-coupon-modal textarea#deal_deal_text,
.vex .vex-content .printable .section.top p,
.vex .vex-content .section.middle:last-child,
.vex.updated-modal .vex-content .section.middle div {
    margin-bottom: 0
}

.vex.updated-modal .vex-content .section.middle div .code-button {
    width: 330px;
    margin-bottom: 16px
}

.vex.updated-modal .vex-content .section.middle div .code-button .copy-code {
    background-color: #007a87;
    padding: 12px 24px
}

.vex.updated-modal .vex-content .section.middle div .code-button .copy-code.copied {
    padding: 12px 24px 12px 56px;
    background-color: #b1b1b1
}

.vex.updated-modal .vex-content .section.middle div .code-button .copy-code.copied:before {
    top: 14px;
    right: 100px
}

.vex.updated-modal .vex-content .section.middle div .shop-at-merchant-copy {
    margin-bottom: 16px;
    font-size: 14px
}

.vex.updated-modal .vex-content .section.middle .shop-link.is-button {
    padding: .75rem 1.25rem .875rem;
    zoom: 1;
    background-color: #007a87;
    color: #fff;
    display: inline-block;
    box-shadow: 1px 0 4px rgba(0, 0, 0, .5);
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

.vex.updated-modal .vex-content .section.middle .shop-link.is-button:hover {
    background-color: #006c78;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .3)
}

.vex.updated-modal .vex-content .section.middle .shop-link.is-button:active {
    background-color: #007a87;
    box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, .3)
}

.vex.updated-modal .vex-content .section.bottom {
    padding: 0;
    background-color: #fff
}

.vex.updated-modal .vex-content .section.bottom h2 {
    font-weight: 100
}

.vex.updated-modal .vex-content .deal-modal .deal-copy {
    background: 0 0
}

.vex.updated-modal .vex-content .warning-modal {
    margin: 10px;
    font-size: 18px;
    color: #000
}

.vex.updated-modal .vex-content .warning-modal .warning-head {
    margin: 15px 0;
    font-weight: 600
}

.vex.updated-modal .vex-content .warning-modal .warning-title {
    margin: 10px 0;
    font-weight: 600
}

.vex.updated-modal .vex-content .warning-modal .warning-ok {
    cursor: pointer;
    background-color: #008b8b;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px
}

.vex.updated-modal .vex-content .warning-modal .warning-description {
    font-size: 12px;
    margin: 10px 0
}

.vex.updated-modal .warning-content {
    width: 450px;
    background-color: #c8edff
}

.vex.updated-modal .warning-content .warning-close {
    padding: 5px
}

@media (min-width:481px) and (max-width:780px) {
    .vex.updated-modal .vex-content {
        min-width: 481px;
        max-width: 660px;
        width: auto;
        vertical-align: middle
    }

    .vex.updated-modal .vex-content .code-button {
        padding-top: 0;
        padding-bottom: 0
    }

    .vex.updated-modal .vex-content .code-button .code,
    .vex.updated-modal .vex-content .code-button .copy-code {
        display: table-cell
    }

    .vex.updated-modal .deal-alerts-signup .signup button {
        padding-left: 0;
        padding-right: 0
    }
}

.deal-modal .deal-button.has-code:not(.is-uncovered):hover:before {
    height: 45px
}

.vex {
    z-index: 1000;
    text-align: center
}

.submit-a-coupon-modal {
    z-index: 1201;
    width: 200px;
    position: absolute;
    top: 35px;
    left: -15.5px;
    height: auto
}

.submit-a-coupon-modal .coupon-header {
    font-size: 12px;
    padding-left: 6px
}

.submit-a-coupon-modal .subheader {
    font-weight: 300
}

.submit-a-coupon-modal label {
    text-align: left;
    text-transform: none;
    font-size: 12px;
    margin-top: 8px
}

.submit-a-coupon-modal label[for=online_sale] span,
.submit-a-coupon-modal label[for=promo_code] span {
    display: inline-block;
    vertical-align: text-top
}

.submit-a-coupon-modal label[for=deal_deal_couponcode],
.submit-a-coupon-modal label[for=deal_deal_end],
.submit-a-coupon-modal label[for=deal_deal_text],
.submit-a-coupon-modal label[for=online_sale],
.submit-a-coupon-modal label[for=promo_code] {
    font-weight: 500;
    font-size: 12px;
    color: #4d4d4d;
    margin-top: 8px;
    margin-bottom: 0;
    text-transform: none
}

.submit-a-coupon-modal label[for=deal_deal_couponcode],
.submit-a-coupon-modal label[for=deal_deal_end],
.submit-a-coupon-modal label[for=deal_deal_text] {
    margin-bottom: 8px
}

.submit-a-coupon-modal label.date_picker {
    text-transform: none;
    text-align: left
}

.submit-a-coupon-modal .deal_deal_text {
    margin-top: 20px
}

.submit-a-coupon-modal input.date_picker {
    background-image: url(/front-assets/images/icons/calendar.svg);
    background-position: 93.5% 43%;
    background-repeat: no-repeat
}

.submit-a-coupon-modal .deal_deal_end.date_picker>input.date_picker {
    color: #4d4d4d
}

.submit-a-coupon-modal input[type=date] {
    text-transform: uppercase
}

.submit-a-coupon-modal input[type=radio] {
    display: table-cell;
    vertical-align: text-top;
    width: 22px;
    cursor: pointer
}

.submit-a-coupon-modal input[type=radio]:checked {
    background-color: #139be8
}

.submit-a-coupon-modal .parsley-error {
    border-style: solid;
    border-color: #e01350
}

.submit-a-coupon-modal ul.parsley-errors-list {
    padding: 0;
    margin: 4px 0 0
}

.submit-a-coupon-modal .parsley-required {
    color: #e01350;
    font-size: 11px;
    text-align: left;
    margin-left: 8px;
    font-weight: 400
}

.submit-a-coupon-modal textarea#deal_deal_text {
    resize: none
}

.submit-a-coupon-modal .submit-notification {
    font-size: 11px;
    text-align: center;
    padding: 0 8px
}

.submit-a-coupon-modal .submit-notification .coupon-submit-success {
    color: #54b34f
}

.flash.error,
.submit-a-coupon-modal .submit-notification .coupon-submit-error {
    color: #e01350
}

.submit-a-coupon-modal .actions button#coupon-submit-button {
    height: 46px;
    width: 121px;
    border-radius: 3px;
    background-color: #139be8;
    color: #fff
}

.submit-a-coupon-modal .vex-close {
    position: absolute;
    top: 0;
    right: 5px;
    color: #139be8;
    font-size: 24px
}

.vex .vex-content .shop-link.is-link,
a,
a:visited,
body a,
body a:visited {
    color: #1975b7;
    transition: color .1s ease-in;
    text-decoration: none
}

@media print {
    * {
        position: static !important
    }

    #main-content .l--regular.theme--informational.spreadtheword .not-printable,
    #main-content .l--regular.theme--informational.spreadtheword a.print-button,
    #main-content .l--regular.theme--informational.spreadtheword iframe,
    #push-menu,
    .l--regular,
    .l--regular-right-sidebar,
    .section.middle,
    .section.top,
    .vex-close,
    .vex-overlay {
        display: none
    }

    .vex .vex-content {
        margin: 0 auto !important;
        text-align: center
    }

    .vex .printable .section.bottom {
        background: #fff;
        padding: 0 !important;
        text-align: center
    }

    .vex .printable .section.bottom img {
        display: block !important;
        margin: 0 auto;
        max-height: 297mm !important;
        max-width: 222mm !important;
        text-align: center
    }

    #main-content .l--regular.theme--informational.spreadtheword,
    #main-content .l--regular.theme--informational.spreadtheword .printable {
        display: block !important
    }

    #main-content .l--regular.theme--informational.spreadtheword .shadowed-section {
        box-shadow: none
    }
}

.vex:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.vex .vex-content {
    display: inline-block;
    vertical-align: middle;
    width: 646px;
    background: #f9f9f9;
    position: relative;
    margin: 1rem auto;
    overflow: hidden
}

.vex .vex-content .star-rating {
    height: 492px;
    background: #cfefff
}

.vex .vex-content .star-rating .goodshop-logo {
    margin: 40px auto;
    display: block
}

.vex .vex-content .star-rating .merchant-name {
    width: 290px;
    height: 60px;
    margin: 10px auto;
    text-align: center
}

.vex .vex-content .star-rating .merchant-logo-container .merchant-logo {
    margin: 10px
}

.vex .vex-content .star-rating .back-to-coupon {
    width: 120px;
    display: block;
    font-size: 12px;
    font-weight: 100;
    color: #000;
    text-align: left;
    padding-top: 12px;
    padding-left: 12px
}

.vex .vex-content .star-rating .merchant-logo-container {
    background-color: #fff;
    margin: 20px auto;
    height: 150px;
    width: 150px
}

.vex .vex-content .star-rating .merchant-ratings {
    margin-top: 20px;
    margin-bottom: 0
}

.vex .vex-content .star-rating .merchant-ratings .top {
    margin-top: 10px
}

.vex .vex-content .star-rating .merchant-ratings .top .stars img {
    margin-right: -2px;
    margin-bottom: -2px
}

.vex .vex-content .star-rating .merchant-ratings .top .rating-votes {
    height: 90px;
    width: 20px;
    margin-left: 15px
}

.vex .vex-content .star-rating .merchant-ratings .bottom .rate-it {
    text-align: center
}

.vex .vex-content .printable .section.top {
    margin-top: 0;
    padding: 0 0 20px
}

.vex .vex-content .printable .section.top h3 {
    margin: 2.5rem auto 5px;
    color: #f77a26;
    font-weight: 600
}

.vex .vex-content .printable .section.middle {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem
}

.vex .vex-content .printable .section.middle .shop-link.is-button {
    display: inline-block;
    margin-bottom: .625rem
}

.vex .vex-content .printable .section.middle .shop-at-merchant-copy {
    color: #4d4d4d;
    margin-bottom: 0
}

.vex .vex-content .printable .section.bottom {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem
}

.vex .vex-content .deal-modal+.vex-close:before,
.vex .vex-content .star-rating+.vex-close:before {
    content: url(/front-assets/images/icons/close-icon.svg);
    top: 11px;
    right: 12px;
    position: absolute
}

.vex .vex-content .section {
    padding: 1rem .625rem
}

.vex .vex-content .section.top {
    margin-top: 1.5rem
}

.vex .vex-content .section.middle {
    background: #fff;
    padding: 2rem .625rem 1.25rem
}

.vex .vex-content .section.middle .shop-at-merchant-copy {
    margin-bottom: 1rem
}

.vex .vex-content .modal-header {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d
}

.vex .vex-content .deal-copy {
    display: block;
    color: #4d4d4d;
    margin: 0;
    padding: 26px 0
}

.vex .vex-content .section.top p {
    display: block;
    color: grey
}

.vex .vex-content .shop-at-merchant-copy {
    font-size: 1rem;
    display: block;
    color: #4d4d4d
}

@media (min-width:481px) {
    .vex .vex-content .shop-link.is-link {
        font-size: 24px
    }
}

@media (min-width:0px) and (max-width:480px) {

    #sticky-bar .bar-content .desktop,
    .vex.updated-modal .logo-envelope {
        display: none
    }

    #sticky-bar .bar-content .mobile,
    .search-bar.is-navbar a {
        display: block
    }

    .search-bar.is-navbar .search-button {
        right: 0
    }

    .search-bar.is-navbar .image-content,
    .search-bar.is-navbar .search-content {
        display: inline-block
    }

    .search-bar.with-autocomplete ul.ui-autocomplete {
        margin-top: 0 !important;
        top: 26px !important
    }

    .search-bar .image-content,
    .search-bar .search-content {
        display: table-cell;
        vertical-align: middle
    }

    .search-bar .search-form {
        padding-right: 60px
    }

    .search-bar .user-input {
        margin-left: 16px
    }

    .search-bar a {
        display: table;
        padding-left: 0
    }

    .search-bar .image-content img.search-logo {
        width: 60px;
        padding-left: 0
    }

    .search-bar .search-content {
        padding: 5px 5px 5px 0
    }

    .search-bar .search-content .search-donation,
    .search-bar .search-content .search-name,
    .search-bar .search-content .search-total-offers {
        padding-left: 10px
    }

    .search-bar .search-content .search-name {
        font-size: 16px;
        line-height: 20px
    }

    .search-bar .search-content .search-donation {
        font-size: 12px;
        margin-top: -2px;
        padding-top: 0
    }

    .search-bar.with-toggle .tabs-container {
        margin-bottom: 25px
    }

    .search-bar.with-toggle .tab {
        width: 50%;
        text-align: center;
        margin-bottom: 0
    }

    .search-bar.with-toggle .tab.merchants,
    .search-bar.with-toggle .tab.web,
    .vex.updated-modal .printable .section.bottom .deal-alerts-signup button,
    .vex.updated-modal .vex-content .section.bottom .deal-alerts-signup button {
        margin-left: 0
    }

    .search-bar.with-toggle .tab.merchants:after,
    .search-bar.with-toggle .tab.web:after {
        left: 50%;
        margin-left: -11px
    }

    .search-bar.is-navbar .search-form {
        margin: auto 16px
    }

    .search-bar.is-navbar .with-examples {
        display: block;
        margin-right: 30px;
        margin-left: 30px
    }

    .search-bar.is-navbar .with-examples li a {
        color: #b1b1b1;
        font-size: .625rem;
        transition: color .3s ease-out;
        display: inline
    }

    .search-bar.is-navbar .with-examples a:hover {
        color: #fff
    }

    .search-bar.is-navbar.with-autocomplete ul.ui-autocomplete {
        top: 58px !important
    }

    .goodsearch-masthead ul.ui-autocomplete {
        top: 34px !important
    }

    .snackbar {
        bottom: 10px;
        right: 10px;
        left: 10px
    }

    .vex.updated-modal .printable,
    .vex.updated-modal .vex-content {
        width: 100%
    }

    .vex.updated-modal .printable .section.middle .code-button,
    .vex.updated-modal .vex-content .section.middle .code-button {
        max-width: 200px;
        width: 100%
    }

    .vex.updated-modal .printable .section.middle .shop-link.is-link,
    .vex.updated-modal .vex-content .section.middle .shop-link.is-link {
        padding: .75rem 1.25rem .875rem
    }

    .vex.updated-modal .printable .section.bottom .deal-alerts-signup,
    .vex.updated-modal .vex-content .section.bottom .deal-alerts-signup {
        text-align: center;
        padding-right: initial;
        padding-left: initial
    }

    .vex.updated-modal .printable .section.bottom .deal-alerts-signup h2,
    .vex.updated-modal .vex-content .section.bottom .deal-alerts-signup h2 {
        margin-top: 0
    }

    .vex.updated-modal .printable .section.bottom .deal-alerts-signup .signup button,
    .vex.updated-modal .vex-content .section.bottom .deal-alerts-signup .signup button {
        margin-left: 12px;
        padding-left: initial;
        padding-right: initial
    }

    .vex.updated-modal .printable .section.bottom .deal-alerts-signup .error-wrapper input,
    .vex.updated-modal .vex-content .section.bottom .deal-alerts-signup .error-wrapper input {
        width: 160px
    }

    .vex .vex-content {
        vertical-align: middle !important
    }
}

.vex-after-register .vex-content {
    width: 100%;
    max-width: 660px
}

.vex-after-register .vex-dialog-message {
    color: #333132;
    padding: 50px 15px 30px;
    font-weight: 500;
    font-size: 24px
}

.vex-after-register .vex-close,
.vex-gift .vex-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 16px;
    cursor: pointer
}

.vex-after-register .vex-close:before,
.vex-gift .vex-close:before {
    content: url(/front-assets/images/icons/close-icon-light-gray.svg);
    color: #4d4d4d;
    right: 8px
}

.vex-after-register .vex-minor-text {
    color: grey;
    font-size: 14px
}

.vex-after-register .vex-minor-text a {
    font-size: 16px;
    font-weight: 500
}

.vex-after-register .vex-dialog-buttons,
.vex-gift .vex-dialog-buttons {
    padding: 30px 0 50px
}

.vex-after-register .vex-dialog-buttons .vex-dialog-button-primary,
.vex-gift .vex-dialog-buttons .vex-dialog-button-primary {
    width: 120px;
    height: 48px;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    background: #119ce7;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: 0
}

.vex-after-register .vex-dialog-buttons .vex-dialog-button-primary[disabled],
.vex-gift .vex-dialog-buttons .vex-dialog-button-primary[disabled] {
    background-color: #ccc;
    cursor: no-drop
}

.vex-after-register .vex-dialog-input,
.vex-gift .vex-dialog-input {
    width: 100%;
    max-width: 530px;
    margin: 0 auto
}

.vex-after-register .vex-dialog-input>div:first-of-type {
    padding: 0 0 30px
}

.vex-gift .vex-content {
    width: 100%;
    max-width: 600px;
    border-radius: 4px
}

.vex-gift .vex-content .text {
    font-weight: 500;
    font-size: 16px;
    margin: auto;
    color: #838788;
    padding: 0 10px
}

.vex-gift .vex-content .vex-dialog-input img {
    width: 200px;
    padding: 7px
}

.vex-gift .vex-content .vex-dialog-input input:checked+img {
    width: 200px;
    padding: 5px;
    border: 2px solid #119ce7;
    box-sizing: border-box;
    border-radius: 8px
}

.vex-gift .vex-content .vex-dialog-input input+img {
    pointer-events: none
}

.vex-gift .vex-dialog-message {
    color: #333132;
    padding: 50px 15px 30px;
    font-weight: 500;
    font-size: 24px;
    margin: auto
}

.t--section-header:after,
a,
a:visited,
body a,
body a:visited,
ol,
p,
ul {
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.vex-gift.vex-gift-low .vex-dialog-message {
    padding-top: 86px;
    max-width: 400px
}

.vex-gift.vex-gift-low .vex-dialog-input {
    margin: 0 auto 106px
}

* {
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

html.lock-scroll,
html.lock-scroll body {
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: #4d4d4d
}

img {
    border: 0
}

a,
a:visited,
body a,
body a:visited,
ol,
p,
ul {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0
}

a {
    text-decoration: none;
    text-transform: none;
    -webkit-tap-highlight-color: transparent
}

.raquo:after {
    content: " \00BB"
}

.l--regular .l--content {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 320px;
    padding: 0 40px
}

.l--slim .l--content {
    position: relative;
    margin: 0 auto;
    max-width: 640px
}

.l--slim .l--content>section {
    padding: 2rem 1.25rem 1.25rem
}

#main-content {
    overflow: hidden;
    position: relative
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

.t--section-header {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: .74rem 0;
    margin-bottom: .25rem;
    background-color: #4d4d4d
}

.flash,
.modals {
    position: fixed
}

.flash.page,
.t--with-spacing {
    padding: 1.25rem 0
}

.l--slim,
.layout--responsive-left-sidebar {
    background-color: #fff
}

.t--section-header:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 9999em;
    top: 0;
    left: -4444em;
    z-index: -1;
    background-color: #4d4d4d
}

.l--slim .l--content,
.layout--container-sidebar .layout--container-main,
.layout--container-sidebar .layout--container-sidebar,
.layout--responsive-left-sidebar .layout--container-content {
    background-color: transparent
}

.t--section-header:after {
    content: "";
    font-size: 2.75rem;
    display: block;
    position: absolute;
    bottom: -1.375rem;
    left: 50%;
    margin-left: -1.375rem;
    color: #4d4d4d
}

.l--content .header {
    color: #1975b7;
    margin-bottom: .5rem
}

.l--content .sub-header {
    margin-bottom: 1.5rem
}

.card .increased-donation-content,
.l--slim .l--content .title,
.layout--responsive-left-sidebar h1 {
    margin-bottom: 1rem
}

.layout--responsive-container .layout--container-content.header h1 {
    padding: 2.5rem 1.75rem 1rem;
    margin-bottom: 1rem
}

.layout--container-sidebar {
    background-color: #f9f9f9
}

.layout--container-sidebar .layout--container-sidebar section {
    background-color: #f9f9f9;
    border-bottom: 1px solid #f2f2f2
}

.layout--container-sidebar .layout--container-sidebar section:last-child {
    border-bottom: 0
}

.bg-light-gray,
.t--light-gray {
    background-color: #fafafc
}

.t--coal {
    background-color: #212121
}

.t--dive {
    background-color: #007a87
}

.t--fog {
    background-color: #f2f2f2
}

.t--flint {
    background-color: #e0e0e0
}

.t--haze,
.t--zebra-striped:nth-child(odd) {
    background-color: #f9f9f9
}

.t--white {
    background-color: #fff
}

.t--honey-mustard {
    background-color: #ffeebc
}

.t--swipe-yellow {
    background-color: #ffffbf
}

.t--blue-spiral {
    background-color: #118bd0;
    background-image: url(/front-assets/images/profile-bg--large.png)
}

.t--blue-geometric {
    background: #139be8
}

.t--breezy {
    background-color: #f0faff
}

.flash.notice {
    color: #1f993b
}

.flash.page {
    width: 100%;
    text-align: center;
    color: #fff
}

.flash.page.error {
    background-color: #e01350
}

.flash.page.notice {
    background-color: #1f993b
}

.flash.hide {
    max-height: 0;
    padding: 0
}

.note {
    text-align: center;
    color: grey;
    margin-top: 1.625rem
}

.current-cause {
    display: inline-block;
    width: 100%
}

.current-cause p {
    width: 70%;
    float: left;
    margin: 0;
    padding-left: 6%
}

.theme--informational {
    margin: 2rem auto 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    max-width: 1000px
}

@media (min-width:0px) and (max-width:780px) {
    .search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a .image-content {
        width: 80px;
        vertical-align: middle
    }

    .search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a .image-content .search-content {
        max-width: calc(100% - 80px)
    }

    .search-bar.is-navbar.with-autocomplete ul.ui-autocomplete .ui-menu-item a .image-content img.search-logo {
        width: 60px;
        padding-left: 0
    }

    .search-bar.is-navbar .with-examples,
    .vex .vex-content .printable .section.bottom,
    .vex.updated-modal .printable .section.bottom,
    .vex.updated-modal .vex-content .section.bottom {
        display: block
    }

    .search-bar .with-examples,
    .vex .vex-content .section.bottom,
    .vex .vex-content .shop-link.is-link {
        display: none
    }

    .vex.updated-modal .printable .section.middle,
    .vex.updated-modal .vex-content .section.middle {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0
    }

    .vex.updated-modal .printable .section.middle .shop-link.is-link,
    .vex.updated-modal .vex-content .section.middle .shop-link.is-link {
        display: inline
    }

    .vex .vex-content {
        width: 96%;
        vertical-align: top
    }

    .vex .vex-content .shop-link.is-button {
        display: inline-block
    }

    .vex .vex-content .section.middle {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .l--slim .l--content {
        max-width: 100%
    }

    .theme--informational {
        width: 100%
    }
}

.theme--informational p {
    color: #4d4d4d;
    margin: 0;
    padding: 0 0 1rem
}

.theme--informational p.address {
    margin-left: 1.5rem
}

.theme--informational h1 {
    margin: 2.5rem 0 1.25rem
}

.theme--informational h2 {
    color: #212121;
    margin: 32px 0
}

.theme--informational h4 {
    color: #212121;
    margin: .5rem 0
}

.theme--informational ol {
    list-style-type: lower-alpha
}

.theme--informational address.address span {
    display: block
}

.hidden,
.ui-helper-hidden-accessible {
    display: none !important
}

input {
    border-radius: 0
}

.card .increased-donation-content {
    margin-top: -.125rem;
    position: static
}

.increased-donation-content .top-center {
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    font-weight: 600;
    margin-top: 1rem;
    position: absolute;
    z-index: 2;
    background: #50b5b3;
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

@media (min-width:0px) and (max-width:480px) {
    .increased-donation-content .top-center {
        margin-top: 0
    }
}

.search-bar.with-web .user-input {
    padding-right: 120px
}

.modals {
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10002
}

a.disabled {
    color: #ddd !important;
    pointer-events: none !important
}

.flash {
    transition: .8s;
    overflow: hidden;
    z-index: 10
}

.flash~.container-fixed {
    top: 0;
    transition: top .5s
}

.flash:not(.hide)~.container-fixed {
    top: 60px
}

.counter-container .counter-block {
    width: auto;
    white-space: nowrap;
    margin: 0;
    text-align: left
}

.counter-container .counter-block .count-block {
    display: inline-block;
    width: 88px;
    height: 88px;
    background: #020a20;
    border-radius: 6px;
    margin: 0 8px 0 0;
    text-align: center
}

.counter-container .counter-block .count-block .count-digits {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 33px;
    color: #fff;
    margin: 20px 0 0
}

.counter-container .counter-block .count-block .count-digits .position {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 20px;
    display: inline-block
}

.counter-container .counter-block .count-block .count-digits .position .digit {
    position: absolute;
    display: block
}

.counter-container .counter-block .count-block .count-text {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.1px;
    color: #fff;
    text-transform: uppercase
}

.page-deal-list {
    max-width: 1216px;
    margin: 0 auto
}

.page-deal-list.scrollable {
    margin: 0 72px;
    padding: 0
}

.page-deal-list.scrollable .merchant-scroll-block {
    padding-top: 24px;
    margin: 0 0 54px
}

.page-deal-list.scrollable .merchant-scroll-block .merchant-block-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px
}

.page-deal-list.scrollable .merchant-scroll-block .merchant-block-header .merchant-logo {
    float: left;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 24px 0 0
}

.page-deal-list.scrollable .merchant-scroll-block .merchant-block-header .merchant-name {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 2.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper {
    position: relative;
    overflow: visible;
    height: auto
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .box-shadow-left,
.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .box-shadow-right {
    position: absolute;
    height: 100%;
    width: 50px;
    pointer-events: none;
    z-index: 1;
    box-shadow: inset -70px 0 25px -50px #fff
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .box-shadow-left {
    left: -17px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .box-shadow-right {
    right: -17px
}

@media (min-width:0px) and (max-width:1199px) and (min-width:576px) {
    .page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .box-shadow-left {
        left: -25px
    }

    .page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .box-shadow-right {
        right: -25px
    }
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll,
.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .prev-scroll {
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: calc(50% - 24px);
    cursor: pointer
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll:hover,
.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .prev-scroll:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3)
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll:before,
.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .prev-scroll:before {
    display: block;
    content: "";
    background: url(/front-assets/images/icons/arrow-left-black.svg) no-repeat;
    width: 20px;
    height: 18px;
    position: relative;
    left: 8px;
    top: 0
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .prev-scroll {
    left: -72px
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll {
    right: -72px
}

.page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.merchant-deal-cards {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 -16px;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.merchant-deal-cards.scroll-block {
    padding: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    justify-content: unset;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (min-width:0px) and (max-width:1199px) {
    .l--regular .l--content {
        padding: 0 24px
    }

    .page-deal-list.scrollable {
        margin: 0
    }

    .page-deal-list.scrollable .merchant-scroll-block {
        margin: 0 0 32px
    }

    .page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .next-scroll,
    .page-deal-list.scrollable .merchant-scroll-block .scroll-wrapper .prev-scroll {
        display: none
    }

    .merchant-deal-cards.scroll-block {
        padding: 16px 24px;
        margin: 0 -24px
    }

    .merchant-deal-cards {
        margin: 0 -8px
    }
}

.merchant-deal-cards.scroll-block::-webkit-scrollbar {
    display: none
}

.merchant-deal-cards.scroll-block:after {
    content: "";
    display: block;
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 1px
}

.merchant-deal-cards.col-4 .deal-card {
    flex-basis: calc(20% - 12px)
}

.deal-card {
    flex-basis: 280px;
    margin: 0 6px 32px;
    border-radius: 10px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #d5dfe9;
}

@media (min-width:0px) and (max-width:1199px) {
    .merchant-deal-cards.col-4 .deal-card {
        flex-basis: calc(25% - 16px)
    }

    .merchant-deal-cards.xl-col-3 .deal-card {
        flex-basis: calc(33.333% - 16px)
    }

    .deal-card {
        margin: 0 8px 32px
    }
}

.deal-card:hover {
    box-shadow: 0 0 14px rgba(6, 66, 121, .12), 0 4px 20px rgba(6, 66, 121, .25)
}

.deal-card>a:focus .deal-footer .footer-link {
    border-bottom-style: solid
}

.deal-card>a {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: inherit;
    padding-bottom: 6px
}

.deal-card .deal-header {
    position: relative;
    border-radius: 14px 14px 0 0
}

.deal-card .deal-header .increased-donation {
    position: absolute;
    height: 24px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    border-radius: inherit;
    background-color: rgba(1, 21, 60, .3);
    line-height: 24px
}

.deal-card .deal-header .featured-logo {
    height: 148px;
    overflow: hidden;
    background: url("data:image/svg+xml,%3Csvg width='280' height='148' viewBox='0 0 280 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_50_50)'%3E%3Crect width='280' height='148' fill='%231592FE'/%3E%3Cellipse cx='195.682' cy='82.963' rx='128.424' ry='126.518' transform='rotate(-6.3036 195.682 82.963)' fill='url(%23paint0_linear_50_50)'/%3E%3Cellipse opacity='0.8' cx='245.378' cy='46.1638' rx='103.318' ry='81.3808' transform='rotate(-23.8093 245.378 46.1638)' fill='url(%23paint1_linear_50_50)'/%3E%3Cellipse opacity='0.6' cx='213.7' cy='40.2721' rx='63.159' ry='53.1373' transform='rotate(-52.1908 213.7 40.2721)' fill='url(%23paint2_linear_50_50)'/%3E%3Cellipse opacity='0.7' cx='40.8164' cy='94.5703' rx='95.5552' ry='75.2661' transform='rotate(28.2983 40.8164 94.5703)' fill='url(%23paint3_linear_50_50)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_50_50' x1='97.2058' y1='7.56947' x2='141.144' y2='139.451' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233BACFD' stop-opacity='0.4'/%3E%3Cstop offset='1' stop-color='%233BACFD' stop-opacity='0.31'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_50_50' x1='236.02' y1='108.375' x2='228.9' y2='25.5976' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233BACFD'/%3E%3Cstop offset='0.654048' stop-color='%233BACFD' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_50_50' x1='207.98' y1='80.8927' x2='212.301' y2='7.96874' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233BACFD'/%3E%3Cstop offset='1' stop-color='%233BACFD' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_50_50' x1='-0.865207' y1='35.8943' x2='84.0662' y2='140.154' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233BACFD'/%3E%3Cstop offset='1' stop-color='%233BACFD' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_50_50'%3E%3Crect width='280' height='148' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center/cover;
    border-radius: inherit
}

.deal-card .deal-header .featured-logo .merchant-name {
    color: #fff;
    text-shadow: 0 1px 5px #23a3ed;
    border-radius: 3.32px;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    justify-content: center
}

.deal-card .deal-body .deal-badge,
.deal-card .deal-header .merchant-title .merchant-name {
    font-size: 14px;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal
}

.deal-card .deal-header .featured-logo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.deal-card .deal-header .deal-logo,
.deal-card.merchant-deal-card .deal-body .deal-logo {
    width: 36px;
    height: 36px
}

.deal-card .deal-header .deal-logo img,
.deal-card.merchant-deal-card .deal-body .deal-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.deal-card .deal-header .merchant-title {
    position: relative;
    margin-top: -16px;
    padding-left: 20px;
    margin-bottom: 5px;
    height: 56px
}

.deal-card .deal-header .merchant-title .merchant-logo {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    padding: 4px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(6, 66, 121, .06), 0 4px 10px rgba(6, 66, 121, .06)
}

.deal-card .deal-header .merchant-title .merchant-logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.deal-card .deal-header .merchant-title .merchant-name {
    display: block;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0 0 12px;
    box-sizing: border-box;
    height: 100%;
    font-weight: 400
}

.deal-card .deal-body {
    padding: 10px 20px 4px
}

.deal-card .deal-body .deal-badge {
    display: inline-block;
    background-color: #60b6b5;
    border-radius: 4px;
    padding: 4px 6px 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 4px;
    letter-spacing: .75px
}

.deal-card .deal-body .deal-badge:before {
    content: "";
    display: block;
    background-image: url(/front-assets/images/icons/dollar-icon-black.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    float: left;
    position: relative;
    margin-right: 4px
}

.deal-card .deal-body .deal-description.limit-3-line,
.deal-card .deal-body .deal-description.limit-4-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical
}

.deal-card .deal-body .deal-badge.badge-normal {
    background-color: #efc600
}

.deal-card .deal-body .deal-badge.badge-increased {
    background-color: #f6c249
}

.deal-card .deal-body .deal-badge.badge-code {
    background: #f59a20
}

.deal-card .deal-body .deal-badge.badge-code:before,
.deal-card .deal-body .deal-badge.badge-sale:before {
    content: none
}

.deal-card .deal-body .deal-badge.badge-sale {
    background: #119ce7
}

.deal-card .deal-body .deal-description {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #202020;
    line-height: 1.4em;
    margin: 0
}

.deal-card .deal-body .deal-description.limit-3-line {
    height: 55px;
    -webkit-line-clamp: 3
}

.deal-card .deal-body .deal-description.limit-4-line {
    height: 100px;
    -webkit-line-clamp: 4
}

.deal-card .deal-body .deal-expires,
.deal-card .deal-body .deal-used {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #515151
}

.deal-card .deal-body .deal-expires span,
.deal-card .deal-body .deal-used span {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: capitalize
}

.deal-card .deal-footer {
    padding: 0 20px 10px;
    margin-top: auto
}

.deal-card .deal-footer .footer-link {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #8198c3;
}
.deal-card .deal-footer .footer-link:hover{
    border: none !important;
}

.get-dealbtn {
    border: 4px double #8198c3;
    color: #ffffff;
    text-align: center;
    background: #8198c3;
    padding: 7px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
}

.get-dealbtn:hover {
    background: #fff;
    color: #8198c3;
    border-color: #8198c3;
}

@media (min-width:0px) and (max-width:991px) {
    #global-nav .header-container .navigation-container .dropdown {
        position: relative
    }

    #global-nav .header-container .navigation-container .dropdown .dropdown-menu {
        padding-top: 0;
        left: -24px
    }

    #global-nav .header-container .navigation-container .dropdown .dropdown-menu #categories-dropdown-menu {
        top: 1035px;
        left: 0
    }

    #global-nav .header-container .navigation-container .navigation-menu ul.menu>li {
        padding: 0;
        line-height: 35px
    }

    .search.new .search-bar .search-button {
        display: none
    }

    #footer .top-container .top-content {
        flex-direction: column;
        padding: 0
    }

    #footer .top-container .top-content .link-group {
        width: 100%;
        padding: 14px 24px 8px
    }

    #footer .top-container .top-content .link-group:not(:first-child) {
        border-top: 1px solid #e6e7eb
    }

    #footer .top-container .top-content .link-group .link-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #footer .top-container .top-content .link-group .link-list li {
        width: calc(20% + 66px)
    }

    #footer .bottom-container .bottom-content {
        flex-direction: column;
        padding: 16px 24px 0
    }

    #footer .bottom-container .bottom-content .logo {
        margin: 0
    }

    #footer .bottom-container .bottom-content .company-info {
        flex-direction: column
    }

    #footer .bottom-container .bottom-content .company-info .links {
        line-height: 30px;
        margin: 0
    }

    #footer .bottom-container .bottom-content .company-info .patent {
        line-height: 30px
    }

    .merchant-deal-cards.lg-col-2 .deal-card {
        flex-basis: calc(50% - 16px)
    }

    .deal-card.featured-deal-card .featured-logo {
        height: 125px
    }
}

.deal-card.merchant-deal-card {
    min-width: 280px;
    min-height: 308px;
    margin: 0 32px 0 0
}

.deal-card.merchant-deal-card .deal-body {
    padding: 24px 20px 4px
}

@media (min-width:0px) and (max-width:575px) {
    #footer .top-container .top-content .link-group {
        padding: 14px 16px 8px
    }

    #footer .top-container .top-content .link-group .link-list li {
        width: 50%;
        padding-right: 5px
    }

    #footer .top-container .top-content .link-group .link-list li:nth-child(2n) {
        padding-left: 5px
    }

    #footer .bottom-container .bottom-content {
        padding: 16px 16px 0
    }

    .merchant-deal-cards.scroll-block {
        padding: 16px;
        margin: 0 -16px
    }

    .merchant-deal-cards.scroll-block:after {
        width: 16px;
        min-width: 16px
    }

    .merchant-deal-cards.sm-col-1 .deal-card {
        flex-basis: 100%
    }

    .deal-card {
        margin-bottom: 16px
    }

    .deal-card.merchant-deal-card .deal-body {
        padding: 20px 16px 0
    }

    .deal-card.merchant-deal-card {
        min-width: 272px;
        width: 272px;
        margin: 0 16px 0 0
    }
}

@media (min-width:0px) and (max-width:420px) {
    .deal-card.merchant-deal-card {
        min-width: 251px
    }
}

.deal-card.merchant-deal-card:last-child {
    margin-right: -16px
}

.deal-card.merchant-deal-card .deal-description {
    font-size: 24px
}

.deal-card.merchant-deal-card .deal-description.limit-3-line {
    height: 100px
}

.deal-card.merchant-deal-card .deal-description.limit-4-line {
    height: 132px
}

.deal-card.merchant-deal-card .deal-footer {
    padding: 0 20px 10px
}

#page-back-to-school-header {
    height: 250px;
    min-width: 320px;
    background-size: cover;
    margin: 0;
    padding: 0
}

@media (min-width:0px) and (max-width:767px) {
    .page-deal-list.scrollable .merchant-scroll-block .merchant-block-header {
        height: 60px
    }

    .page-deal-list.scrollable .merchant-scroll-block .merchant-block-header .merchant-logo {
        width: 66px;
        height: 66px;
        margin: 0 16px 0 0
    }

    .page-deal-list.scrollable .merchant-scroll-block .merchant-block-header .merchant-name {
        font-size: 24px
    }

    .merchant-deal-cards.md-col-2 .deal-card {
        flex-basis: calc(50% - 16px)
    }

    .deal-card .deal-footer {
        display: none
    }

    #page-back-to-school-header {
        height: auto;
        background-size: auto 172px;
        background-position: top center
    }
}

@media (min-width:0px) and (max-width:639px) {
    #categories-mobile-menu.mobile-categories-menu {
        display: block
    }

    #categories-dropdown-menu .blackout,
    #categories-dropdown-menu .categories-menu,
    #global-nav .header-container .navigation-container,
    #global-nav .header-container .profile-container {
        display: none
    }

    #global-nav .header-container .search-container form.search-form .input-group {
        max-width: calc(100% - 100px)
    }

    #global-nav .header-container .search-container .autocomplete-container {
        width: 100%
    }

    #footer .stores-container .alphabet .alphabet-container .letter,
    .alphabet ul.alphabet-container li.letter {
        flex-basis: 48px
    }

    #footer .top-container .top-content .link-group .link-list li a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        line-height: 48px
    }

    .alphabet ul.alphabet-container {
        justify-content: start;
        align-items: center
    }

    #page-back-to-school-header {
        background-size: auto 160px
    }
}

#page-back-to-school-header .bg-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .6) 130%);
    background-size: cover
}

#page-back-to-school-header .container {
    max-width: 1240px;
    height: 250px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #fff
}

#page-back-to-school-header .container .page-header-content {
    flex-grow: 1;
    padding: 0 12px
}

#page-back-to-school-header .container .page-header-content h1 {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4em;
    margin: .6em 0 0;
    letter-spacing: -.4px
}

#page-back-to-school-header .container .page-header-content .signature {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    max-width: 370px
}

#page-back-to-school-header .container .page-header-counter {
    width: 300px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 15px 0 6px
}

#page-back-to-school-header .container .page-header-counter .counter-container .counter-signature {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 2.2em
}

#page-back-to-school-header .container .page-header-counter .counter-container .counter-block {
    margin-right: -15px
}

#page-back-to-school-header .container .page-header-counter .counter-container .counter-block .count-block {
    width: 88px;
    height: 88px
}

#page-back-to-school-header .container .page-header-counter .counter-container .counter-block .count-block .count-digits {
    margin: 20px 0 0
}

#page-back-to-school-header .container .page-header-counter .counter-container .counter-block .count-block .count-text {
    font-size: 12px;
    line-height: 20px
}

@media (min-width:0px) and (max-width:767px) {
    #page-back-to-school-header .bg-gradient {
        background: 0 0
    }

    #page-back-to-school-header .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #333132;
        margin: 0;
        padding-top: 80px;
        height: auto
    }

    #page-back-to-school-header .container .page-header-content {
        padding: 0
    }

    #page-back-to-school-header .container .page-header-content h1 {
        font-size: 36px;
        margin: .4em 0 0
    }

    #page-back-to-school-header .container .page-header-content .signature {
        font-size: 16px;
        margin: 0 auto;
        max-width: 290px
    }

    #page-back-to-school-header .container .page-header-counter .counter-container .counter-signature {
        font-size: 16px
    }

    #page-back-to-school-header .container .page-header-counter .counter-container .counter-block .count-block {
        width: 67px;
        height: 74px;
        margin: 0 15px 0 0
    }

    #page-back-to-school-header .container .page-header-counter .counter-container .counter-block .count-block .count-digits {
        font-size: 36px;
        margin: 15px 0 0
    }

    #page-back-to-school-header .container .page-header-counter .counter-container .counter-block .count-block .count-text {
        font-size: 10px;
        line-height: 14px
    }
}

.l--content.holiday-description-content {
    margin: -54px auto auto;
    padding-top: 32px;
    padding-bottom: 48px
}

.holiday-description {
    margin: 0 72px;
    padding: 16px 24px;
    border: .5px solid #e3e3e3;
    box-sizing: border-box;
    background-color: #fff
}

@media (min-width:0px) and (max-width:1199px) {
    .deal-card .deal-header .merchant-title {
        height: 46px;
        margin-top: -11px;
        padding-left: 17px
    }

    .deal-card .deal-header .merchant-title .merchant-logo {
        width: 46px;
        height: 46px;
        padding: 3px
    }

    .deal-card .deal-header .merchant-title .merchant-name {
        line-height: 46px;
        padding-left: 10px
    }

    .deal-card .deal-body {
        padding: 10px 16px 4px
    }

    .deal-card .deal-footer {
        padding: 0 16px 10px
    }

    .l--content.holiday-description-content {
        margin: -32px auto auto
    }

    .holiday-description {
        margin: 0
    }
}

.holiday-description h2 {
    margin: .3em 0
}

.holiday-description .holiday-seo-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px
}

.holiday-description .holiday-seo-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }

    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

#page-back-to-school-header .container .page-header-content h1 {
    margin-bottom: .2em
}

#block-holiday-merchants-2 {
    margin-top: 56px
}

#block-holiday-merchants-2 .block-title {
    margin: 12px 0;
    color: #333;
    font-style: normal;
    font-weight: 500;
    font-size: 28px
}

#block-holiday-merchants-2 .description {
    margin: 12px 0;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

#block-holiday-merchants-2 .merchant-deal-cards {
    margin-top: 24px;
    justify-content: flex-start
}

.l--content.holiday-description-content {
    margin-top: -12px
}

.l--content.holiday-description-content .holiday-description {
    box-shadow: 0 0 14px rgba(6, 66, 121, .12), 0 4px 11px rgba(6, 66, 121, .12);
    border-radius: 14px;
    max-width: 1216px;
    margin: 0 auto;
    padding: 41px 0
}

@media (min-width:1200px) {
    .l--content.holiday-description-content .holiday-description {
        padding: 41px 0
    }
}

.l--content.holiday-description-content .holiday-description .holiday-seo-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 1px 0
}

#footer .top-container .top-content .link-group .top_category_heading a {
    text-decoration: underline !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #962e61 !important
}