@font-face {
    font-family: bootstrap-icons;
    src: url("/countries/assets/fonts/bootstrap-icons.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("/countries/assets/webfonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("/countries/assets/webfonts/fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    src: url("/countries/assets/webfonts/fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.navbar .navbar-brand img,
img {
    max-width: 100%;
    height: auto
}

body {
    overflow-x: hidden;
    font-family: Urbanist, sans-serif
}

.top-bar {
    font-size: .875rem;
    background-color: #fffbde;
    padding: 3px 16px !important
}

.navbar {
    background-color: #044600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.navbar .navbar-brand {
    max-width: 120px
}

.navbar-nav {
    gap: 1.25rem
}

.nav-link {
    color: #fff !important;
    font-size: 1.125rem;
    font-weight: 500;
    transition: color .2s;
    cursor: pointer
}

.nav-link:hover {
    color: #d9eef2 !important
}

#sidebarOffersCarousel,
#sidebarOffersCarousel .carousel-inner,
.nav-item.dropdown {
    position: relative
}

.nav-item.dropdown>.nav-link {
    padding-bottom: 15px
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    min-width: 200px;
    padding: 15px 0 10px;
    z-index: 1000;
    margin-top: -10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: .2s ease-in-out
}

.dropdown-menu-custom a {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    transition: background .2s
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5
}

.dropdown-menu-custom .view-all {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 10px;
    font-weight: 600;
    color: #044600
}

.dropdown-menu-custom .view-all:hover {
    background: #f0f9f0
}

.navbar-search-wrapper .btn i,
.suggestion-item i {
    font-size: 1.1rem;
    color: #044600
}

.navbar-search-wrapper {
    position: relative;
    width: 285px
}

.navbar-search-wrapper .input-group {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 8px;
    overflow: hidden
}

.navbar-search-wrapper .form-control {
    border-radius: 0;
    height: 50px;
    padding: .5rem 1rem;
    font-size: .95rem;
    transition: .3s;
    background: #fff
}

.navbar-search-wrapper .form-control:focus {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(32, 131, 21, .1);
    outline: 0
}

.navbar-search-wrapper .form-control::placeholder {
    color: #999;
    font-size: .9rem
}

.navbar-search-wrapper .btn {
    border-radius: 0;
    border: none;
    height: 50px;
    padding: 0 1.25rem;
    background: #f8f9fa;
    transition: .3s
}

.navbar-search-wrapper .btn:hover {
    background: #e9ecef
}

.mobile-search-box {
    display: none;
    background: linear-gradient(135deg, #044600 0, #044600 100%);
    padding: 1rem 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    position: sticky;
    top: 0;
    z-index: 998
}

.mobile-search-box .input-group {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden
}

.mobile-search-box .form-control {
    border: none;
    height: 48px;
    padding: .625rem 1rem;
    font-size: .95rem;
    border-radius: 6px
}

.mobile-search-box .form-control:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
    outline: 0
}

.mobile-search-box .form-control::placeholder {
    color: #aaa
}

.mobile-search-box .btn {
    border: none;
    height: 48px;
    padding: 0 1.5rem;
    background: #fff;
    border-radius: 0 10px 10px 0;
    transition: .3s
}

.mobile-search-box .btn:hover {
    background: #f0f0f0
}

.mobile-search-box .btn i {
    font-size: 1.2rem;
    color: #044600
}

.search-suggestions {
    left: 0;
    right: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}

.search-suggestions.active {
    display: block;
    animation: .3s slideDown
}

.suggestion-item {
    border-bottom: 1px solid #f5f5f5;
    transition: .2s;
    color: #333;
    font-size: .95rem;
    display: flex;
    align-items: center;
    gap: .75rem
}

.suggestion-item:hover {
    background: linear-gradient(90deg, #f8f9fa 0, #e9ecef 100%);
    padding-left: 1.5rem;
    border-left: 3px solid #044600
}

.suggestion-item:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px
}

.suggestion-item:first-child {
    border-radius: 10px 10px 0 0
}

.suggestion-item small {
    font-size: .8rem;
    color: #999;
    margin-left: auto
}

.suggestion-item:only-child {
    text-align: center;
    padding: .8rem;
    cursor: default
}

.suggestion-item:only-child:hover {
    background: 0 0;
    padding-left: 1.125rem;
    border-left: none
}

.search-suggestions::-webkit-scrollbar {
    width: 6px
}

.search-suggestions::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 0 10px 10px 0
}

.search-suggestions::-webkit-scrollbar-thumb {
    background: #044600;
    border-radius: 10px
}

.search-suggestions::-webkit-scrollbar-thumb:hover {
    background: #1a6b11
}

@media (max-width:991px) {

    .dropdown-menu-custom .view-all,
    .dropdown-menu-custom a:hover {
        background: #e9ecef;
        color: #044600;
        border-left: 3px solid #044600
    }

    .dropdown-menu-custom a:last-child {
        border-bottom: none;
        margin-bottom: -5px
    }

    .dropdown-menu-custom {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        margin: 0 0 0 20px;
        padding: 5px 0;
        background: #1a1a1a;
        color: #e0e0e0;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .3s;
        border-radius: 0;
        overflow: hidden;
        max-height: 0
    }

    .dropdown-menu-custom.show {
        display: block !important;
        max-height: 500px
    }

    .nav-item.dropdown>.nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .8rem 1rem;
        cursor: pointer;
        position: relative;
        width: 100%;
        text-decoration: none
    }

    .nav-item.dropdown>.nav-link::after {
        content: '▼';
        font-size: 10px;
        margin-left: 10px;
        transition: transform .3s;
        flex-shrink: 0
    }

    .nav-item.dropdown.open>.nav-link::after {
        transform: rotate(180deg)
    }

    .dropdown-menu-custom a {
        padding: 8px 20px;
        font-size: 14px;
        color: #e0e0e0;
        background: 0 0;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .dropdown-menu-custom .view-all {
        margin-top: 0;
        margin-bottom: -4px;
        border-top: 1px solid #dee2e6;
        padding-bottom: 10px !important;
        font-weight: 600
    }

    .navbar-toggler:not(.collapsed)::before,
    .sidebar-close span:first-child {
        transform: translateY(-50%) rotate(45deg)
    }

    .navbar-collapse form,
    .navbar-search-wrapper {
        display: none !important
    }

    .mobile-search-box {
        display: block
    }

    .navbar-toggler {
        border: none !important;
        background: 0 0 !important;
        padding: 0 !important;
        width: 32px;
        height: 26px;
        position: relative;
        box-shadow: none !important;
        z-index: 1002
    }

    .navbar-nav .nav-item,
    .sidebar-logo {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-toggler:focus {
        outline: 0 !important;
        box-shadow: none !important
    }

    .navbar-toggler-icon {
        display: none
    }

    .navbar-toggler span,
    .navbar-toggler::after,
    .navbar-toggler::before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        position: absolute;
        left: 0;
        transition: .3s
    }

    .navbar-toggler::before {
        top: 0
    }

    .navbar-toggler span {
        top: 50%;
        transform: translateY(-50%)
    }

    .navbar-toggler::after {
        bottom: 0
    }

    .navbar-toggler:not(.collapsed)::before {
        top: 50%
    }

    .navbar-toggler:not(.collapsed) span {
        opacity: 0
    }

    .navbar-toggler:not(.collapsed)::after {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg)
    }

    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        z-index: 1000;
        opacity: 0;
        transition: opacity .3s
    }

    .sidebar-overlay.active {
        display: block;
        opacity: 1
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #1a1a1a;
        padding-top: 0;
        z-index: 1001;
        overflow-y: auto;
        transition: left .3s;
        box-shadow: 2px 0 10px rgba(0, 0, 0, .3)
    }

    .navbar-collapse.show {
        left: 0
    }

    .sidebar-logo {
        display: block;
        padding: 1.5rem;
        background: #044600
    }

    .sidebar-logo img {
        max-width: 140px;
        height: auto
    }

    .sidebar-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        background: 0 0;
        border: none;
        cursor: pointer;
        z-index: 1002;
        padding: 0
    }

    .sidebar-close:focus {
        outline: 0
    }

    .sidebar-close span {
        display: block;
        width: 100%;
        height: 2.5px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%
    }

    .sidebar-close span:last-child {
        transform: translateY(-50%) rotate(-45deg)
    }

    .navbar-nav {
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin: 0 !important
    }

    .navbar-nav .nav-link {
        padding: 1.125rem 1rem;
        color: #e0e0e0 !important;
        font-size: 1rem;
        display: block;
        border-left: 4px solid transparent;
        transition: .3s
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        background: #2a2a2a;
        color: #fff !important;
        border-left-color: #044600
    }

    .navbar-nav .nav-link:hover {
        padding-left: 1.75rem
    }

    .navbar-nav .nav-link.active {
        font-weight: 600
    }
}

@media (min-width:992px) {
    .nav-item.dropdown:hover .dropdown-menu-custom {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .nav-item.dropdown::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 10px;
        background: 0 0;
        z-index: 999
    }

    .mobile-search-box,
    .sidebar-close,
    .sidebar-logo {
        display: none
    }

    .sidebar-overlay {
        display: none !important
    }
}

.hero__actions {
    display: flex;
    gap: 1rem
}

.country-dropdown {
    position: relative;
    display: inline-block
}

.country-dropdown button.country-dropdown-toggle,
button.country-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .77rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: Urbanist, sans-serif;
    border-radius: 8px;
    border: 1px solid #044600;
    background: #fff;
    color: #044600;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap
}

.country-icon {
    flex-shrink: 0
}

.country-dropdown-toggle::after {
    content: '▼';
    font-size: 10px;
    margin-left: 4px;
    transition: transform .3s
}

.country-dropdown.active .country-dropdown-toggle::after,
.store-info-toggle-btn.active i {
    transform: rotate(180deg)
}

.country-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    padding: 8px 0;
    z-index: 1000;
    overflow-y: auto;
    max-height: 350px;
    min-width: 168px;
    display: none;
    pointer-events: none;
    visibility: hidden
}

.country-dropdown.active .country-dropdown-menu {
    display: block;
    pointer-events: auto;
    visibility: visible
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.country-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
    transition: background .2s;
    border-bottom: 1px solid #f0f0f0
}

.country-dropdown-item:last-child {
    border-bottom: none
}

.country-dropdown-item:hover {
    background: #f1f1f1;
    color: #044600
}

.country-flag {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    object-fit: cover;
    flex-shrink: 0
}

.btn {
    display: inline-block;
    padding: .75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
    border-color: #044600;
    transition: .2s
}

.faq-answer a,
.footer .footer-links li a:hover,
.read-more-toggle {
    text-decoration: underline
}

.btn-primary {
    background-color: #044600;
    color: #fff
}

.btn-secondary {
    border: 1px solid #6c757d
}

.btn-primary:hover {
    background: #fff;
    color: #1c2b39;
    border: 1px solid #044600
}

.btn-secondary:hover {
    background: #044600;
    color: #fff;
    border-color: #044600
}

.coupon-card {
    display: flex;
    align-items: stretch;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: .3s
}

.coupon-discount {
    background: rgba(32, 131, 21, .08);
    color: #044600;
    font-size: 28px;
    font-weight: 500;
    padding: 20px;
    min-width: 120px;
    max-width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.coupon-content {
    flex: 1;
    padding: 15px 20px
}

.coupon-badge,
.coupon-label,
.verified-badge {
    font-size: 14px;
    padding: 4px 8px;
    font-weight: 500;
    border-radius: 3px
}

.coupon-badge,
.coupon-label {
    color: #fff;
    display: inline-block
}

.coupon-badge {
    background: #444;
    margin-bottom: 8px;
    line-height: 1.5
}

.verified-badge {
    color: #fa4032
}

.verified-badge svg {
    width: 20px;
    height: 20px
}

.coupon-badge .fa,
.coupon-label .fa {
    margin-right: 5px
}

.coupon-label {
    background: #fa4032;
    margin-left: 6px
}

.coupon-title {
    font-size: 22px;
    margin: 5px 0;
    font-weight: 600
}

.coupon-description {
    white-space: normal !important
}

.coupon-description.clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.blog-nav-card .card-title,
.offer-card .card-body h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.coupon-description p {
    margin: 8px 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px
}

.coupon-description ul {
    margin: 8px 0;
    padding-left: 20px
}

.read-more-toggle {
    font-size: 14px;
    color: #0a7d48;
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px
}

.coupon-footer {
    font-size: 14px;
    color: #888;
    margin-top: 16px;
    display: none
}

.coupon-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem
}

.coupon-action .deal,
.coupon-btn-expire {
    background-color: #444;
    border-color: #444;
    color: #fff
}

.coupon-action .deal:hover,
.coupon-btn-expire:hover {
    background-color: #fff;
    border-color: #444;
    color: #444
}

.coupon-action .coupon-deal {
    min-width: 190px
}

.coupon-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(32, 131, 21, .15)
}

.coupon-card:hover .coupon-discount {
    background-color: #044600 !important;
    color: #fff !important;
    transition: .3s
}

.coupon-card:hover .coupon-action,
.coupon-card:hover .coupon-content {
    background-color: rgba(32, 131, 21, .08);
    transition: .3s
}

#expired-offers .coupon-card:hover .coupon-discount {
    background-color: #585252 !important;
    color: #fff !important
}

#expired-offers .coupon-card:hover .coupon-action,
#expired-offers .coupon-card:hover .coupon-content {
    background-color: #e9e9e9
}

#expired-offers .read-more-toggle {
    color: #444
}

.load-more-section {
    background: linear-gradient(135deg, #044600 0, #212e20 100%);
    border-radius: 5px;
    padding: 25px 20px;
    margin: 25px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.load-more-section h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600
}

.coupon-counter {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    padding: 12px 15px;
    border-radius: 10px;
    display: inline-block
}

#loadMoreCoupons,
.store-info-toggle-btn {
    background: #fff;
    color: #044600;
    cursor: pointer
}

.coupon-counter p {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500
}

.coupon-counter .count-numbers {
    font-size: 1.3rem;
    font-weight: 700;
    color: gold
}

#loadMoreCoupons {
    border: none;
    padding: 12px 15px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

#loadMoreCoupons:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
    background: #f8f9ff
}

#loadMoreCoupons:active {
    transform: translateY(-1px)
}

.coupon-card.fade-in {
    animation: .5s forwards fadeInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer .footer-links li a {
    color: #fff;
    text-decoration: none
}

.footer-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1c1c1c;
    color: #ccc;
    font-size: 1.2rem;
    transition: .3s
}

.footer-social .social-icon:hover {
    background: #044600;
    color: #fff
}

.store-header {
    border-bottom: 1px solid #ccc;
    padding: 0 0 .8rem;
    margin-bottom: 1.5rem
}

.store-header h1.store-title,
.stores-page .stores-hero h1 {
    font-size: 2rem;
    font-weight: 600
}

.store-header .store-header-desc {
    color: #5b5b5b;
    font-size: 1.125rem;
    max-width: 800px
}

.verification-badge h2 {
    font-size: 16px;
    max-width: 800px
}

.store-header .store-logo {
    border: 1px solid #ccc;
    display: flex;
    align-items: center
}

.store-header .store-logo img {
    max-width: 200px
}

.store-header .justify-content-between .d-flex {
    gap: 2rem
}

.store-header .store-rating h2 {
    font-size: 1rem
}

.store-info-content {
    position: relative;
    overflow: hidden;
    line-height: 1.5em;
    transition: .3s
}

.store-info-content h2 {
    font-size: 1.2rem
}

@media (min-width:768px) {
    .store-info-content {
        max-height: 4.5em
    }

    .store-info-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1.5em;
        background: linear-gradient(to bottom, transparent, #fff);
        pointer-events: none;
        transition: opacity .3s
    }

    .store-info-content.expanded {
        max-height: none
    }

    .store-info-content.expanded::after {
        opacity: 0
    }
}

.store-info-hidden-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out
}

.store-info-hidden-content.show {
    max-height: 500px;
    opacity: 1;
    visibility: visible
}

.store-info-toggle-btn {
    margin-top: 10px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 500;
    border: 1.5px solid #044600;
    border-radius: 30px;
    transition: .3s;
    box-shadow: 0 2px 8px rgba(32, 131, 21, .15)
}

.store-info-toggle-btn:hover {
    background: #044600;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgb(32 131 21 / 84%)
}

.store-info-toggle-btn i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform .3s
}

.stores-page .alphabet-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem
}

.stores-page .alphabet-filter .filter-link {
    display: inline-block;
    padding: .4rem .7rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: .2s ease-in-out
}

.stores-page .alphabet-filter .filter-link:hover {
    color: #fff;
    background: #044600;
    border-color: #044600
}

.stores-page .store-group {
    margin-top: 2rem
}

.stores-page .group-title {
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: .5rem
}

.stores-page .store-card {
    transition: transform .2s, box-shadow .2s;
    border: 1px solid #f0f0f0
}

.stores-page .store-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.stores-page .store-logo {
    max-height: 80px;
    object-fit: contain
}

.blog-nav-img,
.blog-single img {
    object-fit: cover;
    display: block
}

.stores-page .store-name {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 0
}

.stores-page .store-link {
    text-decoration: none;
    color: inherit
}

.store-about h2 {
    padding-bottom: 10px
}

.blog-content ol,
.blog-content ul,
.store-about ol,
.store-about ul {
    padding-left: 1.5rem
}

.store-about ol li,
.store-about ul li {
    padding: 5px
}

.modal-body h2 {
    font-size: 20px;
    margin-bottom: 1.3rem !important;
    line-height: 1.4
}

.modal-body .green-text {
    font-size: 18px;
    color: #044600;
    font-weight: 700
}

.modal-body .small {
    margin-top: 1.5rem
}

.modal-body .store-logo img {
    max-width: 200px;
    border: 1px solid #ccc
}

#copyBtn {
    border-color: #212529
}

#copyBtn:hover {
    border-color: #424649
}

#modalCode:focus {
    border-color: #044600;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

#copyBtn.btn-success {
    background-color: #000;
    border-color: #000
}

.offer-card {
    position: relative;
    border: 1px solid #eee;
    border-radius: 0
}

.offer-badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background: #ff5722;
    border-color: #ff5722;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 0
}

.offer-logo img {
    max-width: 100%;
    max-height: 100px
}

.offer-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 0;
    gap: .5rem
}

.offer-card .card-body h3 {
    display: -webkit-box
}

.offer-card .card-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.offer-card .coupon-action {
    padding-bottom: 1.5rem
}

.offer-card .coupon-btn .btn-text{
    padding: 15px 6px ;
}

.hero {
    display: flex;
    align-items: center;
    padding: 3rem 0;
    min-height: 700px;
    background: #fff;
    z-index: 9
}

.hero__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.hero__content {
    flex: 1 1 400px
}

.hero__title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    max-width: 880px
}

.hero__description {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
    max-width: 720px
}

.hero__image {
    flex: 1 1 100px
}

.blog-section,
.popular-stores-section {
    background-color: #d9eef2
}

.popular-stores-section .popular-store-card {
    display: block;
    color: #1d1d1d;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #fff
}

.popular-stores-section .popular-store-card img {
    max-height: 60px
}

.popular-stores-section .popular-store-card div {
    border-top: 1px solid #ccc;
    padding: 4px
}

.categories-intro-section {
    border-top: 1px solid #ccc
}

.categories-intro-section .catg-box {
    display: block;
    width: 100%;
    padding: 1rem;
    color: #044600;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    background-color: rgba(32, 131, 21, .07);
    transition: .2s
}

.categories-intro-section .catg-box:hover {
    color: #fff;
    background-color: #044600
}

.rating-stars .star.active,
.rating-stars .star.hovered,
.rating-stars .star:hover {
    color: #f1c40f
}

.rating-stars {
    font-size: 1.6rem;
    color: #ddd;
    cursor: pointer;
    user-select: none
}

.rating-stars .star.hovered {
    color: #f39c12
}

.inner-hero {
    display: flex;
    align-items: center;
    min-height: 40vh;
    background-color: #f5f5f5
}

.blog-section .card-img-top,
.blogs-listing .card .card-img-top {
    aspect-ratio: 4/2.5;
    object-fit: cover
}

.blogs-listing .nav-item {
    background: #044600
}

.all-categories-card .list-group-item.active a,
.blogs-listing .nav-item a {
    color: #fff
}

.blogs-listing .card .btn {
    margin-top: auto;
    max-width: fit-content
}

.blogs-listing .card .card-body {
    display: flex;
    flex-direction: column
}

.blog-single h1 {
    line-height: 1.3;
    font-size: 2rem
}

.blog-single .text-center img {
    margin: 0 auto;
    max-width: 75%;
    height: auto;
    border-radius: 8px
}

.blog-content h2,
.blog-content h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600
}

.blog-content .image img {
    border-radius: 8px;
    margin: 1% auto;
    max-width: 75%
}

.blog-content .table table {
    width: 100%
}

.blog-content figcaption {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px
}

.blog-nav-card {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

.blog-nav-img-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
    flex-shrink: 0
}

.blog-nav-img {
    width: 100%;
    height: 100%;
    object-position: center;
    transition: transform .4s
}

.blog-nav-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%)
}

.blog-nav-img-placeholder i {
    font-size: 3rem;
    color: #adb5bd
}

.blog-nav-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px
}

.blog-nav-card .card-body {
    padding: 1rem 1.25rem;
    background: #fff;
    display: flex;
    align-items: center;
    min-height: 80px
}

.blog-nav-card .card-title {
    font-size: .95rem;
    line-height: 1.4;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%
}

.hover-shadow {
    transition: .3s
}

.hover-shadow:hover {
    box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .15) !important;
    transform: translateY(-5px);
    border-color: #044600
}

.hover-shadow:hover .blog-nav-img {
    transform: scale(1.08)
}

.hover-shadow:hover .blog-nav-badge {
    background: rgba(13, 110, 253, .95)
}

@media (max-width:991px) {
    .country-dropdown-menu {
        background: #1a1a1a;
        border: none !important
    }

    .country-dropdown-item {
        color: #fff;
        background: #1a1a1a;
        border-bottom: 1px solid #333 !important
    }

    .country-dropdown-item:last-child {
        border-bottom: none !important
    }

    .country-dropdown-item:hover {
        background: #1a1a1a !important;
        color: #fff !important
    }

    .country-dropdown button.country-dropdown-toggle,
    button.country-dropdown-toggle {
        background: #1a1a1a;
        border-color: #1a1a1a;
        color: #e0e0e0;
        padding: 1.125rem 1.1rem;
        margin-left: 0 !important
    }

    .blog-nav-img-wrapper {
        height: 200px
    }
}

@media (max-width:767px) {
    .store-info-content {
        max-height: 4em
    }

    .store-info-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1.5em;
        background: linear-gradient(to bottom, transparent, #fff);
        pointer-events: none;
        transition: opacity .3s
    }

    .store-info-content.expanded {
        max-height: none
    }

    .store-info-content.expanded::after {
        opacity: 0
    }

    .store-info-content ul {
        text-align: left
    }

    .store-badge-responsive {
        display: block;
        width: 100%;
        white-space: normal;
        word-wrap: break-word;
        text-align: center;
        font-size: 15px !important;
        line-height: 17px
    }

    .blog-nav-img-wrapper {
        height: 180px
    }

    .blog-nav-card .card-body {
        min-height: 70px;
        padding: .875rem 1rem
    }

    .blog-nav-card .card-title {
        font-size: .875rem
    }

    .blog-nav-badge {
        top: 10px;
        left: 10px;
        padding: 5px 12px;
        font-size: .75rem
    }
}

@media (max-width:575px) {
    .blog-nav-img-wrapper {
        height: 160px
    }

    .blog-nav-card .card-body {
        min-height: 65px
    }
}

.home-blog__content .btn {
    margin-top: auto
}

.stores-hero .all-stores {
    font-size: 18px;
    margin-top: 24px
}

.all-categories-card .list-group-item a {
    color: #1d1d1d
}

.all-categories-card .list-group-item.active {
    color: #fff;
    background-color: #044600;
    border-color: #044600
}

.sidebar .card {
    border-color: #dee2e6
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px
}

.suggestion-item:hover {
    background-color: #f8f9fa
}

.search-suggestions {
    border-radius: 6px;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    top: 100%;
    display: none
}

.no-results {
    padding: 8px 12px;
    color: #888
}

.store-faq details {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
    transition: .3s
}

.store-faq details[open] {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.store-faq summary {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    user-select: none;
    list-style: none
}

.store-faq summary h3 {
    font-weight: 400;
    font-size: 18px;
    display: inline;
    margin: 0
}

.store-faq details+details {
    margin-top: 12px
}

.store-faq summary::-webkit-details-marker {
    display: none
}

.store-faq summary::after {
    content: " +";
    float: right;
    font-size: 24px;
    font-weight: 300;
    color: #007bff
}

.store-faq details[open] summary::after {
    content: " −"
}

.faq-answer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
    color: #555;
    line-height: 1.6
}

.faq-answer p {
    margin-bottom: 12px
}

#sidebarOffersCarousel .coupon-card,
.faq-answer p:last-child {
    margin-bottom: 0
}

.faq-answer ol,
.faq-answer ul {
    margin: 12px 0;
    padding-left: 24px
}

.faq-answer li {
    margin-bottom: 8px
}

.faq-answer h4,
.faq-answer h5,
.faq-answer h6 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px
}

.faq-answer strong {
    color: #333;
    font-weight: 600
}

.faq-answer a {
    color: #007bff
}

.faq-answer a:hover {
    color: #0056b3
}

.store-faq details p {
    margin-top: 16px;
    margin-bottom: 0
}

aside.col-lg-3 {
    position: sticky;
    top: 86px;
    max-height: calc(100vh - 86px);
    overflow-y: auto
}

aside.col-lg-3::-webkit-scrollbar {
    width: 6px
}

aside.col-lg-3::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

aside.col-lg-3::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

aside.col-lg-3::-webkit-scrollbar-thumb:hover {
    background: #555
}

.sidebar h2,
.sidebar h3.section-title,
.sidebar h4 {
    font-size: 1.4rem;
    padding-bottom: 10px
}

.sidebar .list-group-item {
    border: 1px solid #e0e0e0;
    transition: .3s
}

#sidebarOffersCarousel .carousel-item {
    transition: transform .5s ease-in-out
}

.sidebar-coupon-content .coupon-title {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.sidebar-coupon-content .coupon-description {
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.sidebar-arrow-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, .6);
    border: none;
    border-radius: 50%;
    opacity: .8;
    transition: .3s
}

.sidebar-arrow-control:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .8);
    transform: translateY(-50%) scale(1.1)
}

.carousel-control-prev.sidebar-arrow-control {
    left: 10px;
    top: 9.3rem
}

.carousel-control-next.sidebar-arrow-control {
    right: 10px;
    top: 9.3rem
}

.sidebar-arrow-control .carousel-control-next-icon,
.sidebar-arrow-control .carousel-control-prev-icon {
    width: 18px;
    height: 18px
}

.sidebar .sidebar-offer-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 417px;
    max-height: 480px;
    padding: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

.sidebar-coupon-header {
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6
}

.sidebar-store-logo {
    width: 160px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    padding: 5px;
    background: #fff;
    border-radius: 8px
}

.sidebar-coupon-action .offer-btn,
.sidebar-discount-badge {
    box-shadow: 0 2px 8px rgba(102, 126, 234, .3);
    border-radius: 6px;
    text-align: center
}

.sidebar-coupon-badge-section {
    padding: 15px 15px 10px;
    text-align: center;
    background: #fff
}

.sidebar-coupon-badge-section .coupon-badge {
    font-size: .85rem;
    margin-bottom: 10px
}

.sidebar-discount-badge {
    display: inline-block;
    background: rgba(32, 131, 21, .08);
    color: #044600;
    padding: 8px 20px;
    font-size: 1.1rem;
    font-weight: 700
}

.sidebar-coupon-content {
    padding: 5px !important;
    flex: 1;
    text-align: center
}

.sidebar-coupon-content .coupon-title {
    font-size: .95rem;
    line-height: 1.4;
    margin-bottom: 10px
}

.sidebar-coupon-content .coupon-description {
    font-size: .85rem;
    line-height: 1.5;
    color: #6c757d;
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden
}

.sidebar-coupon-content .coupon-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef
}

.sidebar-coupon-content .coupon-expiry {
    font-size: .75rem;
    color: #6c757d
}

.sidebar-coupon-action {
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6
}

.sidebar-coupon-action .offer-btn {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    background: #044600;
    color: #fff;
    font-size: 1.1rem
}

.sidebar-indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    background-color: #dee2e6;
    padding: 0;
    cursor: pointer;
    transition: .3s
}

.sidebar-indicator-dot:hover {
    transform: scale(1.2);
    background-color: #0d6efd
}

.sidebar-indicator-dot.active {
    background-color: #044600;
    transform: scale(1.2)
}

.toc-navigation {
    max-height: 400px;
    overflow-y: auto
}

.toc-navigation ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.toc-navigation>ul {
    padding-left: 0
}

.toc-navigation ul ul {
    padding-left: 0;
    margin-top: 0
}

.toc-navigation a {
    display: block;
    padding: .5rem .75rem;
    color: #495057;
    text-decoration: none;
    font-size: .9rem;
    border-left: 2px solid transparent;
    transition: .2s
}

.toc-navigation a:hover {
    color: #007bff;
    background-color: #f8f9fa;
    border-left-color: #007bff
}

.toc-navigation a.active {
    color: #007bff;
    font-weight: 500;
    background-color: #e7f3ff;
    border-left-color: #007bff
}

.toc-navigation .toc-h2,
.toc-navigation .toc-h3,
.toc-navigation .toc-h4 {
    padding-left: .75rem;
    font-size: .9rem
}

.toc-navigation::-webkit-scrollbar {
    width: 4px
}

.toc-navigation::-webkit-scrollbar-track {
    background: #f1f1f1
}

.toc-navigation::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px
}

.toc-navigation::-webkit-scrollbar-thumb:hover {
    background: #555
}

.claimed-codes-table {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin: 0
}

.claimed-codes-table thead {
    background-color: #f5f5f5;
    border-bottom: 2px solid #e0e0e0
}

.claimed-codes-table thead th {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 20px;
    border: none;
    text-transform: capitalize
}

.claimed-codes-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color .2s
}

.claimed-codes-table tbody tr:hover {
    background-color: #fffbf0
}

.claimed-codes-table tbody td {
    padding: 20px;
    vertical-align: middle;
    font-size: 14px;
    color: #333
}

.promo-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 8px
}

.discount-badge {
    background-color: #999;
    color: #fff
}

.coupon-code-display {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    color: #333
}

@media (max-width:768px) {

    .claimed-codes-table,
    .promo-description {
        font-size: 12px
    }

    .claimed-codes-table tbody td,
    .claimed-codes-table thead th {
        padding: 12px 10px
    }

    .coupon-code-display {
        font-size: 11px;
        padding: 4px 8px
    }

    .coupon-label {
        margin-left: 0
    }
}

.promo-banners-section {
    background: linear-gradient(135deg, #f5f7fa 0, #c3cfe2 100%);
    overflow: hidden
}

.section-header {
    animation: .8s fadeInDown
}

.promo-banners-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

.title-icon {
    display: inline-block;
    animation: 2s infinite bounce;
    font-size: 2rem
}

.section-subtitle {
    font-size: 1.1rem;
    color: #546e7a;
    font-weight: 500;
    margin: 0
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto
}

.banner-card:first-child,
.banner-card:nth-child(2),
.banner-card:nth-child(3) {
    grid-column: span 2;
    grid-row: 1
}

.banner-card:nth-child(4) .banner-image-wrapper,
.banner-card:nth-child(5) .banner-image-wrapper {
    padding-bottom: 50%
}

.banner-card:nth-child(4),
.banner-card:nth-child(5) {
    grid-column: span 3;
    grid-row: 2
}

.banner-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    transition: transform .3s, box-shadow .3s;
    height: 100%
}

.banner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .25)
}

.banner-link {
    display: block;
    text-decoration: none
}

.banner-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background: #f0f0f0
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s
}

.banner-card:hover .banner-image,
.footer-country-link:hover img {
    transform: scale(1.1)
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .4) 50%, transparent 100%);
    padding: 25px;
    opacity: 1;
    transition: opacity .4s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2
}

.btn-banner,
.footer-country-link {
    text-decoration: none;
    transition: .3s
}

.banner-card:hover .banner-overlay {
    opacity: 1
}

.btn-banner {
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    font-size: 15px;
    background: #fff;
    color: #333;
    border: none
}

.btn-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
    background: #f8f9fa
}

.btn-banner i {
    margin-left: 8px;
    transition: margin-left .3s
}

.btn-banner:hover i {
    margin-left: 12px
}

@media (max-width:992px) {
    .promo-banners-section {
        display: none
    }
}

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 39px;
    max-width: 502px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    z-index: 9999
}

#cookie-banner h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

#cookie-banner p {
    margin: 0 0 12px;
    line-height: 1.5
}

#cookie-banner .cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end
}

#cookie-banner button {
    padding: 8px 14px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    font-family: sans-serif
}

#cookie-banner .btn-primary,
#cookie-banner .btn-secondary:hover {
    background-color: #044600;
    color: #ffff
}

#cookie-banner .btn-primary:hover,
#cookie-banner .btn-secondary {
    background-color: #ffff;
    color: #1c2b39;
    border: 1px solid #044600
}

@media (max-width:576px) {
    .navbar-brand {
        max-width: 100px
    }

    .navbar-collapse {
        width: 260px;
        left: -260px
    }

    .navbar-toggler {
        width: 28px;
        height: 22px
    }

    .navbar-toggler span,
    .navbar-toggler::after,
    .navbar-toggler::before {
        height: 2.5px
    }

    .mobile-search-box .btn,
    .mobile-search-box .form-control {
        height: 44px
    }

    .mobile-search-box .form-control {
        font-size: .875rem;
        padding: .5rem .875rem
    }

    .suggestion-item:only-child {
        padding: .6rem
    }

    aside.col-lg-3 {
        position: relative;
        top: 30px;
        max-height: none;
        overflow-y: visible
    }

    .claimed-codes-table tbody td,
    .claimed-codes-table thead th {
        padding: 10px 8px;
        font-size: 11px
    }

    .most-claimed-section .section-title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .claimed-codes-table {
        font-size: 11px;
        min-width: 100%
    }

    .claimed-codes-table thead th {
        white-space: nowrap
    }

    .claimed-codes-table tbody td:first-child,
    .claimed-codes-table thead th:first-child {
        width: 40%;
        min-width: 150px
    }

    .claimed-codes-table tbody td:nth-child(2),
    .claimed-codes-table thead th:nth-child(2) {
        width: 18%;
        min-width: 60px
    }

    .claimed-codes-table tbody td:nth-child(3),
    .claimed-codes-table thead th:nth-child(3) {
        width: 22%;
        min-width: 80px
    }

    .claimed-codes-table tbody td:nth-child(4),
    .claimed-codes-table thead th:nth-child(4) {
        width: 20%;
        min-width: 75px
    }

    .hero__title {
        font-size: 2.6rem
    }

    .store-faq summary,
    .store-faq summary h3 {
        font-size: 16px
    }

    .store-header .d-flex {
        flex-direction: column-reverse !important;
        text-align: center;
        align-items: center;
        gap: 1rem !important
    }

    .store-title {
        font-size: 22px !important
    }

    .top-bar {
        padding: 1px !important
    }

    .social-links {
        display: none
    }

    .company-info,
    .coupon-card {
        display: flex
    }

    .sidebar .section-title {
        margin-top: 1rem !important
    }

    .coupon-card {
        flex-direction: column
    }

    .coupon-discount {
        max-width: 100%
    }

    .coupon-label {
        margin-left: 0
    }

    .footer-social {
        flex-direction: row
    }

    .coupon-action .btn {
        width: 100%;
        margin-bottom: 15px
    }

    .blog-content .table {
        overflow-x: auto
    }

    .blog-content .table table td,
    .blog-content .table table th {
        font-size: 14px
    }

    .hero__image {
        margin-top: 1.5rem
    }

    .rgba-white-slight {
        width: 100%
    }

    .offer-logo img {
        max-width: 150px
    }

    .footer-country-link {
        font-size: .9rem;
        padding: .5rem .75rem !important
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 100%;
        padding: 0 60px
    }

    .coupon-discount {
        min-width: 140px;
        max-width: 140px
    }
}

@media (min-width:991px) and (max-width:1319px) {
    .country-dropdown button.country-dropdown-toggle {
        padding: .77rem .5rem
    }

    .navbar-search-wrapper {
        width: 129px
    }

    .btn-light {
        padding: 10px !important
    }
}

.footer-country-link {
    color: #adb5bd;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-flex;
    width: 100%;
    text-align: left
}

.coupon-action .coupon-btn:hover,
.coupon-btn {
    border: none
}

.footer-country-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.footer-country-link img {
    transition: transform .3s;
    flex-shrink: 0
}

.footer-country-link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.coupon-btn {
    display: flex;
    padding: 0;
    min-width: 100%;
}

.coupon-btn .btn-text {
    padding: 15px 10px;
    background: #044600;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    flex:1;
}

.expire .btn-text {
    background-color: #444
}

.coupon-btn .code-tag {
    padding: 12px 0;
    background: #fff;
    color: #444;
    border: 1.5px dashed #aaa;
    border-left: none;
    margin-left: -1px;
    width: 60px;
    font-size: 13px;
    min-width: 49px;
    max-width: 49px;
    text-align: left;
}

.expire,
.btn-text{
    background-color: #444;
}

@media (max-width:991px) {
    aside.col-lg-3 {
        position: relative;
        top: 30px;
        max-height: none;
        overflow-y: visible
    }

    .coupon-action .btn {
        padding: 0
    }

    .coupon-action .deal {
        padding: 10px !important
    }

    .coupon-action .expire {
        background-color: #444
    }
}

@media (max-width:576px) {
    .coupon-action .btn {
        min-width: 100%;
        padding: 0
    }

    .coupon-btn .btn-text {
        min-width: 71% !important
    }
}