:root {
    --primary: #53a318;
    --primary-dk: #007330;

    --deal: #4b8d20;
    --deal-hover: #367806;

    --code: #ff770f;
    --code-hover: #e74a0c;

    --link: #414141;
    --hover: #4b8d20;
}

[lang="vn"],
[lang="vn"] * {
    font-family: Arial !important;
}
[lang="vn"] .percent-label,
[lang="vn"] .free-label {
    font-weight: 600;
}

.js-click-coupon {
    transition: color 200ms ease-in-out;
    user-select: none;
}
body {
    background-color: #fff;
}
body,
.home-content-title {
    color: #2a2a2a;
    line-height: 1.3;
}

.breadcrumb-item {
    font-size: 90%;
}

.breadcrumb li + li::before {
    margin-left: 0;
    color: #999;
}

.site-header {
    background-color: #054700;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 80px;
}
.home-content-box {
    margin-top: 32px;
}

.home-content-box .home-content-title,
.home-content-box .subtitle {
    color: var(--white);
}


.menu-item-link {
    font-weight: 600;
}

.offers-slider-item {
    padding: 0;
}

.offers-image-box {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0
}

.offers-slider-item .button-container {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius:0 0 5px 5px;
    margin: 0 10px 10px 10px;
    padding: 12px;
}

#homepage .home-content-box  {
    margin: 0;
    padding: 64px 0 0;
}
#homepage .home-content-box {
    background-image: url(https://findcouponhere.com/sofia/images/bg.jpg);
    background-size: 100%;
    background-position: center top;
    position: relative;
    color: #fff;
    margin: 0;
    min-height: calc(300px + (400 - 300) * ((100vw - 300px) / (1920 - 300)));
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage .home-content-box::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0 0 0 / 55%), rgba(0 0 0 / 0%) 100%)
}

#homepage .home-content-box .site-w {
    position: relative;
    z-index: 2;
}

#homepage .coupon-item,
#homepage .blog-item {
    height: 100%;
}

#homepage .coupon-item,
.top-client-image,
.popular-link-image,
.blog-widget {
    box-shadow: none;
}

.blog-item  {
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

.top-client-image {
    overflow: hidden;
    border: none;
}

.top-client-image img {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.product-tag-link {
    background-color: var(--light);
}

.feature-article-item .feature-article-link-image {
    box-shadow: none;
}

.feature-article-item .feature-article-link-image img {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 4px;
}

#homepage > *:nth-child(n + 2) {
    margin-top: 90px;
}
.popular-link-title,
.top-client-image-link .top-client-title,
.blog-link-title,
#homepage .main-header {
    font-weight: 600;
}

.blog-link-title {
    color: #2a2a2a;
    font-size: calc(16px + (19 - 16) * ((100vw - 300px)/(1920 - 300)));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 12px;
    margin: 6px 0;
}

.blog-link-title:hover {
    color: var(--hover);
}

.coupon-condition {
    margin-top: 5px;
}

.condition-item {
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #555;
    position: relative;
}

.condition-item strong {
    min-width: 152px;
}
.condition-item .tooltip-icon {
    margin-left: 5px;
    min-width: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(-2px);
    display: block;
}

.tooltiptext {
    display: block;
    background-color: #000;
    padding: 4px 7px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 100%;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transition: var(--trans)
}

.tooltip-text:hover .tooltiptext {
    opacity: 1;
}

.top-client-count {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

.top-client-count span {
    background-color: var(--white);
    border: 1px solid #095603;
    display: block;
    padding: 8px 18px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    border-radius: 3px;
}

.more-popular-button,
.more-event-button {
    background-color: transparent;
    border-radius: 5px;
    color: var(--link);
    border: 1px solid #095603;
}

.top-client-image-link:hover span,
.more-popular-button:hover,
.more-event-button:hover {
    color: var(--white);
    background-color: var(--deal-hover);
    border-color: var(--deal-hover);
}

.footer-wrapper {
    background-image: none;
    background-color: #054700;
}

.footer-text {
    color: rgba(255 255 255 / 80%)
}

.footer-wrapper .button {
    background-color: #fff35c;
    color: #054700
}

.footer-wrapper .button:hover {
    background-color: #fff;
}

.event-item-short-description,
.coupon-item-description-content {
    color: #333
}

.offers-title {
    font-weight: 600;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    margin: 0 10px;
    padding-left: 12px;
    padding-right: 12px;
    color: #2a2a2a;
}

.offers-title:hover {
    color: var(--hover)
}

#homepage .top-coupon-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(280px + (500 - 280) * ((100vw - 300px) / (1920 - 300))), 1fr));
    grid-gap: 16px
}


#homepage .top-coupon-list .coupon-item-wrapper {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 1px 3px -1px rgb(200 200 200 / 10%), 0 1px 4px 1px rgb(200 200 200 / 5%), 0 1px 6px 2px rgb(200 200 200 / 5%);
}
#homepage .top-coupon-list .coupon-item {
    grid-template-columns: 180px calc(100% - 200px);
    grid-template-areas:
    "CouponImage CouponTitle"
    "CouponImage CouponDesc"
    "CouponImage CouponButton";
    margin: 0;
    grid-column-gap: 10px;
    padding: 10px;
    background-color: transparent;
    box-shadow: none;
}

#homepage .button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#homepage .coupon-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage .coupon-item-type {
    display: none;
}

#homepage .coupon-item .button-container {
    padding: 0;
    margin: 0 10px 0 0;
    width: 220px;
    text-align: center;
}


#homepage .coupon-type {
    margin-top: 0;
}

.typeDiscount {
    background-color: transparent;
    color: #fe7d14;
    padding: 0;
}

.typeDeal {
    color: #1d90e1;
    background-color: #f9f9f9;
}

.allpage .coupon-item {
    grid-template-columns: 150px auto 220px;
    grid-column-gap: 12px;
    padding: 0 12px;
}

.allpage.has-store .coupon-item {
    grid-template-areas:
    "CouponType CouponTitle CouponButton"
    "CouponType CouponDesc CouponButton"
}

.allpage.has-store .coupon-item .noType {
    grid-template-columns: auto 220px;
    grid-template-areas:
    "CouponTitle CouponButton"
    "CouponDesc CouponButton"
}

.allpage:not(.has-store) .coupon-item {
    grid-template-areas:
    "CouponImage CouponTitle CouponButton"
    "CouponImage CouponDesc CouponButton"
}

.allpage.has-store .coupon-item .coupon-item-link,
.allpage:not(.has-store) .coupon-item .coupon-item-type {
    display: none;
}

.related-store-item-image {
    border: 1px solid #e1e1e1;
    padding: 2px;
    display: block;
}

.coupon-item .coupon-item-title-link {
    color: #2a2a2a;
}
.coupon-item .coupon-item-title-link:hover {
    color: var(--hover)
}

.coupon-item-type * {
    color: #367806;
}

.allpage-description-wrapper {
    height: 73px;
}

.allpage-description-wrapper.expand-description {
    height: auto;
}

.allpage-description-content-moreless::before {
    background: linear-gradient(45deg,rgba(247 247 247 / 0) 0%,#fff 95%);
}

.allpage-description-content-moreless-button {
    background-color: #fff;
}

.dropdown-country-list {
    margin-top: 10px;
    position: relative;
}

.detect-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    user-select: none;
    cursor: pointer;
    min-width: 160px
}

.detect-link::before {
    content: "";
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #829d80;
    position: absolute;
    top: 10px;
    right: 15px;
}

.detect-link::after {
    content: "";
    height: 12px;
    width: 2px;
    border-radius: 2px;
    background-color: #829d80;
    position: absolute;
    top: 5px;
    right: 20px;
}

.category-link-title {
    justify-content: center;
    align-items: center;
}

.category-link::after {
    background-color: rgba(11,11,11,0.70);
    transform: rotateX(-180deg);
    opacity: 0.4;
}
.category-link:hover::after {
    background-color: rgba(63,155,119,0.70);
    transform: rotateX(0);
    opacity: 1;
}

.ac-ls-flag {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 3px 8px 0 0;
}

.footer-country-list {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: calc(100% + 10px);
    right: calc(50% - 100px);
    background-color: #fff;
    width: 200px;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 0 12px rgb(11 11 11 / 18%);
    z-index: 9;
    max-height: 90vh;
    overflow-y: auto;
    display: none;
}

.footer-country-list .footer-country-link {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    font-size: 16px;
    padding: 8px 12px;
}

.footer-country-list .flag {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    object-fit: contain;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #999;
}

.footer-country-list .country-list-caption {
    width: 100%;
    font-size: 15px;
    color: #111;
    display: block;
    margin: 5px 0 0 0;
    line-height: 14px;
}

.feature-article-wrapper .main-header {
    font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    text-transform: uppercase;
}

[aria-label="breadcrumb"] {
    margin-bottom: 6px;
}

.blog-header {
    margin-bottom: 24px;
}

nav[aria-label="Page navigation example"] {
    order: 4
}

.allpage-heading {
    padding-right: 0;
    font-size: calc(19px + (23 - 19) * ((100vw - 300px) / (1920 - 300)))
}

#homepage .typeahead-field .button::before {
    display: none;
}

#homepage .typeahead-field .button {
    background-color: var(--code);
    color: #fff;
    border-radius: 6px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(10px, -50%);
}

#homepage .typeahead-field .button:hover {
    background-color: var(--code-hover);
    color: #fff;
}

#homepage .typeahead-field .form-control {
    border-radius: 6px;
    padding: 20px 130px 20px 14px;
}

#homepage .typeahead-field.open-topsearch-box .form-control {
    border-radius: 6px 6px 0 0
}
#homepage .typeahead-list {
    border-radius: 0 0 6px 6px;
}

#homepage .typeahead-field .button svg {
    margin-right: 10px;
}


.widget-header {
    font-size: calc(19px + (21 - 19) * ((100vw - 300px) / (1920 - 300)))
}

.coupon-item-description.expand-description {
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 99;
}

.allpage-heading {
    color: var(--link)
}
.feature-article-item .feature-article-link-title {
    color: #2a2a2a;
    font-weight: bold;
}
.feature-article-item .feature-article-link-title:hover {
    color: var(--hover);
}

.blog-widget-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: calc(19px + (21 - 19) * ((100vw - 300px) / (1920 - 300)));
}

.search-loading {
    top: 5px;
    right: 128px;
}

.recommendation-viewall {
    margin-left: auto;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    text-decoration: underline;
}

.blog-widget-article-title a {
    color: #2a2a2a
}
.blog-widget-article-title a:hover {
    color: var(--hover)
}

.allpage .feature-article-wrapper .main-header {
    font-size: 21px;
}

.trending-deal-sub small, .list-category-link small {
    font-size: 13px;
}

.seo-table-head {
    cursor: pointer;
    color: #2a2a2a;
    user-select: none
}
.seo-table-head:hover {
    color: var(--hover)
}

.feature-head {
    margin-bottom: 16px;
}
.feature-head a {
    white-space: nowrap;
}
.feature-head .main-header {
    margin: 0;
    padding: 0;
}

@media (min-width: 1180px) {
    .menu-item-link {
        color: #fff;
    }
    .main-menu-item:hover .menu-item-link {
        color: #fff35c;
    }

    .lev2-menu-link {
        color: #054700
    }

    .footer-first {
        width: 26%;
    }

    .footer-links {
        width: 70%;
        justify-content: space-between;
        padding-left: 25px;
    }
    .footer-links .footer-column {
        width: 40%;
    }
    .footer-links .footer-column:nth-of-type(2) {
        width: 20%
    }

    .footer-wrapper .form-control {
        margin-right: 0;
        border-radius: 4px 0 0 5px;
        border-right: 0;
    }

    .footer-wrapper .button {
        border-radius: 0 5px 5px 0;
    }

    .widget-content-box:nth-child(n + 3) {
        margin-top: 32px;
    }
}

@media (max-width: 1180px) {
    #homepage .top-coupon-list .coupon-item {
        display: block;
    }

    .button-wrapper {
        flex-direction: column;
    }

    .coupon-item-image-box::before {
        padding-bottom: 56.25%
    }

    .coupon-item-title-link {
        min-height: 1px;
    }

    .main-menu-item.homepage-item {
        background-color: #054700
    }

    .allpage .coupon-item {
        grid-template-columns: 100px auto;
        grid-row-gap: 0px;
        margin-bottom: 16px;
    }

    .allpage.has-store .coupon-item {
        grid-template-areas:
        "CouponType CouponTitle"
        "CouponType CouponDesc"
        "CouponType CouponButton";
        padding-bottom: 10px;
    }

    .allpage:not(.has-store) .coupon-item {
        grid-template-areas:
        "CouponImage CouponTitle"
        "CouponImage CouponDesc"
        "CouponImage CouponButton";
        padding-bottom: 10px;
    }
    .allpage:not(.has-store) .coupon-item-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #homepage .coupon-item .button-container {
        padding: 0;
        margin: 0 0 6px;
    }

    .sidebar-icon {
        position: absolute;
        top: 15px;
        right: 60px;
        width: 36px;
        min-width: 36px;
        height: 36px;
        z-index: 33;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-icon {
        color: var(--white);
    }

    .sidebar-icon svg {
        display: none;
    }
    .sidebar-icon::before {
        content: "";
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin: 0 3px;
        background-color: #bbb;
        -webkit-mask-image: url(https://findcouponhere.com/sofia/images/filter.svg);
        mask-image: url(https://findcouponhere.com/sofia//images/filter.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        position: relative;
        display: inline-block;
        transition: all 350ms ease;
    }

    .open-menu .sidebar-icon {
        pointer-events: none;
        opacity: 0.5;
    }
}

@media (max-width: 780px) {
    .product-tag-search {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        white-space: normal;
        flex-wrap: wrap;
    }

    .signin-link {
        color: #0A64BC;
        border-color: #0A64BC
    }

    .related-store-item {
        text-align: center;
    }

    .related-store-item .related-store-item-rating {
        justify-content: center;
    }

    .coupon-item-title-link {
        -webkit-line-clamp: 3;
        height: 67px;
    }

    .allpage .coupon-item-title-link {
        display: block;
        height: auto;
    }

    .allpage .coupon-item .button-container {
        padding: 0;
        margin: 0 0 6px;
    }

    .coupon-item-type {
        height: inherit;
    }

    #homepage .coupon-item-link {
        height: auto;
    }

    .footer-country-list {
        position: fixed;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 100vw;
        padding-bottom: 100px;
        box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 10%);
    }

    .footer-country-list .footer-country-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pagination li {
        display: none
    }

    .pagination .active,
    .pagination .disabled,
    .pagination .active ~ .disabled ~ li {
        display: block;
    }

    #homepage .home-content-box {
        padding: 32px 10px
    }

    .footer-text.copyright-txt img {
        display: block;
        margin: 0 auto 6px;
    }
}

@media (min-width: 1180px) and (max-width: 1680px) {
    .site-header .site-w {
        width: 98%;
    }

    [lang=vn] .site-header .site-w .menu-item-link {
        font-size: 16px;
        font-weight: 500;
    }
}

.flex {
    display: flex;
}
.author-store-wrapper {
    display: block;
    margin-top: 10px;
    padding-top: 20px;
}