
/* ==========================================================================
   BREAKPOINTS — max-width, desktop-first. Canonical scale (use these going forward):
     xs  480px   phones
     sm  600px   large phones
     md  768px   tablets
     lg  992px   small desktops
     xl  1200px  desktops
   (wide-screen tweak: 1900px). Avoid new one-off breakpoints — snap to the nearest above.
   ========================================================================== */
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/fonts/google-material-icons-20230313.woff2") format("woff2");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
html {
    box-sizing: border-box;
    height: 100%;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-x: hidden;
}
.load-more {
    display: flex;
    justify-content: center;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}
.invisible {
    visibility: hidden;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #070E25;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .page-title {
        font-size: 32px;
        line-height: 100%;
    }
    .coupons__all__dealls__wrapper h3 {
        display: none;
    }
    #forgotPasswordModal {
        margin: 0 10px;
    }
    #forgotPasswordModal {
        margin: 0 10px;
    }
    .coupon-card-expire {
        flex-direction: column;
    }
    .coupon-modal .newsletter__form form {
        padding: 20px 16px 28px;
    }
    .popular__stores__top {
        flex-direction: column;
    }
    #signUpModal .modal-dialog .modal-body h2,
    #loginModal .modal-dialog .modal-body h2 {
        font-size: 32px;
        line-height: 100%;
    }
    .how-to-use-content h4 {
        text-align: center;
    }
}
.breadcrumbs a {
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.breadcrumbs a:hover {
    color: #5E36FF;
}
.breadcrumbs span {
    margin: 0 6px;
}
.page-title {
    font-style: normal;
    text-align: left;
}
.tag-list {
    display: flex;
    flex-wrap: wrap;
}
.tag-list-item {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin: 0 5px 5px 0;
    text-decoration: none;
}
.tag-list-item:nth-of-type(1n) {
    color: #32C7A3;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-list-item:nth-of-type(1n):hover,
.tag-list-item:nth-of-type(1n).active-tag {
    color: white;
    background: #32C7A3;
}
.tag-list-item:nth-of-type(2n) {
    color: #AEDA81;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-list-item:nth-of-type(2n):hover,
.tag-list-item:nth-of-type(2n).active-tag {
    color: white;
    background: #AEDA81;
}
.tag-list-item:nth-of-type(3n) {
    color: #61CFF3;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-list-item:nth-of-type(3n):hover,
.tag-list-item:nth-of-type(3n).active-tag {
    color: white;
    background: #61CFF3;
}
.tag-list-item:nth-of-type(4n) {
    color: #F09A9B;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-list-item:nth-of-type(4n):hover,
.tag-list-item:nth-of-type(4n).active-tag {
    background: #F09A9B;
    color: white;
}
.tag-list-item:nth-of-type(5n) {
    color: #FDB64E;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-list-item:nth-of-type(5n):hover,
.tag-list-item:nth-of-type(5n).active-tag {
    color: #fff;
    background: #FDB64E;
}
.tag-list-item:nth-of-type(6n) {
    color: #5A96FF;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-list-item:nth-of-type(6n):hover,
.tag-list-item:nth-of-type(6n).active-tag {
    background: #5A96FF;
    color: #fff;
}
.tabs {
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.tabs .active-tab {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    color: black;
}
.tabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}
.tabs li {
    display: inline-block;
    cursor: pointer;
    color: #3a5ea7;
    padding: 5px 10px;
}
.tabs-content {
    padding: 0;
    list-style: none;
}
.sidebar-site {
    width: 27%;
}
@media (max-width: 992px) {
    .sidebar-site {
        width: 100%;
    }
    .cookies .container {
        flex-direction: column;
    }
    .cookies .container p {
        padding-bottom: 20px;
    }
    header .header-bottom nav {
        justify-content: center;
    }
    .all__category__content {
        flex-direction: column;
    }
    .cookie-table {
        overflow-x: scroll;
    }
}
.sidebar-site > div {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #cbe1e8;
    backdrop-filter: blur(6.5px);
    border-radius: 26px;
    padding: 26px;
    margin-bottom: 24px;
}
.sidebar-site > div h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 22px;
}
.sidebar-site .read-more-wrapper {
    text-align: right;
    padding-top: 10px;
}
.sidebar-site .read-more-wrapper .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    text-decoration: none;
}
.sidebar-site-social-list {
    display: flex;
    justify-content: flex-start;
}
.sidebar-site-social-list a {
    margin: 0 7px;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
    display: flex;
}
input[type=checkbox] + label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #CBCDE0;
    border-radius: 1px;
    display: block;
    content: "";
    flex-shrink: 0;
    margin-right: 10px;
    background: white;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
input[type=checkbox]:checked + label:before {
    border: 1px solid #32C7A3;
    background: url("/images/topforless/coupons/checkbox-checked.svg") no-repeat center center #fff;
}
.button-up {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 4;
    left: 70px;
    bottom: 100px;
    width: 53px;
    height: 53px;
    line-height: 56px;
    text-transform: uppercase;
    color: #fffefe;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    webkit-border-radius: 50%;
    moz-border-radius: 50%;
    border-radius: 50%;
    background: url("/images/topforless/button-up.svg") no-repeat center center/55% #5E36FF;
    webkit-transition: opacity 0.4s ease-in, transform 0.35s linear;
    o-transition: opacity 0.4s ease-in, transform 0.35s linear;
    moz-transition: opacity 0.4s ease-in, transform 0.35s linear;
    transition: opacity 0.4s ease-in, transform 0.35s linear;
}
.button-up:hover {
    background: url("/images/topforless/button-up.svg") no-repeat center center/55% #4D2ADB;
    transform: translateY(-5px);
}
@media (max-width: 768px) {
    .button-up {
        left: 20px;
    }
}
.header__nav__link.header__nav__link__drop span.found {
    color: #4D2ADB;
    display: contents;
}
span.found {
    color: #5E36FF;
    display: contents;
}
.acc__card {
    position: relative;
}
.acc__title {
    color: #070E25;
    font-family: 'Poppins';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    background: white;
    cursor: pointer;
    display: block;
    padding: 18px 40px 9px 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #CBCDE0;
}
@media (max-width: 768px) {
    .acc__title {
        font-size: 18px;
        line-height: 100%;
    }
}
.acc__title::before,
.acc__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 3px;
    background: #070E25;
    border-radius: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.acc__title::before {
    transform: translateY(-50%);
}
.acc__title::after {
    transform: translateY(-50%) rotate(90deg);
}
.acc__title.active::after {
    transform: translateY(-50%) rotate(90deg) scaleX(0);
    opacity: 0;
}
.acc__title.active {
    border: none;
}
.acc__title.active + .acc__panel {
    border-bottom: 1px solid #CBCDE0;
    padding-bottom: 9px;
}
.acc__panel {
    background: white;
    display: none;
    margin: 0;
    text-align: left;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
}
.acc__panel p span {
    font-weight: 700;
}
.cookies {
    bottom: 0;
    position: fixed;
    left: 64px;
    right: 64px;
    background: #FFFFFF;
    box-shadow: 0px -10px 40px rgba(45, 67, 139, 0.17);
    border-radius: 20px 20px 0px 0px;
    z-index: 101111;
}
@media (max-width: 768px) {
    .cookies {
        left: 15px;
        right: 15px;
    }
}
.cookies .container {
    max-width: 1150px;
    padding-top: 23px;
    padding-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookies .container > div:nth-of-type(1) {
    flex-grow: 1;
    padding-right: 44px;
}
@media (max-width: 992px) {
    .cookies .container > div:nth-of-type(1) {
        padding-right: 0;
    }
}
.cookies .container h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #070E25 !important;
    text-align: left;
    padding-bottom: 7px;
}
.cookies .container p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #52545F;
    text-align: left;
}
.cookies .container p a {
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.cookies .container p a:hover {
    color: #5E36FF;
}
.cookies__buttons {
    width: 25%;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .cookies__buttons {
        width: 100%;
    }
}
.cookies__buttons .btn {
    margin-bottom: 15px;
}
@media (max-width: 1368px) {
    .cookies__buttons .btn {
        width: 100%;
    }
}
.get-code {
    border: 2px dashed #32C7A3;
    background: white;
    max-width: 225px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 72px;
    position: relative;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #070E25;
    cursor: pointer;
}
@media (max-width: 768px) {
    .get-code {
        position: absolute;
        left: 10px;
        right: 10px;
        max-width: 100%;
        top: 48%;
    }
}
.get-code .copy-code {
    background: transparent;
    border: none;
}
.get-code-showing {
    border-radius: 72px 0 0 72px;
    background: #32C7A3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 14px;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    padding-left: 30px;
}
@media (max-width: 768px) {
    .get-code-showing {
        width: 80%;
    }
}
.get-code-showing:before {
    width: 27px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    background: #157A62;
    border-radius: 72px 0 0 72px;
    right: -15px;
    transform: rotate(21deg);
    top: -6px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.get-code-showing:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    left: 13px;
    content: "";
}
.get-code:hover .get-code-showing {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 70%;
}
.get-code:hover .get-code-showing:before {
    right: -10px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 30px;
    height: 53px;
    top: -10px;
}
.categories__tag__list {
    display: flex;
    flex-wrap: wrap;
}
.categories__tag__list a {
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5A96FF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #5A96FF;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.categories__tag__list a:hover {
    text-decoration: none;
    background: #5A96FF;
    color: #fff;
}
@media (max-width: 768px) {
    .categories__tag__list a {
        max-width: 100%;
        height: auto;
        min-height: 34px;
        text-align: center;
        overflow-wrap: anywhere;
    }
}
a.entity-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.coupon-card-default:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.preloader,
.skeleton-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2500;
}
.preloader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #C4C8FA;
    border-top-color: #5E36FF;
    border-radius: 50%;
    animation: preloader-spin 0.8s linear infinite;
}
@keyframes preloader-spin {
    to {
        transform: rotate(360deg);
    }
}
.coupon-count {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #32C7A3;
    width: 59px;
    height: 29px;
    border-radius: 50px 20px 20px 50px;
    color: #FFFFFF;
    padding-left: 26px;
    font-size: 8px;
    box-shadow: 0 5px 0 0 #116A55;
    text-transform: uppercase;
}
.coupon-count:before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    background: #EBFAFF;
    box-shadow: 0 -2px 0 0 #116A55;
}
.coupon-count span {
    font-weight: 700;
    font-size: 13px;
    line-height: 90%;
}
.radio-wrap {
    display: flex;
}
input[type=radio] {
    display: none;
}
input[type=radio] + label {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
    display: flex;
    align-items: center;
    position: relative;
}
input[type=radio] + label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #CBCDE0;
    border-radius: 51px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}
input[type=radio] + label:after {
    width: 10px;
    height: 10px;
    background: #32C7A3;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
input[type=radio]:checked + label:after {
    opacity: 1;
}
.search-dropdown {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    padding: 16px 20px;
    width: 78%;
    top: 90px;
    left: 44px;
    position: absolute;
    z-index: 20;
}
.search-dropdown .categories__tag__list {
    margin-top: 10px;
}
.search-dropdown .search__deals__list__item {
    background: #F5F9FF;
    border: 1px solid #CBCDE0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.search-dropdown .search__deals__list__item .coupon-card-default-label {
    position: absolute;
    right: 10px;
    top: 10px;
}
.search-dropdown .search__deals__list__item a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.search-dropdown .search__deals__list__item > div {
    display: flex;
    align-items: center;
}
.search-dropdown .search__deals__list__item .usded-items {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    padding-top: 10px;
    color: #52545F;
}
.search-dropdown .search__deals__list__img {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 10px;
    width: 53px;
    height: 53px;
    flex-shrink: 0;
}
.search-dropdown .search__deals__list__img .coupon-card-sale {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
    font-size: 12px;
}
.search-dropdown .search__deals__list__info {
    flex-grow: 1;
    padding-left: 14px;
}
.search-dropdown .search__deals__list__info h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 2px;
}
.search-dropdown .search__deals__list__info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
    padding-top: 0;
}
.search-dropdown .dropdown__header {
    display: flex;
    gap: 0 10px;
}
.all-stores-btn-container .all-stores-btn {
    margin-right: -40px;
}
@media (max-width: 768px) {
    .all-stores-btn-container .all-stores-btn {
        margin-right: 0;
    }
}
.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: visible !important;
}
.select2-selection__rendered span {
    display: flex;
    overflow: hidden;
    width: 28px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: -27px;
    border-radius: 20%;
    color: transparent;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    width: 32px !important;
    height: 19px !important;
}
.searched-item-result {
    max-width: 784px;
}
.searched-item-result .all__category__review__list__item {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.searched-item-result .all__category__review__list__item .horizontal-wrapper {
    flex-grow: 1;
    padding: 20px 29px 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: none;
}
.searched-item-result .all__category__review__list__item .img-wrapper {
    flex-shrink: 0;
    width: 287px;
    height: 232px;
    overflow: hidden;
    display: flex;
}
.searched-item-result .all__category__review__list__item .img-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    border: 1px solid #CBCDE0;
}
.all__category__about .read-more-wrapper {
    display: none;
}
.all__category__about.about__read__more .read-more-wrapper {
    display: block;
}
.all__category__about.about__read__more .all__category__about__content {
    height: 60px;
    overflow: hidden;
}
.all__category__about.about__read__more .all__category__about__content.visible {
    overflow: visible;
    height: auto;
}
.all__category__about__content.visible + .read-more-wrapper .read-more svg {
    position: relative;
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .custom-page.all-coupons-page .all__category__sub {
        display: none;
    }
}
.custom-page.all-coupons-page .all__category__sub__mob {
    display: none;
}
@media (max-width: 768px) {
    .custom-page.all-coupons-page .all__category__sub__mob {
        display: block;
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.55);
        box-shadow: 0px 14px 54px #cbe1e8;
        backdrop-filter: blur(6.5px);
        border-radius: 26px;
        padding: 26px;
        margin-bottom: 24px;
    }
}
.custom-page.all-coupons-page .all__category__sub__mob h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 22px;
}
@media (max-width: 480px) {
    .popular__stores__list__mob .popular__stores__info {
        max-width: 140px;
    }
    header .header .logo-picture {
        left: 0px;
    }
    .footer div:last-child:not(.footer__social__follow) {
        display: flex;
    }
    .coupon-card-sale {
        background-size: 100%;
    }
    .home-bottom .coupons__list .coupon-card-default .coupon-card-img img {
        width: 150%;
    }
    .all__category__sidebar .popular__stores__list .popular__stores__item .popular__stores__info {
        padding-left: 0;
        text-align: center;
    }
    .all__category__sidebar .popular__stores__list .popular__stores__item .popular__stores__info p {
        text-align: center;
    }
    .stores-card h4 a {
        text-align: center;
    }
    .my__account__personal__info .form-group-agree .item:last-child {
        padding-bottom: 20px;
    }
    #popupModal {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 93%;
    }
    .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-expire .used-div {
        text-align: right;
    }
    .sense-screen.prod.below_header .wrapper {

    }
}
.popular__stores__list__mob .slick-track {
    display: flex;
    flex-direction: row-reverse;
}
@media (max-width: 420px) {
    .popular__stores__list__mob .slick-track {
        left: 34%;
    }
}
.all-deals-tabs .slick-track {
    display: flex;
    width: 100% !important;
}
.search-results .container {
    max-width: 1151px;
}
.category__select__dropdown .select {
    display: none;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    max-height: 200px;
    overflow-y: scroll;
}
.category__select__dropdown label {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}
.category__select__dropdown button {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 14px;
    padding-right: 14px;
    color: #121127;
    font-family: "Poppins";
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-dropdown .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    transition: color 0.2s ease;
}
.search-dropdown .read-more:hover {
    color: #5E36FF;
}
.all__category__stores .load-more {
    margin-bottom: 20px;
}
.all__category__content .all__category__faq {
    padding-top: 60px;
    padding-bottom: 70px;
}
#forgotPasswordModal .login__wrapper__form {
    width: 100%;
    max-width: 570px;
}
#forgotPasswordModal .field-forgotpasswordform-recaptcha {
    float: left;
    width: 49%;
}
@media (max-width: 768px) {
    #forgotPasswordModal .field-forgotpasswordform-recaptcha {
        float: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
.coupon-modal .close {
    margin-top: -2px;
    position: absolute;
    right: -15px;
    top: -36px;
    z-index: 10000;
    font-size: 42px;
    font-weight: 300;
}
@media (max-width: 480px) {
    .coupon-modal .close {
        right: -2px;
    }
}
.coupon-modal .close .bootbox-accept:focus {
    background: #32C7A3;
    border-radius: 4px;
    color: #fff;
    outline: none;
    border: none;
}
.btn-account {
    border-radius: 6px !important;
}
.all__category__content .all__category__faq {
    padding-top: 16px;
    padding-bottom: 60px;
}
#forgotPasswordModal .login__wrapper__form {
    width: 100%;
    max-width: 570px;
}
#forgotPasswordModal .field-forgotpasswordform-recaptcha {
    float: left;
    width: 49%;
}
@media (max-width: 768px) {
    #forgotPasswordModal .field-forgotpasswordform-recaptcha {
        float: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .coupon-modal .close {
        right: -2px;
    }
}
.bootbox .modal-footer {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.bootbox .modal-footer .btn-default {
    border-radius: 4px;
    margin-right: 8px;
}
.bootbox .modal-footer .bootbox-accept {
    border: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.bootbox .modal-footer .bootbox-accept:focus {
    background: #32C7A3;
    outline: none;
    color: #fff;
}
.admin-review-preview {
    display: flex;
    align-self: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 10px;
}
.all__category__review__item h1,
.all__category__review__item h2,
.all__category__review__item h3,
.all__category__review__item h4,
.all__category__review__item h5,
.all__category__review__item h6,
.all__category__review__item .h1,
.all__category__review__item .h2,
.all__category__review__item .h3,
.all__category__review__item .h4,
.all__category__review__item .h5,
.all__category__review__item .h6,
.all__category__review__item ul,
.all__category__review__item ol,
.all__category__review__item strong,
.all__category__review__item .strong,
.all__category__review__item small,
.all__category__review__item .small,
.all__category__review__item em {
    all: revert;
}
.all__category__review__item ul li[style="list-style-type:none;"]:before {
    background: unset;
}
h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 54px;
}
h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 31.2px;
}
h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 31.2px;
}
h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30.8px;
}
h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 17.68px;
}
[data-skeleton-content=hidden] {
    visibility: hidden;
}
[data-skeleton-content=shown] {
    visibility: visible;
}
#loginModal,
#signUpModal {
    z-index: 200000;
}
.main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item:focus-within,
.main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item:focus-visible {
    border: none;
    outline: none;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.btn-group {
    display: flex;
}
.btn-account {
    width: 132px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #121127;
    transition: all .3s;
}
.btn-account:hover {
    background: #5A96FF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    color: #fff;
}
.btn-default {
    background: #32C7A3;
    border-radius: 8px;
    color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-default:hover {
    background: #3638BC;
    color: #fff;
}
.btn-subscribe {
    width: 145px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.btn-load-more {
    width: 164.5px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #121127;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-load-more:hover {
    background: #5A96FF;
    border: 1px solid #5A96FF;
    color: #fff;
}
.btn-load-more svg {
    margin-left: 13px;
}
.btn-allow {
    width: 196px;
    height: 40px;
    background: #32C7A3;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-allow:hover {
    color: #fff;
    background: #3638BC;
}
.btn-decline {
    width: 196px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EA6168;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #EA6168;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-decline:hover {
    border: 1px solid #EA6168;
    background: #EA6168;
    color: #fff;
}
.btn-allow-only {
    width: 196px;
    height: 40px;
    background: #5A96FF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-allow-only:hover {
    color: #fff;
    background: #2A6EE7;
}
.btn-continue-store {
    width: 100%;
    height: 70px;
    background: linear-gradient(90deg, rgb(146, 120, 250) 49%, rgb(62, 15, 252) 87%);
    border-radius: 80px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    border: none;
    color: #FFFFFF;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-continue-store:hover {
    color: #fff;
    background: #9278FA;
}
.btn-go-to-store {
    background: #5E36FF;
    border-radius: 60px;
    height: 58px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    max-width: 245px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-go-to-store:hover {
    color: #fff;
    background: #3638BC;
}
.btn-go-to-store:hover {
    background: #4D2ADB;
}
header .btn-group {
    flex-direction: row-reverse;
}
header .btn-group .btn {
    margin-right: 10px;
}
.btn-sign-up {
    width: 102px;
    height: 40px;
    background: #5E36FF;
    border-radius: 6px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .3s;
}
.btn-sign-up:hover {
    background: #3638BC !important;
    color: white !important;
}
.btn-sign-up:focus {
    background: #3638BC !important;
    color: white !important;
    outline: none;
}
.btn-login {
    border-radius: 6px !important;
}
.btn-coupon-all {
    width: 161px;
    height: 52px;
    background: #5E36FF;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-coupon-all:hover {
    background: #3638BC;
    color: #fff;
}
.btn-do-not-share {
    width: 100%;
    max-width: 407px;
    height: 52px;
    background: #32C7A3;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-do-not-share:hover {
    background: #3638BC;
    text-decoration: none;
    color: #fff;
}
#remove-all-stores-btn {
    color: #EA6168;
    width: 99px;
    transition: border-color 0.2s ease;
}
#remove-all-stores-btn:hover {
    border: 1px solid #EA6168;
}
.button-up {
    z-index: 10000;
}
header {
    background: rgba(255, 255, 255, 0.37);
    border-bottom: 1px solid #CBCDE0;
    position: relative;
}
header .container {
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 10px;
    width: 100%;
    max-width: 1190px;
    max-height: 90px;
}
@media (max-width: 768px) {
    header .container {
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 15px;
    }
}
header .container:before,
header .container:after {
    display: none;
}
header .header .logo {
    position: relative;
    top: 9px;
    width: 100%;
    display: block;
    max-width: 209px;
}
@media (max-width: 768px) {
    header .header .logo {
        max-width: 129px;
        height: 29px;
        top: 5px;
    }
}
header .header__align__right {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.tabs li:first-child,
header .header__align__right .btn-group {
    margin-left: 10px;
}
header .header__nav {
    display: flex;
    flex-grow: 1;
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
}
@media (max-width: 992px) {
    header .header__nav {
        display: none;
    }
}
header .header__nav__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-decoration: none;
    color: #52545F;
    margin: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
header .header__nav__link svg {
    margin-left: 2px;
}
header .header__nav__link__drop {
    position: relative;
}
header .header__nav__dropdown {
    position: absolute;
    background: #FFFFFF;
    box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 1160px;
    padding: 0 21px 21px 21px;
    top: 55px;
    left: -250px;
    opacity: 0;
    z-index: 30;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
header .header__nav__dropdown:before {
    width: 42px;
    height: 42px;
    background: #fff;
    content: "";
    position: absolute;
    left: 83px;
    top: -10px;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
header .header__nav__dropdown:after {
    background: transparent;
    content: "";
    display: block;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    height: 40px;
}
header .header__nav__dropdown__top {
    display: flex;
    align-items: center;
    background: white;
    position: relative;
    z-index: 100;
    padding-top: 21px;
}
header .header__nav__dropdown__top h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #070E25;
}
header .header__nav__dropdown__top a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    margin-left: 26px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}
header .header__nav__dropdown__top a:hover {
    text-decoration: none;
    color: #5E36FF;
}
header .header__nav__dropdown__tags {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
header .header__nav__dropdown__tags a {
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5A96FF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #5A96FF;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
header .header__nav__dropdown__category {
    left: -325px;
}
@media (max-width: 1900px) {
    header .header__nav__dropdown__category {
        left: -323px;
    }
}
@media (max-width: 1200px) {
    header .header__nav__dropdown__category {
        left: -261px;
        width: 1050px;
    }
}
@media (max-width: 1150px) {
    header .header__nav__dropdown__category {
        left: -274px;
        width: 1050px;
    }
}
header .header__nav__dropdown__category:before {
    left: 350px;
}
@media (max-width: 1200px) {
    header .header__nav__dropdown__category:before {
        left: 277px;
    }
}
header .header__nav__dropdown__store {
    left: -440px;
}
@media (max-width: 1200px) {
    header .header__nav__dropdown__store {
        left: -400px;
        width: 1050px;
    }
}
@media (max-width: 1150px) {
    header .header__nav__dropdown__store {
        width: 900px;
        left: -330px;
    }
}
header .header__nav__dropdown__store:before {
    left: 450px;
}
@media (max-width: 1200px) {
    header .header__nav__dropdown__store:before {
        left: 450px;
    }
}
@media (max-width: 1150px) {
    header .header__nav__dropdown__store:before {
        left: 343px;
    }
}
header .header__nav__dropdown.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
header .header__nav__stores {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    border-bottom: 1px solid #CBCDE0;
    padding-bottom: 25px;
}
header .header__nav__stores__item {
    text-align: center;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.5%;
}
@media (max-width: 768px) {
    header .header__nav__stores__item {
        width: 100%;
    }
}
header .header__nav__stores .stores-img {
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid transparent;
}
header .header__nav__stores .stores-img img {
    width: 100%;
    height: 100%;
}
header .header__nav__stores h6 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #070E25 !important;
    padding-top: 12px;
}
header .header__nav__stores__horizontal {
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
}
header .header__nav__stores__horizontal .header__nav__stores__item {
    display: flex;
    align-items: center;
    width: 25%;
    padding-bottom: 26px;
    flex-direction: row;
    justify-content: flex-start;
}
header .header__nav__stores__horizontal .header__nav__stores__item .stores-img {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #B5B7BE;
    transition: border-color 0.2s ease;
}
header .header__nav__stores__horizontal .header__nav__stores__item h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #070E25 !important;
    padding-left: 6px;
}
header .header__nav.hide {
    display: none;
}
header .header__nav__dropdown__category__links {
    display: flex;
    padding-top: 23px;
    flex-wrap: wrap;
}
header .header__nav__dropdown__category__item {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 768px) {
    header .header__nav__dropdown__category__item {
        width: 50%;
        flex-direction: column;
    }
}
header .header__nav__dropdown__category__item > div {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    width: 100%;
}
header .header__nav__dropdown__category__item > div a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    color: #070E25;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}
header .header__nav__dropdown__category__item > div a span {
    flex-shrink: 0;
    margin-right: 5px;
}
header .header__nav__dropdown__category__item > div a:hover {
    color: #5A96FF;
}
header .header__nav__mob {
    display: none;
}
@media (max-width: 992px) {
    header .header__nav__mob {
        display: flex;
    }
}
header .header__nav__mob .btn {
    margin-right: 10px;
}
header .header__nav__mob .btn:last-child {
    margin-right: 0;
}
header .header__nav__mob .btn-search-mob {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCDE0;
    border-radius: 140px;
    background: url("/images/topforless/search-btn-mob.svg") no-repeat center center #fff;
}
header .header__nav__mob .btn-user-mob {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCDE0;
    border-radius: 140px;
    background: url("/images/topforless/user-mob.svg") no-repeat center center #fff;
}
header .header__nav__mob .btn-user-mob.opened {
    background: url("/images/topforless/user-mob-open.svg") no-repeat center center #5E36FF;
    border: 1px solid #5E36FF;
}
header .header__nav__mob .btn-hamburger {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCDE0;
    border-radius: 140px;
    background: url("/images/topforless/hamburger-open.svg") no-repeat center center #fff;
    margin-right: 0;
}
header .header__nav__mob .btn-hamburger.opened {
    background: url("/images/topforless/hamburger-close.svg") no-repeat center center #32C7A3;
    border: 1px solid #32C7A3;
}
header .header__nav__mob .btn-search-mob.opened {
    background: url("/images/topforless/search-btn-mob-white.svg") no-repeat center center #32C7A3;
    border: 1px solid #32C7A3;
}
header .header__nav__mob__menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 92px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(41.5px);
    -webkit-backdrop-filter: blur(41.5px);
    border-radius: 0px 0px 10px 10px;
    padding: 37px 15px 15px;
}
@media (max-width: 768px) {
    header .header__nav__mob__menu {
        top: 62px;
    }
}
header .header__nav__mob__menu.open {
    display: block;
}
header .header__nav__mob__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #52545F;
    margin-bottom: 42px;
}
header .header__nav__mob__link:last-child {
    padding-right: 7px;
}
header .header__nav__mob__link svg {
    margin-left: 11px;
}
header .header__nav__mob__search__offer input {
    width: 100%;
    height: 44px;
    background: url(/images/topforless/icon-search.svg) no-repeat 12px center, #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 8px;
    padding: 0 20px 0 50px;
}
@media (max-width: 992px) {
    header .header .btn-group {
        display: none;
    }
}
header .header__search {
    position: relative;
    margin-left: 10px;
}
header .header__search__cross {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
    display: none;
}
@media (max-width: 992px) {
    header .header__search {
        display: none !important;
    }
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
}
.header__search__btn {
    width: 40px;
    height: 40px;
    background: url("/images/topforless/header__search__btn.svg") no-repeat center center #32C7A3;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.slick-slide,
.popular__stores__item .entity-link,
.popular__stores__item .entity-link:focus-visible,
.popular__stores__item .entity-link:focus,
header .header__nav__mob .btn:focus,
.header__search__btn:focus {
    outline: none;
}
.header__search__btn:hover {
    background: url("/images/topforless/header__search__btn.svg") no-repeat center center #078567;
    border: 1px solid #CBCDE0;
}
.header__search.open {
    display: flex;
    margin: 0 10px 0 40px;
    transition: 0.5s ease-in-out;
    flex-grow: 1;
}
.header__search.open .search-dropdown {
    top: 60px;
    left: 5px;
    position: absolute;
    z-index: 20;
    width: calc(100% - 10px);
}
.header__search.open .search-dropdown .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    transition: color 0.2s ease;
}
.header__search.open form {
    display: flex;
    width: 100%;
}
.header__search.open input {
    display: block;
    flex-grow: 1;
    position: relative;
    padding: 4px 4px 4px 44px;
    border-radius: 8px;
    border: 1px solid #D8D9E3;
    background: url(/images/topforless/icons/search.svg) no-repeat 12px center, #FFFFFF;
    color: #B0AFBE;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.header__search.open input::placeholder {
    color: #B0AFBE;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.header__search.open .header__search__cross {
    display: block;
    cursor: pointer;
}
header .header__search.open .header__search__btn {
    display: flex;
    width: 93px;
    z-index: 2;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: #32C7A3;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 171%;
    border: none;
    cursor: pointer;
    transition: all .3s;
    max-height: 40px;
    position: absolute;
    top: 12%;
    right: 5px;
}
header .header__search.open .header__search__btn:hover {
    background: #078567;
}
header .header-bottom {
    position: absolute;
    right: 0;
    bottom: -26px;
    max-width: 571px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 222px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
    header .header-bottom {
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
    }
}
header .header-bottom nav {
    display: flex;
    align-items: center;
    padding-left: 25px;
}
header .header-bottom a {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    text-decoration: none;
    margin-right: 32px;
    text-transform: uppercase;
    color: #070E25;
    display: flex;
    align-items: center;
}
header .header-bottom a img {
    margin-right: 4px;
}
.header__nav__link__drop:hover .header__nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.header__nav__mob__categories {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(41.5px);
    -webkit-backdrop-filter: blur(41.5px);
    border-radius: 0px 0px 10px 10px;
    padding: 40px 20px;
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    z-index: 1000000;
}
.header__nav__mob__categories .close-heading {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #070E25;
}
.header__nav__mob__categories.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.header__nav__mob__categories .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.header__nav__mob__categories .read-more:hover {
    color: #5E36FF;
}
header .header__nav__stores__item:hover h6 {
    color: #32C7A3 !important;
}
header .header__nav__stores__horizontal .header__nav__stores__item:hover .stores-img {
    border: 1px solid #32C7A3;
}
.alphabet-container {
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    margin-bottom: 10px;
    align-items: center;
}
@media (max-width: 992px) {
    .alphabet-container {
        background: #FFFFFF;
        flex-wrap: wrap;
        padding: 15px;
    }
}
.alphabet-container span.country-letter {
    cursor: pointer;
    width: 22px;
    height: 28px;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color 0.2s ease, box-shadow 0.2s ease;
}
.alphabet-container span.country-letter:hover {
    box-shadow: 0px 2px 4px #8BB2E9;
    border-radius: 2px;
    color: #5E36FF;
}
.header__nav__mob__stores {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(41.5px);
    -webkit-backdrop-filter: blur(41.5px);
    border-radius: 0px 0px 10px 10px;
    padding: 40px 20px;
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    z-index: 1000000;
}
.header__nav__mob__stores .close-heading {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #070E25;
    margin-bottom: 41px;
}
.header__nav__mob__stores .header__nav__stores__item {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 26px;
}
@media (max-width: 768px) {
    .header__nav__mob__stores .header__nav__stores__item {
        margin-bottom: 19px;
    }
}
.header__nav__mob__stores .header__nav__stores__item .stores-img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
}
.header__nav__mob__stores .header__nav__stores__item .stores-img:hover {
    border-width: 1px;
}
.header__nav__mob__stores .header__nav__stores__item .stores-img img {
    width: 100%;
}
.header__nav__mob__stores .header__nav__stores__item h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #070E25;
    padding-left: 10px;
}
.header__nav__mob__stores .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.header__nav__mob__stores .read-more:hover {
    color: #5E36FF;
}
.header__nav__mob__stores.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 1000000;
}
.header #search_results_header .header__nav__link__drop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header .header .logo-animated {
    display: none;
}
header .header .logo-picture {
    display: block;
    left: 0px;
    top: 0px;
    width: 181px;
}
header .header .logo-picture img {
    width: 100%;
}
header.home-header .header .logo-animated {
    display: block;
}
header.home-header .header .logo-picture {
    display: block;
}
body.fixed-body .header__nav__mob__menu__main.open {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 1000000;
}
footer {
    background: #050D58;
    z-index: 5;
}
.footer {
    max-width: 1170px;
    padding-top: 25px;
    padding-bottom: 22px;
}
.footer > div:first-child {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .footer > div:first-child {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .footer > div:first-child .footer__rights {
        display: none;
    }
}
.footer > div:last-child {
    display: flex;
    justify-content: space-between;
}
.footer > div:last-child .footer__nav {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding: 10px 115px 0 0;
}
@media (max-width: 900px) {
    .footer > div:last-child .footer__nav {
        padding: 10px 0 0 0;
    }
}
@media (max-width: 480px) {
    .footer > div:last-child .footer__nav {
        justify-content: space-around;
    }
}
@media (max-width: 768px) {
    .footer > div:last-child {
        flex-direction: column;
        align-items: center;
    }
}
.footer > div:last-child .footer__rights {
    display: none;
}
@media (max-width: 768px) {
    .footer > div:last-child .footer__rights {
        display: block;
    }
}
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }
}
.footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 35px;
}
.footer__nav:last-child {
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .footer__nav {
        padding-top: 16px;
        padding-bottom: 15px;
    }
}
.footer__nav__link {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-decoration: none;
    color: #DBE6FC;
    margin: 0 15px;
    transition: color 0.2s ease;
}
@media (max-width: 400px) {
    .footer__nav__link {
        margin: 0 8px;
    }
}
.footer__nav__link:hover {
    text-decoration: none;
    color: #32C7A3;
}
.footer__nav__link__sub {
    font-size: 16px;
}
@media (max-width: 768px) {
    .footer__nav__link__sub {
        width: 27%;
        text-align: center;
        margin-bottom: 16px;
    }
}
@media (max-width: 480px) {
    .footer__nav__link__sub {
        width: auto;
        margin: 0 18px 16px;
    }
}
.footer__rights {
    font-weight: 400;
    font-size: 14px;
    color: #DBE6FC;
    line-height: 140%;
}
.footer__social__follow {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 480px) {
    .footer__social__follow {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 20px;
    }
}
.footer__social__follow a {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}
:root {
    --stripe1: #E7EFF8;
    --stripe2: #DAE8F3;
    --blue: #7996B3;
    --green: #759F87;
    --pink: #D18794;
    --purple: #9586AC;
    --yellow: #EFC16D;
}
.newsletter__form {
    position: relative;
}
.newsletter__form .confetti-container {
    display: none;
}
.newsletter__form .successful-block {
    display: none;
}
.newsletter__form .container {
    max-width: 1170px;
    padding-top: 76px;
    padding-bottom: 85px;
}
.newsletter__form form {
    background: url(/images/topforless/form-newsletter-bg.svg) repeat-x 0 0, rgba(255, 255, 255, 0.61);
    box-shadow: 0 14px 54px 0 #CBE1E8;
    backdrop-filter: blur(91px);
    border-radius: 26px;
    padding: 47px 49px 24px 49px;
}
.newsletter__form h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .newsletter__form h4 {
        font-size: 22px;
    }
}
.newsletter__form h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #070E25;
}
@media (max-width: 768px) {
    .newsletter__form h3 {
        font-size: 32px;
        line-height: 40px;
    }
}
.newsletter__form h3 span {
    color: #FE8086;
}
.newsletter__wrapper {
    display: flex;
    justify-content: space-between;
}
.newsletter__content {
    margin-right: 30px;
}
.newsletter__img {
    position: absolute;
    width: 274px;
    height: 254px;
    right: 50px;
    top: 30px;
}
@media(max-width: 990px) {
    .newsletter__img {
        display: none;
    }
}
.newsletter__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter__form__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
}
@media (max-width: 768px) {
    .newsletter__form__wrapper {
        flex-direction: column;
        padding-top: 21px;
    }
}
.newsletter__form__wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #121127;
    max-width: 563px;
}
.newsletter__form__privacy {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    padding-top: 30px;
    color: #52545F;
    max-width: 68%;
    display: flex;
}
@media (max-width: 768px) {
    .newsletter__form__privacy {
        max-width: 100%;
    }
}
.newsletter__form__privacy p a {
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.newsletter__form__privacy p a:hover {
    color: #5E36FF;
}
.newsletter__form__privacy img {
    flex-shrink: 0;
    margin-right: 18px;
    margin-top: -7px;
}
.newsletter__form .newsletter__form__group {
    width: 100%;
    display: flex;
    position: relative;
}
@media (max-width: 768px) {
    .newsletter__form .newsletter__form__group {
        width: 100%;
        padding-top: 10px;
        flex-direction: column;
    }
}
.newsletter__form .newsletter__form__group .field-subscribeform-email {
    flex-grow: 1;
    margin-right: 11px;
    position: relative;
}
@media (max-width: 768px) {
    .newsletter__form .newsletter__form__group .field-subscribeform-email {
        margin-right: 0;
    }
}
.newsletter__form .newsletter__form__group .help-block {
    position: absolute;
    left: 10px;
    bottom: -27px;
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    color: #FE8086;
}
@media (max-width: 768px) {
    .newsletter__form .newsletter__form__group .help-block {
        position: static;
    }
}
.newsletter__form .newsletter__form__group input {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgba(18, 17, 39, 0.56);
    height: 100%;
}
.newsletter__form .newsletter__form__group input ::-webkit-input-placeholder {
    color: rgba(18, 17, 39, 0.56);
}
@media (max-width: 768px) {
    .newsletter__form .newsletter__form__group input {
        width: 100%;
        height: 52px;
        margin-bottom: 11px;
    }
}
@media (max-width: 768px) {
    .newsletter__form .newsletter__form__group .btn {
        width: 100%;
    }
}
.newsletter__form__success .newsletter__smile__block {
    display: block;
}
.newsletter__form__success .confetti-container {
    display: block;
}
.newsletter__form__success .confetti-container .confetti {
    position: absolute;
    display: flex;
    width: 10px;
    height: 10px;
    top: -100px;
    z-index: 10;
}
.newsletter__form__success .confetti-container .confetti:nth-child(1) {
    background-color: var(--blue);
    animation: fall 2.5s linear infinite;
    left: 10%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(2) {
    background-color: var(--green);
    animation: fall 2.3s linear infinite 0.2s;
    left: 20%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(3) {
    background-color: var(--pink);
    animation: fall 2.4s linear infinite 0.4s;
    left: 30%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(4) {
    background-color: var(--purple);
    animation: fall 2.7s linear infinite 0.1s;
    left: 40%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(5) {
    background-color: var(--yellow);
    animation: fall 2.6s linear infinite 0.7s;
    left: 50%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(6) {
    background-color: var(--blue);
    animation: fall 2.4s linear infinite 0.2s;
    left: 60%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(7) {
    background-color: var(--green);
    animation: fall 2.1s linear infinite 0.7s;
    left: 70%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(8) {
    background-color: var(--pink);
    animation: fall 2.4s linear infinite 0.9s;
    left: 80%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(9) {
    background-color: var(--purple);
    animation: fall 2.9s linear infinite 0.9s;
    left: 90%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(10) {
    background-color: var(--yellow);
    animation: fall 2.2s linear infinite 1.1s;
    left: 100%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(11) {
    background-color: var(--blue);
    animation: fall2 2.5s linear infinite;
    left: 95%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(12) {
    background-color: var(--green);
    animation: fall2 2.3s linear infinite 1.1s;
    left: 85%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(13) {
    background-color: var(--pink);
    animation: fall2 2.4s linear infinite 1.2s;
    left: 75%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(14) {
    background-color: var(--purple);
    animation: fall2 2.7s linear infinite 1.3s;
    left: 65%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(15) {
    background-color: var(--yellow);
    animation: fall2 2.6s linear infinite 1.4s;
    left: 55%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(16) {
    background-color: var(--blue);
    animation: fall2 2.4s linear infinite 1.5s;
    left: 45%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(17) {
    background-color: var(--green);
    animation: fall2 2.1s linear infinite 1.6s;
    left: 35%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(18) {
    background-color: var(--pink);
    animation: fall2 2.4s linear infinite 1.7s;
    left: 25%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(19) {
    background-color: var(--purple);
    animation: fall2 2.9s linear infinite 1.8s;
    left: 15%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(20) {
    background-color: var(--yellow);
    animation: fall2 2.2s linear infinite 1.9s;
    left: 5%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(21) {
    background-color: var(--blue);
    animation: fall 2.5s linear infinite;
    left: 3%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(22) {
    background-color: var(--green);
    animation: fall 2.3s linear infinite 1.3s;
    left: 13%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(23) {
    background-color: var(--pink);
    animation: fall 2.4s linear infinite 1.4s;
    left: 23%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(24) {
    background-color: var(--purple);
    animation: fall 2.7s linear infinite 1.5s;
    left: 33%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(25) {
    background-color: var(--yellow);
    animation: fall 2.6s linear infinite 1.6s;
    left: 43%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(26) {
    background-color: var(--blue);
    animation: fall 2.4s linear infinite 1.2s;
    left: 53%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(27) {
    background-color: var(--green);
    animation: fall 2.1s linear infinite 1.7s;
    left: 63%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(28) {
    background-color: var(--pink);
    animation: fall 2.4s linear infinite 1.8s;
    left: 73%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(29) {
    background-color: var(--purple);
    animation: fall 2.9s linear infinite 1.9s;
    left: 83%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(30) {
    background-color: var(--yellow);
    animation: fall 2.2s linear infinite 1.1s;
    left: 93%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(31) {
    background-color: var(--blue);
    animation: fall2 2.2s linear infinite 1.1s;
    left: 7%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(32) {
    background-color: var(--green);
    animation: fall2 2.9s linear infinite 0.9s;
    left: 17%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(33) {
    background-color: var(--pink);
    animation: fall2 2.4s linear infinite 0.1s;
    left: 27%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(34) {
    background-color: var(--purple);
    animation: fall2 2.1s linear infinite 0.7s;
    left: 37%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(35) {
    background-color: var(--yellow);
    animation: fall2 2.4s linear infinite 0.2s;
    left: 47%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(36) {
    background-color: var(--blue);
    animation: fall2 2.6s linear infinite 0.7s;
    left: 57%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(37) {
    background-color: var(--green);
    animation: fall2 2.7s linear infinite 0.9s;
    left: 67%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(38) {
    background-color: var(--pink);
    animation: fall2 2.4s linear infinite 0.4s;
    left: 77%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(39) {
    background-color: var(--purple);
    animation: fall2 2.3s linear infinite 0.2s;
    left: 87%;
}
.newsletter__form__success .confetti-container .confetti:nth-child(40) {
    background-color: var(--yellow);
    animation: fall2 2.5s linear infinite 0.3s;
    left: 97%;
}
@keyframes fall {
    0% {
        top: -110px;
        transform: rotate(0deg) rotateY(-90deg);
        opacity: 1;
    }
    100% {
        top: 900px;
        transform: rotate(360deg) rotateY(180deg);
        opacity: 0.7;
    }
}
@keyframes fall2 {
    0% {
        top: -110px;
        transform: rotate(0deg) rotateY(90deg);
        opacity: 1;
    }
    100% {
        top: 900px;
        transform: rotate(-360deg) rotateY(-180deg);
        opacity: 0.5;
    }
}
.newsletter__form__success .newsletter__form__group input {
    display: none;
}
.newsletter__form__success .newsletter__form__group .btn-subscribe {
    display: none;
}
.newsletter__form__success .newsletter__form__group .successful-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #32C7A3;
    border-radius: 8px;
    height: 52px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #32C7A3;
}
.newsletter__form__success .newsletter__form__group .successful-block img {
    margin-right: 10px;
}
.newsletter__smile__block {
    display: none;
    left: 50%;
    top: -140px;
    transform: translateX(-50%);
    position: absolute;
    width: 209px;
    height: 140px;
    background: url(/images/topforless/smile-pic.png) no-repeat center center/50%, url(/images/topforless/newletter-elipse.png) no-repeat center bottom/100%;
}
@media (max-width: 768px) {
    .home-bottom .newsletter__form .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.coupon-card {
    border-radius: 26px;
}
.coupon-card-default {
    position: relative;
    background: white;
    transition: transform 0.2s ease;
}
.coupon-card-default .coupon-card-img {
    height: 142px;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
}
@media (max-width: 768px) {
    .coupon-card-default .coupon-card-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.coupon-card-default .coupon-card-img img {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .coupon-card-default .coupon-card-img img {
        height: auto;
    }
}
.coupon-card-default .coupon-card-info {
    padding: 5px 17px;
}
.coupon-card-default .coupon-card-info h6 {
    display: flex;
    align-items: center;
    color: #070E25;
}
@media (max-width: 420px) {
    .coupon-card-default .coupon-card-info h6 {
        font-size: 12px;
    }
    .home-bottom .coupons__list .coupon-card-default .coupon-card-img img {
        width: 100%;
    }
    .home-bottom .coupon-card-default .coupon-card-info h5 {
        font-size: 11px;
    }
}
.coupon-card-default .coupon-card-info h6 img {
    margin-right: 10px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    flex-shrink: 0;
}
.coupon-card-default .coupon-card-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #454A5B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 80px;
    -webkit-box-orient: vertical;
}
.coupon-card-default-label {
    width: 104px;
    height: 26px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.coupon-card-default-label img,
.coupon-card-default-label .label-icon {
    margin-right: 5px;
    flex-shrink: 0;
}
.coupon-card-default .read-more {
    font-weight: 400;
    font-size: 10px;
    line-height: 155%;
    color: #32C7A3;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    transition: all .3s;
}
.coupon-card-default .read-more:hover {
    color: #5E36FF;
}
.coupon-card-default .read-more svg {
    margin-left: 4px;
}
.coupon-card-expire {
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    color: #D2D3E4;
    padding-bottom: 8px;
    position: relative;
    display: flow-root;
}
.coupon-card-expire .used-div {
    float: right;
}
@media (max-width: 768px) {
    .coupon-card-expire .used-div {
        float: none;
        width: 100%;
    }
}
.coupon-card-expire .expires-div {
    float: left;
}
@media (max-width: 768px) {
    .coupon-card-expire .expires-div {
        float: none;
        width: 100%;
    }
}
.coupon-card-bottom {
    display: flex;
    flex-direction: column;
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-bottom .read-more {
    align-self: flex-end;
}
.coupon-card-horizontal {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 26px;
    padding: 12px 0px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}
.coupon-card-horizontal .btn-go-to-store {
    width: 245px;
    height: 51px;
}
.coupon-card-horizontal .coupon-count {
    position: absolute;
    top: 20px;
    right: 27px;
}
@media (max-width: 768px) {
    .coupon-card-horizontal {
        align-items: flex-start;
        padding-top: 41px;
        display: block;
    }
}
.coupon-card-horizontal .coupon-card-default-label {
    right: 88%;
    top: 10px;
}
@media (max-width: 768px) {
    .coupon-card-horizontal .coupon-card-default-label {
        right: 83%;
    }
}
@media (max-width: 480px) {
    .coupon-card-horizontal .coupon-card-default-label {
        right: 78%;
    }
}
@media (max-width: 420px) {
    .coupon-card-horizontal .coupon-card-default-label {
        right: 76%;
    }
}
@media (max-width: 400px) {
    .coupon-card-horizontal .coupon-card-default-label {
        right: 74%;
    }
}
@media (max-width: 380px) {
    .coupon-card-horizontal .coupon-card-default-label {
        right: 72%;
    }
}
.coupon-card-horizontal-content {
    flex-grow: 1;
    padding-left: 64px;
    width: 70%;
    padding-bottom: 18px;
    padding-right: 15px;
}
@media (max-width: 768px) {
    .coupon-card-horizontal-content {
        padding-left: 7px;
        width: 100%;
        padding-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .coupon-card-horizontal-content h5 {
        padding-left: 30%;
    }
}
.coupon-card-horizontal-content .store-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
}
@media (max-width: 768px) {
    .coupon-card-horizontal-content .store-name {
        padding-left: 30%;
    }
}
@media (max-width: 768px) {
    .coupon-card-horizontal-content .btn-go-to-store {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .coupon-card-horizontal-content .btn-go-to-store {
        max-width: 285px;
        width: 100%;
        margin: 0 auto;
    }
}
.coupon-card-horizontal-content .get-code {
    border: 2px dashed #32C7A3;
    background: white;
    max-width: 245px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 72px;
    position: relative;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #070E25;
    cursor: pointer;
}
.coupon-card-horizontal-content .get-code .promo-code-text {
    width: 75%;
    overflow: hidden;
    text-align: right;
    height: 22px;
    max-width: 210px;
}
@media (max-width: 768px) {
    .coupon-card-horizontal-content .get-code {
        width: 100%;
        max-width: 100%;
        position: relative;
    }
}
@media (max-width: 480px) {
    .coupon-card-horizontal-content .get-code {
        max-width: 285px;
        margin: 10px auto 16px;
    }
}
.coupon-card-horizontal-content .get-code .copy-code {
    background: transparent;
    border: none;
}
.coupon-card-horizontal-content .get-code-showing {
    border-radius: 72px 0 0 72px;
    background: #32C7A3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 14px;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s ease-in-out;
    padding-left: 30px;
}
@media (max-width: 768px) {
    .coupon-card-horizontal-content .get-code-showing {
        width: 80%;
    }
}
.coupon-card-horizontal-content .get-code-showing:before {
    width: 27px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    background: #157A62;
    border-radius: 72px 0 0 72px;
    right: -15px;
    transform: rotate(21deg);
    top: -6px;
    transition: 0.2s ease-in-out;
}
.coupon-card-horizontal-content .get-code-showing:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 13px;
    content: "";
}
.coupon-card-horizontal-content .get-code:hover .get-code-showing {
    transition: 0.2s ease-in-out;
    width: 70%;
}
.coupon-card-horizontal-content .get-code:hover .get-code-showing:before {
    right: -10px;
    transition: 0.2s ease-in-out;
    width: 30px;
    height: 53px;
    top: -10px;
}
.coupon-card-horizontal-content .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
@media (max-width: 480px) {
    .coupon-card-horizontal-content .read-more {
        padding-left: 7px;
        margin-bottom: 5px;
        display: block;
    }
}
.coupon-card-horizontal-content .read-more:hover {
    color: #5E36FF;
}
.coupon-card-horizontal-content .read-more svg {
    margin-left: 3px;
}
.coupon-card-horizontal .used-times {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
    background: #F0F4FB;
    width: 100%;
    padding: 3px 24px;
    border-top: 1px solid #CBCDE0;
    border-radius: 0 0 26px 26px;
    flex-wrap: wrap;
}
.coupon-card-horizontal .used-times .read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}
.coupon-card-horizontal .used-times .read-more:hover {
    color: #5E36FF;
}
.all__category__about.about__read__more .read-more-wrapper .read-more:hover svg path,
.coupon-card-horizontal .used-times .read-more:hover svg path {
    stroke: #5E36FF;
}
.coupon-card-horizontal .used-times .read-more-hide svg {
    transform: rotate(180deg);
    position: relative;
}
.coupon-card-horizontal .used-times .show-details-content {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}
@media (max-width: 480px) {
    .coupon-card-horizontal .used-times .show-details-content {
        padding-top: 6px;
    }
}
.coupon-card-horizontal .used-times .show-details-content > div:nth-of-type(1) {
    width: 40%;
}
.coupon-card-horizontal .used-times .show-details-content > div h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 3px;
}
.coupon-card-horizontal .used-times .show-details-content > div p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #52545F;
    padding-bottom: 1px;
}
.editor-text p strong,
.coupon-card-horizontal .used-times .show-details-content > div p strong {
    font-weight: bold;
}
.coupon-card-horizontal .used-times .show-details-content .used-times-coupon {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #52545F;
    display: block;
    margin-top: 4px;
}
.coupon-card-horizontal .used-times .show-details-content.hidden-content {
    display: none;
}
.coupon-card-horizontal:hover {
    transform: scale(1.03);
    transition: transform 250ms;
}
.coupon-card-sale {
    width: 144px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/images/topforless/coupons/star-coupon.png") no-repeat center center/85%;
    font-weight: 700;
    font-size: 22px;
    line-height: 97%;
    color: #5A96FF;
    padding: 26px;
    text-align: center;
    flex-shrink: 0;
    margin-left: 35px;
    overflow: hidden;
    border-radius: 50%;
}
.coupon-card-sale img {
    width: 100%;
}
@media (max-width: 768px) {
    .coupon-card-sale {
        width: 86px;
        height: 86px;
        margin-left: 10px;
        font-size: 18px;
        float: left;
        margin-right: 10px;
    }
}
.coupon-card .coupon-card-sale.coupon-card-sale-default-img {
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 26px;
    background-image: none;
    margin-bottom: 15px;
}
.coupon-card .coupon-card-sale.coupon-card-sale-default-img img {
    width: 100%;
}
.coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img {
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 26px;
    background-image: none;
    padding: 0;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img {
        width: 86px;
        height: 86px;
    }
}
.coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img img {
    width: 100%;
}
.coupon-card-default-label.exclusive {
    background: #100DA8;
}
.coupon-card-default-label.top_deal {
    background: #4FC027;
}
.coupon-card-default-label.bestseller {
    background: #EA2069;
}
.coupon-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.coupon-modal {
    max-width: 835px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
}
@media (max-width: 768px) {
    .coupon-modal {
        max-width: 600px;
    }
}
.coupon-modal-cross {
    position: absolute;
    right: -34px;
    top: -24px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .coupon-modal-cross {
        right: 16px;
        top: -35px;
    }
}
.coupon-modal-content-info {
    display: flex;
    padding: 40px 40px 0;
}
@media (max-width: 768px) {
    .coupon-modal-content-info {
        padding: 10px 16px 0;
        flex-direction: column;
        align-items: center;
    }
}
.coupon-modal-content-info-text {
    padding-top: 5px;
    padding-left: 29px;
    flex-grow: 1;
}
@media (max-width: 768px) {
    .coupon-modal-content-info-text {
        width: 100%;
        padding-left: 0;
    }
}
.coupon-modal-content-info-text h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #070E25;
    text-align: left;
    padding-bottom: 3px;
}
@media (max-width: 768px) {
    .coupon-modal-content-info-text h2 {
        text-align: center;
        font-size: 22px;
        line-height: 100%;
        padding-top: 10px;
    }
}
.coupon-modal-content-info-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #52545F;
    text-align: left;
    padding: 0 0 15px 0;
}
@media (max-width: 768px) {
    .coupon-modal-content-info-text p {
        text-align: center;
        padding-bottom: 0;
    }
}
.coupon-modal-content-info .get-code {
    max-width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}
.coupon-modal-content-info .get-code .code {
    flex-grow: 1;
    overflow: hidden;
    height: 22px;
    max-width: 405px;
}
.coupon-modal-content-info .get-code-copied {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    height: 100%;
    visibility: hidden;
}
@media (max-width: 768px) {
    .coupon-modal-content-info .get-code {
        position: static;
    }
}
.coupon-modal-content-info .get-code-showing {
    justify-content: center;
    display: none;
}
.coupon-modal-content-info .get-code.copied {
    border: none;
    opacity: 0;
    transition: border 0.5s, opacity 1.8s linear;
    -webkit-transition: border 0.5s, opacity 1.8s linear;
    position: relative;
}
.coupon-modal-content-info .get-code.copied .code {
    position: relative;
    animation: moveRight 0.6s normal forwards linear;
    -webkit-animation: moveRight 0.6s normal forwards linear;
    transition: animation 0.5s;
    -webkit-transition: animation 0.5s;
}
.coupon-modal-content-info .get-code.copied .copy-code {
    animation: hideScale 0.6s normal forwards linear;
    -webkit-animation: hideScale 0.6s normal forwards linear;
}
.coupon-modal-content-info .get-code.copied .get-code-copied {
    display: flex;
    animation: getCodeOpacity 3s normal forwards linear;
    -webkit-animation: getCodeOpacity 3s normal forwards linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.coupon-modal-privacy {
    display: flex;
    justify-content: center;
    padding: 10px 40px;
}
@media (max-width: 768px) {
    .coupon-modal-privacy {
        padding: 10px 15px;
        flex-direction: column;
    }
}
.coupon-modal-privacy > div {
    background: #F0F4FF;
    border-radius: 10px;
    padding: 6px 10px;
}
@media (max-width: 768px) {
    .coupon-modal-privacy > div {
        width: 100%;
        border-top: 1px solid #CBCDE0;
        border-radius: 10px;
    }
}
.coupon-modal-privacy > div p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #52545F;
}
.coupon-modal-privacy > div:nth-of-type(1) {
    width: 100%;
    max-width: 165px;
    margin-right: 11px;
}
@media (max-width: 768px) {
    .coupon-modal-privacy > div:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .coupon-modal-privacy > div:nth-of-type(2) {
        width: 100%;
    }
}
.coupon-modal-img {
    width: 100%;
    max-width: 167px;
    height: 167px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #CBCDE0;
    border-radius: 26px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .coupon-modal-img {
        max-width: 92px;
        height: 92px;
    }
}
.coupon-modal-img img {
    width: 100%;
}
.coupon-modal-btn-wrap {
    display: flex;
    justify-content: center;
    padding: 36px 40px 56px;
}
@media (max-width: 768px) {
    .coupon-modal-btn-wrap {
        padding: 10px 16px 8px;
    }
}
.coupon-modal-btn-wrap .btn-continue-store {
    height: 62px;
}
.coupon-modal .newsletter__form {
    background: linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
    border-radius: 0 0 26px 26px;
}
.coupon-modal .newsletter__form form {
    border-radius: 0 0 26px 26px;
    padding-top: 23px;
    background: url(/images/topforless/form-newsletter-bg.svg) repeat-x 0 0, linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
}
.coupon-modal .newsletter__form form h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.coupon-modal .newsletter__form__wrapper {
    flex-direction: column;
    padding-top: 0;
}
.coupon-modal .newsletter__form__wrapper p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #121127;
    padding-bottom: 18px;
}
.coupon-modal .newsletter__form__privacy {
    max-width: 100%;
}
.coupon-modal .newsletter__form .newsletter__form__group {
    width: 100%;
    display: flex;
    max-width: 563px;
    margin: 0 auto;
}
.coupon-modal .newsletter__form .newsletter__form__group .successful-block {
    margin-left: 33px;
}
@media (max-width: 768px) {
    .coupon-modal .newsletter__form .newsletter__form__group .successful-block {
        margin-top: 40px;
    }
}
.coupon-modal .newsletter__form__success .newsletter__smile__block {
    width: 55px;
    height: 55px;
    background: url("/images/topforless/newsletter-smile-block.svg") no-repeat center center/cover;
    left: 0%;
    top: -7px;
}
@media (max-width: 768px) {
    .coupon-modal .newsletter__form__success .newsletter__smile__block {
        left: 50%;
        top: -18px;
    }
}
.coupon-modal-overlay.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 2000;
}
@media (max-width: 1900px) {
    .coupon-modal-overlay.visible {
        overflow-y: scroll;
        overflow-x: hidden;
        align-items: flex-start;
        padding-top: 50px;
    }
}
.go-to-store {
    padding-top: 7px;
    padding-bottom: 17px;
}
@media (max-width: 480px) {
    .go-to-store {
        padding-left: 10px;
        clear: both;
        padding-bottom: 16px;
        padding-top: 20px;
    }
}
.coupon-card.slick-slide {
    height: auto;
}
.stores-card .coupon-card-horizontal-content {
    padding-bottom: 0;
}
.stores-card:nth-of-type(10n+1) {
    background: #FAEEED;
}
.stores-card:nth-of-type(10n+2) {
    background: #E6EDFF;
}
.stores-card:nth-of-type(10n+3) {
    background: #EAF7F6;
}
.stores-card:nth-of-type(10n+4) {
    background: #EBFAFF;
}
.stores-card:nth-of-type(10n+5) {
    background: #FFF9E9;
}
.stores-card:nth-of-type(10n+6) {
    background: #B5F2EA;
}
.stores-card:nth-of-type(10n+7) {
    background: #F6FFF8;
}
.stores-card:nth-of-type(10n+8) {
    background: #FDEED9;
}
.stores-card:nth-of-type(10n+9) {
    background: #DEF7FE;
}
.stores-card:nth-of-type(10n+10) {
    background: #FFFADD;
}
@keyframes moveRight {
    0% {
        left: 0%;
        opacity: 1;
    }
    50% {
        left: 30%;
        opacity: 1;
    }
    100% {
        left: 78%;
        opacity: 0;
    }
}
@-webkit-keyframes moveRight {
    0% {
        left: 0%;
        opacity: 1;
    }
    50% {
        left: 30%;
        opacity: 1;
    }
    100% {
        left: 78%;
        opacity: 0;
    }
}
@keyframes hideScale {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}
@-webkit-keyframes hideScale {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}
@keyframes getCodeOpacity {
    0% {
        visibility: hidden;
    }
    10% {
        visibility: hidden;
    }
    20% {
        visibility: hidden;
    }
    30% {
        visibility: visible;
    }
    40% {
        visibility: visible;
    }
    50% {
        visibility: visible;
    }
    60% {
        visibility: visible;
    }
    70% {
        visibility: visible;
    }
    80% {
        visibility: visible;
    }
    90% {
        visibility: visible;
    }
    100% {
        visibility: visible;
    }
}
@-webkit-keyframes getCodeOpacity {
    0% {
        visibility: hidden;
    }
    10% {
        visibility: hidden;
    }
    20% {
        visibility: hidden;
    }
    30% {
        visibility: visible;
    }
    40% {
        visibility: visible;
    }
    50% {
        visibility: visible;
    }
    60% {
        visibility: visible;
    }
    70% {
        visibility: visible;
    }
    80% {
        visibility: visible;
    }
    90% {
        visibility: visible;
    }
    100% {
        visibility: visible;
    }
}
@media (max-width: 768px) {
    .coupon-card-horizontal.stores-card .stores-card-img {
        width: 144px;
        height: 144px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .coupon-card-horizontal.stores-card .coupon-card-horizontal-content {
        position: relative;
        z-index: 100000;
        padding-left: 0;
    }
}
.coupon-card-horizontal.stores-card .coupon-card-horizontal-link-mob {
    display: none;
}
@media (max-width: 768px) {
    .coupon-card-horizontal.stores-card .coupon-card-horizontal-link-mob {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
    }
}
@media (max-width: 480px) {
    .home-bottom .coupons__list .coupon-card-default .coupon-card-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 420px) {
    .home-bottom .coupons__list .coupon-card-default .coupon-card-img {
        align-items: flex-start;
        height: 100px;
    }
}
@media (max-width: 1120px) {
    .coupons__list .container .coupon-card-default {
        margin-right: 14px !important;
    }
}
@media (max-width: 1024px) {
    .coupons__list .container .coupon-card-default {
        margin-right: 12px !important;
    }
}
@media (max-width: 480px) {
    .coupons__slider__wrapper .coupon-card-default .coupon-card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    .coupons__slider__wrapper .coupon-card-default .coupon-card-img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 420px) {
    .coupons__all__dealls__wrapper .container .coupon-card-default,
    .coupons__slider__wrapper .coupon-card-default {
        margin: 0 65px !important;
        max-width: 254px;
    }
    .coupons__all__dealls__wrapper .container .coupon-card-default .coupon-card-img img,
    .coupons__slider__wrapper .coupon-card-default .coupon-card-img img {
        width: 110%;
    }
    .coupons__all__dealls__wrapper .container .coupon-card-default .coupon-card-img img,
    .coupons__slider__wrapper .coupon-card-default .coupon-card-img img {
        width: 110%;
    }
}
@media (max-width: 380px) {
    .coupons__all__dealls__wrapper .container .coupon-card-default,
    .coupons__slider__wrapper .coupon-card-default {
        margin: 0 45px !important;
        max-width: 254px;
    }
}
@media (max-width: 420px) {
    .home-bottom .coupon-card-default .coupon-card-info {
        padding: 5px 10px;
    }
}
.coupons__list .container {
    max-width: 1170px;
    padding-top: 82px;
}
@media (max-width: 768px) {
    .coupons__list .container {
        padding-top: 40px;
    }
}
.coupons__list .container .coupon-card-default {
    width: 23.6%;
    margin-bottom: 26px;
    transition: transform 250ms;
    margin-right: 20px;
}
.coupons__list .container .coupon-card-default:hover {
    transform: scale(1.03);
}
@media (max-width: 768px) {
    .coupons__list .container .coupon-card-default {
        width: 31%;
        margin-right: 0 !important;
    }
}
@media (max-width: 500px) {
    .coupons__list .container .coupon-card-default {
        width: 48%;
    }
}
.coupons__list__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .coupons__list__wrapper {
        justify-content: space-between;
    }
}
.coupons__list__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 45px;
}
@media (max-width: 768px) {
    .coupons__list__top {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }
}
.coupons__list__top a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    text-decoration: none;
    color: #32C7A3;
    transition: color 0.2s ease;
}
.coupons__list__top a:hover {
    color: #5E36FF;
}
@media (max-width: 768px) {
    .coupons__list__top a {
        padding-top: 10px;
    }
}
.coupons__list .load-more {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .coupons__slider .coupon-card-expire .used-div {
        float: right;
        width: auto;
    }
}
@media (max-width: 768px) {
    .coupons__slider .coupon-card-expire .expires-div {
        float: left;
        width: auto;
    }
}
.home-bottom {
    background: linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
}
.home-hero {
    background: url("/images/topforless/home-top-bg.jpg") no-repeat 0 0/cover;
}
.home-hero .container {
    max-width: 1150px;
    padding-top: 51px;
    padding-bottom: 75px;
}
.home-hero h1 {
    text-align: center;
    color: #070E25;
    padding-bottom: 14px;
}
@media (max-width: 768px) {
    .home-hero h1 {
        font-size: 36px;
        line-height: 100%;
    }
}
@media (max-width: 480px) {
    .home-hero h1 {
        padding: 0 22px 14px;
    }
}
.home-hero p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: rgba(18, 17, 39, 0.56);
}
@media (max-width: 768px) {
    .home-hero p {
        font-size: 18px;
        line-height: 117.5%;
    }
}
.home-hero p a:nth-of-type(1) {
    color: #FE8086;
}
.home-hero p a:nth-of-type(2) {
    color: #369FFF;
}
.popular__stores {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(41.5px);
    border-radius: 26px;
    padding: 28px 47px;
    margin-top: 41px;
}
@media (max-width: 768px) {
    .popular__stores {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.popular__stores__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 22px;
}
.coupons__list__top h3,
.popular__stores__top h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #070E25;
}
@media (max-width: 768px) {
    .popular__stores__top a {
        padding-top: 10px;
    }
}
.popular__stores__top a:hover {
    color: #5E36FF;
}
.popular__stores__top a svg,
.coupons__list__top a svg {
    margin-left: 4px;
}
.popular__stores__list {
    display: flex;
    flex-wrap: wrap;
}
.popular__stores__item {
    display: flex;
    align-items: center;
    width: 25%;
    padding-bottom: 30px;
    position: relative;
}
.popular__stores__ico {
    width: 83px;
    height: 83px;
    overflow: hidden;
    border: 4px solid transparent;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
@media (max-width: 480px) {
    .popular__stores__ico {
        width: 63px;
        height: 63px;
    }
}
.popular__stores__ico img {
    width: 102%;
    height: 102%;
}
.popular__stores__icon {
    flex-shrink: 0;
}
.popular__stores__info {
    text-align: left;
    padding-left: 12px;
}
.popular__stores__info h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #070E25;
    transition: all .3s;
}
.popular__stores__info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgba(7, 14, 37, 0.75);
    text-align: left;
}
.form__search__products {
    padding-top: 47px;
    position: relative;
    z-index: 20;
}
.form__search__products form {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    border-radius: 26px;
    padding: 38px 43px 10px;
    position: relative;
}
@media (max-width: 768px) {
    .form__search__products form {
        padding: 20px 10px 10px;
    }
}
.form__search__products form .form-wrap {
    display: flex;
    justify-content: space-between;
}
.form__search__products form .btn-get-started {
    width: 156px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .form__search__products form .btn-get-started {
        height: 44px;
        font-size: 15px;
        line-height: 22px;
        width: 111px;
    }
}
.form__search__products form input {
    background: url("/images/topforless/icon-search.svg") no-repeat 12px center, #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 8px;
    margin-right: 11px;
    height: 52px;
    padding-left: 58px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgba(18, 17, 39, 0.56);
}
@media (max-width: 768px) {
    .form__search__products form input {
        height: 44px;
    }
}
.form__search__products form input ::placeholder,
.newsletter__form .newsletter__form__group input :-ms-input-placeholder,
.newsletter__form .newsletter__form__group input ::placeholder,
.form__search__products form input ::-webkit-input-placeholder,
.form__search__products form input :-ms-input-placeholder {
    color: rgba(18, 17, 39, 0.56);
}
.form__search__products form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgba(18, 17, 39, 0.56);
    width: 100%;
    padding-top: 8px;
    text-align: left;
}
.form__search__products .search-dropdown {
    width: 77.4%;
}
@media (max-width: 768px) {
    .form__search__products .search-dropdown {
        width: 95%;
        top: 64px;
        left: 11px;
        position: absolute;
        z-index: 20;
    }
}
@media (max-width: 768px) {
    .form__search__products .search-dropdown .search__deals__list__item .coupon-card-default-label {
        position: static;
        margin-bottom: 11px;
    }
}
header .header__nav__stores__item:hover .stores-img,
.popular__stores__item:hover .popular__stores__ico {
    border: 4px solid #32C7A3;
}
.popular__stores__item:hover .popular__stores__info h6 {
    color: #32C7A3;
}
@media (max-width: 992px) {
    .popular__stores__list {
        display: none;
    }
}
.popular__stores__list__mob {
    display: none;
}
@media (max-width: 992px) {
    .popular__stores__list__mob {
        display: flex;
    }
}
.popular__stores__list__mob .slick-arrow {
    display: none !important;
}
.popular__stores__list__mob .slick-dots li {
    width: 45px;
}
.popular__stores__list__mob .slick-dots li button:before {
    width: 45px;
    height: 4px;
    background: #D8E3F5;
    border-radius: 22px;
    content: "";
    opacity: 1;
}
.popular__stores__list__mob .slick-dots li.slick-active button:before {
    width: 45px;
    height: 4px;
    background: #9E8CC7;
    border-radius: 22px;
    content: "";
    opacity: 1;
}
.popular__stores__list__slide {
    display: flex !important;
    flex-wrap: wrap;
}
.popular__stores__list__slide .popular__stores__item {
    width: 100%;
    padding-right: 10px;
}
.popular__stores__list__slide .popular__stores__item .popular__stores__info h6 {
    font-size: 14px;
    line-height: 22.4px;
}
.all__category__review__item h1,
.all__category__review__item h2,
.all__category__review__item h3,
.all__category__review__item h4,
.all__category__review__item h5,
.all__category__review__item h6,
.all__category__review__item .h1,
.all__category__review__item .h2,
.all__category__review__item .h3,
.all__category__review__item .h4,
.all__category__review__item .h5,
.all__category__review__item .h6,
.all__category__review__item ul,
.all__category__review__item ol,
.all__category__review__item strong,
.all__category__review__item .strong,
.all__category__review__item small,
.all__category__review__item .small,
.all__category__review__item em {
    all: none;
}
.header__countries {
    width: 63px;
    z-index: 1;
}
.header__countries select {
    width: 100%;
    border: none;
}
.header__countries.hide {
    display: none;
}
.select2-container {
    width: 100%;
    max-width: 1147px;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 200;
}
#forgotPasswordModal .field-forgotpasswordform-recaptcha #forgotpasswordform-recaptcha-recaptcha-forgotPasswordForm > div,
@keyframes select2-dropdown-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.select2-dropdown {
    width: 100% !important;
}
.select2-container--open .select2-dropdown {
    left: 0;
    top: 22px;
    padding: 24px 48px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 10px;
    border: none !important;
    position: relative;
    overflow-x: visible !important;
    animation: select2-dropdown-in 0.2s ease;
}
@media (max-width: 992px) {
    .select2-container--open .select2-dropdown {
        padding: 0;
    }
}
.select2-container--open .select2-dropdown:before {
    width: 42px;
    height: 42px;
    background: #fff;
    content: "";
    position: absolute;
    left: 83px;
    top: -10px;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    z-index: -1;
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 8px;
}
.select2-container--krajee-bs3 .select2-selection {
    border: none !important;
    box-shadow: none !important;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border-left: none !important;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-color: #070E25 transparent transparent transparent !important;
}
.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #070E25 transparent !important;
    border-width: 0 4px 5px 4px;
}
.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field {
    background: url(/images/topforless/icon-search.svg) no-repeat 12px center, #FFFFFF !important;
    border: 1px solid #CBCDE0 !important;
    border-radius: 8px !important;
    color: rgba(18, 17, 39, 0.56) !important;
    box-shadow: none !important;
    margin-bottom: 21px;
    padding-left: 50px;
}
.select2-results__options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.select2-container--krajee-bs3 li.select2-results__option {
    width: 25%;
}
@media (max-width: 992px) {
    .select2-container--krajee-bs3 li.select2-results__option {
        width: 100%;
    }
}
.select2-container--krajee-bs3 li.select2-results__option span {
    display: flex;
    align-items: center;
}
.select2-container--krajee-bs3 li.select2-results__option span img {
    flex-shrink: 0;
    margin-right: 9px;
    border-radius: 3px;
    display: inline-block;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered img {
    border-radius: 3px;
    display: inline-block;
    width: 29px !important;
    height: 17px;
}
.sort-country-alphabet {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    transition: color 0.2s ease;
}
@media (max-width: 768px) {
    .sort-country-alphabet {
        width: 100%;
    }
}
.sort-country-alphabet:hover {
    color: #5E36FF;
    text-decoration: none;
}
@media (max-width: 992px) {
    .select2-results {
        padding-bottom: 20px;
        background: rgba(255, 255, 255, 0.55);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(41.5px);
    }
}
.all__category {
    background: #fff;
}
.all__category__sub input[type=checkbox] + label {
    margin-bottom: 24px;
}
.all__category__about {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    padding: 16px 26px;
    border-radius: 26px;
}
.all__category__about p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #52545F;
}
.all__category__item__sidebar .all__category__sidebar {
    width: 100%;
}
.all__category .container {
    max-width: 1170px;
    padding-top: 0;
    padding-bottom: 0px;
    width: 100%;
}
@media (max-width: 992px) {
    .all__category .container {
        width: 100% !important;
    }
}
.all__category__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 27px;
}
.all__category__list {
    width: 70%;
}
@media (max-width: 992px) {
    .all__category__list {
        width: 100%;
        padding-bottom: 20px;
    }
}
.all__category__list__item {
    background: #FFFFFF;
    border-radius: 26px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.2s ease;
}
.all__category__list__item:hover {
    transform: scale(1.03);
}
@media (max-width: 768px) {
    .all__category__list__item {
        flex-direction: column-reverse;
    }
}
.all__category__list__img {
    flex-shrink: 0;
    width: 287px;
    height: 232px;
    overflow: hidden;
    display: flex;
    border-radius: 0 26px 26px 0;
    height: auto;
}
@media (max-width: 768px) {
    .all__category__list__img {
        width: 100%;
        border: 1px solid #CBCDE0;
        border-bottom: none;
        border-radius: 26px 26px 0 0;
        height: 62vw;
    }
}
@media (max-width: 420px) {
    .all__category__list__img {
        height: 126px;
        justify-content: center;
        align-items: center;
    }
}
.all__category__list__img img {
    width: 100%;
    display: block;
    height: 100%;
    border: 1px solid #CBCDE0;
    border-radius: 0 26px 26px 0;
}
@media (max-width: 768px) {
    .all__category__list__img img {
        border-radius: 26px 26px 0 0;
    }
}
@media (max-width: 420px) {
    .all__category__list__img img {
        height: auto;
    }
}
.all__category__list__content {
    flex-grow: 1;
    padding: 20px 29px 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #CBCDE0;
    border-right: none;
    border-radius: 26px 0 0 26px;
    align-items: flex-start;
    position: relative;
}
@media (max-width: 768px) {
    .all__category__list__content {
        border-radius: 0 0 26px 26px;
        border: 1px solid #CBCDE0;
        border-right: 1px solid #CBCDE0;
    }
}
.all__category__list__content h4 {
    color: #070E25;
    padding-bottom: 12px;
    max-width: 280px;
}
@media (max-width: 768px) {
    .all__category__list__content h4 {
        font-size: 22px;
        line-height: 100%;
    }
}
.all__category__list__content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #52545F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.all__category__list__content .read-more,
.popular__stores__top a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.all__category__list__content .read-more:hover {
    color: #5E36FF;
}
.all__category__list__content .read-more svg {
    margin-left: 3px;
}
.all__category__sidebar {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    border-radius: 26px;
    padding: 26px;
}
.all__category__sidebar h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 22px;
}
.all__category__sidebar .popular__stores__list {
    flex-direction: column;
}
.all__category__sidebar .popular__stores__item {
    width: 100%;
    padding-bottom: 24px;
}
.all__category__sidebar a.read-more {
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.all__category__tabs {
    width: 100%;
    position: relative;
}
@media (max-width: 992px) {
    .all__category__tabs {
        width: 100%;
    }
}
.all__category__tabs .tabs {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    border-radius: 26px;
    border: none;
    padding: 21px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.all__category__tabs .tabs li {
    border: 1px solid #CBCDE0;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #52545F;
    margin: 0 7px;
}
.all__category__tabs .tabs li.active-tab {
    background: #5A96FF;
    border: 1px solid #CBCDE0;
    border-radius: 10px;
    color: #fff;
}
.all__category__tabs .tabs-content {
    margin-top: 30px;
}
/* Only the first deals panel is active on load, but nothing said so in CSS: all four
      <li data-tab> panels were laid out at first paint and only collapsed on DOM ready, when
      all_deals.js (`$('.tabs').trigger('tabs.updated')`) clicks the active tab and main.js hides
      the rest inline. Everything below — seo__block, FAQ — was yanked up by the height of three
      deals lists, which is the flicker. Hide them from the first paint instead; the JS keeps
      working because its hide()/show() writes inline display, which outranks this rule. */
[data-tab-list-content=deals] > li[data-tab] ~ li[data-tab] {
    display: none;
}
.all-coupons-page .all__category__tabs .tabs-content {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .all__category__tabs .tabs-content {
        margin-right: 0;
        margin-left: 0;
    }
}
.all__category__faq {
    padding-top: 100px;
}
@media (max-width: 992px) {
    .all__category__faq {
        padding-bottom: 30px;
    }
}
.all__category__faq h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #070E25;
    padding-bottom: 24px;
    text-align: left;
}
.all__category .load-more {
    display: flex;
    justify-content: center;
}
.all__category__mob__filter {
    display: none;
}
@media (max-width: 768px) {
    .all__category__mob__filter {
        display: block;
    }
}
@media (max-width: 768px) {
    .all__category__item__sidebar__desc .all__category__sub {
        display: none;
    }
}
.coupons__slider__wrapper {
    padding: 26px 0 26px 0px;
    background: linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
    overflow: hidden;
}
@media (max-width: 768px) {
    .coupons__slider__wrapper {
        padding-bottom: 86px;
    }
}
.coupons__slider__wrapper .coupon-card-default {
    margin: 0 13px;
}
.coupons__slider__wrapper .slick-prev.slick-disabled {
    width: 44px;
    height: 44px;
    box-shadow: none;
}
.coupons__slider__wrapper .slick-next.slick-disabled {
    box-shadow: none;
}
.coupons__slider__wrapper .slick-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -55px;
}
@media (max-width: 768px) {
    .coupons__slider__wrapper .slick-prev {
        top: 109%;
        left: 40% !important;
    }
}
@media (max-width: 768px) {
    .coupons__slider__wrapper .slick-prev {
        left: 30% !important;
    }
}
.coupons__slider__wrapper .slick-prev:before {
    width: 100%;
    height: 100%;
    background: url("/images/topforless/slider-arrow-left.svg") no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.coupons__slider__wrapper .slick-next {
    right: -54px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
    .coupons__slider__wrapper .slick-next {
        top: 109%;
        right: 40% !important;
    }
}
@media (max-width: 768px) {
    .coupons__slider__wrapper .slick-next {
        right: 30% !important;
    }
}
.coupons__slider__wrapper .slick-next:before {
    width: 100%;
    height: 100%;
    background: url("/images/topforless/slider-arrow-right.svg") no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.all__category__item .container:first-child {
    padding-bottom: 13px;
}
.all__dealls__slider .slick-prev.slick-disabled {
    width: 44px;
    height: 44px;
    box-shadow: none;
}
.coupons__slider__wrapper .slick-prev.slick-disabled:before,
.all__dealls__slider .slick-prev.slick-disabled:before {
    background: url("/images/topforless/slider-arrow-left.svg") no-repeat center center transparent;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    content: "";
    box-shadow: none;
}
.all__dealls__slider .slick-next.slick-disabled {
    box-shadow: none;
}
.all__dealls__slider .slick-prev {
    width: 44px;
    height: 44px;
    left: -55px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
    .all__dealls__slider .slick-prev {
        top: 109%;
        left: 40% !important;
    }
}
@media (max-width: 768px) {
    .all__dealls__slider .slick-prev {
        left: 30% !important;
    }
}
.all__dealls__slider .slick-prev:before {
    width: 100%;
    height: 100%;
    background: url("/images/topforless/slider-arrow-left.svg") no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.all__dealls__slider .slick-next {
    right: -54px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
    .all__dealls__slider .slick-next {
        top: 109%;
        right: 40% !important;
    }
}
@media (max-width: 768px) {
    .all__dealls__slider .slick-next {
        right: 30% !important;
    }
}
.all__dealls__slider .slick-next:before {
    width: 100%;
    height: 100%;
    background: url("/images/topforless/slider-arrow-right.svg") no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
@media (max-width: 768px) {
    .all__category__sidebar .popular__stores__list {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    .all__category__sidebar .popular__stores__list .popular__stores__item {
        width: 33%;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .all__category__sidebar .popular__stores__list .popular__stores__item {
        width: 50%;
    }
}
.all__category__stores {
    padding-bottom: 0 !important;
}
@media (max-width: 992px) {
    .all__category__stores .all__category__list {
        padding-bottom: 0;
    }
}
.categories-tag-item {
    background: #F0F5FF;
    border-radius: 136px;
    color: #8A8DA4;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.categories-tag-item:before {
    background: #32C7A3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    margin-right: 7px;
}
.category-bottom-content .categories-tag-item {
    display: none;
}
@media (max-width: 768px) {
    .category-bottom-content .categories-tag-item {
        display: flex;
        position: static;
    }
}
@media (max-width: 768px) {
    .category-bottom-content {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
    }
}
@media (max-width: 768px) {
    .categories-tag-item.categories-tag-item-desc {
        display: none;
    }
}
.stores-card {
    padding: 20px;
    align-items: flex-start;
}
@media (max-width: 768px) {
    .stores-card {
        flex-direction: column;
        align-items: center;
    }
}
.stores-card h4 a {
    color: #070E25;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
@media (max-width: 768px) {
    .stores-card h4 {
        font-size: 22px;
        line-height: 100%;
    }
}
.stores-card .store-name {
    font-size: 12px;
    padding-bottom: 10px;
}
.stores-card-img {
    flex-shrink: 0;
    width: 94px;
    height: 94px;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
}
.stores-card .total-coupons {
    padding-top: 37px;
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    color: rgba(7, 14, 37, 0.75);
}
@media (max-width: 768px) {
    .stores-card .total-coupons {
        padding-top: 20px;
    }
}
.stores-card .coupon-card-horizontal-content {
    padding-left: 30px;
}
@media (max-width: 768px) {
    .stores-card .coupon-card-horizontal-content {
        padding-right: 0;
    }
}
.all__category__choice__tags select {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 14px;
    padding-right: 14px;
    color: #121127;
    font-family: "Poppins";
}
.all__category__choice__tags .selected__tags {
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.all__category__choice__tags .selected__tags li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    height: 23px;
    border: 1px solid #CBD0E2;
    border-radius: 150px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #52545F;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.all__category__choice__tags .selected__tags li span {
    width: 8px;
    height: 8px;
    background: url("/images/topforless/tag-remove-icon.png");
    display: block;
    margin-right: 5px;
    flex-shrink: 0;
    cursor: pointer;
}
@media (max-width: 992px) {
    .all__stores__content {
        flex-direction: column-reverse;
    }
}
.all__category__tabs .tabs.tabs-slider,
.custom-page .all__category__deals__tabs .tabs.tabs-slider {
    display: none;
}
@media (max-width: 768px) {
    .all__category__tabs .tabs.tabs-slider,
    .custom-page .all__category__deals__tabs .tabs.tabs-slider {
        display: block !important;
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
    }
}
.all__category .accordion,
.all__category__tabs .tabs.tabs-slider li,
.custom-page .all__category__deals__tabs .tabs.tabs-slider li {

}
@media (max-width: 800px) {
    .all__category__tabs .tabs {
        min-width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .all__category__content.all__category__stores {
        padding-top: 0;
    }
}
.coupon-hero-section {
    background: linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
}
.coupon-hero-section .container {
    max-width: 1170px;
    padding-top: 42px;
    padding-bottom: 42px !important;
}
.coupon-hero-content {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .coupon-hero-content {
        flex-direction: column;
    }
}
.coupon-hero-content-img {
    flex-shrink: 0;
    max-width: 190px;
}
.coupon-hero-content-img img {
    width: 100%;
    border-radius: 20px;
}
.coupon-hero-content-text {
    padding-left: 23px;
}
@media (max-width: 768px) {
    .coupon-hero-content-text {
        padding-left: 0;
    }
}
.coupon-hero-content-text h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #070E25;
    text-align: left;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}
.coupon-hero-content-text h1 .coupon-count {
    position: relative;
    line-height: 10px;
    margin-left: 12px;
}
@media (max-width: 768px) {
    .coupon-hero-content-text h1 {
        font-size: 32px;
        line-height: 100%;
        padding-top: 10px;
        text-align: center;
        justify-content: center;
    }
}
.coupon-hero-content-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #52545F;
    text-align: left;
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .coupon-hero-content-text p {
        font-size: 12px;
        line-height: 160%;
        text-align: center;
        padding-bottom: 0;
    }
}
.coupon-hero-content-text .tag-list {
    margin-top: 12px;
}
@media (max-width: 768px) {
    .coupon-hero-content-text .tag-list {
        justify-content: center;
    }
}
.coupon-hero-content-text .top-deal {
    padding-top: 33px;
    font-size: 11px;
    line-height: 160%;
    color: rgba(7, 14, 37, 0.75);
}
@media (max-width: 768px) {
    .coupon-hero-content-text .top-deal {
        text-align: center;
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .coupon-hero-content .categories__tag__list {
        justify-content: center;
    }
}
.all__dealls__slider .slick-prev.disabled:before,
.slick-prev.slick-disabled:before {
    background: url("/images/topforless/slider-arrow-left.svg") no-repeat center center, transparent !important;
    box-shadow: none;
}
.all__dealls__slider .slick-next.disabled:before,
.slick-next.slick-disabled:before {
    background: url("/images/topforless/slider-arrow-right.svg") no-repeat center center, transparent !important;
    box-shadow: none;
}
@media (max-width: 768px) {
    .coupon-hero-content {
        padding-top: 40px;
    }
}
@media (max-width: 768px) {
    .all__category__tabs .tabs.tabs-slider,
    .custom-page .all__category__deals__tabs .tabs.tabs-slider {
        top: -44px;
    }
}
.faq-section {
    background: #fff;
}
.faq-section .container {
    max-width: 1170px;
    padding-top: 0;
    padding-bottom: 95px;
}
.faq-section .acc {
    margin-bottom: 10px;
}
.about-section-top {
    background: #fff;
}
.about-section-top .container {
    max-width: 1170px;
    padding-top: 0;
    padding-bottom: 17px;
}
.about-page-b-element {
    background: url(/images/topforless/about/about-banner.jpg) no-repeat center center/cover;
    position: relative;
}
@media (max-width: 768px) {
    .about-page-b-element {
        background: #fff;
        position: relative;
    }
}
@media (max-width: 768px) {
    .about-page-b-element:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        height: 50vw;
        background: linear-gradient(88.57deg, #0F3866 3.46%, rgba(15, 61, 111, 0) 92.41%), url(/images/topforless/about/about-banner-mob.png) no-repeat center center/100%;
    }
}
.about-page-b-element .container {
    max-width: 1170px;
    padding-top: 80px;
    padding-bottom: 150px;
}
@media (max-width: 1368px) {
    .about-page-b-element .container {
        padding-top: 36px;
        padding-bottom: 75px;
    }
}
@media (max-width: 992px) {
    .about-page-b-element .container {
        padding-top: 12px;
        padding-bottom: 29px;
    }
}
@media (max-width: 768px) {
    .about-page-b-element .container {
        padding-top: 50vw;
    }
}
.about-page-b-element-text {
    width: 70%;
}
@media (max-width: 768px) {
    .about-page-b-element-text {
        width: 100%;
    }
}
.about-page-b-element-text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #EEEEEE;
}
@media (max-width: 992px) {
    .about-page-b-element-text h3 {
        font-size: 22px;
        line-height: 140%;
    }
}
@media (max-width: 768px) {
    .about-page-b-element-text h3 {
        color: #070E25;
    }
}
.about-page-b-element-text h3 span {
    color: #32C7A3;
}
.about-page-b-element-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .about-page-b-element-text p {
        font-size: 14px;
        line-height: 160%;
        color: #070E25;
    }
}
.about-page-b-element-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.about-section-bottom {
    background: #fff;
}
.about-section-bottom .container {
    max-width: 1140px;
    padding-top: 50px;
    padding-bottom: 84px;
}
@media (max-width: 768px) {
    .about-section-bottom .container {
        padding-top: 0;
    }
}
.about-section-bottom-content {
    display: flex;
    padding-bottom: 56px;
}
@media (max-width: 1200px) {
    .about-section-bottom-content {
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .about-section-bottom-content {
        flex-direction: column;
        padding-bottom: 20px;
    }
}
.about-section-bottom-content img {
    flex-shrink: 0;
    margin-right: 25px;
}
@media (max-width: 768px) {
    .about-section-bottom-content img {
        width: 100%;
        margin-bottom: 35px;
    }
}
.about-section-bottom-content-text p {
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 50px;
}
@media (max-width: 768px) {
    .about-section-bottom-content-text p {
        font-size: 14px;
        line-height: 160%;
        padding-bottom: 30px;
    }
}
.about-section-bottom-content-text p:nth-of-type(1) {
    color: #070E25;
}
.about-section-bottom-content-text p:nth-of-type(2) {
    color: #52545F;
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .about-section-bottom-b-element {
        flex-direction: column;
        align-items: center;
    }
}
.about-section-bottom-b-element p {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .about-section-bottom-b-element p {
        padding: 10px;
    }
}
.about-section-bottom-b-element,
.about-section-bottom-banner {
    background: linear-gradient(180deg, #E0EAFD 0%, #679BFF 100%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .about-section-bottom-banner {
        flex-direction: column;
        align-items: center;
    }
}
.about-section-bottom-banner p {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .about-section-bottom-banner p {
        padding: 10px;
    }
}
.login__wrapper {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    background: #FFFFFF;
    max-width: 987px;
    margin: 0 auto;
}
.login__wrapper__form {
    width: 100%;
    max-width: 521px;
}
@media (max-width: 768px) {
    .login__wrapper__form {
        max-width: 100%;
        padding: 0 15px;
    }
}
.login__wrapper .form-group {
    margin-bottom: 25px;
    position: relative;
}
.login__wrapper .form-group .forgot__pass {
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    right: 0;
    top: 0;
    text-decoration: none;
}
.all__category__about.about__read__more .read-more-wrapper .read-more,
.login__wrapper .form-group .show-password {
    cursor: pointer;
    transition: color 0.2s ease;
}
.login__wrapper__have__account {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #52545F;
    text-align: center;
}
.login__wrapper__have__account a {
    color: #32C7A3;
    text-decoration: none;
    transition: color 0.2s ease;
}
.login__wrapper__have__account a:hover {
    color: #5E36FF;
}
.login__wrapper__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 50px;
}
@media (max-width: 600px) {
    .login__wrapper__submit {
        flex-direction: column;
        padding-bottom: 12px;
    }
}
.login__wrapper__social {
    padding: 37px;
    background: #F0F4FB;
    border-top: 1px solid #CBCDE0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .login__wrapper__social {
        flex-direction: column;
        padding: 20px 15px;
    }
}
.login__wrapper .field-loginform-password > label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
h2,
h1.page-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #070E25;
    text-align: center;
    padding-bottom: 40px;
}
/* The page title owns a uniform 20px gap down to the page content on every page. Plain h2
   section headings keep the 40px from the rule above, so this cannot be folded into it;
   both selectors are 0,1,1 and this one wins on source order. */
h1.page-title,
h2.page-title {
    padding-bottom: 20px;
}
h2 + p,
h2 + p + p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #52545F;
    padding-bottom: 30px;
}
label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #121127;
    margin-bottom: 9px;
    display: block;
}
input:hover {
    border: 1px solid #5282EB;
}
input:focus {
    border: 1px solid #5E36FF;
}
.has-error input {
    border: 1px solid #FE8086;
    background: url(../images/login/error.svg) no-repeat 98% center #fff;
}
.has-success input {
    border: 1px solid #32C7A3 !important;
    background: url(../images/login/approve.svg) no-repeat 98% center #fff;
}
.has-error input:-moz-placeholder,
.has-error input::-webkit-input-placeholder,
.has-error input::-moz-placeholder,
.has-error input:-ms-input-placeholder {
    color: #FE8086;
}
span.error {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    color: #FE8086;
    padding-left: 10px;
}
.btn-submit {
    width: 192px;
    height: 52px;
    background: #5E36FF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-submit:hover {
    background: #3638BC;
    color: #fff;
}
.btn-submit:focus {
    outline: none;
    background: #3638BC;
    color: #fff;
}
.btn-social-login {
    width: 260px;
    height: 54px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 10px;
    text-decoration: none;
}
@media (max-width: 768px) {
    .btn-social-login:first-child {
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .btn-social-login {
        width: 100%;
    }
}
.header__nav__mob__categories .close-heading svg,
.header__nav__mob__stores .close-heading svg,
.btn-social-login img {
    margin-right: 20px;
    flex-shrink: 0;
}
.btn-social-fb {
    background: #475CA8;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-social-fb:hover {
    color: #fff;
    background: #0F2C94;
}
.btn-social-google {
    background: #5282EB;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-social-google:hover {
    background: #275BCE;
    color: #fff;
}
.input-pass-wrapper {
    position: relative;
}
.input-pass-wrapper .visible-pass {
    position: absolute;
    right: 10px;
    top: 13px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: block;
}
#signUpModal .modal-dialog,
#loginModal .modal-dialog {
    background: #FFFFFF;
    max-width: 987px !important;
    width: 100%;
    margin-top: 80px;
    z-index: 10;
}
@media (max-width: 768px) {
    #signUpModal .modal-dialog,
    #loginModal .modal-dialog {
        width: auto;
    }
}
#signUpModal .modal-dialog .modal-header,
#loginModal .modal-dialog .modal-header {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
#signUpModal .modal-dialog .modal-header button.close,
#loginModal .modal-dialog .modal-header button.close,
.coupon-modal .close {
    margin-top: -2px;
    position: absolute;
    right: -15px;
    top: -36px;
    z-index: 10000;
    font-size: 42px;
    font-weight: 300;
}
@media (max-width: 480px) {
    #signUpModal .modal-dialog .modal-header button.close,
    #loginModal .modal-dialog .modal-header button.close {
        right: -1px;
    }
}
#signUpModal .modal-dialog .modal-content,
#loginModal .modal-dialog .modal-content {
    border-radius: 0;
}
input,
#signUpModal .modal-dialog .modal-body input.form-control,
#loginModal .modal-dialog .modal-body input.form-control {
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 8px;
    width: 100%;
    height: 52px;
    padding: 0 17px;
    outline: none;
    transition: border-color 0.2s ease;
}
#signUpModal .modal-dialog .login__wrapper,
#loginModal .modal-dialog .login__wrapper {
    padding-top: 40px;
}
@media (max-width: 768px) {
    #signUpModal .modal-dialog .login__wrapper,
    #loginModal .modal-dialog .login__wrapper {
        padding-top: 20px;
    }
}
.has-error .help-block {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    color: #FE8086;
}
.form-group-agree a,
.forgot-password-button {
    color: #32C7A3;
    padding: 0 3px;
    transition: color 0.2s ease;
}
.form-group-agree a:hover,
.forgot-password-button:hover {
    color: #5E36FF;
    text-decoration: none;
}
#forgotPasswordForm .btn-submit {
    width: 241px;
}
#loginform-email {
    height: 52px;
}
.privacy__page .container {
    padding-top: 0;
}
.privacy__page .container .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* the page title is excluded: it takes the uniform 20px from `h2.page-title`, while the
   section headings on these pages keep their 40px */
.privacy__page .container h2:not(.page-title) {
    padding-bottom: 40px;
}
.privacy__page .container h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 20px;
}
.privacy__page .container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
    padding-bottom: 30px;
}
.privacy__page .container p b {
    font-weight: 600;
}
.privacy__page .container p span {
    font-weight: 600;
    color: #070E25;
}
.coupon-modal-privacy > div h5,
.privacy__page .container h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #070E25;
}
.editor-text p em,
.coupon-card-horizontal .used-times .show-details-content > div p em,
.privacy__page .container h6 i {
    font-style: italic;
}
.privacy__page .container ul {
    padding-bottom: 30px;
}
.privacy__page .container ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #52545F;
}
.privacy__page .container ul li ul {
    width: 100%;
    padding-left: 30px;
}
.privacy__page .container ul li:before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #070E25;
    content: "";
    float: left;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 10px;
}
.privacy__page .container a:not(.btn):hover {
    text-decoration: none;
    color: #5E36FF;
}
.cookie-table {
    margin-bottom: 40px;
}
.cookie-table table {
    width: 100%;
    border: 1px solid #D5E4FF;
}
@media (max-width: 992px) {
    .cookie-table table {
        width: 900px;
    }
}
.cookie-table table thead tr td {
    background: #F5F9FF;
    height: 38px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #070E25;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #D5E4FF;
    width: 20%;
}
@media (max-width: 992px) {
    .cookie-table table thead tr td {
        width: 228px;
    }
}
.cookie-table table tbody tr td {
    border-top: 1px solid #D5E4FF;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #070E25;
    border-right: 1px solid #D5E4FF;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
@media (max-width: 992px) {
    .cookie-table table tbody tr td {
        width: 228px;
    }
}
.cookie-table table tbody tr td p {
    text-align: left;
    padding: 10px;
}
.cookie-table table thead tr td:nth-last-child,
.cookie-table table tbody tr td:nth-last-child {
    border-right: none;
}
.cookie-table .two-col-table tr td:first-child {
    width: 20%;
    padding: 20px;
}
.cookie-table .two-col-table tr td:last-child {
    width: 80%;
    text-align: left;
    padding: 20px;
}
.do-not-shell-form {
    max-width: 559px;
    margin: 0 auto;
    padding: 20px 0 40px;
}
.do-not-shell-form h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #070E25;
}
.do-not-shell-form h3 + p {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 160%;
    text-align: center;
    color: #52545F;
    padding-top: 12px;
}
.do-not-shell-form form p.resident {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140%;
    color: #121127 !important;
    text-align: left !important;
    padding-bottom: 9px !important;
}
.do-not-shell-form form .resident-part {
    max-width: 289px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.do-not-shell-form form .resident-part select {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 6px;
}
.do-not-shell-form form p.agreement {
    padding-bottom: 7px;
    display: flex;
    align-items: flex-start;
}
.do-not-shell-form form .form-group {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 31px;
}
.coupon-card-horizontal .used-times .show-details-content > div:nth-of-type(2),
.do-not-shell-form form .form-group > div:first-child {
    width: 60%;
}
.do-not-shell-form form .form-group > div:last-child {
    width: 35%;
}
.do-not-shell-form form .form-group input {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #CBCDE0;
    border-radius: 8px;
    padding: 18px;
}
.do-not-shell-form form .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: block;
    padding-bottom: 9px;
    color: #121127;
}
.do-not-shell-form form .btn-dns {
    width: 100%;
    height: 52px;
    background: #32C7A3;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.do-not-shell-form form .btn-dns:hover {
    background: #3638BC;
}
.how-to-use {
    background: linear-gradient(95.03deg, #9ABCF9 -2.38%, #5A96FF 62.68%, #715AFF 100%);
}
.how-to-use .container {
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .how-to-use .container {
        flex-direction: column;
        padding-bottom: 0;
    }
}
.how-to-use-content {
    width: 55%;
}
@media (max-width: 768px) {
    .how-to-use-content {
        width: 100%;
    }
}
.how-to-use-content h2 {
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 28px;
}
@media (max-width: 768px) {
    .how-to-use-content h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
    }
}
.how-to-use-content h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 16px;
}
.how-to-use-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    padding-bottom: 34px;
}
@media (max-width: 768px) {
    .how-to-use-content .btn-coupon-all {
        margin: 0 auto;
    }
}
.how-to-use-animation {
    width: 45%;
}
@media (max-width: 768px) {
    .how-to-use-animation {
        width: 100%;
        padding-top: 14px;
    }
}
@media (max-width: 480px) {
    .how-to-use-animation {
        overflow: hidden;
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .how-to-use-animation lottie-player {
        transform: scale(1.3);
    }
}
.search-results {
    padding-top: 0;
    padding-bottom: 50px;
}
.search-results .container h2 {
    padding-top: 64px;
}
.search-results .container .text-of-results {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #121127;
    text-align: left;
}
.search-results .container .search-item--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    padding-bottom: 30px;
    color: #52545F;
}
.search-results .container .search-item--text span {
    text-decoration: none;
    color: #0416B6;
}
.search-results .container .load-more {
    display: flex;
    justify-content: center;
}
.search-results .page-title .text-of-results {
    margin-top: 10px;
}
.custom-page .container:first-child {
    padding-top: 0;
}
.custom-page .all__category__tabs {
    width: 100%;
}
.custom-page .all__category__tabs .tabs {
    top: -45px;
}
@media (max-width: 768px) {
    .custom-page .all__category__tabs .tabs {
        display: none;
    }
}
.custom-page .all__category__tabs .tabs li {
    padding: 0 !important;
    border: none !important;
}
.custom-page .all__category__tabs .tabs .tab-stores {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-page .all__category__tabs .tabs .tab-stores .stores-img img {
    width: 100%;
}
.custom-page .newsletter__form {
    background: linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
}
.all-coupons-page .container {
    max-width: 1150px;
}
.all-coupons-page .all__category__tabs {
    width: 70%;
}
@media (max-width: 992px) {
    .all-coupons-page .all__category__tabs {
        width: 100%;
    }
}
.all-coupons-page .all__deals__container {
    padding-left: 0;
}
@media (max-width: 768px) {
    .all-coupons-page .all__deals__container {
        padding-left: 15px;
    }
}
.all-deals-tabs {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    border-radius: 0px 0px 26px 26px;
    padding: 10px 50px;
}
@media (max-width: 768px) {
    .all-deals-tabs {
        padding: 16px 16px 82px;
        border-radius: 26px 26px 26px 26px;
    }
}
.all-deals-tabs-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all-deals-tabs-top h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
}
.all-deals-tabs .tabs {
    margin: 0;
    border: none;
}
.all-deals-tabs .tabs li {
    padding: 0 !important;
    border: none !important;
    height: auto;
}
.all-deals-tabs .tabs li:first-child {
    margin-left: 0;
}
.custom-page .all__category__tabs .tabs li.active-tab,
.all-deals-tabs .tabs li.active-tab {
    background: none !important;
}
.custom-page .all__category__tabs .tabs li.active-tab .stores-img,
.all-deals-tabs .tabs li.active-tab .stores-img {
    border: 7px solid #32C7A3;
}
.all-deals-tabs .tabs .tab-stores {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-page .all__category__tabs .tabs .tab-stores .stores-img,
.all-deals-tabs .tabs .tab-stores .stores-img {
    width: 83px;
    height: 83px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    border: 7px solid transparent;
}
.all-deals-tabs .tabs .tab-stores .stores-img img {
    width: 100%;
}
.custom-page .all__category__tabs .tabs li.active-tab h6,
.custom-page .all__category__tabs .tabs .tab-stores h6,
.all-deals-tabs .tabs li.active-tab h6,
.all-deals-tabs .tabs .tab-stores h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #070E25;
}
.custom-page .all__category__tabs .tabs-content,
.all-deals-tabs .tabs-content {
    margin-top: 140px !important;
}
.all-deals-tabs .slick-prev,
.all-deals-tabs .slick-next {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    width: 44px;
    height: 44px;
    z-index: 2000;
}
.all-deals-tabs .slick-prev.slick-disabled,
.all-deals-tabs .slick-next.slick-disabled {
    box-shadow: none;
}
.all-deals-tabs .slick-prev {
    background: url("/images/topforless/slider-arrow-left.svg") no-repeat center center, rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
    .all-deals-tabs .slick-prev {
        left: 30% !important;
        top: 120%;
    }
}
.all-deals-tabs .slick-next {
    background: url("/images/topforless/slider-arrow-right.svg") no-repeat center center, rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
    .all-deals-tabs .slick-next {
        right: 30% !important;
        top: 120%;
    }
}
.all-stores-btn {
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F7FF;
    border: 1px solid #F3F7FF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.all-stores-btn:hover {
    border: 1px solid #32C7A3;
    color: #32C7A3;
    text-decoration: none;
}
.custom-page .all__category__deals__tabs .tabs {
    top: 0;
    border-radius: 26px;
    margin: 0;
    display: none;
}
.custom-page .all__category__deals__tabs .tabs li {
    border: 1px solid #CBCDE0 !important;
    border-radius: 10px;
    padding: 10px 30px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #52545F;
    margin: 0 7px;
}
@media(max-width: 730px) {
    .custom-page .all__category__deals__tabs .tabs li,
    .all__category__tabs .tabs li {
        padding: 10px 24px !important;
    }
    .all__category__tabs .tabs,
    .all__category__tabs .tabs {
        padding: 14px;
    }
    .custom-page .all__category__deals__tabs .tabs li,
    .all__category__tabs .tabs li {
        margin: 0;
    }
    .custom-page .all__category__deals__tabs .tabs.active-tab-list,
    .all__category__tabs .tabs {
        justify-content: flex-start;
    }
}
@media(max-width: 370px) {
    .all__category__tabs .tabs {
        padding: 14px;
        gap: 10px;
    }
}
.custom-page .all__category__deals__tabs .tabs li.active-tab {
    background: #5A96FF !important;
    border: 1px solid #CBCDE0 !important;
    border-radius: 10px;
    color: #fff;
}
.custom-page .all__category__deals__tabs .tabs.active-tab-list {
    display: flex;
}
.custom-page .all__category__deals__tabs .tabs-content {
    margin-top: 20px !important;
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 768px) {
    .custom-page .all__category__deals__tabs .tabs-content {
        margin-top: 40px !important;
    }
}
.custom-page .all-stores-btn-container {
    display: flex;
    gap: 10px;
}
.coupons__all__dealls__wrapper {
    background: linear-gradient(180deg, #EDF3FF 0%, #DEE8FF 100%);
}
.coupons__all__dealls__wrapper .container {
    padding: 46px 15px 20px !important;
}
@media (max-width: 768px) {
    .coupons__all__dealls__wrapper .container {
        padding-bottom: 75px !important;
    }
}
.coupons__all__dealls__wrapper .container h4 {
    width: 100%;
    padding-bottom: 45px;
    color: #070E25;
}
.coupons__all__dealls__wrapper .container .coupon-card-default {
    width: 23%;
    margin: 0 13px;
}
.coupons__slider .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
}
.coupons__slider .slick-list .slick-track {
    margin-right: 0;
    margin-left: 0;
}
@media (max-width: 768px) {
    .coupons__slider .slick-prev {
        left: 7px;
        z-index: 20;
    }
}
@media (max-width: 768px) {
    .desc-visible-filter {
        display: none;
    }
}
.mobile-visible-filter {
    display: none;
}
@media (max-width: 768px) {
    .mobile-visible-filter {
        display: block;
    }
}
.slick-next,
.slick-prev {
    z-index: 2000;
}
.container.all__deals__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1180px;
    width: 100%;
}
.coupons__all__dealls__wrapper .container {
    max-width: 1190px;
}
.search-results .container {
    max-width: 1170px;
    width: 100%;
}
.modal-success-confirmation {
    padding: 38px;
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 835px;
    position: relative;
}
.modal-success-confirmation .modal-cross {
    position: absolute;
    right: -44px;
    top: -20px;
    cursor: pointer;
}
.modal-success-confirmation .img-wrapper {
    text-align: center;
    margin-bottom: 10px;
}
.modal-success-confirmation h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #070E25;
    padding-bottom: 40px;
}
.modal-success-confirmation p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #121127;
}
.my__account .container {
    padding: 0 15px 120px;
    width: 100%;
    max-width: 1150px;
}
@media (max-width: 900px) {
    .my__account .container {
        padding-bottom: 15px;
    }
}
.my__account__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 900px) {
    .my__account__wrapper {
        flex-direction: column;
    }
}
.my__account__left {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    border-radius: 26px;
    width: 30%;
    flex-shrink: 0;
}
@media (max-width: 900px) {
    .my__account__left {
        width: 100%;
    }
}
.my__account__info {
    padding: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.my__account__info a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3;
    margin-top: 20px;
    transition: color 0.2s ease;
}
.my__account__info a:hover {
    color: #5E36FF;
    text-decoration: none;
}
.my__account__info .p-image {
    position: absolute;
    top: 32%;
    left: 31%;
    width: 100%;
    height: 100%;
    max-width: 125px;
    max-height: 125px;
    cursor: pointer;
}
.my__account__info .p-image .upload-button {
    width: 100%;
    height: 100%;
    position: relative;
}
.my__account__info .p-image .upload-button .svg-photo {
    position: absolute;
    right: 10px;
    top: 20px;
}
.my__account__info .p-image .upload-button .user-photo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.my__account__info .file-upload {
    display: none;
}
.my__account__info .circle {
    width: 125px;
    height: 125px;
    background: #DFEAFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.my__account__info .circle .profile-pic {
    width: 104%;
    height: 104%;
    position: absolute;
    z-index: 10;
}
.my__account__info h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 37px;
}
.my__account__right {
    flex-grow: 1;
    margin-left: 36px;
}
@media (max-width: 900px) {
    .my__account__right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
.my__account__right .form-group {
    margin-bottom: 20px;
    position: relative;
}
.my__account__right .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #121127;
}
.my__account__right .form-group .edit-input {
    position: absolute;
    border: none;
    background: none;
    right: 6px;
    top: 40px;
}
.search-dropdown .read-more:hover svg path,
header .header__nav__dropdown__top a:hover svg path,
.header__search.open .search-dropdown .read-more:hover svg path,
.header__nav__mob__categories .read-more:hover svg path,
.header__nav__mob__stores .read-more:hover svg path,
.coupon-card-default .read-more:hover svg path,
.coupon-card-horizontal-content .read-more:hover svg path,
.coupons__list__top a:hover svg path,
.popular__stores__top a:hover svg path,
.all__category__list__content .read-more:hover svg path,
.all__category__sidebar a.read-more:hover svg path,
.my__account__right .form-group .edit-input:hover svg path,
.my__account__right .form-group .edit-input:focus svg path {
    fill: #5E36FF;
}
.my__account .tab-account {
    padding-bottom: 41px;
}
.my__account .tab-account button {
    display: flex;
    border: none;
    width: 100%;
    border-bottom: 1px solid #CBCDE0;
    padding: 13px 20px;
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    justify-content: space-between;
    align-items: center;
}
.my__account .tab-account button a,
.coupon-card-horizontal-content h5,
.all__category__list__content h4 a {
    color: #070E25;
    transition: color 0.2s ease;
}
.my__account .tab-account button a:hover {
    color: #5E36FF;
    text-decoration: none;
}
.my__account .tab-account button.active svg path {
    fill: #32C7A3;
}
.my__account__personal__info .form-group-zip {
    max-width: 200px;
}
.my__account__personal__info .form-group-agree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #52545F;
}
@media (max-width: 900px) {
    .my__account__personal__info .form-group-agree {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 900px) {
    .my__account__personal__info .form-group-agree {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 480px) {
    .my__account__personal__info .form-group-agree {
        flex-direction: column-reverse;
    }
}
.my__account__personal__info .form-group-agree svg {
    margin-right: 8px;
    flex-shrink: 0;
}
.my__account__personal__info .form-group-agree a {
    color: #32C7A3;
    transition: color 0.2s ease;
}
.my__account__categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.my__account__categories h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #070E25;
    padding-bottom: 30px;
}
.my__account__categories > div:nth-of-type(1) {
    width: 45%;
}
@media (max-width: 900px) {
    .my__account__categories > div:nth-of-type(1) {
        width: 100%;
    }
}
.my__account__categories > div:nth-of-type(2) {
    width: 45%;
}
@media (max-width: 900px) {
    .my__account__categories > div:nth-of-type(2) {
        width: 100%;
    }
}
.my__account__categories > div:nth-of-type(3) {
    width: 78%;
    padding-top: 40px;
}
@media (max-width: 900px) {
    .my__account__categories > div:nth-of-type(3) {
        width: 100%;
    }
}
.my__account__categories .radio-wrap {
    padding-top: 16px;
}
@media (max-width: 900px) {
    .my__account__categories .radio-wrap {
        flex-direction: column;
    }
}
.my__account__categories .radio-wrap > div {
    width: 33%;
}
@media (max-width: 900px) {
    .my__account__categories .radio-wrap > div {
        width: 100%;
    }
}
#secondTab,
#thirdTab {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 14px 54px #CBE1E8;
    backdrop-filter: blur(6.5px);
    border-radius: 26px;
    padding: 28px;
}
@media (max-width: 900px) {
    .my__account__personal__info .form-group-zip {
        max-width: 100%;
    }
}
.hero-review .container {
    padding-top: 0;
    width: 100%;
    max-width: 1180px;
}
@media (max-width: 768px) {
    .hero-review .container {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .hero-review .container {
        padding-bottom: 0 !important;
    }
}
.hero-review h4 {
    color: #070E25;
    padding-bottom: 15px;
    text-align: center;
}
@media (max-width: 768px) {
    .hero-review h4 {
        font-size: 36px;
        line-height: 100%;
    }
}
.review-link-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .review-link-list {
        max-width: 100%;
        width: 100%;
    }
}
.review-link-list-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.review-link-list-item {
    border-radius: 8px;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #070E25;
    /* Same implementation as the homepage tag links (.main-top-sort-review .reviews__category__wrapper a):
          one element owns both background and colour, eased together. The inner h4 only inherits, so the
          two can no longer desync — that mismatch is what flashed on hover-out. */
    transition: color 0.2s ease, background-color 0.2s ease;
    position: relative;
    margin-right: 15px;
    border: 1px solid #070E25;
    height: 36px;
}
@media (max-width: 768px) {
    .review-link-list-item:last-child {
        width: 46%;
        margin: 0 11px 22px 0;
    }
}
@media (max-width: 768px) {
    .review-link-list-item {
        width: 46%;
        margin: 0 11px 10px 0;
        height: auto;
        min-height: 36px;
    }
    .home-hero.hero-review .review-link-list-item{
        margin: 0 11px 0px 0;
    }
    .review-link-list-item h4 {
        /* the h4 is a flex item, so its min-width:auto = min-content: one long unbreakable word
              would push the text out sideways instead of wrapping */
        width: 100%;
        min-width: 0;
        overflow-wrap: break-word;
    }
}
.review-link-list-item h4 {
    text-align: center;
    color: inherit;
    font-style: normal;
    font-size: 14px;
    padding: 0;
}
.review-link-list-item:hover {
    background: #070E25;
    color: #fff;
    text-decoration: none;
}
.all__category__review .container {
    padding-top: 40px;
    padding-bottom: 10px;
}
.all__category__review__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
@media (max-width: 600px) {
    .all__category__review__heading {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 10px;
    }
}
.all__category__review__heading .btn {
    width: 119px;
    height: 36px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
}
@media (max-width: 600px) {
    .all__category__review__heading .btn {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    .all__category__review__tabs {
        width: 100%;
    }
}
.all__category__review__tabs .tabs {
    border-bottom: none;
    display: flex;
}
@media (max-width: 600px) {
    .all__category__review__tabs .tabs {
        width: 100%;
        margin-left: -18px;
    }
}
.all__category__review__tabs .tabs li {
    border-radius: 10px;
    border: 1px solid #CBCDE0;
    color: #52545F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 10px 30px;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 250ms;
}
@media (max-width: 600px) {
    .all__category__review__tabs .tabs li {
        width: 50%;
    }
}
.all__category__review__tabs .tabs li a {
    text-decoration: none;
    color: #52545F;
}
.all__category__review__tabs .tabs li:nth-of-type(1) {
    position: relative;
    left: 20px;
}
.all__category__review__tabs .tabs li.active-tab {
    background: #5A96FF;
    border: 1px solid #5A96FF;
    border-bottom: 1px solid #5a96ff !important;
    color: #fff;
    z-index: 20;
}
.all__category__review__tabs .tabs li.active-tab a {
    color: #fff;
}
.all__category__review__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 10px;
}
@media (max-width: 480px) {
    .all__category__review__list {
        display: block;
    }
}
.all__category__review__list__item {
    width: 32%;
    background: white;
    transition: transform 250ms;
    position: relative;
    margin-right: 20px;
}
.all__category__review__list__item:last-child,
.footer__social__follow a:last-child,
.coupons__list .container .coupon-card.coupon-card-default:nth-of-type(4n),
.review-link-list-item:last-child {
    margin-right: 0;
}
.all__category__review__list__item:hover {
    transform: scale(1.03);
}
@media (max-width: 768px) {
    .all__category__review__list__item {
        width: 100%;
        margin-bottom: 18px;
        margin-right: 0;
    }
}
.all__category__review__list__item .img-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 219px;
    height: 100%;
}
.all__category__review__list__item .img-wrapper img {
    width: 100%;
}
.all__category__review__list__item .rating-elements-container {
    padding-top: 20px;
    clear: both;
}
.all__category__review__list__item h4 {
    padding-top: 11px;
    margin: 0 0 12px;
    color: #070E25;
    font-style: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all__category__review__list__item h4 a {
    color: #070E25;
    text-decoration: none;
    transition: color 0.2s ease;
}
.all__category__review__list__item p {
    color: #52545F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 75px;
    -webkit-box-orient: vertical;
}
.all__category__review__list__item .reviews-item-info {
    color: #070E25;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.all__category__review__list__horizontal .all__category__review__list__item {
    width: 100%;
    position: relative;
    padding-bottom: 48px;
    background: transparent;
    display: flex;
}
@media (max-width: 992px) {
    .all__category__review__list__horizontal .all__category__review__list__item {
        padding-bottom: 0;
    }
}
@media (max-width: 640px) {
    .all__category__review__list__horizontal .all__category__review__list__item {
        flex-direction: column;
        margin-bottom: 50px;
    }
}
.all__category__review__list__horizontal .all__category__review__list__item .review-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.all__category__review__list__horizontal .all__category__review__list__item .img-wrapper {
    width: 100%;
    min-width: 367px;
    max-width: 367px;
    margin-right: 23px;
    max-height: 219px;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .all__category__review__list__horizontal .all__category__review__list__item .img-wrapper {
        min-width: 100%;
    }
}
@media (max-width: 480px) {
    .all__category__review__list__horizontal .all__category__review__list__item .img-wrapper {
        float: none;
        max-width: 100%;
        max-height: 290px;
    }
}
.page-wrapper-content,
.home-bottom,
.header__search.open form .form-wrap,
.coupon-modal-privacy > div:nth-of-type(2),
.all__category__review__list__horizontal .all__category__review__list__item .horizontal-wrapper {
    flex-grow: 1;
}
@media (max-width: 480px) {
    .all__category__review__list__horizontal .all__category__review__list__item .horizontal-wrapper {
        width: 100%;
    }
}
.all__category__review__list__horizontal .all__category__review__list__item .rating-elements-container {
    padding-top: 0px;
    clear: both;
}
.all__category__review__list__item .rating-elements-container i,
.all__category__review__list__horizontal .all__category__review__list__item .rating-elements-container i {
    font-size: 15px;
}
.all__category__review__single .container {
    padding-bottom: 116px !important;
}
.all__category__review__single .tabs-content {
    margin: 0;
    width: 100%;
}
.all__category__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 42px;
    margin-bottom: 24px;
    max-width: 779px;
}
.all__category__info__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.all__category__info__main__title {
    color: #070E25;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.all__category__info__descr {
    color: #52545F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.all__category__info__title {
    color: #070E25;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.all__category__info__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.all__category__review__single .all__category__content {
    padding-top: 10px;
}
.all__category__review__single .all__category__content .all__category__list {
    width: 67.7%;
}
@media (max-width: 992px) {
    .all__category__review__single .all__category__content .all__category__list {
        width: 100%;
    }
}
.all__category__review__single .all__category__content .all__category__list .main-img-wrap {
    margin-bottom: 14px;
}
.all__category__review__single .all__category__content .sidebar-site {
    width: 30%;
}
@media (max-width: 992px) {
    .all__category__review__single .all__category__content .sidebar-site {
        width: 100%;
    }
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item {
    display: flex;
    margin-bottom: 24px;
    position: relative;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item:hover h6 {
    color: #32C7A3;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .entity-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info h6 {
    font-weight: 500;
    font-size: 14px;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .img-wrapper {
    width: 83px;
    height: 55px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .img-wrapper img {
    width: 100%;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info {
    padding-left: 15px;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info h6 {
    color: #070E25;
    font-style: normal;
    padding-bottom: 5px;
}
.all__category__review__item {
    width: 66%;
}
.all__category__review__item blockquote,
.all__category__review__item q {
    quotes: none;
    color: #52545F;
    font-size: 12px;
    line-height: 160%;
    padding-bottom: 13px;
    text-align: left;
    font-style: italic;
    padding-left: 20px;
    font-weight: 600;
}
.all__category__review__item .review__item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.all__category__review__item .review__item__top > div {
    display: flex;
    align-items: center;
    padding-top: 0;
}
.all__category__review__item .review__item__top .tag {
    border-radius: 20px;
    background: #32C7A3;
    padding: 1px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    margin-right: 7px;
    transition: background-color 0.2s ease;
}
.all__category__review__item .review__item__top .tag:hover {
    background: #078567;
}
.all__category__review__item .review__item__top .review__item__share a {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 10px;
    margin-right: 10px;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    padding-left: 8px;
    padding-top: 8px;
    transition: box-shadow 0.2s ease;
}
.all__category__review__item .review__item__top .rating-elements-container i {
    font-size: 16px;
}
.all__category__review__item .review__item__top .rating-elements-container {
    white-space: nowrap;
    flex-wrap: nowrap;
}
.all__category__review__item .review__item__top > *:last-child {
    flex-shrink: 0;
}
.all__category__review__item .rating-container {
    padding-top: 26px;
    padding-bottom: 26px;
}
.all__category__review__item .review-title {
    color: #070E25;
    padding-bottom: 13px;
    font-style: normal;
    line-height: 120%;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
}
.all__category__review__item .review-title-h3 {
    color: #070E25;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 13px 0;
}
.all__category__review__item p {
    color: #52545F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 13px;
    text-align: left;
}
.all__category__review__item p img[style*="float:right"] {
    float: unset;
    margin-left: auto;
}
.all__category__review__item ul {
    padding-left: 40px;
    margin: 0;
    padding-bottom: 10px;
}
.all__category__review__item ol {
    margin: 0;
    padding-bottom: 10px;
}
.all__category__review__item ul li,
.all__category__review__item ol li {
    color: #52545F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.all__category__review__item ol li a:hover,
.all__category__review__item p a:hover,
.all__category__review__item ul li a:hover {
    color: #5E36FF;
    text-decoration: none;
}
.all__category__review__item .all__category__review__list h2 {
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .all__category__review__item .all__category__review__list h2 {
        font-size: 26px;
        text-align: center;
    }
}
.all__category__review__item .all__category__review__list__item {
    width: 48%;
}
.all__category__review__item .img-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all__category__review__item .img-wrap img {
    width: 100%;
    height: 100%;
}
.all__category__review__item__published {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 19px;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info p,
.all__category__review__item__published p {
    color: #070E25;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.all__category__review__list__item .reviews-item-info .visitors svg,
.all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info p.visited svg,
.all__category__review__item__published .visited svg {
    flex-shrink: 0;
    margin-right: 3px;
}
.sidebar-site-banner {
    padding: 0 !important;
    overflow: hidden;
}
.sidebar-site-banner-info {
    padding: 19px 23px 26px;
}
.sidebar-site-banner-info h4 {
    color: #52545F;
    font-style: normal;
    text-transform: uppercase;
}
.sidebar-site-banner-info p {
    color: #52545F;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.sidebar-site-banner-info .btn {
    width: 100%;
    height: 50px;
    max-width: 100%;
}
.all__category__recomended {
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #8A93A8;
}
.all__category__recomended h2 {
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .all__category__recomended h2 {
        font-size: 26px;
        text-align: center;
        padding-bottom: 20px;
        font-weight: 600;
        letter-spacing: -1.3px;
    }
}
.all__category__recomended__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all__category__recomended__item {
    width: 48%;
    margin-bottom: 20px;
}
.all__category__recomended__item .img-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 236px;
}
.all__category__recomended__item .img-wrap img {
    width: 100%;
    height: auto;
}
.all__category__recomended__item h4 {
    color: #070E25;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 26px;
}
@media (max-width: 480px) {
    .all__category__recomended__item h4 {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 6px;
    }
}
.all__category__recomended__item p {
    color: #070E25;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 13px;
}
.all__category__recomended__item .btn {
    min-width: 145px;
    height: 52px;
    border-radius: 8px;
    background: #32C7A3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    border: none;
    transition: background-color 0.2s ease;
}
.all__category__recomended__item .btn:hover {
    background: #3638BC;
}
@media (max-width: 500px) {
    .all__category__recomended__item .btn {
        width: 100%;
    }
}
.recommended-slider {
    display: none;
    padding-bottom: 100px;
}
.recommended-slider .slick-next,
.recommended-slider .slick-prev {
    top: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    width: 44px;
    height: 44px;
    z-index: 2000;
}
.recommended-slider .slick-prev {
    left: 38%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center, rgba(255, 255, 255, 0.5);
}
.recommended-slider .slick-next {
    right: 38%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center, rgba(255, 255, 255, 0.5);
}
.recommended-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(116, 116, 116, 0.46);
    min-width: 72px;
    max-width: 72px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    bottom: 40px;
}
.recommended-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
}
@media (max-width: 500px) {
    .recommended-slider {
        display: flex;
    }
}
@media (max-width: 500px) {
    .recommended-slider-desc {
        display: none;
    }
}
.all__category__review__list__slider {
    display: none;
}
.all__category__review__list__slider .slick-next,
.all__category__review__list__slider .slick-prev {
    top: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    width: 44px;
    height: 44px;
    z-index: 2000;
}
.all__category__review__list__slider .slick-prev {
    left: 38%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center, rgba(255, 255, 255, 0.5);
}
.all__category__review__list__slider .slick-next {
    right: 38%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center, rgba(255, 255, 255, 0.5);
}
.recommended-slider .slick-next.slick-disabled,
.recommended-slider .slick-prev.slick-disabled,
.all__category__review__list__slider .slick-next.slick-disabled,
.all__category__review__list__slider .slick-prev.slick-disabled {
    box-shadow: none !important;
}
.all__category__review__list__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(116, 116, 116, 0.46);
    min-width: 72px;
    max-width: 72px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    bottom: 40px;
    position: absolute;
}
@media (max-width: 500px) {
    .all__category__review__list__slider .all__category__review__list__item {
        display: block !important;
    }
    .all__category__review__list__slider .all__category__review__list__item:hover {
        transform: none;
    }
}
@media (max-width: 500px) {
    .all__category__review__list__slider {
        display: block;
        padding-bottom: 100px;
    }
}
@media (max-width: 500px) {
    .all__category__review_desc .all__category__review__list__item {
        display: none;
    }
}
.breadcrumbs {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #070E25;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
#do-not-sell-form .resident-part .field-donotsellform-resident,
#do-not-sell-form .form-group.form-group-email-zip,
.all__category__review__single .all__category__content .all__category__list .all__category__review__item__published p {
    padding-bottom: 0;
}
@media (max-width: 600px) {
    .all__category__review__page .container {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 600px) {
    .all__category__review__page .all__category__content {
        padding-top: 0;
    }
}
.all__category__review__single .all__category__tabs .tabs,
.privacy__page .container .links-list li {
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .all__category__review__single .all__category__tabs .tabs {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.all__category__review__single .all__category__tabs {
    width: 67%;
}
@media (max-width: 992px) {
    .all__category__review__single .all__category__tabs {
        width: 100% !important;
    }
}
.all__category__review__single .tabs-content {
    margin: 0;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    border-top: none !important;
    border-bottom: none !important;
}
.all__category__review__single .container:first-child {
    padding-bottom: 0px !important;
}
.all__category__review__single .sidebar-site.review__sidebar {
    margin-top: 11px;
}
.all__category__review__lastest .all__category__review__list__item .rating-container {
    padding-bottom: 5px;
}
.all__category__review__lastest .all__category__review__list__item .rating-elements-container {
    padding-top: 0;
}
@media (max-width: 992px) {
    .all__category__review__single__article .sidebar-site {
        padding-top: 0;
    }
}
.copied-link-tooltip {
    position: relative;
}
.copied-link-tooltip .tooltip-text {
    display: none;
    position: absolute;
    background: black;
    color: #fff;
    font-size: 12px;
    right: -150px;
    top: 8px;
    padding: 5px;
    border-radius: 3px;
    min-width: 65px;
}
.copied-link-tooltip .tooltip-text:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
    content: "";
    display: block;
    top: 6px;
    left: -5px;
    position: absolute;
}
.all__category__review__single .tabs div[data-tab=deals] .all__category__content {
    padding-top: 0px;
}
.all__category__review__single .tabs .active-tab {
    border: none !important;
}
.all__category__review__single__article .all__category__content {
    padding-bottom: 50px;
}
@media (max-width: 768px) {
    .all__category__review__single__article .all__category__content {
        padding-bottom: 20px;
    }
}
.all__category__review__single .tabs div[data-tab=category-reviews] .container {
    padding-top: 0 !important;
}
.all__category__review__single__article .rating-container {
    padding-bottom: 0px;
}
.recommended-slider .slick-dots {
    position: absolute;
}
.all__category__review__list__slider .slick-dots li button,
.recommended-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    padding: 0;
}
.all__category__review__single__article .horizontal-wrapper h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0;
    height: 52px;
    -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
    .all__category .container {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .all-coupons-page .container:first-child {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .home-bottom .all__category__review .container {
        padding-top: 40px;
    }
}
.all__category__review__item .layoutArea img {
    width: 100%;
    height: 100%;
}
.all__category__review__item pre,
.all__category__review__item pre em,
.all__category__review__item blockquote {
    white-space: pre-wrap;
    word-break: break-word;
    overflow: hidden;
}
.all__category__review__item p img:not(.resize) {
    display: block;
    width: 100%;
    height: 100%;
}
.all__category__review__item p img.resize {
    max-width: 100%;
}
.all__category__review__single .all__category__review__list__item .horizontal-wrapper .reviews-item-info {
    padding-top: 0;
}
.all__category__review__single .all__category__review__list__item .horizontal-wrapper h3 {
    height: 109px;
    -webkit-line-clamp: 3;
}
.all__category__review__single .all__category__review__list__item .horizontal-wrapper h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 31.2px;
    -webkit-line-clamp: 3;
    word-break: break-word;
}
.all__category__review__single .all__category__review__lastest .all__category__review__list__item .horizontal-wrapper .reviews-item-info {
    padding-top: 15px;
}
.all__category__review__single .all__category__review__lastest .all__category__review__list__item .horizontal-wrapper h3 {
    height: 52px;
    -webkit-line-clamp: 2;
}
.category__reviews__all .all__category__review__single .all__category__review__list__item .horizontal-wrapper h3 {
    height: auto;
    max-height: 110px;
}
.category__reviews__all .all__category__review__single .all__category__review__list__item .horizontal-wrapper .reviews-item-info {
    position: absolute;
    bottom: -16px;
    flex-flow: row wrap;
    min-width: 100%;
}
@media (max-width: 600px) {
    .category__reviews__all .all__category__review__single .all__category__review__list__item .horizontal-wrapper .reviews-item-info {
        position: static;
        margin-top: 10px;
    }
}
.category__reviews__all .all__category__review__list__item .reviews-item-info .visitors {
    order: 999;
    margin-left: auto;
}
@media (max-width: 640px) {
    .category__reviews__all .rating-container {
        margin-top: 10px;
    }
}
.review-categories-all-wrapper {
    background: #fff;
    padding-bottom: 70px;
}
@media (max-width: 768px) {
    .category__reviews__all .all__category__tabs .tabs.tabs-slider {
        top: -80px !important;
    }
}
.category__reviews__all .all__category__tabs .tabs-content li {
    padding: 0;
    margin-left: 0;
    width: 100%;
}
.all__category__review__single .all__category__tabs {
    width: 100%;
}
@media (max-width: 768px) {
    .all__category__tabs .tabs.tabs-slider,
    .custom-page .all__category__deals__tabs .tabs.tabs-slider {
        top: 20px !important;
    }
}
@media (max-width: 768px) {
    .all__category__tabs .tabs.tabs-slider {
        top: -44px !important;
    }
}
.all__category__review__single__article .container {
    max-width: 1170px;
}
#all_deals_store_filter li {
    padding: 10px 25px !important;
}
.custom-page .container p,
.hero-review h1 {
    text-align: left;
}
@media (max-width: 480px) {
    .hero-review h1 {
        text-align: center;
    }
}
#do-not-sell-form .form-group.form-group-email-zip .form-group {
    padding-bottom: 10px;
}
.pagination-page,
.my__account__personal__info .form-group-agree div.item,
.all__category__review__list__item .reviews-item-info .visitors,
.all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info p.visited,
.all__category__review__item .review__item__top .review__item__share,
.all__category__review__item__published p.visited {
    display: flex;
    align-items: center;
}
@media (max-width: 500px) {
    .pagination-page {
        margin: 0 auto;
    }
}
.pagination-page a {
    color: #121127;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-right: 30px;
}
.pagination-page .num-page.active {
    color: #32C7A3;
}
.pagination-page .arrow-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-page .arrow-btn.active {
    width: 44px;
    height: 44px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-wrapper-content .breadcrumbs ul.dropdown-list li a svg path {
    fill: #5A96FF;
    transition: fill 0.2s ease;
}
.page-wrapper-content .breadcrumbs ul.dropdown-list li a svg,
.sidebar-site .read-more-wrapper .read-more img,
header .header__nav__dropdown__top a svg,
.coupon-card-horizontal .used-times .read-more svg,
.all__category__sidebar a.read-more svg {
    margin-left: 3px;
}
.btn-load-more:hover svg path,
.page-wrapper-content .breadcrumbs ul.dropdown-list li a:hover svg path {
    fill: #fff;
}
.page-wrapper-content .breadcrumbs ul.dropdown-list {
    padding: 4px;
    gap: 10px;
}
.page-wrapper-content .breadcrumbs ul.dropdown-list li{
    margin-bottom: 0;
    margin-right: 0;
}
.page-wrapper-content .breadcrumbs ul.dropdown-list li a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
}
.breadcrumbs span {
    margin: 0;
}
.breadcrumbs span.arrow {
    margin: 0 6px;
}
.search-results .breadcrumbs a {
    color: #070E25;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    transition: color 0.2s ease;
}
.page-wrapper-content .breadcrumbs .choiced-breadcrumbs a:after {
    content: none !important;
}
.breadcrumbs .divider {
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: 0 8px;
    background: url(/images/topforless/arrow-outline.svg) no-repeat center center;
    background-size: contain;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
}
.search-results .breadcrumbs a:hover,
.all__category__about.about__read__more .read-more-wrapper .read-more:hover,
.header__search.open .search-dropdown .read-more:hover,
.all__category__sidebar a.read-more:hover,
.modal-success-confirmation h2 span,
.my__account__personal__info .form-group-agree a:hover,
.all__category__review__list__item h4 a:hover,
.all__category__review__single .all__category__content .sidebar-site-review-list-item .entity-link:hover ~ .sidebar-review-info h6 {
    color: #5E36FF;
}
.sidebar-site .sidebar-site-b-element {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}
@media (max-width: 480px) {
    .sidebar-site .sidebar-site-b-element {
        padding-top: 264px !important;
    }
}
.sidebar-site .sidebar-site-b-element img {
    width: 100%;
    display: block;
}
.sidebar-site .sidebar-site-b-element .btn-go-to-store {
    margin-top: 20px;
    max-width: 100%;
    background: #5E36FF;
    transition: background-color 0.2s ease;
}
@media (max-width: 600px) {
    .sidebar-site .sidebar-site-b-element .btn-go-to-store {
        max-width: 100%;
    }
}
.sidebar-site .sidebar-site-b-element-info {
    padding: 24px;
}
.sidebar-site .sidebar-site-b-element-info .heading {
    font-size: 24px;
    color: #52545F;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .sidebar-site .sidebar-site-b-element-info .heading {
        font-size: 22px;
    }
}
.sidebar-site .sidebar-site-b-element-info p {
    color: #52545F;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
}
#popupModal .coupon-modal-content {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.modal-store-sale-block .image {
    height: 529px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 600px) {
    .modal-store-sale-block .image {
        height: 232px;
        align-items: flex-start;
    }
}
.modal-store-sale-block .image img {
    width: 100%;
}
.modal-store-sale-block .modal-store-sale-block-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 39px;
}
.modal-store-sale-block .modal-store-sale-block-info .modal-store-sale-block-info-wrapper {
    max-width: 433px;
    width: 100%;
}
@media (max-width: 600px) {
    .modal-store-sale-block .modal-store-sale-block-info {
        padding: 19px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.modal-store-sale-block .modal-store-sale-block-info .heading-store {
    color: #070E25;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding-bottom: 10px;
    text-align: left;
}
@media (max-width: 600px) {
    .modal-store-sale-block .modal-store-sale-block-info .heading-store {
        font-size: 22px;
    }
}
.modal-store-sale-block .modal-store-sale-block-info p {
    color: #52545F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
@media (max-width: 600px) {
    .modal-store-sale-block .modal-store-sale-block-info p {
        font-size: 17px;
        padding-bottom: 30px;
    }
}
.modal-store-sale-block .modal-store-sale-block-info .btn {
    border-radius: 60px;
    background: #5E36FF;
    display: flex;
    max-width: 312px;
    width: 100%;
    height: 68px;
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 30px;
    transition: background-color 0.2s ease;
}
.modal-store-sale-block .modal-store-sale-block-info .btn:hover,
.sidebar-site .sidebar-site-b-element .btn-go-to-store:hover {
    background: #4D2ADB;
}
@media (max-width: 600px) {
    .modal-store-sale-block .modal-store-sale-block-info .btn {
        width: 100%;
        height: 50px;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
.main-slider-skeleton {
    max-width: 1130px;
    margin: 0 auto;
    min-height: 412px;
    border-radius: 6px;
    background: #E1E4FE;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease infinite;
}
.main-slider-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
}
@media (max-width: 600px) {
    .main-slider-skeleton {
        min-height: 642px;
    }
}
.main-slider {
    overflow: hidden;
    margin-top: -1px;
}
.main-slider .main-block-for-sale {
    position: relative;
}
.main-slider .main-block-for-sale-info {
    max-width: 691px;
    min-height: 412px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 600px) {
    .main-slider .main-block-for-sale-info {
        padding-bottom: 30px;
        padding-top: 50px;
        justify-content: flex-start;
    }
}
.main-slider .main-block-for-sale-info p {
    color: #EEE;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    padding-bottom: 23px;
}
@media (max-width: 600px) {
    .main-slider .main-block-for-sale-info p {
        font-size: 17px;
    }
}
.main-slider .main-block-for-sale-info .btn {
    padding: 14px 35px;
    border-radius: 8px;
    background: #32C7A3;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    max-width: 229px;
    transition: background-color 0.2s ease;
}
.main-slider .main-block-for-sale-info .btn:hover {
    background: #3638BC;
}
.main-slider .main-block-for-sale-heading {
    color: #EEE;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding-bottom: 11px;
    text-align: left;
}
@media (max-width: 600px) {
    .main-slider .main-block-for-sale-heading {
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .main-slider .main-block-for-sale {
        min-height: 642px;
    }
}
.all__category__review__item .sidebar-site-b-element {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #BED0DA;
    height: 236px;
    padding-top: 0 !important;
}
.all__category__review__item .sidebar-site-b-element .img-wrap img {
    position: static;
}
.main-block-for-sale-common {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #BED0DA;
    background-size: cover !important;
}
@media (max-width: 480px) {
    .main-block-for-sale-common {
        flex-direction: column;
        height: auto;
        padding-top: 264px;
    }
}
.main-block-for-sale-common .image {
    width: 50%;
    height: 100%;
    max-height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 480px) {
    .main-block-for-sale-common .image {
        width: 100%;
        height: 100%;
        max-height: 236px;
        border-radius: 20px 20px 0 0;
    }
}
.main-block-for-sale-common .main-block-for-sale-info {
    background: transparent;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 275px;
    justify-content: center;
    padding: 25px;
}
@media (max-width: 480px) {
    .main-block-for-sale-common .main-block-for-sale-info {
        width: 100%;
        padding: 16px 16px;
        align-items: flex-start;
        height: auto;
    }
}
.main-block-for-sale-common .main-block-for-sale-info .heading {
    color: #070E25;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 0;
    text-transform: none;
    padding-bottom: 0;
}
@media (max-width: 480px) {
    .main-block-for-sale-common .main-block-for-sale-info .heading {
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        text-align: left;
        height: auto;
    }
}
.main-block-for-sale-common .main-block-for-sale-info p {
    color: #52545F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .main-block-for-sale-common .main-block-for-sale-info p {
        color: #52545F;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        text-align: left;
        padding-bottom: 16px;
        padding-top: 5px;
        margin-bottom: 0;
    }
}
.main-block-for-sale-common .main-block-for-sale-info .btn {
    border-radius: 8px;
    background: #32C7A3;
    min-width: 145px;
    width: auto;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: inherit;
    transition: background-color 0.2s ease;
}
.main-block-for-sale-common .main-block-for-sale-info .btn:hover {
    background: #3638BC;
}
@media (max-width: 480px) {
    .main-block-for-sale-common .main-block-for-sale-info .btn {
        width: 100%;
        max-width: 145px;
        margin: 0;
    }
}
.all__category__review__item .sidebar-site-b-element .img-wrap {
    border-radius: 0 20px 20px 0;
}
@media (max-width: 480px) {
    .sidebar-site .sidebar-site-b-element {
        padding-top: 0 !important;
    }
}
.all__category__review__item .sidebar-site-b-element {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #BED0DA;
    height: 236px;
}
@media (max-width: 480px) {
    .all__category__review__item .sidebar-site-b-element {
        flex-direction: column;
        border: none;
        border-radius: 0;
        height: auto;
    }
}
.all__category__review__item .sidebar-site-b-element .img-wrap {
    width: 50%;
    height: 100%;
    max-height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.main-block-for-sale-common .image img,
.all__category__review__item .sidebar-site-b-element .img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
}
@media (max-width: 480px) {
    .all__category__review__item .sidebar-site-b-element .img-wrap {
        width: 100%;
        height: 100%;
        max-height: 236px;
        border-radius: 20px 20px 0 0;
    }
}
.all__category__review__item .sidebar-site-b-element .sidebar-site-b-element-info {
    background: rgba(218, 243, 254, 0.4);
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 236px;
    justify-content: center;
}
@media (max-width: 480px) {
    .all__category__review__item .sidebar-site-b-element .sidebar-site-b-element-info {
        width: 100%;
        background: transparent;
        padding: 16px;
        align-items: flex-start;
        height: auto;
    }
}
.all__category__review__item .sidebar-site-b-element .sidebar-site-b-element-info h4 {
    color: #070E25;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
}
@media (max-width: 480px) {
    .all__category__review__item .sidebar-site-b-element .sidebar-site-b-element-info h4 {
        font-weight: 500;
        text-align: left;
        margin-top: 20px;
        height: auto;
    }
}
.all__category__review__item .sidebar-site-b-element .sidebar-site-b-element-info p {
    color: #070E25;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: none;
    word-break: break-word;
}
@media (max-width: 480px) {
    .all__category__review__item .sidebar-site-b-element .sidebar-site-b-element-info p {
        text-align: left;
        margin-bottom: 0;
    }
}
.all__category__review__item .sidebar-site-b-element .btn {
    border-radius: 8px;
    background: #32C7A3;
    min-width: 145px;
    width: auto;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
    text-transform: inherit;
    transition: background-color 0.2s ease;
}
@media (max-width: 480px) {
    .all__category__review__item .sidebar-site-b-element .btn {
        width: 100%;
        max-width: 145px;
        margin: 0;
    }
}
.all__category__review__item .sidebar-site-b-element .btn:hover {
    background: #3638BC;
}
.main-slider {
    margin-bottom: 0 !important;
    position: relative;
}
.main-slider .slick-dots {
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    max-width: 72px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 17px;
}
@media (max-width: 480px) {
    .main-slider .slick-dots {
        bottom: 40px;
    }
}
.recommended-slider .slick-dots li,
.all__category__review__list__slider .slick-dots li,
.main-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}
.main-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
}
.privacy__page .container .links-list li:before,
.recommended-slider .slick-dots li.slick-active button,
.all__category__review__list__slider .slick-dots li.slick-active button,
.main-slider .slick-dots li.slick-active button {
    background: #32C7A3;
}
.main-slider.hide-dots .slick-dots {
    display: none;
}
.main-slider .container {
    width: 100%;
    max-width: 1026px;
}
.main-block-for-sale-review-item {
    display: flex;
    justify-content: space-between;
    height: 259px;
    border: 1px solid #BED0DA;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}
@media (max-width: 600px) {
    .main-block-for-sale-review-item {
        flex-direction: column;
        height: auto;
    }
}
.main-block-for-sale-review-item .image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .main-block-for-sale-review-item .image {
        width: 100%;
        border-radius: 0;
        height: 264px;
    }
}
.main-block-for-sale-review-item .image img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1150px) {
    .main-block-for-sale-review-item .image img {
        width: 103%;
    }
}
@media (max-width: 1100px) {
    .main-block-for-sale-review-item .image img {
        width: 107%;
    }
    .main-top-sort-review {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-top-sort-deals {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-top-sort-stores {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1024px) {
    .main-block-for-sale-review-item .image img {
        width: 117%;
    }
}
@media (max-width: 600px) {
    .main-block-for-sale-review-item .image img {
        width: 100%;
        height: 100%;
    }
}
.main-block-for-sale-review-item .main-block-for-sale-info {
    width: 50%;
    background: #F0FAFF;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 600px) {
    .main-block-for-sale-review-item .main-block-for-sale-info {
        width: 100%;
        padding: 20px;
        min-height: 289px;
        height: auto;
    }
}
.main-block-for-sale-review-item .main-block-for-sale-info .heading {
    color: #52545F;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
}
.main-block-for-sale-review-item .main-block-for-sale-info p {
    color: #52545F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 5px 0 15px;
}
.main-block-for-sale-review-item .main-block-for-sale-info .btn {
    border-radius: 8px;
    background: #32C7A3;
    width: 145px;
    height: 52px;
    color: var(--black-white-white, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: background-color 0.2s ease;
}
.main-block-for-sale-review-item .main-block-for-sale-info .btn:hover {
    background: #3638BC;
}
.sidebar-site {
    width: 30%;
}
.all__category__list,
.all__category__main__col,
.all-coupons-page .all__category__tabs {
    width: 68%;
}
.all__category__main__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.all__category__main__col .tabs:not(.tabs-slider) {
    border-radius: 0 0 26px 26px;
}
.all__category__main__col + .sidebar-site {
    margin-top: 17px;
}
@media (max-width: 992px) {
    .all__category__main__col + .sidebar-site {
        margin-top: 0;
    }
}
.all-coupons-page .container-for-deals {
    width: 100%;
    max-width: 1170px;
}
@media (max-width: 992px) {
    .all__category__list,
    .all__category__main__col,
    .sidebar-site,
    .all-coupons-page .all__category__tabs {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .searched-item-result .all__category__review__list__item {
        flex-direction: column;
    }
    .searched-item-result .all__category__review__list__item .img-wrapper {
        width: 100%;
    }
}
.all__category__recomended__item {
    position: relative;
    padding-bottom: 55px;
}
@media (max-width: 600px) {
    .all__category__recomended__item {
        padding-bottom: 0;
    }
}
.all__category__recomended__item .btn {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 600px) {
    .all__category__recomended__item .btn {
        position: static;
    }
}
.testimonials-wrapper {
    background: #fff;
}
.testimonials-wrapper h2 {
    color: #070E25;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .testimonials-wrapper h2 {
        font-size: 32px;
    }
}
.testimonials-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.testimonials-wrapper .container .quote-icon {
    position: absolute;
    right: 20px;
    top: 95px;
    z-index: 10;
}
.testimonials-slider-item {
    border-radius: 32px;
    border: 1px solid #32C7A3;
    padding: 25px;
    background: #fff;
    min-height: 515px;
    margin: 0 7px;
}
.testimonials-slider-item-user-photo {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.testimonials-slider-item-name {
    text-align: center;
    color: #092110;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.testimonials-slider-item-text {
    font-size: 16px;
    line-height: 25px;
    color: #092110;
    font-weight: 400;
    text-align: center;
}
.testimonials-slider-item-rating {
    text-align: center;
    padding: 15px 0;
}
.testimonials-slider .slick-dots li button {
    background: #CBCDE0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.testimonials-slider .slick-dots li.slick-active button {
    background: #32C7A3;
    width: 91px;
    border-radius: 18px;
}
.testimonials-slider .slick-dots li {
    width: auto;
}
.testimonials-slider .slick-dots {
    bottom: -53px;
}
.testimonials-slider .slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.testimonials-slider .slick-next {
    right: -54px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
    .testimonials-slider .slick-next {
        right: -17px;
    }
}
@media (max-width: 480px) {
    .testimonials-slider .slick-next {
        right: -8px;
        top: 107%;
        box-shadow: none;
    }
}
.testimonials-slider .slick-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -55px;
}
@media (max-width: 1280px) {
    .testimonials-slider .slick-prev {
        left: -17px;
    }
}
@media (max-width: 480px) {
    .testimonials-slider .slick-prev {
        left: -8px;
        top: 107%;
        box-shadow: none;
    }
}
.testimonials-slider .slick-prev:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.testimonials-slider .slick-next:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.testimonials-slider .slick-prev.slick-disabled {
    width: 44px;
    height: 44px;
    box-shadow: none;
}
.main-top-sort {
    background: url("/images/topforless/redesign/bg.jpg") no-repeat center center/cover;
    overflow: hidden;
}
.main-top-sort .container {
    max-width: 1200px;
    padding: 21px 15px 0px !important;
    width: 100%;
}
@media (max-width: 480px) {
    .main-top-sort .container {
        padding-top: 20px;
    }
}
.main-top-sort-heading {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .main-top-sort-heading {
        flex-direction: column;
    }
    .main-top-sort .counter {
        max-width: 207px;
    }
}
.main-top-sort-heading > div:first-child {
    display: flex;
    width: 65%;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 900px) {
    .main-top-sort-heading > div:first-child {
        width: 74%;
    }
}
@media (max-width: 480px) {
    .main-top-sort-heading > div:first-child {
        width: 77%;
    }
}
.main-top-sort-heading h1,
.main-top-sort-heading h2 {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    max-width: 364px;
    text-align: left;
}
@media (max-width: 900px) {
    .main-top-sort-heading h1,
    .main-top-sort-heading h2 {
        font-size: 27px;
        line-height: 35px;
    }
}
@media (max-width: 480px) {
    .main-top-sort-heading h1,
    .main-top-sort-heading h2 {
        padding-bottom: 20px;
    }
}
.main-top-sort-heading h1 span,
.main-top-sort-heading h2 span {
    color: #37FFAB;
}
.main-top-sort-heading h1 {
    padding-bottom: 40px;
}
.main-top-sort .counter {
    display: flex;
    justify-content: space-between;
    max-width: 207px;
}
@media (max-width: 480px) {
    .main-top-sort .counter {
        max-width: 170px;
    }
}
.main-top-sort .counter-item {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}
@media (max-width: 800px) {
    .main-top-sort .counter-item {
        margin-left: 0;
    }
}
.main-top-sort .counter-item > div {
    border: 1px solid #FFFFFF;
    font-size: 20px;
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 26px;
    margin-bottom: 10px;
    transition: all .3s;
}
.main-top-sort .counter-item > div a {
    color: #fff;
    text-decoration: none;
}
.main-top-sort .counter-item > div:hover {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgb(255, 255, 255);
}
.main-top-sort .counter-item-stores div:hover a {
    color: #E77373;
}
.main-top-sort .counter-item-deals div:hover a,
.privacy__page .container a:not(.btn),
.my__account .tab-account button.active,
.all__category__review__item p a,
.all__category__review__item ul li a,
.all__category__review__item ol li a {
    color: #32C7A3;
    transition: color 0.2s ease;
}
.main-top-sort .counter-item-reviews div:hover a {
    color: #369FFF;
}
.main-top-sort .sort-tabs-switcher {
    min-width: 343px;
    border-radius: 8px;
    padding: 2px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin-left: 34px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.25);
}
.main-top-sort .sort-tabs-switcher a {
    flex: 1;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 7.667px 12px 8px;
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 154%;
    letter-spacing: -0.08px;
    transition: all .3s;
}
.main-top-sort .sort-tabs-switcher a::after {
    content: "";
    position: absolute;
    top: 25%;
    transform: translateX(-50%);
    right: 0;
    width: 1px;
    height: 23px;
    border-radius: 0.5px;
    background: rgba(255, 255, 255, 0.20);
}
.main-top-sort .sort-tabs-switcher a:after {
    right: -1px;
}
.main-top-sort .sort-tabs-switcher a:hover {
    background: #FFF;
    color: #000;
    text-decoration: none;
}
.main-top-sort .sort-tabs-switcher .divider {
    width: 1px;
    height: 25px;
    background: #545458;
    border-radius: 1px;
}
.main-top-sort .sort-tabs-switcher a.active {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
    letter-spacing: -0.08px;
    background: #FFF;
}
.main-top-sort .sort-tabs-switcher-mob {
    display: none;
}
@media (max-width: 800px) {
    .main-top-sort .sort-tabs-switcher-mob {
        display: flex;
        max-width: 343px;
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 480px) {
    .main-top-sort .sort-tabs-switcher-mob {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 50px;
    }
}
@media (max-width: 800px) {
    .main-top-sort .sort-tabs-switcher-desc {
        display: none;
    }
}
.review__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
}
.reviews__category__wrapper {
    display: flex;
}
@media(max-width: 480px) {
    .reviews__category__wrapper {
        display: block;
    }
}
.main-top-sort-review .top-tags-list {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .main-top-sort-review .top-tags-list {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review .top-tags-list a {
        margin-right: 10px;
    }
    .main-top-sort .main-btn {
        width: 114px;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review .top-tags-list .top-tags-list-desc-item {
        display: none;
    }
}
.main-top-sort-review .top-tags-list h5 {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin-right: 15px;
}
.main-top-sort-review .slick-next {
    right: -10%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 27%;
}
@media (max-width: 1100px) {
    .main-top-sort-review .slick-next {
        right: 1%;
    }
}
.main-top-sort-review .slick-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -115px;
    top: 27%;
}
@media (max-width: 1100px) {
    .main-top-sort-review .slick-prev {
        left: 1%;
    }
}
.main-top-sort-review .slick-prev:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.main-top-sort-review .slick-next:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.main-top-sort-deals .top-tags-list {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 480px) {
    .main-top-sort-deals .top-tags-list {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 0;
    }
}
.main-top-sort-review .reviews__category__wrapper a,
.main-top-sort-deals .all__category__review__list a {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #070E25;
    border: 1px solid #070E25;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.72);
    transition: all .3s;
}
@media (max-width: 480px) {
    .main-top-sort-deals .top-tags-list a {
        margin-right: 10px;
    }
}
@media (max-width: 480px) {
    .main-top-sort-deals .top-tags-list .top-tags-list-desc-item {
        display: none;
    }
}
.main-top-sort-deals .btn-wrapper {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    max-width: 1170px;
}
.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 180px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(90deg, #37FFAB 0%, #32C7A3 100%);
    transition: all .3s;
    border: none;
}
@media (max-width: 480px) {
    .main-top-sort-deals .btn-wrapper .btn {
        width: 100%;
    }
}
.main-top-sort-deals .btn-wrapper .btn:hover {
    background: #3638BC;
    color: #FFFFFF;
}
.main-top-sort-review-list {
    overflow: hidden;
    padding-bottom: 50px;
}
.main-top-sort-review-list .all__category__review__list {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.main-top-sort-deals .slick-list,
.main-top-sort-review-list .all__category__review__list .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.main-top-sort-deals .slick-list{
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.main-top-sort-stores .stores__wrapper {
    margin-bottom: 0;
}
.home-hero.hero-review .review-link-list{
    row-gap: 10px;
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list {
        flex-direction: column;
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
}
.main-top-sort-review-list .all__category__review__list .all__category__review__list__item {
    width: 19.3%;
    background: transparent;
    margin: 0 10px;
    transition: transform 0.2s ease;
}
.main-top-sort-review-list .all__category__review__list .all__category__review__list__item:hover {
    transform: scale(1.03);
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list .all__category__review__list__item {
        width: 100%;
        margin: 0 0 18px 0;
        display: none;
    }
}
.main-top-sort-review-list .all__category__review__list .all__category__review__list__item .img-wrapper {
    border-radius: 20px;
}
.main-top-sort-review-list .all__category__review__list .all__category__review__list__item h4 {
    min-height: 73px;
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list .all__category__review__list__item:nth-of-type(1) {
        display: block;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list .all__category__review__list__item:nth-of-type(2) {
        display: block;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list .all__category__review__list__item:nth-of-type(3) {
        display: block;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list .all__category__review__list__item:nth-of-type(4) {
        display: block;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list .all__category__review__list__item:hover {
        transform: none;
    }
}
.main-top-sort-review-list .btn-wrapper {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    max-width: 1170px;
    margin: 0 auto;
}
.main-top-sort-review-list .btn-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 289px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(90deg, #37FFAB 0%, #32C7A3 100%);
    transition: all .3s;
    border: none;
}
@media (max-width: 480px) {
    .main-top-sort-review-list .btn-wrapper .btn {
        width: 100%;
    }
}
.main-top-sort-review-list .btn-wrapper .btn:hover {
    background: #3638BC;
    color: #FFFFFF;
}
.main-top-sort-deals-list {
    overflow: hidden;
    padding-bottom: 30px;
}
.main-top-sort-deals-list .coupons__list__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}
@media (max-width: 480px) {
    .main-top-sort-deals-list .coupons__list__wrapper {
        flex-direction: column;
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default {
    background: transparent;
    margin: 0 10px;
    transition: transform 250ms;
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default:hover {
    transform: scale(1.03);
}
@media (max-width: 480px) {
    .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
        display: none;
    }
    .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default:hover {
        transform: none;
    }
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-img {
    border-radius: 20px;
    height: 219px;
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-info {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-expire {
    font-size: 12px;
    color: #070E25;
    line-height: 20px;
}
@media (max-width: 480px) {
    .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-expire {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-info h6 {
    font-size: 26px;
    line-height: 31px;
    color: #070E25;
    font-weight: 500;
    padding-bottom: 13px;
}
@media (max-width: 480px) {
    .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-info h6 {
        font-size: 20px;
    }
}
.main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .read-more {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    float: right;
}

@media (max-width: 480px) {
    .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default.mobile-visible {
        display: block;
    }
}

.main-top-sort-deals-list .slick-next {
    right: -10%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 27%;
}
@media (max-width: 1100px) {
    .main-top-sort-deals-list .slick-next {
        right: 1%;
    }
}
.main-top-sort-deals-list .slick-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -115px;
    top: 27%;
}
@media (max-width: 1100px) {
    .main-top-sort-deals-list .slick-prev {
        left: 1%;
    }
}
.main-top-sort-deals-list .slick-prev:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.main-top-sort-deals-list .slick-next:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.stores__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
}
.main-top-sort-stores .top-tags-list {
    display: flex;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 1200px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .main-top-sort-stores .top-tags-list {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .main-top-sort-stores .top-tags-list a {
        margin-right: 10px;
    }
}
.main-top-sort-stores .top-tags-list a:hover,
.main-top-sort-review .top-tags-list a:hover,
.main-top-sort-deals .top-tags-list a:hover {
    background: #070E25;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 480px) {
    .main-top-sort-stores .top-tags-list .top-tags-list-desc-item {
        display: none;
    }
}
.main-top-sort-deals .top-tags-list h5,
.main-top-sort-stores .top-tags-list h5 {
    color: #070E25;
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin-right: 15px;
}
.main-top-sort-stores .btn-wrapper {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    max-width: 1170px;
}
.main-top-sort-stores .btn-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 289px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(90deg, #37FFAB 0%, #32C7A3 100%);
    transition: all .3s;
    border: none;
}
@media (max-width: 480px) {
    .main-top-sort-stores .btn-wrapper .btn {
        width: 100%;
    }
}
.main-top-sort-stores .btn-wrapper .btn:hover {
    background: #3638BC;
    color: #FFFFFF;
}
.main-top-sort-stores-list {
    overflow: hidden;
    padding-bottom: 50px;
}
.main-top-sort-stores-list .main-top-sort-stores-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 480px) {
    .main-top-sort-stores-list .main-top-sort-stores-slider {
        padding-bottom: 30px;
    }
}
.main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item {
    display: flex !important;
    padding-bottom: 10px;
    transition: border-color 0.2s ease;
}
.main-top-sort-stores-list .slick-next {
    right: -10%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 27%;
}
@media (max-width: 1100px) {
    .main-top-sort-stores-list .slick-next {
        right: 1%;
    }
}
@media (max-width: 480px) {
    .main-top-sort-stores-list .slick-next {
        top: 76%;
        right: 35%;
    }
}
.main-top-sort-stores-list .slick-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -115px;
    top: 27%;
}
@media (max-width: 1100px) {
    .main-top-sort-stores-list .slick-prev {
        left: 1%;
    }
}
@media (max-width: 480px) {
    .main-top-sort-stores-list .slick-prev {
        top: 76%;
        left: 35%;
    }
}
.main-top-sort-stores-list .slick-prev:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.main-top-sort-stores-list .slick-next:before {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    font-size: 44px;
    content: "";
    display: block;
}
.main-top-sort-review .slick-next.disabled:before,
.main-top-sort-review .slick-next.slick-disabled:before,
.main-top-sort-deals-list .slick-next.disabled:before,
.main-top-sort-deals-list .slick-next.slick-disabled:before,
.main-top-sort-stores-list .slick-next.disabled:before,
.main-top-sort-stores-list .slick-next.slick-disabled:before {
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center, transparent !important;
    box-shadow: none;
}
.main-top-sort .top-tags-list-wrapper-mob {
    display: none;
}
@media (max-width: 480px) {
    .main-top-sort .top-tags-list-wrapper-mob {
        display: block;
        margin-bottom: 20px;
    }
}
.main-top-sort .top-tags-list-wrapper-mob .slick-track {
    margin: 0 !important;
}
.main-top-sort .top-tags-list-wrapper-mob .slick-arrow {
    display: none !important;
}
.main-top-sort .top-tags-list-wrapper-desc {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .main-top-sort .top-tags-list-wrapper-desc {
        display: none;
    }
}
.hero-review .container {
    padding-bottom: 35px;
}
.all__category__recomended__item h3,
.hero-review .container h1 {
    padding-bottom: 20px;
}
.review-slider-skeleton {
    display: none;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: space-between;
}
main[data-skeleton-content=hidden] {
    pointer-events: none !important;
}
main[data-skeleton-content=hidden] .coupon-card-default-label {
    background: #E9EBFF !important;
    width: 83px;
    height: 16px;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img {
    border-radius: 26px !important;
    /* the real image block has no top margin; this skeleton-only 10px made the placeholder card
          taller than the finished one whenever the image column was the tallest one */
    margin-top: 0;
}
main[data-skeleton-content=hidden]:before {
    content: "";
    background: transparent;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1000;
}
main[data-skeleton-content=hidden] .how-to-use {
    background: #F5F9FF;
    visibility: visible;
}
main[data-skeleton-content=hidden] .main-top-sort {
    background: #F5F9FF;
    visibility: visible;
}
main[data-skeleton-content=hidden] .main-top-sort .slick-slider .slick-arrow {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .all__category__review__list__item {
    background: transparent;
}
main[data-skeleton-content=hidden] .main-top-sort-heading h2 {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .main-top-sort-heading h2 span {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
}
main[data-skeleton-content=hidden] .main-top-sort .sort-tabs-switcher {
    background: transparent;
}
main[data-skeleton-content=hidden] .main-top-sort .sort-tabs-switcher a {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    position: relative;
    margin-right: 10px;
    height: 48px;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .top-tags-list h5 {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 200;
}
main[data-skeleton-content=hidden] .testimonials-wrapper h2 {
    max-width: 271px;
    margin: 0 auto;
}
main[data-skeleton-content=hidden] .coupon-card-expire .expires-div {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    margin-top: 10px;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .testimonials-wrapper .container .quote-icon {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    max-width: 94px;
}
main[data-skeleton-content=hidden] .testimonials-wrapper .container .quote-icon img {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .main-top-sort .counter-item > div {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    margin-bottom: 5px;
}
main[data-skeleton-content=hidden] .coupon-card-expire .used-div {
    margin-top: 10px;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .reviews-item-info svg {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .main-top-sort .counter-item > span,
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item .img-wrapper,
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item h4,
main[data-skeleton-content=hidden] .all__category__review__list__item p,
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-img {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info p,
main[data-skeleton-content=hidden] .coupon-card-expire .used-div,
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .read-more {
    background: #E1E4FE;
    border-radius: 6px;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .read-more {
    width: 107px;
    height: 31px;
    font-size: 0;
}
main[data-skeleton-content=hidden] .main-top-sort .btn-wrapper .btn {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    z-index: 200;
    overflow: hidden;
    position: relative;
}
main[data-skeleton-content=hidden] .top-tags-list a,
main[data-skeleton-content=hidden] .reviews-item-info span,
main[data-skeleton-content=hidden] .how-to-use-content h2,
main[data-skeleton-content=hidden] .how-to-use-content h4,
main[data-skeleton-content=hidden] .how-to-use-content p,
main[data-skeleton-content=hidden] .btn-coupon-all {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .how-to-use-content h2,
main[data-skeleton-content=hidden] .how-to-use-content h4,
main[data-skeleton-content=hidden] .how-to-use-content p {
    padding-bottom: 0;
    margin-bottom: 28px;
}
main[data-skeleton-content=hidden] .how-to-use-content h4 {
    width: 50%;
}
main[data-skeleton-content=hidden] .how-to-use-animation {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    margin-top: 20px;
    position: relative;
}
main[data-skeleton-content=hidden] .how-to-use-animation > * {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .newsletter__form form,
main[data-skeleton-content=hidden] .newsletter__form__wrapper p,
main[data-skeleton-content=hidden] .btn-subscribe {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .newsletter__form h4,
main[data-skeleton-content=hidden] .newsletter__form h3,
main[data-skeleton-content=hidden] .newsletter__form h3 span {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .newsletter__form .newsletter__form__group input {
    background: #fff;
    border: none;
}
main[data-skeleton-content=hidden] .newsletter__form h4 {
    padding: 0;
    margin-bottom: 10px;
}
main[data-skeleton-content=hidden] .newsletter__form__wrapper p {
    width: 25%;
    visibility: hidden;
}
main[data-skeleton-content=hidden] .btn-subscribe {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .newsletter__form__privacy img {
    visibility: hidden;
    background: #E1E4FE;
    border-radius: 50%;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .newsletter__form__privacy p {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item .popular__stores__ico {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 50%;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 20;
}
main[data-skeleton-content=hidden] .popular__stores__info h6,
main[data-skeleton-content=hidden] .popular__stores__info p,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-heading,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info p,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info .btn,
main[data-skeleton-content=hidden] .testimonials-wrapper h2,
main[data-skeleton-content=hidden] .testimonials-slider-item-name,
main[data-skeleton-content=hidden] .testimonials-slider-item-rating svg,
main[data-skeleton-content=hidden] .testimonials-slider-item-text,
main[data-skeleton-content=hidden] .testimonials-slider .slick-dots li.slick-active button,
main[data-skeleton-content=hidden] .testimonials-slider .slick-dots li button {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    margin-bottom: 10px;
    position: relative;
}
main[data-skeleton-content=hidden] .testimonials-slider-item-user-photo {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 50%;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .testimonials-slider-item-rating svg path {
    fill: transparent;
}
main[data-skeleton-content=hidden] .breadcrumbs a,
main[data-skeleton-content=hidden] .breadcrumbs .choiced-breadcrumbs a,
main[data-skeleton-content=hidden] .all__category .page-title,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-img,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6,
main[data-skeleton-content=hidden] .coupon-card-default .read-more,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__tabs .tabs,
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content h5,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .store-name,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .get-code,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .read-more,
main[data-skeleton-content=hidden] .used-times-coupon,
main[data-skeleton-content=hidden] .coupon-card-horizontal .used-times .read-more,
main[data-skeleton-content=hidden] .sidebar-site > div h5,
main[data-skeleton-content=hidden] input[type=checkbox] + label,
main[data-skeleton-content=hidden] .all__category__about.about__read__more .all__category__about__content,
main[data-skeleton-content=hidden] .all__category__about.about__read__more .read-more-wrapper .read-more,
main[data-skeleton-content=hidden] .seo__block h2,
main[data-skeleton-content=hidden] .seo__block p,
main[data-skeleton-content=hidden] .all__category__faq h2,
main[data-skeleton-content=hidden] .acc__title,
main[data-skeleton-content=hidden] .all__category__sidebar a.read-more {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .get-code {
    border-radius: 50px;
}
main[data-skeleton-content=hidden] .breadcrumbs .choiced-breadcrumbs a:after,
main[data-skeleton-content=hidden] .all__category__tabs .tabs li.active-tab,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .get-code-showing,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .get-code .copy-code,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .read-more svg,
main[data-skeleton-content=hidden] .coupon-card-horizontal .used-times .read-more svg,
main[data-skeleton-content=hidden] input[type=checkbox] + label:before,
main[data-skeleton-content=hidden] .all__category__sidebar a.read-more svg {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-img img,
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img img {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal {
    visibility: visible;
    background: #F8FBFF;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    /* transparent instead of none: the real card has a 1px border, and dropping it made every
          placeholder card 2px shorter than the finished one */
    border: 1px solid transparent;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .store-name {
    /* the real .store-name has no top margin — see the .skeleton twin of this rule */
    margin-top: 0;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal .used-times {
    background: #F0F7FF;
    /* transparent, not none: the real footer has a 1px border-top, so `none` made every placeholder
          card 1px shorter than the finished one */
    border: 1px solid transparent;
    border-width: 1px 0 0;
}
main[data-skeleton-content=hidden] .btn-load-more,
main[data-skeleton-content=hidden] .active-tab-list li {
    border-radius: 6px;
    background: #E1E4FE;
    color: transparent;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease infinite;
}
main[data-skeleton-content=hidden] .btn-load-more {
    /* the placeholder styling above was never actually shown: nothing lifted the page-skeleton
          visibility:hidden off the button, so the Load More row sat as a ~64px blank hole between
          the deals list and the seo__block. Not grouped with .active-tab-list li above — that one
          sits inside the .tabs bar, which is already painted as one solid placeholder. */
    visibility: visible;
}
main[data-skeleton-content=hidden] .btn-load-more svg {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .btn-load-more::after,
main[data-skeleton-content=hidden] .active-tab-list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
}
main[data-skeleton-content=hidden] .sidebar-site > div {
    background: #F5F9FF;
    border-radius: 6px;
    visibility: visible;
    position: relative;
}
main[data-skeleton-content=hidden] .sidebar-site > div h5 {
    padding: 0;
    margin-bottom: 20px;
}
main[data-skeleton-content=hidden] .sidebar-site > div h5 {
    width: 243px;
    font-size: 0;
    height: 22px;
}
main[data-skeleton-content=hidden] .popular__stores__ico {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 50%;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 20;
}
main[data-skeleton-content=hidden] .all__category__about__content span,
main[data-skeleton-content=hidden] .page-wrapper-content .breadcrumbs .divider,
main[data-skeleton-content=hidden] .page-wrapper-content .active-breadcrumbs,
main[data-skeleton-content=hidden] .review-link-list-item h4,
main[data-skeleton-content=hidden] .coupon-card-default .read-more svg {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .hero-review {
    background: #F5F9FF;
    visibility: visible;
}
main[data-skeleton-content=hidden] .hero-review .container h1 {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    max-width: 270px;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .hero-review .review-link-list-item {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
main[data-skeleton-content=hidden] .hero-review .review-link-list-item a {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .all__category__review__list__item .img-wrapper {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .all__category__review__list__item .img-wrapper img {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .all__category__review__heading .btn,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info h6,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info p,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info .visited,
main[data-skeleton-content=hidden] .active-breadcrumbs,
main[data-skeleton-content=hidden] .review-slider-skeleton .all__category__review__list__item {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .breadcrumbs .divider,
main[data-skeleton-content=hidden] .all__category__tabs .tabs li,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6 img {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .img-wrapper {
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    width: 83px;
    height: 83px;
    z-index: 20;
}
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info h6 {
    padding: 0;
    margin-bottom: 5px;
    width: 190px;
    height: 34px;
    font-size: 0;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img,
main[data-skeleton-content=hidden] .coupon-hero-content-img {
    z-index: 200;
}
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info .visited {
    width: 36px;
    height: 19px;
    margin-top: 5px;
}
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info p {
    width: 136px;
    height: 19px;
}
main[data-skeleton-content=hidden] .coupons__list__wrapper .coupon-card-default .coupon-card-info h6 {
    margin-bottom: 20px;
    padding-bottom: 0;
    color: transparent;
}
main[data-skeleton-content=hidden] .all__category__list__item {
    visibility: visible;
    border-radius: 6px;
    background: #F8FBFF;
    position: relative;
}
main[data-skeleton-content=hidden] .all__category__list__img,
main[data-skeleton-content=hidden] .stores-card-img {
    visibility: visible;
    background: #E1E4FE;
    border: none;
    color: transparent;
    position: relative;
    z-index: 20;
}
main[data-skeleton-content=hidden] .all__category__list__content h4 a,
main[data-skeleton-content=hidden] .all__category__list__content p,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element-info .heading,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element-info p,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element img,
main[data-skeleton-content=hidden] .stores-card h4,
main[data-skeleton-content=hidden] .categories__tag__list a,
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-count,
main[data-skeleton-content=hidden] .category__select__dropdown button,
main[data-skeleton-content=hidden] .coupon-card-horizontal .btn-go-to-store,
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .container h4,
main[data-skeleton-content=hidden] .main-block-for-sale-common,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info .heading,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info p,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info .btn {
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info,
main[data-skeleton-content=hidden] .main-block-for-sale-common {
    background: #F8FBFF !important;
}
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .container h4 {
    padding-bottom: 0;
    margin-bottom: 45px;
}
main[data-skeleton-content=hidden] .stores-card h4 a,
main[data-skeleton-content=hidden] .stores-card h4 {
    width: 50%;
    color: transparent;
}
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element .btn-go-to-store,
main[data-skeleton-content=hidden] .categories-tag-item {
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .all__category__list__content .read-more {
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    border-radius: 6px;
}
main[data-skeleton-content=hidden] .all__category__list__content .read-more svg {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .skeleton-banner-img {
    width: 100%;
    height: 232px;
    border-radius: 6px;
    position: relative;
    background: #E1E4FE;
}
main[data-skeleton-content=hidden] .coupon-card-default .read-more {
    margin-top: 10px;
    margin-bottom: 10px;
}
main[data-skeleton-content=hidden] .main-top-sort .all__category__review__list {
    opacity: 0;
}
@media (max-width: 768px) {
    main[data-skeleton-content=hidden] .main-top-sort .all__category__review__list {
        opacity: 1;
    }
}
main[data-skeleton-content=hidden] .review-list-skeleton-block {
    display: flex;
}
@media (max-width: 768px) {
    main[data-skeleton-content=hidden] .review-list-skeleton-block {
        display: none;
    }
}
main[data-skeleton-content=hidden] .select2-container--krajee-bs3 .select2-selection--single {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .newsletter__form form input ::-webkit-input-placeholder,
main[data-skeleton-content=hidden] .newsletter__form form input :-moz-placeholder,
main[data-skeleton-content=hidden] .newsletter__form form input ::-moz-placeholder,
main[data-skeleton-content=hidden] .newsletter__form form input :-ms-input-placeholder {
    background: #E1E4FE;
}
main[data-skeleton-content=hidden] .all__category__list__item,
main[data-skeleton-content=hidden] .all__category__list__content {
    border: none !important;
    border-radius: 6px;
}
main[data-skeleton-content=hidden] .categories-tag-item,
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-count {
    position: absolute;
}
main[data-skeleton-content=hidden] .all__category__list__content h4 a,
main[data-skeleton-content=hidden] .all__category__list__content h4 {
    max-width: 85%;
}
main[data-skeleton-content=hidden] .stores-card-img,
main[data-skeleton-content=hidden] .main-block-for-sale-common,
main[data-skeleton-content=hidden] .all__category__list__img {
    border-radius: 6px;
}
main[data-skeleton-content=hidden] .coupon-card-default .read-more {
    width: 74px;
}
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper {
    background: #F5F9FF;
    visibility: visible;
}
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .coupon-card-default {
    background: transparent;
}
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .slick-arrow {
    display: none !important;
}
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .container h4 {
    max-width: 30%;
}
main[data-skeleton-content=hidden] .all__category__about p,
main[data-skeleton-content=hidden] .coupon-card-default-label,
main[data-skeleton-content=hidden] .coupon-hero-content-text h1,
main[data-skeleton-content=hidden] .tag-list-item,
main[data-skeleton-content=hidden] .coupon-hero-content-img,
main[data-skeleton-content=hidden] .all__category__tabs .tabs,
main[data-skeleton-content=hidden] .review-list-skeleton-block .all__category__review__list__item h4,
main[data-skeleton-content=hidden] .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .coupon-hero-content-text h1 .coupon-count {
    display: none;
}
main[data-skeleton-content=hidden] .coupon-card-default-label {
    position: absolute;
}
main[data-skeleton-content=hidden] .all__category__tabs .tabs,
.all__category__review__item .review__item__top .review__item__share a:focus,
.testimonials-slider .slick-next.slick-disabled,
.main-top-sort-review .slick-next.slick-disabled,
.main-top-sort-review .slick-prev.slick-disabled,
.main-top-sort-deals-list .slick-next.slick-disabled,
.main-top-sort-deals-list .slick-prev.slick-disabled,
.main-top-sort-stores-list .slick-next.slick-disabled,
.main-top-sort-stores-list .slick-prev.slick-disabled,
main[data-skeleton-content=hidden] .sidebar-site > div,
main[data-skeleton-content=hidden] .coupon-count,
main[data-skeleton-content=hidden] .newsletter__form form {
    box-shadow: none;
}
main[data-skeleton-content=hidden] .all__category__review__single .coupons__slider {
    display: none;
}
main[data-skeleton-content=hidden] .slider-category-skeleton {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
main[data-skeleton-content=hidden] .slider-category-skeleton .coupon-card-default {
    width: 23%;
}
main[data-skeleton-content=hidden] .coupons__slider__wrapper {
    background: #F5F9FF;
    visibility: visible;
}
main[data-skeleton-content=hidden] .coupons__slider__wrapper .coupon-card-default {
    background: transparent;
}
main[data-skeleton-content=hidden] .coupons__slider__wrapper .slick-arrow {
    display: none !important;
}
main[data-skeleton-content=hidden] .all__category__review__tabs .tabs li.active-tab {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    border-bottom: none !important;
}
main[data-skeleton-content=hidden] .all__category__review__tabs .tabs li {
    visibility: visible;
    background: #F5F9FF;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .all__category__review__single .all__category__review__list__item .horizontal-wrapper h4 {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    width: 100%;
    font-size: 0;
    height: 44px;
    min-height: 40px;
}
main[data-skeleton-content=hidden] .main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item {
    margin: 0 10px;
}
main[data-skeleton-content=hidden] .stores-card h4 {
    width: 92px;
    height: 26px;
    font-size: 0;
    margin-bottom: 20px;
}
main[data-skeleton-content=hidden] .all__category .page-title {
    width: 189px;
    height: 40px;
    /* .page-title supplies padding-bottom:20px, and that padding is the gap down to the
       first card. The explicit height above is border-box, so the padding got swallowed and
       the grey title sat directly on top of the first card placeholder. Hold the gap as
       margin instead: 40 + 20 = the same 60px the real title occupies, so nothing shifts on
       reveal either. */
    padding-bottom: 0;
    margin-bottom: 20px;
}
/* SEO + FAQ blocks (store & category pages, right after the deals tabs-content). They had no
   skeleton of their own: the copy was only `visibility:hidden` while still occupying its full
   height, so the skeleton showed a stray 189x40 title bar (inherited from the generic
   .all__category .page-title rule above) followed by a tall blank gap. Now every line of copy is
   a placeholder bar. Geometry is untouched — the fill is clipped to the content box, so the
   existing paddings keep separating the bars instead of being painted grey and merging them
   (a .skeleton paints the whole border box), and nothing shifts on reveal. */
main[data-skeleton-content=hidden] .seo__block h2,
main[data-skeleton-content=hidden] .seo__block p,
main[data-skeleton-content=hidden] .all__category__faq h2,
main[data-skeleton-content=hidden] .acc__title {
    background-clip: content-box;
}
main[data-skeleton-content=hidden] .seo__block h2,
main[data-skeleton-content=hidden] .all__category__faq h2 {
    /* headings are short — keep the bar as wide as the heading, not the whole column */
    width: fit-content;
}
main[data-skeleton-content=hidden] .seo__block .page-title {
    /* opt out of the generic page-title placeholder: this is a section heading inside the SEO
       block, not the page title, so it keeps its own line height and 42/20 paddings.
       The clip is repeated here because the generic rule wins on specificity and its `background`
       shorthand resets background-clip; the paddings mirror `.seo__block .page-title` (keep in
       sync if that rule changes). */
    background-clip: content-box;
    width: fit-content;
    height: auto;
    padding-top: 42px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
main[data-skeleton-content=hidden] .acc__title {
    /* the group rule above resets `border`; hold the 1px divider space so the height still matches */
    border-bottom: 1px solid transparent;
}
main[data-skeleton-content=hidden] .acc__title::before,
main[data-skeleton-content=hidden] .acc__title::after {
    /* the +/- icon lives in ::before/::after, so it cannot carry the shimmer overlay — hide it and
       let .acc__card::after shimmer the bar instead */
    display: none;
}
main[data-skeleton-content=hidden] .popular__stores__info h6 {
    width: 95px;
    height: 22px;
}
main[data-skeleton-content=hidden] .popular__stores__info p {
    width: 69px;
    height: 22px;
}
main[data-skeleton-content=hidden] .categories__tag__list {
    display: none;
}
main[data-skeleton-content=hidden] .skeleton-tag-list {
    display: flex;
    margin-bottom: 20px;
}
main[data-skeleton-content=hidden] .skeleton-tag-list div:nth-of-type(1) {
    width: 202px;
}
main[data-skeleton-content=hidden] .skeleton-tag-list div:nth-of-type(2) {
    width: 72px;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal-content h5 {
    /* mirrors the .coupon-card-horizontal.skeleton twin: paint the real (server-rendered)
          description box instead of a fixed bar, so the reveal does not resize the card */
    max-width: none;
    height: auto;
    min-height: 30px;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .store-name {
    width: 92px;
    font-size: 0;
    height: 22px;
}
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info p {
    display: none;
}
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-heading {
    height: 128px;
}
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info {
    width: 100%;
    max-width: 100%;
}
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info .btn {
    width: 145px;
    height: 52px;
    margin-top: 20px;
}
main[data-skeleton-content=hidden] .all-deals-tabs {
    background: #F8FBFF;
    visibility: visible;
    box-shadow: none;
}
main[data-skeleton-content=hidden] .all-deals-tabs-top h5,
main[data-skeleton-content=hidden] .all-stores-btn-container .all-stores-btn {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    border: none;
    color: transparent;
    position: relative;
}
main[data-skeleton-content=hidden] .all-deals-tabs .tabs .tab-stores .stores-img {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 50%;
    border: none;
    color: transparent;
    position: relative;
    width: 69px;
    height: 69px;
}
main[data-skeleton-content=hidden] .all-deals-tabs .tabs .tab-stores h6 {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    border: none;
    color: transparent;
    position: relative;
    width: 83px;
    height: 22px;
    font-size: 0;
    margin-top: 10px;
}
main[data-skeleton-content=hidden] .all-deals-tabs .slick-arrow {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    border: none;
    color: transparent;
    width: 6px;
    height: 12px;
    font-size: 0;
    box-shadow: none;
}
main[data-skeleton-content=hidden] .all__category__list__content h4 {
    width: 92px;
    height: 27px;
    border-radius: 6px;
    font-size: 0;
    padding: 0;
    margin-bottom: 10px;
}
main[data-skeleton-content=hidden] .all__category__list__content h4 a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6 {
    visibility: hidden;
}
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6 .round-img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    visibility: visible;
    background: #E1E4FE;
}
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6 .skeleton-name {
    height: 36px;
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    flex-grow: 1;
    margin-left: 10px;
}
main[data-skeleton-content=hidden] .all__category__list__content p {
    width: 100%;
    height: 79px;
    display: none;
    border-radius: 6px;
}
main[data-skeleton-content=hidden] .all__category__list__content p:nth-of-type(1) {
    display: block;
    margin-bottom: 20px;
}
main[data-skeleton-content=hidden] .editor-text {
    width: 100%;
}
main[data-skeleton-content=hidden] .testimonials-slider-item-text {
    height: 156px;
    font-size: 0;
}
main[data-skeleton-content=hidden] .all__dealls__slider {
    display: none;
}
main[data-skeleton-content=hidden] .coupon-card-sale {
    border-radius: 50%;
    font-size: 0;
    visibility: visible;
    background: #E1E4FE;
    position: relative;
}
@media (max-width: 480px) {
    main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .slider-category-skeleton .coupon-card-default,
    main[data-skeleton-content=hidden] .all__category .slider-category-skeleton .coupon-card-default {
        width: 100%;
        display: none;
    }
}
@media (max-width: 480px) {
    main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .slider-category-skeleton .coupon-card-default:nth-of-type(1),
    main[data-skeleton-content=hidden] .all__category .slider-category-skeleton .coupon-card-default:nth-of-type(1) {
        display: block;
    }
}
@media (max-width: 480px) {
    main[data-skeleton-content=hidden] .coupon-card-horizontal-content h5,
    main[data-skeleton-content=hidden] .coupon-card-horizontal-content .store-name {
        margin-left: 30%;
        padding-left: 0;
    }
}
main[data-skeleton-content=hidden] .all__category__review__list__item h4 {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    flex-grow: 1;
    font-size: 0;
    height: 62px;
    width: 100%;
    padding-top: 0;
}
main[data-skeleton-content=hidden] .skeleton-tag-list div::after,
main[data-skeleton-content=hidden] .all-deals-tabs-top h5::after,
main[data-skeleton-content=hidden] .all-stores-btn-container .all-stores-btn::after,
main[data-skeleton-content=hidden] .all-deals-tabs .tabs .tab-stores .stores-img::after,
main[data-skeleton-content=hidden] .all-deals-tabs .tabs .tab-stores h6::after,
main[data-skeleton-content=hidden] .all-deals-tabs .slick-arrow::after,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6 .skeleton-name::after,
main[data-skeleton-content=hidden] .coupon-card-sale::after,
main[data-skeleton-content=hidden] .all__category__review__list__item h4::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
    content: "";
    margin-right: 10px;
}
main[data-skeleton-content=hidden] .coupon-hero-content-img,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6,
main[data-skeleton-content=hidden] .coupon-hero-content-text h1,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info .heading {
    margin-bottom: 10px;
}
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper,
.coupon-card-horizontal .used-times .hidden-text {
    opacity: 0;
}
@media (max-width: 480px) {
    main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper {
        opacity: 1;
    }
}
main[data-skeleton-content=hidden] .main-top-sort-deals-list-skeleton {
    display: flex;
}
@media (max-width: 480px) {
    main[data-skeleton-content=hidden] .main-top-sort-deals-list-skeleton {
        display: none;
    }
}
main[data-skeleton-content=hidden] .main-top-sort-deals-list-skeleton .coupon-card-default {
    background: transparent;
    width: 30%;
}
@media (max-width: 480px) {
    main[data-skeleton-content=hidden] .main-top-sort-deals-list-skeleton .coupon-card-default {
        width: 100%;
    }
}
main[data-skeleton-content=hidden] .filter-store-skeleton {
    display: flex;
    justify-content: space-between;
}
main[data-skeleton-content=hidden] .filter-store-skeleton .tab-stores {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main[data-skeleton-content=hidden] .filter-store-skeleton .stores-img {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    font-size: 0;
    visibility: visible;
    background: #E1E4FE;
    position: relative;
}
main[data-skeleton-content=hidden] .filter-store-skeleton h6 {
    margin-top: 6px;
    width: 95px;
    height: 22px;
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    font-size: 0px;
}
main[data-skeleton-content=hidden] .button-up {
    display: none;
}
@media (max-width: 768px) {
    main[data-skeleton-content=hidden] .all__category__review__single .all__category__tabs .tabs {
        top: 0;
        margin: 0 !important;
    }
}
.coupon-card-horizontal.skeleton {
    visibility: visible;
    background: #F8FBFF;
    border-radius: 6px;
    /* transparent instead of none — the real card has a 1px border (see the
          main[data-skeleton-content=hidden] twin) */
    border: 1px solid transparent;
    color: transparent;
    position: relative;
    pointer-events: none;
}
.coupon-card-horizontal.skeleton .coupon-card-default-label {
    width: 83px;
    height: 16px;
    background: #E9EBFF !important;
    border-radius: 6px;
    border: none;
    color: transparent;
    font-size: 0;
}
.coupon-card-horizontal.skeleton .coupon-card-default-label .label-icon {
    display: none;
}
.coupon-card-horizontal.skeleton .coupon-card-sale-default-img {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    border: none;
    color: transparent;
    position: relative;
    width: 144px;
    height: 144px;
    z-index: 200;
    overflow: hidden;
}
@media (max-width: 768px) {
    .coupon-card-horizontal.skeleton .coupon-card-sale-default-img {
        /* the real block is 86px here (see the @media twin of
              .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img); this rule wins
              on source order, so without its own breakpoint the placeholder stayed 144px, made the
              card taller AND squeezed the description column, which then wrapped to more lines */
        width: 86px;
        height: 86px;
    }
}
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content h5 {
    /* was a fixed 414x30 bar while the description was injected by JS only at the reveal — the card
          then grew by a line or two (h5 30 -> 61/92) and everything below, seo__block included, was
          pushed down. The description is now rendered server-side, so paint its real box: same
          wrapping, same height, nothing moves when .skeleton comes off. min-height keeps the bar
          shape for the empty-data placeholders (load-more / .deals-tab-skeleton templates). */
    max-width: none;
    height: auto;
    min-height: 30px;
    visibility: visible;
    background: #E1E4FE;
    /* after the shorthand — `background` resets background-clip. Keeps the ≤768 padding-left:30%
          (the gap for the floated image) transparent instead of grey. */
    background-clip: content-box;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 200;
    /* no `overflow: hidden` here on purpose: it made this a BFC, and a BFC shrinks away from
          intruding floats — below 768px the image block is floated, so the bar lost ~99px of width
          and the description wrapped into more lines than the real (non-BFC) h5. The shimmer ::after
          is inset to this box anyway, so there is nothing to clip. */
}
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .store-name {
    width: 92px;
    font-size: 0;
    height: 22px;
    /* the real .store-name has no top margin — this skeleton-only 10px was there to keep the bar
          off the h5 bar above, but it also made the placeholder card 10px shorter than the finished
          one. The h5 placeholder is full-width now, so the 92px bar still reads as its own element. */
    margin-top: 0;
    z-index: 200;
    overflow: hidden;
    background: #E1E4FE;
}
.coupon-card-horizontal.skeleton .btn-go-to-store {
    width: 245px;
    height: 51px;
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .read-more {
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .get-code {
    border-radius: 50px;
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
}
.coupon-card-horizontal.skeleton .get-code-showing,
.coupon-card-horizontal.skeleton .get-code .copy-code {
    visibility: hidden;
}
.coupon-card-horizontal.skeleton .used-times {
    background: #F0F7FF;
    /* see the main[data-skeleton-content=hidden] twin — holds the real 1px border-top */
    border: 1px solid transparent;
    border-width: 1px 0 0;
}
.coupon-card-horizontal.skeleton .used-times-coupon,
.coupon-card-horizontal.skeleton .used-times .read-more {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    z-index: 2000;
    overflow: hidden;
}
.stores-card.skeleton .stores-card-img {
    visibility: visible;
    background: #E1E4FE;
    border: none;
    color: transparent;
    position: relative;
    z-index: 20;
    overflow: hidden;
}
.stores-card.skeleton .stores-card-img img {
    visibility: hidden;
}
.stores-card.skeleton .skeleton-tag-list {
    display: flex;
    margin-bottom: 20px;
}
main[data-skeleton-content=hidden] .skeleton-tag-list div,
.stores-card.skeleton .skeleton-tag-list div {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    height: 34px;
    margin-right: 10px;
}
.stores-card.skeleton .skeleton-tag-list div:nth-of-type(1) {
    width: 202px;
}
.stores-card.skeleton .skeleton-tag-list div:nth-of-type(2) {
    width: 72px;
}
main[data-skeleton-content=hidden] .skeleton-tag-list div:nth-of-type(3),
.stores-card.skeleton .skeleton-tag-list div :nth-of-type(3) {
    width: 80px;
}
.stores-card.skeleton .coupon-count {
    position: absolute;
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    box-shadow: none;
}
.stores-card.skeleton h4 {
    width: 92px;
    height: 26px;
    font-size: 0;
    margin-bottom: 20px;
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 200;
}
.main-block-for-sale-common.skeleton {
    border-radius: 6px;
    background: #F8FBFF !important;
    pointer-events: none;
    visibility: visible;
    border: none;
    color: transparent;
    position: relative;
}
.main-block-for-sale-common.skeleton .heading,
.main-block-for-sale-common.skeleton p,
.main-block-for-sale-common.skeleton .btn {
    visibility: visible;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    border-radius: 6px;
    z-index: 200;
    overflow: hidden;
    margin-bottom: 10px;
}
.all__category__review__list__item.skeleton {
    align-items: center;
}
.all__category__review__list__item.skeleton .img-wrapper {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    min-height: 219px;
}
main[data-skeleton-content=hidden] .all__category__review__list__item .rating-elements-container i,
.all__category__review__list__item.skeleton .rating-elements-container i {
    border-radius: 50%;
    background: #E1E4FE;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    margin-bottom: 20px;
    position: relative;
    width: 14px;
    height: 14px;
}
.all__category__review__list__item.skeleton .horizontal-wrapper h4 {
    visibility: visible;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    color: transparent;
    position: relative;
    font-size: 0;
    height: 44px;
    min-height: 44px;
}
.all__category__review__list__item.skeleton p {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    width: 100%;
    font-size: 0;
    height: 75px;
    margin-bottom: 10px;
}
.all__category__review__list__item.skeleton .reviews-item-info span {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 1s ease infinite;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
    width: 135px;
}
.all__category__review__list__item.skeleton .reviews-item-info span svg {
    visibility: hidden;
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shine {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}
.skeleton-tag-list,
.main-top-sort-deals-list-skeleton {
    display: none;
}
.main-top-sort-deals-list-skeleton {
    justify-content: space-between;
    max-width: 1170px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}
.review-list-skeleton-block {
    display: none;
    max-width: 1170px;
    justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.main-top-sort-review-list,
.main-top-sort-deals-list,
.acc__title,
.category__reviews__all .all__category__review__single .all__category__review__list__item .horizontal-wrapper,
main[data-skeleton-content=hidden] .main-top-sort-deals-list {
    position: relative;
}
.slider-category-skeleton {
    display: none;
}
.filter-store-skeleton {
    display: none;
}
.popular__stores__item.skeleton .popular__stores__ico {
    background: #E1E4FE;
    position: relative;
    z-index: 200;
    overflow: hidden;
    border: none;
}
.popular__stores__item.skeleton .popular__stores__ico img {
    visibility: hidden;
}
.popular__stores__item.skeleton .popular__stores__info h6 {
    width: 95px;
    height: 22px;
    border-radius: 6px;
    background: #E1E4FE;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
.popular__stores__item.skeleton .popular__stores__info p {
    width: 69px;
    height: 22px;
    border-radius: 6px;
    background: #E1E4FE;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
    margin-top: 5px;
}
.all-deals-tabs .slick-slide.skeleton .stores-img {
    border-radius: 50%;
    background: #E1E4FE;
    border: none;
    visibility: visible;
    color: transparent;
    position: relative;
    z-index: 200;
    overflow: hidden;
}
.all-deals-tabs .slick-slide.skeleton .stores-img img {
    visibility: hidden;
}
.all-deals-tabs .slick-slide.skeleton .tab-stores h6 {
    width: 95px;
    height: 44px;
    border-radius: 6px;
    background: #E1E4FE;
    font-size: 0;
    position: relative;
}
.popular__stores__item.skeleton,
.all__category__review__list__item.skeleton {
    pointer-events: none;
}
.all__category__review__list__item.skeleton .img-wrapper {
    min-height: 219px;
    border-radius: 6px;
    background: #E1E4FE;
    position: relative;
}
.all__category__review__list__item.skeleton .img-wrapper img {
    visibility: hidden;
}
.all__category__list__item.skeleton {
    background: #F8FBFF;
    border: none;
    pointer-events: none;
}
.all__category__list__item.skeleton .all__category__list__content .editor-text {
    width: 100%;
}
.all__category__list__item.skeleton .all__category__list__content h4 {
    font-size: 0;
    width: 92px;
    height: 42px;
    border-radius: 6px;
    position: relative;
    background: #E1E4FE;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}
.all__category__list__item.skeleton .all__category__list__content p {
    height: 79px;
    border-radius: 6px;
    position: relative;
    background: #E1E4FE;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    display: none;
    font-size: 0;
}
.all__category__list__item.skeleton .all__category__list__content p:nth-of-type(1),
.all__category__review__item p img {
    display: block;
}
.all__category__list__item.skeleton .all__category__list__content .categories-tag-item {
    width: 60px;
    height: 17px;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    font-size: 0;
}
.all__category__list__item.skeleton .all__category__list__content .read-more {
    width: 47px;
    height: 22px;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    font-size: 0;
    position: relative;
    display: block;
}
.all__category__list__item.skeleton .all__category__list__img {
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    min-height: 232px;
    position: relative;
}
.all__category__list__item.skeleton .all__category__list__img img {
    visibility: hidden;
}
.all__category__list__item.skeleton .tag-list-item {
    width: 75px;
    height: 12px;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    font-size: 0;
    position: relative;
    border: none;
}
.sidebar-site-review-list-item.skeleton .img-wrapper {
    width: 83px !important;
    height: 83px !important;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    position: relative;
}
.sidebar-site-review-list-item.skeleton .img-wrapper img {
    visibility: hidden;
}
.sidebar-site-review-list-item.skeleton .sidebar-review-info h6 {
    font-size: 0 !important;
    width: 100%;
    height: 34px;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.sidebar-site-review-list-item.skeleton .sidebar-review-info p {
    width: 138px !important;
    height: 19px;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    position: relative;
    font-size: 0 !important;
    margin-bottom: 5px;
}
.sidebar-site-review-list-item.skeleton .sidebar-review-info p.visited {
    width: 36px !important;
    height: 19px;
    border-radius: 6px;
    background: #E1E4FE;
    overflow: hidden;
    position: relative;
    font-size: 0 !important;
    margin-bottom: 5px;
}
.testimonials-slider-item.skeleton .testimonials-slider-item-user-photo {
    background: #E1E4FE;
    overflow: hidden;
    position: relative;
}
.testimonials-slider-item.skeleton .testimonials-slider-item-user-photo img {
    visibility: hidden;
}
.testimonials-slider-item.skeleton .testimonials-slider-item-name {
    background: #E1E4FE;
    width: 69px;
    height: 36px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin: 0 auto;
}
.testimonials-slider-item.skeleton .testimonials-slider-item-text {
    background: #E1E4FE;
    height: 36px;
    width: 100%;
    min-height: 156px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.testimonials-slider-item.skeleton .testimonials-slider-item-rating svg path {
    visibility: hidden;
}
body.fixed-body,
.newsletter__form__success,
body.modal-visible,
.modal-store-sale-block,
.main-top-sort-review,
.all__category__review__list__item.skeleton .rating-elements-container i {
    overflow: hidden;
}
.testimonials-slider-item.skeleton .testimonials-slider-item-rating svg,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-img {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-img img {
    visibility: hidden;
}
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info p {
    font-size: 0;
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 40px;
}
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info h6 .round-img {
    background: #E1E4FE;
    margin-right: 10px;
    width: 33px;
    height: 33px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info h6 .skeleton-name {
    flex-grow: 1;
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-expire .expires-div,
.coupons__list__wrapper .coupon-card-default.skeleton .used-div {
    width: 91px;
    height: 19px;
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin-top: 20px;
}
.coupons__list__wrapper .coupon-card-default.skeleton .read-more {
    width: 107px;
    height: 31px;
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin-top: 20px;
}
.coupons__list__wrapper .coupon-card-default.skeleton .read-more svg {
    visibility: hidden;
}
.coupon-card-default.skeleton {
    background: transparent;
}
.coupon-card-default.skeleton .coupon-card-img {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    min-height: 142px;
}
.coupon-card-default.skeleton .coupon-card-info h6 .round-img {
    width: 33px;
    height: 33px;
    background: #E1E4FE;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.coupon-card-default.skeleton .coupon-card-info h6 .skeleton-name {
    flex-grow: 1;
    height: 33px;
    margin-left: 5px;
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.coupon-card-default.skeleton .coupon-card-info p {
    height: 60px;
    margin-left: 5px;
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin-top: 10px;
}
.coupon-card-default.skeleton .coupon-card-expire .expires-div,
.coupon-card-default.skeleton .coupon-card-expire .used-div {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin-top: 10px;
    width: 84px;
    height: 18px;
}
.coupon-card-default.skeleton .read-more {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 54px;
    height: 15px;
}
.coupon-card-horizontal.skeleton .coupon-card-sale {
    background: #E1E4FE;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
#all_deals_store_filter li.skeleton {
    width: 133px !important;
}
.all-deals-tabs .tabs .tab-stores.skeleton .stores-img {
    background: #E1E4FE;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 83px;
    height: 83px;
}
.all-deals-tabs .tabs .tab-stores.skeleton h6 {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 86px;
    height: 22px;
    margin-top: 20px;
}
.main-top-sort-review .top-tags-list a.skeleton,
.review-link-list-item.skeleton,
.main-top-sort-deals .top-tags-list-desc-item.skeleton {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: none;
    color: transparent;
    pointer-events: none;
    min-width: 100px;
}
main[data-skeleton-content=hidden] .main-top-sort .counter-item > div a,
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item h4 a,
main[data-skeleton-content=hidden] .newsletter__form .newsletter__form__group input::placeholder,
main[data-skeleton-content=hidden] .review-list-skeleton-block .all__category__review__list__item h4 a,
.review-link-list-item.skeleton h4 {
    color: transparent;
}
.newsletter__form form.skeleton {
    background: #E1E4FE;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: none;
    color: transparent;
    pointer-events: none;
}
.newsletter__form form.skeleton h3,
.newsletter__form form.skeleton h4,
.newsletter__form form.skeleton p,
.newsletter__form form.skeleton .newsletter__form__privacy,
.newsletter__form form.skeleton .btn-subscribe {
    visibility: hidden;
}
.newsletter__form form.skeleton .newsletter__form__group {
    background: #fff;
    border-radius: 6px;
}
.newsletter__form form.skeleton .newsletter__form__group input {
    visibility: hidden;
}
header .header .logo.skeleton img {
    visibility: hidden;
}
header .header__nav.skeleton div {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
}
header .header__nav.skeleton div .svg-carret {
    border-radius: 6px;
    background: #E9F3FF;
    visibility: visible;
}
header .header .logo.skeleton,
header .header__nav__link.skeleton {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    pointer-events: none;
}
header .header__countries.skeleton {
    visibility: hidden;
    color: transparent;
}
header .header .btn-group .btn.skeleton {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
    width: 64px;
    height: 24px;
    font-size: 0;
}
header .header__nav__mob .btn-user-mob.skeleton,
header .header__nav__mob .btn-search-mob.skeleton {
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2000;
}
header .header__nav__mob .btn-hamburger.skeleton {
    border-radius: 50%;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
}
header .select2-selection__rendered span.skeleton,
header .header__search.skeleton {
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
}
header .header__search.skeleton .header__search__btn {
    visibility: hidden;
}
.sidebar-site-b-element.skeleton {
    box-shadow: none;
    border-radius: 0;
    pointer-events: none;
}
.sidebar-site-b-element.skeleton .skeleton-banner-img {
    border-radius: 6px !important;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
    width: 100%;
    height: 232px;
}
.sidebar-site-b-element.skeleton .heading {
    width: 100%;
    height: 73px;
    border-radius: 6px;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
    font-size: 0;
}
.sidebar-site-b-element.skeleton .btn-go-to-store {
    width: 100%;
    background: #E1E4FE;
    visibility: visible;
    color: transparent;
    padding: 0;
    position: relative;
    border: none;
    border-radius: 60px;
    font-size: 0;
}
footer .footer__logo.skeleton {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
}
footer .footer__rights.skeleton {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    height: 20px;
}
footer .footer__nav__link.skeleton,
footer .footer__social__follow a.skeleton {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
}
.main-block-for-sale-common.skeleton p {
    width: 200px;
    height: 30px;
}
.main-block-for-sale.skeleton {
    background: #fff !important;
    pointer-events: none;
}
.main-block-for-sale.skeleton .main-block-for-sale-heading {
    width: 100%;
    height: 128px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
}
.main-block-for-sale.skeleton .btn {
    width: 145px;
    height: 52px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
#all_deals_store_filter li.skeleton h6 {
    margin-top: 10px;
}
.main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item,
.main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card {
    display: none;
}

/* .main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item:nth-of-type(-n+3),
.main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card:nth-of-type(-n+3) {
    display: block;
    width: 31.5%;
}
@media (max-width: 900px) {
    .main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item:nth-of-type(-n+3),
    .main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card:nth-of-type(-n+3) {
        width: 47.5%;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item:nth-of-type(-n+3),
    .main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card:nth-of-type(-n+3) {
        width: 100%;
    }
} */

/* At render add class `slick-preview` to
   the first 3 review items / deal cards instead of relying on :nth-of-type(-n+3).*/

.main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item.slick-preview,
.main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card.slick-preview {
    display: block;
    width: 31.5%;
}
@media (max-width: 900px) {
    .main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item.slick-preview,
    .main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card.slick-preview {
        width: 47.5%;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review-list .all__category__review__list:not(.slick-initialized) .all__category__review__list__item.slick-preview,
    .main-top-sort-deals-list .coupons__list__wrapper:not(.slick-initialized) .coupon-card.slick-preview {
        width: 100%;
    }
}

.review-categories-all-wrapper .all__category__review__heading.skeleton .page-title {
    width: 200px;
    height: 40px;
    /* same trick as `main[data-skeleton-content=hidden] .all__category .page-title`: the explicit
       height is border-box, so the title's padding-bottom:20px would be swallowed and the bar
       would sit 20px short in this flex row. Hold the gap as margin instead. */
    padding-bottom: 0;
    margin-bottom: 20px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
}
.review-categories-all-wrapper .all__category__review__heading.skeleton .btn-default {
    width: 119px;
    height: 36px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
}
.main-top-sort-deals .top-tags-list a.skeleton {
    width: 119px !important;
    height: 36px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
}
.coupon-hero-content.skeleton .coupon-hero-content-img img,
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item .img-wrapper img,
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-img img,
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .read-more svg,
main[data-skeleton-content=hidden] .main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item .popular__stores__ico img,
main[data-skeleton-content=hidden] .testimonials-slider-item-user-photo img,
main[data-skeleton-content=hidden] .popular__stores__ico img,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .img-wrapper img,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info .visited svg,
main[data-skeleton-content=hidden] .coupons__list__wrapper .coupon-card-default .coupon-card-info h6 img,
main[data-skeleton-content=hidden] .all__category__list__img img,
main[data-skeleton-content=hidden] .stores-card-img img,
main[data-skeleton-content=hidden] .coupon-count:before,
main[data-skeleton-content=hidden] .category__select__dropdown button svg,
main[data-skeleton-content=hidden] .categories-tag-item:before,
main[data-skeleton-content=hidden] .coupon-hero-content-img img,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__review__list__item .horizontal-wrapper h4 a,
main[data-skeleton-content=hidden] .all-deals-tabs .tabs .tab-stores .stores-img img,
.stores-card.skeleton .coupon-count::before,
.all__category__review__list__item.skeleton .img-wrapper img,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info h6 .round-img img,
header .header__nav__link.skeleton svg,
header .header__countries.skeleton img,
footer .footer__logo.skeleton img,
footer .footer__social__follow a.skeleton img {
    visibility: hidden;
}
.coupon-hero-content.skeleton .coupon-hero-content-text h1 {
    width: 100%;
    height: 53px;
    padding-bottom: 0;
    margin-bottom: 10px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 12px;
}
.coupon-hero-content.skeleton .coupon-hero-content-img,
.categories__tag__list a.skeleton {
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
}
.coupon-hero-content-text .tag-list a.skeleton {
    min-width: 93px;
    height: 24px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
}
.coupons__all__dealls__wrapper.skeleton,
input[type=radio]:checked + label:before {
    background: #fff;
}
.all__category__about.skeleton h5 {
    padding: 0;
    margin-bottom: 22px;
    width: 100%;
    height: 40px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
}
.all__category__about.skeleton .read-more {
    width: 89px;
    height: 20px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
}
.all__category__about.skeleton .all__category__about__content {
    width: 100%;
    height: 60px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
    font-size: 0;
}
main[data-skeleton-content=hidden] .coupon-card-horizontal-content h5 a,
main[data-skeleton-content=hidden] .all__category__review__list__item h4 a,
.all__category__about.skeleton .all__category__about__content p {
    font-size: 0;
}
@media (max-width: 480px) {
    .all__category__list__item.skeleton .all__category__list__img {
        min-height: 126px;
    }
}
.all__category__sub.skeleton h5 {
    width: 140px;
    height: 12px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 0;
    margin-bottom: 22px;
}
.all__category__sub__mob.skeleton h5 {
    width: 140px !important;
    height: 12px !important;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 0 !important;
    padding-bottom: 0;
    margin-bottom: 22px;
}
.all__category__sub.skeleton .entity-search-form,
.all__category__sub__mob.skeleton .entity-search-form {
    width: 100%;
    height: 42px;
    background: #E1E4FE;
    border-radius: 6px;
    animation: shine 4s ease infinite;
    visibility: visible;
    color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 0;
    margin-bottom: 22px;
}
main[data-skeleton-content=hidden] .main-top-sort-heading h2::after,
main[data-skeleton-content=hidden] .main-top-sort .sort-tabs-switcher a::after,
main[data-skeleton-content=hidden] .top-tags-list h5::after,
main[data-skeleton-content=hidden] .top-tags-list a::after,
main[data-skeleton-content=hidden] .coupon-card-expire .expires-div::after,
main[data-skeleton-content=hidden] .testimonials-wrapper .container .quote-icon::after,
main[data-skeleton-content=hidden] .main-top-sort .counter-item > div::after,
main[data-skeleton-content=hidden] .main-top-sort .counter-item > span::after,
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item .img-wrapper::after,
main[data-skeleton-content=hidden] .main-top-sort-review-list .all__category__review__list .all__category__review__list__item h4::after,
main[data-skeleton-content=hidden] .all__category__review__list__item p::after,
main[data-skeleton-content=hidden] .reviews-item-info span::after,
main[data-skeleton-content=hidden] .all__category__review__list__item .rating-elements-container i::after,
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .coupon-card-img::after,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info p::after,
main[data-skeleton-content=hidden] .coupon-card-expire .used-div::after,
main[data-skeleton-content=hidden] .main-top-sort-deals-list .coupons__list__wrapper .coupon-card-default .read-more::after,
main[data-skeleton-content=hidden] .main-top-sort .btn-wrapper .btn::after,
main[data-skeleton-content=hidden] .how-to-use-content h2::after,
main[data-skeleton-content=hidden] .how-to-use-content h4::after,
main[data-skeleton-content=hidden] .how-to-use-content p::after,
main[data-skeleton-content=hidden] .btn-coupon-all::after,
main[data-skeleton-content=hidden] .how-to-use-animation::after,
main[data-skeleton-content=hidden] .newsletter__form form::after,
main[data-skeleton-content=hidden] .newsletter__form__wrapper p::after,
main[data-skeleton-content=hidden] .btn-subscribe::after,
main[data-skeleton-content=hidden] .newsletter__form__privacy img::after,
main[data-skeleton-content=hidden] .main-top-sort-stores-list .main-top-sort-stores-slider .popular__stores__item .popular__stores__ico::after,
main[data-skeleton-content=hidden] .popular__stores__info h6::after,
main[data-skeleton-content=hidden] .popular__stores__info p::after,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-heading::after,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info p::after,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info .btn::after,
main[data-skeleton-content=hidden] .testimonials-wrapper h2::after,
main[data-skeleton-content=hidden] .testimonials-slider-item-name::after,
main[data-skeleton-content=hidden] .testimonials-slider-item-rating svg::after,
main[data-skeleton-content=hidden] .testimonials-slider-item-text::after,
main[data-skeleton-content=hidden] .testimonials-slider .slick-dots li.slick-active button::after,
main[data-skeleton-content=hidden] .testimonials-slider .slick-dots li button::after,
main[data-skeleton-content=hidden] .testimonials-slider-item-user-photo::after,
main[data-skeleton-content=hidden] .breadcrumbs a::after,
main[data-skeleton-content=hidden] .breadcrumbs .choiced-breadcrumbs a::after,
main[data-skeleton-content=hidden] .all__category .page-title::after,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-img::after,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6::after,
main[data-skeleton-content=hidden] .coupon-card-default .read-more::after,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__tabs .tabs::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-card-sale.coupon-card-sale-default-img::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content h5::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .store-name::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .get-code::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal-content .read-more::after,
main[data-skeleton-content=hidden] .used-times-coupon::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal .used-times .read-more::after,
main[data-skeleton-content=hidden] .sidebar-site > div h5::after,
main[data-skeleton-content=hidden] input[type=checkbox] + label::after,
main[data-skeleton-content=hidden] .all__category__about.about__read__more .all__category__about__content::after,
main[data-skeleton-content=hidden] .all__category__about.about__read__more .read-more-wrapper .read-more::after,
main[data-skeleton-content=hidden] .seo__block h2::after,
main[data-skeleton-content=hidden] .seo__block p::after,
main[data-skeleton-content=hidden] .all__category__faq h2::after,
main[data-skeleton-content=hidden] .acc__card::after,
main[data-skeleton-content=hidden] .all__category__sidebar a.read-more::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal::after,
main[data-skeleton-content=hidden] .sidebar-site > div::after,
main[data-skeleton-content=hidden] .popular__stores__ico::after,
main[data-skeleton-content=hidden] .hero-review .container h1::after,
main[data-skeleton-content=hidden] .hero-review .review-link-list-item::after,
main[data-skeleton-content=hidden] .all__category__review__list__item .img-wrapper::after,
main[data-skeleton-content=hidden] .all__category__review__heading .btn::after,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info h6::after,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info p::after,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .sidebar-review-info .visited::after,
main[data-skeleton-content=hidden] .active-breadcrumbs::after,
main[data-skeleton-content=hidden] .review-slider-skeleton .all__category__review__list__item::after,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__content .sidebar-site-review-list-item .img-wrapper::after,
main[data-skeleton-content=hidden] .all__category__list__item::after,
main[data-skeleton-content=hidden] .all__category__list__img::after,
main[data-skeleton-content=hidden] .stores-card-img::after,
main[data-skeleton-content=hidden] .all__category__list__content h4 a::after,
main[data-skeleton-content=hidden] .all__category__list__content p::after,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element-info .heading::after,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element-info p::after,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element img::after,
main[data-skeleton-content=hidden] .stores-card h4::after,
main[data-skeleton-content=hidden] .categories__tag__list a::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal .coupon-count::after,
main[data-skeleton-content=hidden] .category__select__dropdown button::after,
main[data-skeleton-content=hidden] .coupon-card-horizontal .btn-go-to-store::after,
main[data-skeleton-content=hidden] .coupons__all__dealls__wrapper .container h4::after,
main[data-skeleton-content=hidden] .main-block-for-sale-common::after,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info .heading::after,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info p::after,
main[data-skeleton-content=hidden] .main-block-for-sale-common .main-block-for-sale-info .btn::after,
main[data-skeleton-content=hidden] .categories-tag-item::after,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element .btn-go-to-store::after,
main[data-skeleton-content=hidden] .all__category__list__content .read-more::after,
main[data-skeleton-content=hidden] .skeleton-banner-img::after,
main[data-skeleton-content=hidden] .review-list-skeleton-block .all__category__review__list__item h4::after,
main[data-skeleton-content=hidden] .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered::after,
main[data-skeleton-content=hidden] .all__category__about p::after,
main[data-skeleton-content=hidden] .coupon-card-default-label::after,
main[data-skeleton-content=hidden] .coupon-hero-content-text h1::after,
main[data-skeleton-content=hidden] .tag-list-item::after,
main[data-skeleton-content=hidden] .coupon-hero-content-img::after,
main[data-skeleton-content=hidden] .all__category__tabs .tabs::after,
main[data-skeleton-content=hidden] .all__category__review__tabs .tabs li.active-tab::after,
main[data-skeleton-content=hidden] .all__category__review__tabs .tabs li::after,
main[data-skeleton-content=hidden] .all__category__review__single .all__category__review__list__item .horizontal-wrapper h4::after,
main[data-skeleton-content=hidden] .coupon-card-default .coupon-card-info h6 .round-img::after,
.coupon-card-horizontal.skeleton .coupon-card-default-label::after,
.coupon-card-horizontal.skeleton .coupon-card-sale-default-img::after,
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content h5::after,
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .store-name::after,
.coupon-card-horizontal.skeleton .btn-go-to-store::after,
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .read-more::after,
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .get-code::after,
.coupon-card-horizontal.skeleton .used-times-coupon::after,
.coupon-card-horizontal.skeleton .used-times .read-more::after,
.stores-card.skeleton .stores-card-img :after,
.stores-card.skeleton .skeleton-tag-list div::after,
.main-block-for-sale-common.skeleton .heading::after,
.main-block-for-sale-common.skeleton p::after,
.main-block-for-sale-common.skeleton .btn::after,
.all__category__review__list__item.skeleton .img-wrapper::after,
.all__category__review__list__item.skeleton .rating-elements-container i::after,
.all__category__review__list__item.skeleton .horizontal-wrapper h4:after,
.all__category__review__list__item.skeleton p::after,
.all__category__review__list__item.skeleton .reviews-item-info span::after,
.popular__stores__item.skeleton .popular__stores__ico::after,
.popular__stores__item.skeleton .popular__stores__info h6::after,
.popular__stores__item.skeleton .popular__stores__info p::after,
.all-deals-tabs .slick-slide.skeleton .stores-img::after,
.all-deals-tabs .slick-slide.skeleton .tab-stores h6::after,
.all__category__list__item.skeleton .all__category__list__content h4::after,
.all__category__list__item.skeleton .all__category__list__content p::after,
.all__category__list__item.skeleton .all__category__list__content .categories-tag-item::after,
.all__category__list__item.skeleton .all__category__list__content .read-more::after,
.all__category__list__item.skeleton .all__category__list__img::after,
.all__category__list__item.skeleton .tag-list-item::after,
.sidebar-site-review-list-item.skeleton .img-wrapper::after,
.sidebar-site-review-list-item.skeleton .sidebar-review-info h6::after,
.sidebar-site-review-list-item.skeleton .sidebar-review-info p::after,
.sidebar-site-review-list-item.skeleton .sidebar-review-info .visited::after,
.testimonials-slider-item.skeleton .testimonials-slider-item-user-photo::after,
.testimonials-slider-item.skeleton .testimonials-slider-item-name::after,
.testimonials-slider-item.skeleton .testimonials-slider-item-text::after,
.testimonials-slider-item.skeleton .testimonials-slider-item-rating svg::after,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-img::after,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info p::after,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info h6 .round-img::after,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-info h6 .skeleton-name::after,
.coupons__list__wrapper .coupon-card-default.skeleton .coupon-card-expire .expires-div::after,
.coupons__list__wrapper .coupon-card-default.skeleton .used-div::after,
.coupons__list__wrapper .coupon-card-default.skeleton .read-more::after,
.coupon-card-default.skeleton .coupon-card-img::after,
.coupon-card-default.skeleton .coupon-card-info h6 .round-img::after,
.coupon-card-default.skeleton .coupon-card-info h6 .skeleton-name::after,
.coupon-card-default.skeleton .coupon-card-info p::after,
.coupon-card-default.skeleton .coupon-card-expire .expires-div::after,
.coupon-card-default.skeleton .coupon-card-expire .used-div::after,
.coupon-card-default.skeleton .read-more::after,
.coupon-card-horizontal.skeleton .coupon-card-sale::after,
.all-deals-tabs .tabs .tab-stores.skeleton .stores-img::after,
.main-top-sort-review .top-tags-list a.skeleton::after,
.review-link-list-item.skeleton::after,
.main-top-sort-deals .top-tags-list-desc-item.skeleton::after,
.newsletter__form form.skeleton::after,
header .header .logo.skeleton::after,
header .header__nav.skeleton div::after,
header .header__nav__link.skeleton::after,
header .header .btn-group .btn.skeleton::after,
header .header__nav__mob .btn-user-mob.skeleton::after,
header .header__nav__mob .btn-search-mob.skeleton::after,
header .select2-selection__rendered span.skeleton::after,
header .header__nav__mob .btn-hamburger.skeleton::after,
header .header__search.skeleton::after,
.sidebar-site-b-element.skeleton .skeleton-banner-img::after,
.sidebar-site-b-element.skeleton .heading::after,
.sidebar-site-b-element.skeleton .btn-go-to-store::after,
.main-block-for-sale.skeleton .main-block-for-sale-heading::after,
.main-block-for-sale.skeleton .btn::after,
.review-categories-all-wrapper .all__category__review__heading.skeleton .page-title::after,
.review-categories-all-wrapper .all__category__review__heading.skeleton .btn-default::after,
.main-top-sort-deals .top-tags-list a.skeleton::after,
.coupon-hero-content.skeleton .coupon-hero-content-img::after,
.coupon-hero-content.skeleton .coupon-hero-content-text h1::after,
.categories__tag__list a.skeleton::after,
.coupon-hero-content-text .tag-list a.skeleton::after,
.all__category__about.skeleton h5::after,
.all__category__about.skeleton .read-more::after,
.all__category__about.skeleton .all__category__about__content::after,
.all__category__sub.skeleton h5::after,
.all__category__sub.skeleton .entity-search-form::after,
.all__category__sub__mob.skeleton h5::after,
.all__category__sub__mob.skeleton .entity-search-form::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
    content: "";
}
.all-deals-tabs .tabs li.skeleton.active-tab .stores-img {
    border: 7px solid transparent;
}
.all__category__sub.skeleton {
    min-height: 190px;
}
.all__category__list.all__category__review__list.all__category__review__list__horizontal .skeleton-content,
header .header__nav__stores__horizontal .header__nav__stores__item .stores-img img,
.header #search_results_header .header__nav__link__drop .search__deals__list,
.footer__social__follow a img,
.coupon-card-default .coupon-card-img img,
.stores-card-img img,
.about-page-b-element-img img,
.sidebar-site-banner img,
.testimonials-slider-item-user-photo img,
.all__category__review__list__horizontal .tab-content,
.all__category__review__single .pagination-page {
    width: 100%;
}
.testimonials-slider-item {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.main-top-sort-stores-slider.owl-carousel .popular__stores__item {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.main-top-sort-stores-list .owl-next,
.main-top-sort-stores-list .owl-prev,
.testimonials-slider .owl-next,
.testimonials-slider .owl-prev {
    position: absolute;
    background: #fff;
}
.main-top-sort-stores-list .owl-next,
.testimonials-slider .owl-next {
    right: -10%;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 27%;
}
.main-top-sort-stores-list .owl-next span,
.testimonials-slider .owl-next span {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-right.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    font-size: 0;
    content: "";
    display: block;
}
.main-top-sort-stores-list .owl-prev,
.testimonials-slider .owl-prev {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -115px;
    top: 27%;
}
.main-top-sort-stores-list .owl-prev span,
.testimonials-slider .owl-prev span {
    width: 100%;
    height: 100%;
    background: url(/images/topforless/slider-arrow-left.svg) no-repeat center center rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    opacity: 1;
    content: "";
    font-size: 0;
    display: block;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
}
.testimonials-slider .owl-dots .owl-dot span {
    background: #CBCDE0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.testimonials-slider .owl-dots .owl-dot.active span {
    background: #32C7A3;
    width: 91px;
    border-radius: 18px;
}

.main-top-sort-stores-slider:not(.slick-initialized) .popular__stores__item.slick-preview {
    display: inline-flex !important;
    width: 19.6% !important;
}

.testimonials-slider:not(.slick-initialized) .testimonials-slider-item,
.main-top-sort-stores-slider:not(.slick-initialized) .popular__stores__item {
    display: none !important;
}

.testimonials-slider:not(.slick-initialized) .testimonials-slider-item.slick-preview {
    display: inline-block !important;
    width: 31.5% !important;
}
@media (max-width: 900px) {
    .testimonials-slider:not(.slick-initialized) .testimonials-slider-item.slick-preview {
        width: 48% !important;
    }
}
@media (max-width: 480px) {
    .testimonials-slider:not(.slick-initialized) .testimonials-slider-item.slick-preview {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .testimonials-slider:not(.slick-initialized) .testimonials-slider-item:nth-of-type(3) {
        display: none;
    }
}
@media (max-width: 480px) {
    .testimonials-slider:not(.slick-initialized) .testimonials-slider-item:nth-of-type(2) {
        display: none;
    }
}
.sense-screen.test.main {
    background: #FFE8C3;
    height: 412px;
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 480px) {
    .sense-screen.test.main {
        height: 490px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.main .wrapper {
        height: 490px !important;
    }
}
.sense-screen.test.main::after {
    content: "MAIN";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sense-screen.test.sidebar {
    background: transparent;
    height: 280px;
    border-radius: 0;
    box-shadow: none;
}
@media (max-width: 480px) {
    .sense-screen.test.sidebar {
        max-width: 320px;
        height: 250px;
        margin: 0 auto 24px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.sidebar .wrapper {
        height: 250px !important;
    }
}
.sense-screen.test.sidebar::after {
    content: "SIDEBAR";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sense-screen.test.review_sidebar {
    background: #BBF2E5;
    height: 900px;
    border-radius: 0;
}
@media (max-width: 480px) {
    .sense-screen.test.review_sidebar {
        height: 490px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.review_sidebar .wrapper {
        height: 490px !important;
    }
}
.sense-screen.test.below_header {
    background: #BBF2E5;
    height: 90px !important;
    max-width: 1130px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 480px) {
    .sense-screen.test.below_header {
        max-width: 320px;
        height: 100px !important;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.below_header .wrapper {
        height: 100px !important;
    }
}
.sense-screen.test.below_header::after {
    content: "BELOW HEADER";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sense-screen.test.sticky_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background: #BBF2E5;
    height: 90px;
    max-width: 728px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 480px) {
    .sense-screen.test.sticky_footer {
        max-width: 320px;
        height: 50px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.sticky_footer .wrapper {
        height: 50px !important;
    }
}
.sense-screen.test.sticky_footer::after {
    content: "STICKY FOOTER";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sense-screen.test.inline {
    background: purple;
    height: 230px;
    width: 100%;
    max-width: 775px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .sense-screen.test.inline {
        max-width: 320px;
        height: 250px;
        margin: 0 auto 24px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.inline .wrapper {
        height: 250px !important;
    }
}
.sense-screen.test.above_footer {
    background: #BBF2E5;
    height: 90px !important;
    max-width: 1130px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 480px) {
    .sense-screen.test.above_footer .wrapper {
        height: 100px;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.above_footer {
        max-width: 320px;
        height: 100px !important;
        max-height: 100px !important;
    }
}
.sense-screen.test.above_footer::after {
    content: "ABOVE FOOTER";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sense-screen.test .sense-screen.slick-slide {
    min-height: 412px;
    width: 100%;
}
.sense-screen.test.ad_review_slider {
    background: #FFE8C3;
    min-height: 455px !important;
    min-width: 360px !important;
}
@media (max-width: 480px) {
    .sense-screen.test.ad_review_slider {
        width: 343px !important;
        min-height: 433px !important;
    }
}
@media (max-width: 480px) {
    .sense-screen.test.ad_review_slider .wrapper {
        min-height: 433px !important;
    }
}
.sense-screen.test.ad_coupon_slider {
    background: #FFE8C3;
    height: 455px;
    border-radius: 0;
}
.sense-screen.prod.main {
    height: 412px;
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 480px) {
    .sense-screen.prod.main {
        height: 490px;
    }
}
@media (max-width: 480px) {
    .sense-screen.prod.main .wrapper {
        height: 490px !important;
    }
}
.sense-screen.prod.sidebar {
    height: 280px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
@media (max-width: 480px) {
    .sense-screen.prod.sidebar {
        max-width: 320px;
        height: 250px;
        margin: 0 auto 24px;
    }
}
@media (max-width: 480px) {
    .sense-screen.prod.sidebar .wrapper {
        height: 250px !important;
    }
}
.sense-screen.prod.review_sidebar {
    height: 900px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
@media (max-width: 480px) {
    .sense-screen.prod.review_sidebar {
        height: 490px;
    }
}
@media (max-width: 480px) {
    .sense-screen.prod.review_sidebar .wrapper {
        height: 490px !important;
    }
}
.sense-screen.prod.below_header {
    height: 5% !important;
    max-width: 1130px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .sense-screen.prod.below_header {
        max-width: 320px;
        margin-top: 0px;
    }
}
.sense-screen.prod.sticky_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background: #BBF2E5;
    height: 90px;
    max-width: 728px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.sense-screen.prod.inline {
    height: 230px;
    width: 100%;
    max-width: 775px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .sense-screen.prod.inline {
        max-width: 320px;
        height: 250px;
        margin: 0 auto 24px;
    }
}
.sense-screen.prod.above_footer {
    height: 90px !important;
    max-width: 1130px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 480px) {
    .sense-screen.prod.above_footer {
        max-width: 320px;
        height: 100px !important;
    }
}
@media (max-width: 480px) {
    .sense-screen.prod.above_footer .wrapper {
        height: 100px !important;
    }
}
.sense-screen.prod .sense-screen.slick-slide {
    min-height: 412px;
    width: 100%;
}
.sense-screen.prod.ad_review_slider {
    min-height: 455px !important;
    width: 360px !important;
}
@media (max-width: 480px) {
    .sense-screen.prod.ad_review_slider {
        min-height: 433px !important;
        width: 343px !important;
    }
}
@media (max-width: 480px) {
    .sense-screen.prod.ad_review_slider .wrapper {
        min-height: 433px !important;
    }
}
.sense-screen.prod.ad_coupon_slider {
    height: 455px;
    border-radius: 0;
}
.sense-screen.test.inline::after,
.sense-screen.test.ad_review_slider::after,
.sense-screen.test.ad_coupon_slider::after,
.sense-screen.prod.main::after,
.sense-screen.prod.sidebar::after,
.sense-screen.prod.below_header::after,
.sense-screen.prod.sticky_footer::after,
.sense-screen.prod.inline::after,
.sense-screen.prod.above_footer::after,
.sense-screen.prod.ad_review_slider::after,
.sense-screen.prod.ad_coupon_slider::after {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-top-sort-review .sense-screen.test.ad_review_slider {
    width: 360px !important;
    height: 455px !important;
}
@media (max-width: 480px) {
    .main-top-sort-review .sense-screen.test.ad_review_slider {
        width: 320px !important;
        height: 250px !important;
        min-width: 320px !important;
        min-height: 250px !important;
        margin: 0 auto 18px;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review .sense-screen.test.ad_review_slider .wrapper {
        height: 250px !important;
    }
}
.main-top-sort-review .sense-screen.prod.ad_review_slider {
    width: 360px !important;
    height: 455px !important;
}
@media (max-width: 480px) {
    .main-top-sort-review .sense-screen.prod.ad_review_slider {
        width: 320px !important;
        height: 250px !important;
        min-width: 320px !important;
        min-height: 250px !important;
        margin: 0 auto 18px;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    .main-top-sort-review .sense-screen.prod.ad_review_slider .wrapper {
        height: 455px !important;
    }
}
.main-top-sort-deals .sense-screen.test.ad_coupon_slider {
    width: 360px !important;
    height: 455px !important;
}
@media (max-width: 480px) {
    .main-top-sort-deals .sense-screen.test.ad_coupon_slider {
        width: 320px !important;
        height: 250px !important;
        min-width: 320px !important;
        min-height: 250px !important;
        margin: 0 auto 18px;
    }
}
@media (max-width: 480px) {
    .main-top-sort-deals .sense-screen.test.ad_coupon_slider .wrapper {
        height: 250px !important;
    }
}
.main-top-sort-deals .sense-screen.prod.ad_coupon_slider {
    width: 360px !important;
    height: 455px !important;
}
@media (max-width: 480px) {
    .main-top-sort-deals .sense-screen.prod.ad_coupon_slider {
        width: 320px !important;
        height: 250px !important;
        min-width: 320px !important;
        min-height: 250px !important;
        margin: 0 auto 18px;
    }
}
@media (max-width: 480px) {
    .main-top-sort-deals .sense-screen.prod.ad_coupon_slider .wrapper {
        height: 250px !important;
    }
}
.all__category__review .sense-screen.test.ad_review_slider {
    width: 360px !important;
}
@media (max-width: 480px) {
    .all__category__review .sense-screen.test.ad_review_slider {
        width: 343px !important;
        min-width: 343px !important;
        height: 433px !important;
        min-height: 433px !important;
        margin: 0 auto 18px;
    }
}
@media (max-width: 480px) {
    .all__category__review .sense-screen.test.ad_review_slider .wrapper {
        height: 433px !important;
    }
}
.all__category__review .sense-screen.prod.ad_review_slider {
    width: 360px !important;
}
@media (max-width: 480px) {
    .all__category__review .sense-screen.prod.ad_review_slider {
        width: 343px !important;
        min-width: 343px !important;
        height: 433px !important;
        min-height: 433px !important;
        margin: 0 auto 18px;
    }
}
@media (max-width: 480px) {
    .all__category__review .sense-screen.prod.ad_review_slider .wrapper {
        height: 433px !important;
    }
}
@media (max-width: 480px) {
    .all__category__review__single__article .sense-screen.test.review_sidebar {
        width: 320px;
        height: 250px !important;
        margin: 0 auto 24px;
    }
}
@media (max-width: 480px) {
    .all__category__review__single__article .sense-screen.test.review_sidebar .wrapper {
        height: 250px !important;
    }
}
@media (max-width: 480px) {
    .all__category__review__single__article .sense-screen.prod.review_sidebar {
        width: 320px;
        height: 250px !important;
        margin: 0 auto 24px;
    }
}
@media (max-width: 480px) {
    .all__category__review__single__article .sense-screen.prod.review_sidebar .wrapper {
        height: 250px !important;
    }
}
.search__input__wrapper {
    position: relative;
    display: flex;
    margin-bottom: 28px;
}
@media (max-width: 992px) {
    .search__input__wrapper {
        display: none !important;
    }
}
.search__input__wrapper svg {
    position: absolute;
    top: 25%;
    left: 16px;
}
.main-top-sort .container .search__input__wrapper__input {
    min-width: 756px;
}
.search__input__wrapper__input {
    padding: 4px 4px 4px 44px;
    border-radius: 8px;
    border: 1px solid #D8D9E3;
    background: #FFF;
    color: #B0AFBE;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.search__input__wrapper__input::placeholder {
    color: #B0AFBE;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.search__input__btn {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: #32C7A3;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 171%;
    border: none;
    cursor: pointer;
    transition: all .3s;
    max-height: 40px;
    position: absolute;
    top: 12%;
    right: -15px;
}
.search__input__btn:hover {
    background: #078567;
}
.main-top-sort-heading h1.skeleton,
.search__input__wrapper.skeleton,
.counter-item.skeleton > div,
.counter-item.skeleton > span {
    border-radius: 6px;
    background: #E1E4FE;
    color: transparent;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease infinite;
}
.counter-item.skeleton > span {
    display: inline-block;
}
.main-top-sort-heading h1.skeleton::after,
.search__input__wrapper.skeleton::after,
.counter-item.skeleton > div::after,
.counter-item.skeleton > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
}
.main-top-sort-heading h1.skeleton span,
.search__input__wrapper.skeleton > *,
.search__input__wrapper.skeleton svg,
.counter-item.skeleton > div a {
    visibility: hidden;
}
.main-top-sort .sort-tabs-switcher a.skeleton {
    border-radius: 6px;
    background: #E1E4FE;
    color: transparent;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease infinite;
}
/* A skeleton paints the whole border box, so h1's 40px bottom padding was rendered grey and the
   heading placeholder ran straight into the search-input placeholder below it. Hold that space
   as margin while the skeleton is on — same total height, so nothing shifts on reveal. */
.main-top-sort-heading h1.skeleton {
    padding-bottom: 0;
    margin-bottom: 40px;
}
/* The switcher links are flex:1 with no spacing of their own, so their placeholders merged into
   one solid bar. Same 10px rhythm as the counter items. */
.main-top-sort .sort-tabs-switcher a.skeleton {
    margin-right: 10px;
}
.main-top-sort .sort-tabs-switcher a.skeleton:last-child {
    margin-right: 0;
}
.main-top-sort .sort-tabs-switcher a.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
}
.top-tags-list h5.skeleton,
.main-btn.skeleton,
.testimonials-wrapper h2.skeleton,
.testimonials-wrapper .container .quote-icon.skeleton {
    border-radius: 6px;
    background: #E1E4FE;
    color: transparent;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease infinite;
}
.top-tags-list h5.skeleton::after,
.main-btn.skeleton::after,
.testimonials-wrapper h2.skeleton::after,
.testimonials-wrapper .container .quote-icon.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 5s infinite;
}
.testimonials-wrapper .container .quote-icon.skeleton img {
    visibility: hidden;
}
.home-header .header__search__btn,
header .header__search input,
.review-link-list-item img,
.all__category__review__tabs .tabs li.active-tab:after,
.recommended-slider .slick-dots li:before,
.recommended-slider .slick-dots li button:before,
.all__category__review__list__slider .slick-dots li:before,
.all__category__review__list__slider .slick-dots li button:before,
.main-slider .slick-dots li button:before,
.testimonials-slider .slick-dots li button:before,
.main-top-sort .sort-tabs-switcher:first-child a::after,
.main-top-sort .sort-tabs-switcher a:last-child:after,
main[data-skeleton-content=hidden] .sidebar-site .sidebar-site-b-element img,
main[data-skeleton-content=hidden] .all-deals-tabs::after,
main[data-skeleton-content=hidden] .all-deals-tabs .slick-arrow::before,
main[data-skeleton-content=hidden] #all_deals_store_filter,
main[data-skeleton-content=hidden] .filter-store-skeleton .stores-img img,
.coupon-card-horizontal.skeleton .coupon-card-sale-default-img img,
.coupon-card-horizontal.skeleton .coupon-card-horizontal-content .read-more svg,
.coupon-card-horizontal.skeleton .used-times .read-more svg,
.stores-card.skeleton .categories__tag__list,
.all__category__review__list__item.skeleton .reviews-item-info span span,
.all__category__list__item.skeleton .all__category__list__content .categories-tag-item::before,
.all__category__list__item.skeleton .all__category__list__content .read-more svg,
.sidebar-site-review-list-item.skeleton .sidebar-review-info .visited svg,
.coupon-card-default.skeleton .coupon-card-img img,
.coupon-card-default.skeleton .coupon-card-info h6 .round-img img,
.coupon-card-default.skeleton .read-more svg,
.all-deals-tabs .tabs .tab-stores.skeleton .stores-img img,
.sidebar-site-b-element.skeleton img,
.sidebar-site-b-element.skeleton p,
.main-block-for-sale.skeleton p,
.coupon-hero-content.skeleton .coupon-hero-content-text h1 .coupon-count,
.all__category__about.skeleton .read-more svg,
.all__category__sub.skeleton .field-store-categories-filter,
.all__category__sub__mob.skeleton .field-store-categories-filter-mobile {
    display: none;
}
.not__found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    margin-bottom: 40px;
}
.not__found__img {
    max-width: 1440px;
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.not__found__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.not__found__title {
    color: #070E25;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
}
.not__found__btn {
    padding: 8px 24px;
    border-radius: 6px;
    background: #5E36FF;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 171%;
    border: none;
    transition: all .3s;
}
.not__found__btn:hover {
    background: #3638BC;
}
@media (max-width: 640px) {
    .not__found__img {
        height: 227px;
    }
    .not__found__title {
        font-size: 16px;
    }
}
.panel,
.all__category__list__item.skeleton .all__category__list__content,
.testimonials-slider-item.skeleton {
    border: none;
}
.panel-default > .panel-heading {
    background-color: #fff;
}
.panel-title {
    color: #070E25;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
    width: 100%;
    position: relative;
    padding-right: 30px;
    text-decoration: none;
}
.panel-title {
    position: relative;
    cursor: pointer;
    &: :after, &::before { content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
    }

    &: :after { content: "";
        width: 18px;
        height: 2.5px;
        border-radius: 40px;
        background: #070E25;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.3s ease;
    }

    &: :before { content: "";
        width: 2.5px;
        height: 18px;
        border-radius: 40px;
        background: #070E25;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.3s ease, opacity 0.3s ease;
    }

    &[aria-expanded="true"] {
        &: :after { background-color: #070E25;
        }

        &: :before { opacity: 0;
        }
    };
}
.panel-body {
    color: #52545F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.sitemap__section {
    background: #D9D9D9;
    position: relative;
    overflow: hidden;
}
.sitemap__section::after {
    content: "";
    position: absolute;
    width: 1636.797px;
    height: 1099.624px;
    border-radius: 1636.797px;
    background: #D6D9F8;
    filter: blur(277px);
    top: -100%;
    right: 0%;
}
.sitemap__section::before {
    content: "";
    position: absolute;
    width: 1291.075px;
    height: 1166.054px;
    border-radius: 1291.075px;
    background: #FBFFEB;
    filter: blur(277px);
    top: 50%;
    left: -50%;
}
.sitemap__wrapper {
    padding: 32px 148px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.sitemap__wrapper::after {
    width: 1291.075px;
    height: 1308.497px;
    border-radius: 1308.497px;
    background: #EBFFFD;
    filter: blur(277px);
    top: 80%;
    right: -50%;
}
.sitemap__header {
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(22px);
    padding: 32px 148px 0 148px;
}
.sitemap__title {
    color: #070E25;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 26px;
}
.sitemap__nav {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 30px;
}
.sitemap__nav__item {
    padding-bottom: 4px;
}
.sitemap__nav__item a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-family: "Nunito Sans";
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.tag-list-item:hover,
header .header__nav__mob__link:hover,
header .header__nav__stores__item:hover a,
header .header__nav__stores__horizontal .header__nav__stores__item:hover a,
.header__nav__mob__stores .header__nav__stores__item a,
.home-hero p a,
.home-hero p a:visited,
.home-hero p a:hover,
.all__category__list__content h4 a:hover,
.stores-card h4 a:hover,
.sitemap__nav__item a:hover,
.sitemap__nav__item a:focus {
    text-decoration: none;
}
.sitemap__nav__item.active a {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Nunito Sans";
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}
.sitemap__block {
    z-index: 2;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sitemap__block p {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.sitemap__block__list {
    column-count: 3;
    column-gap: 36px;
}
.sitemap__block__list__item {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.sitemap__block__list__item:last-child {
    margin-bottom: 0;
}
.modal-backdrop {
    z-index: 5 !important;
}
.seo__block .page-title {
    color: #070E25;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding-top: 42px;
    padding-bottom: 20px;
}
#signUpModal .modal-dialog .modal-body,
#loginModal .modal-dialog .modal-body,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-heading,
main[data-skeleton-content=hidden] .main-slider .main-block-for-sale-info p,
.seo__block .container {
    padding: 0;
}
.seo__block p {
    color: #52545F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    padding-bottom: 24px;
    text-align: left;
}
.seo__block h2 {
    color: #070E25;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 8px;
    text-align: left;
}
.coupon-modal .close .bootbox-accept {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
header .header__nav__stores__item h6 {
    transition: color 0.2s ease;
}
.all__category__about.about__read__more .read-more-wrapper .read-more svg path {
    transition: stroke 0.2s ease;
}
.coupon-card-horizontal .used-times .read-more svg path {
    transition: stroke 0.2s ease;
}
header .header__nav__stores__item .stores-img {
    transition: border-color 0.2s ease;
}
.popular__stores__item .popular__stores__ico {
    transition: border-color 0.2s ease;
}
.popular__stores__item .popular__stores__info h6 {
    transition: color 0.2s ease;
}
.search-dropdown .read-more svg path {
    transition: fill 0.2s ease;
}
header .header__nav__dropdown__top a svg path {
    transition: fill 0.2s ease;
}
.header__search.open .search-dropdown .read-more svg path {
    transition: fill 0.2s ease;
}
.header__nav__mob__categories .read-more svg path {
    transition: fill 0.2s ease;
}
.header__nav__mob__stores .read-more svg path {
    transition: fill 0.2s ease;
}
.coupon-card-default .read-more svg path {
    transition: fill 0.2s ease;
}
.coupon-card-horizontal-content .read-more svg path {
    transition: fill 0.2s ease;
}
.coupons__list__top a svg path {
    transition: fill 0.2s ease;
}
.popular__stores__top a svg path {
    transition: fill 0.2s ease;
}
.all__category__list__content .read-more svg path {
    transition: fill 0.2s ease;
}
.all__category__sidebar a.read-more svg path {
    transition: fill 0.2s ease;
}
.my__account__right .form-group .edit-input svg path {
    transition: fill 0.2s ease;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item h6 {
    transition: color 0.2s ease;
}
.all__category__review__list__slider .all__category__review__list__item {
    transition: transform 0.2s ease;
}
.btn-load-more svg path {
    transition: fill 0.2s ease;
}
.all__category__review__single .all__category__content .sidebar-site-review-list-item .entity-link ~ .sidebar-review-info h6 {
    transition: color 0.2s ease;
}
.main-top-sort .counter-item-stores div a {
    transition: color 0.2s ease;
}
.main-top-sort .counter-item-deals div a {
    transition: color 0.2s ease;
}
.main-top-sort .counter-item-reviews div a {
    transition: color 0.2s ease;
}
.main-top-sort-deals .btn-wrapper .btn {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.main-top-sort-stores .top-tags-list a {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.main-top-sort-review .top-tags-list a {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.main-top-sort-deals .top-tags-list a {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.owl-theme .owl-nav [class*=owl-] {
    transition: color 0.2s ease, background-color 0.2s ease;
}
