.static-sections {
    animation: none !important;
}

.md-custom {
    background-color: rgba(0, 0, 0, 0.5);
}

.md-custom .btn-close {
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: 10px;
}

* {
    margin: 0;
    padding: 0;
}

.swal-button--confirm {
    background-color: #3baa34 !important;
}

.swal-button--danger {
    background-color: #df4740 !important;
}

.img-height {
    height: auto;
    width: 100%;
}

.storeTimings ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 14px;
    margin-bottom: 8px;
}

.storeTimings ul li {
    padding-bottom: 5px;
    font-size: 14px;
}

.sort-option2 .select2-container--default {
    width: 250px !important;
}

.sort-option2 .select2-selection__rendered {
    min-height: 34px;
    padding-bottom: 5px !important;
    padding-left: 14px !important;
}

.sort-option2 .select2-selection--multiple {
    border-color: #000;
    border-radius: 50px !important;
}

.sort-option2 .dropdown-wrapper {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 16px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.contact-num-reg {
    position: relative;
}

.contact-num-reg label.cnglbel {
    position: absolute;
    left: 18px;
    top: 18.8px;
    z-index: 99;
    color: #757575;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233baa34'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233baa34'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accept-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: 4px solid #3baa34;
    z-index: 999;
}

@media (min-width: 992px) {
    .accept-cookies {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.accept-cookies .accept-cookies-btn .btn {
    min-width: 120px;
}

@media (min-width: 992px) {
    .accept-cookies .accept-cookies-content {
        width: 74%;
    }
}

@media (min-width: 992px) {
    .accept-cookies .accept-cookies-btn {
        width: 24%;
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .accept-cookies .accept-cookies-btn {
        margin-top: 1rem;
    }
}

@media (max-width: 1000px) {
    .accept-cookies {
        display: none;
    }
}

.stats-quick-view .icon img {
    max-height: 60px;
}

.local-store-takeways {
    display: flex;
}

.category-item__logo {
    align-items: center;
    display: flex;
    flex: 0 0 110px;
}

@media only screen and (min-width: 992px){
    .category-item__logo {
        flex: 0 0 150px;
    }
}

.local-store-takeways .category-item__logo {
    margin-right: 1rem;
}

.phoneIcon {
    display: inline-block;
    margin-right: 10px;
}

#headerTitleAddress {
    width: 70%;
    margin-left: 20px;
}

#headerImg {
    width: 30%;
}

#mapPopupHeader {
    display: flex;
    padding: 10px 0;
}

#directionBtn {
    text-align: center;
}

#firstHeading .fa-phone {
    font-size: 20px;
}

#bodyContent .ion-location {
    font-size: 20px;
}

#headerImg a {
    display: block;
    max-width: 120px;
    max-height: 60px;
}

#mapPopupHeader p,
#bodyContent p {
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Arimo", sans-serif;
}

#mapPopupHeader h4,
#bodyContent h4 {
    font-family: "Arimo", sans-serif;
}

html {
    font-size: 1rem;
}

body {
    font-family: "Mulish", sans-serif;
    color: #000;
    font-size: 1rem;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #3baa3445;
    border-color: #3baa34;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233baa34'><path%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/></svg>");
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem #3baa3445;
    border-color: #3baa34;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #3baa34;
}

a:hover {
    color: #000;
}

p,
li {
    font-size: 0.875rem;
}

button {
    background: none;
    border: 0;
}

button:focus,
button:active {
    outline: 0;
}

textarea {
    resize: none;
}

@media (max-width: 767px) {
    .res-img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

.primary-text-color {
    color: #000;
}

.secondary-text-color {
    color: #3baa34;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #3e588c;
}

@media (min-width: 1200px) {
    .title-lg {
        font-size: 36px;
    }
}

.btn {
    border-radius: 50px;
}

.btn-primary {
    background-color: #000;
    border: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3baa34;
}

.btn-radius {
    border-radius: 0;
}

.btn-outline-primary {
    color: #000;
    border-color: #000;
}

.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-secondary {
    background-color: #3baa34;
    color: #fff;
    padding: 0.4rem 0.5rem;
    font-size: 1.1rem;
    border: 0;
}

.btn-secondary:hover {
    background-color: #2b8026;
}

.btn-outline-secondary {
    border-color: #3baa34;
    color: #3baa34;
}

.btn-outline-secondary:hover {
    background-color: #3baa34;
    border-color: #3baa34;
    color: #fff;
}

.btn-rounded-md {
    width: 141px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-base-dark {
    background-color: #ea4b19;
}

.btn-secondary-dark {
    background-color: #78135e;
}

.btn-base-dark,
.btn-secondary-dark {
    color: #fff;
    font-size: 18px;
}

.badge {
    border-radius: 50px;
    margin-top: 12px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-info {
    color: #fff;
    background-color: #b74e4e;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-light {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning {
    color: #f8f9fa;
    background-color: #437987;
}

.hero {
    position: relative;
}

.hero .hero-img-wrap {
    height: 100%;
}

.hero .hero-img-wrap img {
    width: 100%;
}

.hero .hero-form-container {
    position: absolute;
    top: 15%;
    right: 13.2%;
    max-width: 375px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
}

@media (max-width: 767px) {
    .hero .hero-form-container {
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        display: none;
    }
}

.hero .hero-form-container .form-control {
    max-height: 5.9523809524vw;
    margin-bottom: 11px;
    padding: 0.5rem 1.4rem;
    border: 1px solid #a7a7a7;
    font-size: 0.8rem;
}

.hero .hero-form-container h2 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.hero .hero-form-container h2 span {
    display: block;
}

.hero .hero-form-container button {
    width: 100%;
}

@media (min-width: 1024px) {
    .hero .hero-form-container button {
        font-size: 1.2vw;
    }
}

.hero .hero-form-container .form-check {
    margin-top: 0.75rem;
}

.hero .hero-form-container .form-check .form-check-label {
    font-size: 0.775rem;
    color: #333;
}

.hero .hero-form-container .form-check .form-check-label a {
    font-weight: 800;
}

.hero .hero-form-container .form-check .form-check-label a:hover {
    color: #3baa34;
}

.hero .hero-form-container .form-check .form-check-input[type="checkbox"] {
    margin-top: 0;
}

.hero-brands {
    padding-top: 2.1rem;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .hero-brands .hero-img-wrap {
        right: 64px;
    }
}

@media (min-width: 1200px) {
    .hero-brands .hero-content {
        padding-top: 70px;
        padding-right: 50px;
    }
}

.header__top-bar {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
}

.header__top-bar-menu {
    height: 45px;
}

.header__top-bar-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

@media (max-width: 767px) {
    .header__top-bar-menu ul {
        justify-content: space-around;
    }
}

.header__top-bar-menu ul li {
    display: grid;
}

@media (min-width: 768px) {
    .header__top-bar-menu ul li {
        margin-left: 3rem;
    }
}

.header__top-bar-menu ul li a {
    color: #000;
    font-size: 0.875rem;
    position: relative;
}

.header__top-bar-menu ul li a:hover {
    color: #3baa34;
}

.header__top-bar-menu ul .down-caret {
    padding-right: 15px;
}

.header__top-bar-menu ul .down-caret:after {
    content: "\f282";
    font-family: "bootstrap-icons";
    font-weight: 900;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
    font-size: 0.7rem;
    line-height: 2.2;
}

.header__top-bar-menu ul .down-caret.show:after {
    transform: rotateX(-180deg);
}

.header__top-bar-menu .dropdown-menu {
    background: #f4f4f4;
    top: 10px !important;
    border-radius: 0 0 10px 10px;
    border-width: 0;
}

.header__top-bar-menu .dropdown-menu a {
    padding: 0.5rem 1rem;
}

.header__top-bar-menu .dropdown-menu a:not(:first-child) {
    border-top: 1px solid #dbdbdb;
}

.header__top-bar-menu .dropdown-menu a:hover {
    background: none;
}

.header-right-links .acc-btn {
    min-width: 100px;
    margin-left: 6px;
}

@media (max-width: 991px) {
    .header-right-links {
        align-items: center;
    }
}

.header__middle-area {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media (min-width: 992px) {
    .header__middle-area {
        height: 90px;
    }
}

@media (max-width: 991px) {
    .header__middle-area {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 991px) {
    .header__middle-area .header-search-col {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.header__middle-area .header-search-col .header-search {
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    position: relative;
    height: 40px;
    max-width: 460px;
    width: 100%;
}

@media (min-width: 992px) {
    .header__middle-area .header-search-col .header-search {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header__middle-area .header-search-col .header-search {
        height: 32px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #fff;
    }
}

@media (max-width: 579px) {
    .header__middle-area .header-search-col .header-search {
        height: 100%;
        margin-left: 0;
    }

    .header-right .acc-after-login {
        display: none
    }


    .header-right .after-login {
        display: block !important;
        margin-right: 12px;
    }
}

.header__middle-area .header-search-col .header-search form {
    height: 100%;
}

.header__middle-area .header-search-col .header-search form .ui-state-hover,
.header__middle-area .header-search-col .header-search form .ui-widget-content .ui-state-hover {
    border-color: #3baa34;
    background: none;
    background-color: #3baa34;
    color: #fff;
}

.header__middle-area .header-search-col .header-search input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 1rem;
    padding-right: 5.5rem;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .header__middle-area .header-search-col .header-search input[type="text"] {
        padding-right: 3rem;
        font-size: 0.875rem;
    }
}

.header__middle-area .header-search-col .header-search button {
    position: absolute;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 1;
}

@media (max-width: 579px) {
    .header__middle-area .header-search-col .header-search button {
        border-radius: 0 1.5rem 1.5rem 0;
        font-size: 0;
        width: 50px;
    }

    .header__middle-area .header-search-col .header-search button:before {
        background-image: url("../img/search-icon.png");
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        height: 17px;
        width: 16px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        filter: brightness(0) invert(1);
    }
}

.header__middle-area .header-search-col .header-search .ui-widget-content {
    left: 1rem !important;
    border-color: #d9d9d9;
    top: 38px !important;
}

@media (max-width: 991px) {
    .header__middle-area .header-search-col {
        position: absolute;
        left: 0;
        top: 64px;
        z-index: 9;
        width: 85%;
        margin: 0;
        padding: 0 10px;
        transition: all 0.2s ease-in-out;
    }
}

@media (max-width: 579px) {
    .header__middle-area .header-search-col {
        height: 54px;
        padding: 8px 16px;
        top: 66px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header__middle-area .header-search-col {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #3baa34;
        top: 90px;
        width: 100%;
    }
}

.header__middle-area .header-search-col.show {
    display: flex;
}

.header__middle-area.before-logged-in {
    border-bottom: 2px solid #3baa34;
}

@media (max-width: 579px) {
    .header__middle-area.before-logged-in .header-search-col {
        background-color: #3baa34;
        width: 100%;
    }

    .header-search-login {
        width: 90% !important;
    }

    .pagination {
        overflow: scroll;
    }

    .newsletter-form {
        display: grid !important;
    }

    .newsletter-form .input-fields {
        margin-right: 0px !important;
    }

    .acc-dropdown .acc-btn {
        width: 95% !important;
        color: #ffffff;
        margin-top: 5px !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .form-container .social-login-buttons {
        display: grid !important;
        margin-top: 1.5rem !important;
    }

    .social-buttons {
        margin-top: 0.5rem !important;
    }
}

.header__main-menu {
    background-color: #3baa34;
    height: 54px;
}

@media (max-width: 991.98px) {
    .header__main-menu {
        padding: 7px 0;
    }
}

.header-right {
    justify-content: flex-end;
}

.header-right .skip-link {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-right .skip-link .label {
    font-size: 0;
}

.skip-account {
    background-image: url("../img/account-icon.png");
    background-size: 18px;
}

.acc-after-login img {
    width: 22px;
    padding-bottom: 6px;
}

.skip-search {
    background-image: url("../img/search-icon.png");
    display: none;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .acc-dropdown {
        display: block;
        position: unset;
        z-index: 1000;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
    }
}

@media (max-width: 1199px) {
    .acc-dropdown {
        top: 65px;
        max-width: 100px;
    }

    .acc-dropdown .acc-btn {
        background-color: transparent;
        width: 100%;
        color: #5c5c5c;
        line-height: 1.2;
        margin-left: auto;
    }
}

.form-check-input:checked {
    background-color: #3baa34;
    border-color: #3baa34;
}

.introbtn {
    border-color: #3baa34;
    padding: 15px 90px;
    font-size: 24px !important;
    font-weight: 1000;
}

@media (max-width: 580px) {
    .introbtn {
        width: 100%;
        max-width: 360px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.introbtn i.fa {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    color: #3baa34;
}

.introbtn:hover {
    background-color: #3baa34;
    color: #fff;
}

.introbtn:hover i {
    color: #fff;
}

.introbtn:focus {
    box-shadow: none;
}

.app-font-size {
    font-size: 1.1rem !important;
}

.app-img-wrap {
    display: flex;
}

@media (max-width: 580px) {
    .app-img-wrap {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 580px) {
    .app-info-wrap {
        margin-top: 20px;
    }
}

.first__img {
    margin-right: 24px;
}

@media (min-width: 768px) {
    .f3__img {
        margin-left: 24px;
    }
}

.app-img-wrap2 {
    align-items: flex-end;
}

@media (max-width: 580px) {
    .app-img-wrap2 {
        flex-wrap: wrap;
    }
}

@media (max-width: 580px) {
    .app-img-wrap2 .f2__img {
        order: -1;
        margin-bottom: 20px;
    }
}

.ext__icons {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.ext__icons img:not(:last-child) {
    margin-bottom: 16px;
}

.ext__icons img:last-child {
    margin-top: 2px;
}

@keyframes gm-slidein {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.navbar-brand {
    margin-right: 0;
    max-width: 15rem;
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.navbar {
    padding: 0;
}

@media (max-width: 991.98px) {
    .navbar {
        z-index: 3;
    }

    .navbar .navbar-collapse {
        background-color: #f4f4f4;
        padding: 0 15px;
        margin-top: 7px;
    }

    .navbar .navbar-toggler {
        margin-left: auto;
        padding-right: 0;
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav {
        width: 100%;
    }
}

.navbar .navbar-nav>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar .navbar-nav .nav-link {
    font-size: 1rem;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 0.95rem 0;
    position: relative;
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-link {
        color: #000;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #3baa34;
    }
}

.navbar .navbar-nav .nav-link:hover:after {
    transform: scaleX(1);
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1) {
    .navbar .navbar-nav .nav-link {
        font-size: 0.85rem;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: scaleX(1) translateY(-50%);
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav .more-link:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #d7d7d7;
        position: absolute;
        left: -15px;
        top: 0;
    }
}

.navbar .navbar-nav .more-link.dropdown-toggle::after {
    border: 0;
}

.navbar .navbar-nav .more-link i {
    position: relative;
    top: 2px;
    left: 4px;
}

.navbar .navbar-nav .more-link i:before {
    transition: all 0.25s ease-in-out;
}

.navbar .navbar-nav .more-link.show i:before {
    transform: rotateX(-180deg);
}

@media (max-width: 991px) {
    .navbar .main-nav {
        display: flex;
        flex-direction: column;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu.on-hover {
        display: block;
    }
}

@media (max-width: 991px) {
    .submenu {
        display: none;
    }
}

@media (min-width: 992px) {
    .submenu {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .submenu-title {
        padding: 0.95rem 0;
        position: relative;
        display: flex;
    }

    .submenu-title.active .bi:before {
        transform: rotate(180deg);
    }
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    position: relative;
    top: 3px;
    left: 5px;
}

.down-caret {
    padding-right: 15px;
    position: relative;
}

.down-caret:after {
    content: "\f282";
    font-family: "bootstrap-icons";
    font-weight: 900;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
}

.down-caret.show:after {
    transform: rotateX(-180deg);
}

.btn.down-caret:after {
    right: 10px;
    font-size: 0.875rem;
}

.account-balance {
    margin-left: 1rem;
}

.account-balance p {
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.account-balance p .bal-amount {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.sidebar {
    min-width: 250px;
}

@media (max-width: 991px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        left: -15rem;
        width: 15rem;
        background-color: #fff;
        overflow-y: auto;
        visibility: hidden;
        background-clip: padding-box;
        transition-timing-function: ease-in-out;
        transition-duration: 0.3s;
        transition-property: left, visibility;
        transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out;
        align-items: start;
        z-index: 1041;
    }

    .sidebar.show {
        left: 0;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .sidebar .dashboard__panel {
        border: 0 !important;
        border-radius: 0;
    }
}

.offcanvas-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

button.hamburger {
    display: inline-block;
    width: 24px;
    height: 22px;
    padding: 0;
    vertical-align: middle;
    background: none;
    border: 0;
    position: absolute;
    right: 15px;
    bottom: 25px;
}

button.hamburger:after,
button.hamburger:before {
    content: "";
}

button.hamburger span,
button.hamburger:after,
button.hamburger:before {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 5px;
    transition: all 0.2s ease-in-out;
    background: #000;
}

button.hamburger:not(.collapsed):after {
    transform: translate(0, -7px) rotate(-45deg);
}

button.hamburger:not(.collapsed) span {
    opacity: 0;
}

button.hamburger:not(.collapsed):before {
    transform: translate(0, 9px) rotate(45deg);
}

.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #3baa34;
    color: #fff;
}

@media (min-width: 1024px) {
    .account-icon {
        display: none;
    }
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem #3baa3425;
}

.features-listing li:hover {
    color: #000;
}

.features-listing li:hover img {
    filter: invert(72%) sepia(73%) saturate(5031%) hue-rotate(334deg) brightness(101%) contrast(101%);
}

.bg-primary {
    background-color: #000 !important;
}

.bg-secondary {
    background-color: #3baa34 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #cfcfcf;
}

.bg-gray {
    background-color: #f4f4f4 !important;
}

.bg-gray2 {
    background-color: #f8f8f8;
}

.heading-display-1 {
    letter-spacing: 0.024em;
    line-height: 3.15rem;
    margin-bottom: 2.1rem;
}

.heading-display-2 {
    letter-spacing: -0.01em;
    line-height: 3.6rem;
    margin-bottom: 0.9rem;
    font-size: 3rem;
}

@media (max-width: 767px) {
    .heading-display-2 {
        line-height: 2.5rem;
        font-size: 2rem;
        margin-top: 0.9rem;
    }
}

.lead-1 {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.ff-dm {
    font-family: "DM Serif Display", serif;
}

.pt-34 {
    padding-top: 3.4rem !important;
}

.hero-button a {
    font-size: 1.15rem;
    color: #000;
    position: relative;
}

.hero-button a .play-button-rounded {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-left: 16px;
    top: -7px;
}

.hero-button a .play-button-rounded:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 17px solid red;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.section .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 705px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .section .section-title {
        margin-bottom: 3rem;
    }
}

@media (max-width: 991px) {
    .section .section-title {
        margin-bottom: 2rem;
    }
}

.section h2 {
    font-size: 2.25rem;
}

.section h3 {
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .section .section-content {
        padding-right: 80px;
    }
}

#footer {
    padding-top: 2rem;
}

#footer .footer-nav a {
    font-size: 16px;
    color: white;
}

#footer .footer-nav a:hover {
    color: #3baa34;
}

@media (max-width: 580px) {
    #footer .footer-nav {
        max-height: 0;
        overflow: hidden;
        height: auto;
        transition: max-height 0.3s ease-in-out;
    }
}

@media (max-width: 580px) {
    #footer .footer-nav__header {
        position: relative;
    }

    #footer .footer-nav__header:after {
        content: "\f4fe";
        position: absolute;
        right: 10px;
        top: -5px;
        font-size: 20px;
        font-family: bootstrap-icons;
        color: #3baa34;
    }

    #footer .footer-nav__header.active .footer-nav {
        max-height: 125px;
    }

    #footer .footer-nav__header.active:after {
        content: "\f2ea";
    }
}

@media (max-width: 580px) and (max-width: 579px) {
    #footer .footer-nav__header {
        border-bottom: 1px solid #ddd;
    }
}

#footer .social-links {
    display: flex;
}

#footer .social-links li {
    margin: 0 1.25rem 0 0;
    font-size: 1.5rem;
}

#footer .social-links li a {
    transition: all 0.2s ease-in-out;
}

#footer .social-links li a img {
    max-width: 22px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#footer .social-links li a:hover img {
    filter: invert(49%) sepia(7%) saturate(4159%) hue-rotate(69deg) brightness(109%) contrast(90%);
}

#footer .footer-mid {
    padding-bottom: 2rem;
}

@media (width: 280px) {
    #footer .social-links li a img {
        max-width: 19px;
    }
}

@media (max-width: 500px) {
    #footer .footer-mid>.row .col {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }
}

#footer .footer-mid>.row .col:last-child a {
    text-transform: capitalize;
}

@media (max-width: 579px) {
    #footer .footer-mid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#footer .footer-nav {
    line-height: 30px;
}

#footer .footer-newsletter .newsletter-title {
    font-size: 1rem;
    font-weight: 600;
}

#footer .footer-newsletter input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    line-height: 38px;
}

@media (min-width: 581px) {
    #footer .footer-newsletter input[type="text"]:nth-child(2) {
        border-right: 1px solid #dcdcdc !important;
    }
}

@media (max-width: 580px) {
    #footer .footer-newsletter input[type="text"]:nth-child(2) {
        border-bottom: 1px solid #dcdcdc;
    }
}

#footer .footer-newsletter button {
    font-size: 14px;
    line-height: 34px;
    border-radius: 0;
    background-color: #3baa34;
}

#footer .footer-newsletter button:hover {
    background-color: #2b8026;
}

#footer .footer-bottom {
    border-top: 4px solid #3baa34;
    font-size: 0.875rem;
    padding: 1rem 0;
    background-color: #fff;
}

#footer h5 {
    font-weight: 600;
    font-size: 1rem;
}

@media (min-width: 580px) {
    #footer h5 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 579px) {
    #footer h5 {
        padding-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .main-container {
        padding: 1.25rem 0;
    }
}

@media (min-width: 992px) {
    .login-screen .title-container {
        margin-bottom: 4.5rem;
    }
}

@media (min-width: 992px) {
    .login-screen .btn-account {
        position: absolute;
        right: 0;
        top: 5px;
    }
}

.login-screen .page-title {
    color: #3baa34;
    letter-spacing: -0.01em;
}

@media (min-width: 992px) {
    .login-screen .page-title {
        font-size: 2.25rem;
    }
}

.login-screen .cat-select-links .cat-link {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    color: #000;
    padding: 0.5rem;
}

@media (min-width: 992px) {
    .login-screen .cat-select-links .cat-link {
        padding: 1rem 2.3rem;
    }
}

.login-screen .cat-select-links .cat-link:hover,
.login-screen .cat-select-links .cat-link.active {
    color: #000;
    background-color: #fff;
}

.login-screen .forgot-password-link {
    font-size: 16px;
    display: block;
    text-align: center;
}

.login-screen .col-md-6.ps-0 {
    background-color: #f8f8f8;
    border-radius: 0 10px 10px 0;
}

.form-container {
    padding: 2rem 1.5rem;
}

.form-container .inner-container {
    max-width: 425px;
    margin: 0 auto;
}

.form-container .form-title {
    padding: 0 0.5rem;
}

.form-container .form .row {
    margin-top: 0;
}

.form-container .form .row input.form-control {
    border: 0;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eaeaea;
    padding: 1.13rem 1.75rem 1.13rem 3rem;
}

.form-container .form .row input.user-icon {
    background-image: url("./img/icons/account-icon.png");
    background-repeat: no-repeat;
}

.form-container .form .row input.password-icon {
    background-image: url("./img/icons/security.png");
    background-repeat: no-repeat;
}

.form-container .form .row input.mail-icon {
    background-image: url("./img/icons/mail.png");
    background-repeat: no-repeat;
}
.form-container .form .row input.eye-icon {
   float: right;
}

.icon-style2{
    position: absolute;
    margin-top: -38px;
    margin-left: 377px !important;
    cursor: pointer;
}
.home-icon-style{
    position: absolute;
    margin-top: 11px;
    margin-left: 300px !important;
    cursor: pointer;
}
.home-icon-style2{
    position: absolute;
    margin-top: 11px;
    margin-left: 300px !important;
    cursor: pointer;
}
.form-container .form .cta {
    margin-top: 2.25rem;
}

.form-container .form .cta .btn {
    letter-spacing: -0.01em;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.75rem 0.5rem;
}

@media (max-width: 767px) {
    .form-container .form .cta .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .form-container .form .cta .btn-md {
        width: 74%;
    }
}

.form-container .form .form-check-label {
    font-size: 14px;
    margin-left: 9px;
    font-weight: 600;
}

.form-container .form .form-check {
    position: relative;
}

.form-container .form .form-check .checkmark {
    position: absolute;
    left: 0;
    width: 24px;
    height: 22px;
    border: 1px solid #d6d6d6;
}

.form-container .form .form-check .checkmark svg {
    display: none;
    color: #000;
}

.form-container .form .form-check .form-check-input {
    opacity: 0;
    position: relative;
    z-index: 1;
}

.form-container .form .form-check .form-check-input:checked~.checkmark svg {
    display: block;
}

.form-container .signin-option {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 1.2rem;
    padding: 1rem;
    text-align: center;
}

.form-container .signin-option h6 {
    font-weight: 600;
}

.form-container .social-login-buttons {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5rem;
}

.form-container .forgot-pass {
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    padding-left: 1.5rem;
}

.form-container .forgot-pass:before {
    content: "?";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #3baa34;
    color: #fff;
    left: 0;
    top: 3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.responsive-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
    z-index: 9;
}

.responsive-menu-overlay.active {
    display: block;
    opacity: 1;
}

.bg-brand-brown {
    background-color: #ef7204;
}

.bg-brand-red {
    background-color: #d61f1d;
}

.bg-brand-cyan {
    background-color: #00ccbc;
}

.bg-brand-black {
    background-color: #000;
}

.stats-quick-view .icon {
    margin-bottom: 1rem;
}

.stats-quick-view .stats-fig {
    font-weight: 800;
    font-size: 1.75rem;
}

.stats-quick-view p {
    font-size: 1rem;
    margin-bottom: 0;
}

@media (min-width: 580px) {
    .stats-quick-view .row>[class*="col"] {
        border-left: 1px solid #bdbdbd;
    }

    .stats-quick-view .row>[class*="col"]:first-child {
        border-left: 0;
    }
}

.how-works__single-item {
    display: flex;
}

.how-works__single-item .how-works__icon {
    flex: 0 0 9rem;
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 50%;
}

@media (max-width: 580px) {
    .how-works__single-item .how-works__icon {
        flex: 0 0 6rem;
        height: 6rem;
    }
}

.how-works__single-item .how-works__icon img {
    align-self: center;
}

@media (max-width: 580px) {
    .how-works__single-item .how-works__icon img {
        height: 50%;
    }
}

.how-works__single-item .how-works__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1rem;
}

.how-works__single-item .how-works__text h5 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.how-works__single-item .how-works__text p {
    color: #5c5c5c;
    line-height: 1.2rem;
}

.cashback-brands__item {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 0.35rem;
    height: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cashback-brands__item .cashback-brands__text {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0.75rem;
    color: #000;
}

.cashback-brands__item .brand-name {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
    margin-top: 0.5rem;
}

.img-fluid-size {
    height: auto;
    width: 100%;
}

.store-logo {
    max-width: 150px;
}

.takeaway-brands__item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* .takeaway-brands__item img {
    align-self: normal;
    max-width: 100%;
} */

@media (max-width: 767px) {
    .takeaway-brands__item {
        max-width: 245px;
        margin-bottom: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
    }
}

/* .takeaway-brands__item img {
    min-width: 270px;
} */
.without-cashback-btn:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.set-size {
    width: 100%;
    height: 100px;
}

.img-fix-size {
    min-height: 200px;
}

.buttons-margin {
    margin-top: 0.2rem
}

.set-image {
    max-width: 100px;
}

.charity-img {
    min-width: 177px;
    height: 177px;
}

.landing-section-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .landing-section-bg {
        height: 100vh;
    }
}

.landing-section-bg .background-image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fffafa;
    opacity: 0.59;
    z-index: 0;
}

.landing-bg-1 {
    background-image: url("../img/home/cashblack-meal.jpg");
}

.landing-bg-2 {
    background-image: url("../img/home/bg-2.jpg");
}

.landing-bg-3 {
    background-image: url("../img/home/cashblack-afrobot.jpg");
}

.app-info-wrap .title {
    font-weight: 700;
    font-size: 1.5rem;
    padding-right: 4rem;
    margin-bottom: 1.2rem;
}

.app-info-wrap p {
    color: #5c5c5c;
}

.app-info-wrap .cta {
    margin-top: 1.5rem;
}

@media (min-width: 580px) {
    .app-info-wrap .cta a {
        display: inline-block;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 580px) {
    #cashout-options .row>[class*="col"] {
        margin-bottom: 15px;
    }
}

.cashout-options__icon {
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    width: 7.093vw;
    height: 7.093vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.cashout-options__icon i {
    color: #3baa34;
    font-size: 4.4vw;
}

@media (max-width: 580px) {
    .cashout-options__icon i {
        font-size: 10vw;
    }
}

@media (max-width: 580px) {
    .cashout-options__icon {
        width: 20vw;
        height: 20vw;
    }
}

@media (max-width: 580px) {
    .cashout-options__title {
        font-size: 0.875rem;
        font-weight: 500;
    }
}

.accordion-item {
    border: 0;
    margin-bottom: 0.875rem;
}

.accordion-item .accordion-header {
    border: 1px solid #dedede;
    border-radius: 5px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-item .accordion-header .accordion-button {
    color: #000;
    font-weight: 600;
    font-size: 1.125rem;
    border-radius: 5px;
}

.accordion-item .accordion-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.img-adjust {
    height: 200px;
    width: 100%;
}

.newsletter-form {
    display: flex;
}

@media (max-width: 580px) {
    .newsletter-form {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
}

.newsletter-form .input-fields {
    margin-right: 10px;

}

@media (max-width: 580px) {
    .newsletter-form .input-fields {
        flex-wrap: wrap;
    }
}

.newsletter-form .input-fields input[type="text"]:nth-child(2) {
    border-left: 1px solid #dcdcdc;
}

@media (max-width: 991px) {
    .quick-banners .banner-container:nth-child(2) {
        margin-top: 1rem;
    }
}

@media (max-width: 1199px) {
    .quick-banners .banner-container .banner-img img {
        width: 100%;
    }
}

.quick-banners .banner {
    border-radius: 10px;
    max-width: 570px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1200px) {
    .quick-banners .banner {
        height: 240px;
    }
}

.quick-banners .banner h4 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.quick-banners .banner h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.quick-banners .banner .banner-text {
    padding-left: 1rem;
}

.quick-banners .banner button {
    width: 180px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
}

.quick-banners .gray-banner {
    background-color: #cfcdc9;
}

.quick-banners .yellow-banner {
    background-color: #eca72e;
}

.retailers-panel .retailers-panel__item {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 0.35rem;
    height: 143px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.retailers-panel .retailers-panel__item .retailers-panel__text {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    margin-top: 1rem;
}

.retailers-panel .retailers-panel__item .icon {
    width: 120px;
    text-align: center;
}

.retailers-panel .retailers-panel__item .icon img {
    max-height: 60px;
}

.offers-listing .offer-cat-banner {
    margin-bottom: 0.65rem;
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.offers-listing .offer-cat-banner .category-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #3baa34;
    text-align: center;
    width: calc(100% - 80px);
    border-radius: 10px;
    padding: 0.75rem 0.5rem;
}

.offers-listing .offer-cat-banner .category-title h5 {
    font-size: 1.125rem;
    color: #fff;
}

.offers-listing .offer-cat-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .offers-listing .offer-cat-banner img {
        width: 100%;
    }
}

.offers-listing .cat-offers-list .list-item {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 1.3rem 1.5rem;
    display: flex;
    margin-top: 0.3rem;
}

.cat-offers-list {
    width: 100%;
    max-width: inherit;
}

.img-view-size {
    width: 100px;
    height: 100px;
}

.offers-listing .cat-offers-list .list-item .list-icon {
    flex: 0 0 40%;
    margin-right: 0.75rem;
}

.offers-listing .cat-offers-list .list-item .list-text {
    line-height: 120%;
    padding-top: 0.2rem;
}

@media (max-width: 767px) {
    .offers-listing>.row>[class^="col-"] {
        margin-bottom: 1rem;
    }
}

.top-offers .top-offers__item {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
}

.top-offers .top-offers__item .top-offers__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
}

.top-offers .top-offers__item .top-offers__icon img {
    max-width: 100%;
}

.top-offers .top-offers__item .top-offers__text {
    padding-top: 8px;
    margin-left: 1rem;
}

@media (min-width: 992px) {
    .top-offers .top-offers__item .top-offers__text {
        margin-left: 3.5rem;
        padding-right: 2rem;
    }
}

.top-offers .top-offers__item .top-offers__text .small-desc {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .top-offers .top-offers__item .top-offers__text .small-desc {
        height: 37px;
    }
}

.top-offers .top-offers__item .top-offers__text .cta {
    margin-top: 1.2rem;
}

.top-offers .top-offers__item .top-offers__text .cta button {
    border-radius: 10px;
    width: 8.3rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.top-offers .top-offers__item .top-offers__text .cta .expiry-date {
    color: #929292;
    font-size: 0.875rem;
}

@media (min-width: 1200px) {
    .top-offers .top-offers__item .top-offers__text .cta .expiry-date {
        margin-left: 18px;
    }
}

@media (max-width: 1199px) {
    .top-offers .top-offers__item .top-offers__text .cta .expiry-date {
        display: block;
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .top-offers .top-offers__item .top-offers__text .cta .btn-secondary {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.875rem;
    }
}

.top-offers .top-offers__item .coupon-code {
    background: #f4f4f4;
    position: absolute;
}

.donation .owl-carousel {
    position: relative;
}

.donation .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .donation .owl-carousel .owl-nav {
        display: none;
    }
}

.donation .owl-carousel .owl-prev,
.donation .owl-carousel .owl-next {
    width: 65px;
    height: 65px;
    position: relative;
    background-color: #f4f4f4 !important;
    border-radius: 50%;
}

.donation .owl-carousel .owl-prev span,
.donation .owl-carousel .owl-next span {
    font-size: 0;
}

.donation .owl-carousel .owl-prev:before,
.donation .owl-carousel .owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #aeaeae;
    position: relative;
}

@media (min-width: 1170px) {
    .donation .owl-carousel .owl-prev {
        left: -35px;
    }
}

.donation .owl-carousel .owl-prev:before {
    content: "\f060";
    left: 10px;
}

@media (min-width: 1170px) {
    .donation .owl-carousel .owl-next {
        right: -35px;
    }
}

.donation .owl-carousel .owl-next:before {
    content: "\f061";
    right: 10px;
}

.carousel-brands {
    overflow: hidden;
    position: relative;
}

.carousel-brands .owl-item {
    float: left;
}

.carousel-brands .row {
    flex-wrap: wrap;
}

.carousel-brands .row>.col {
    flex: 1 0 20%;
}

.carousel-brands .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .carousel-brands .owl-nav {
        display: none;
    }
}

.carousel-brands .owl-prev,
.carousel-brands .owl-next {
    width: 65px;
    height: 65px;
    position: relative;
    background-color: #f4f4f4 !important;
    border-radius: 50%;
    border: 0;
}

.carousel-brands .owl-prev span,
.carousel-brands .owl-next span {
    font-size: 0;
}

.carousel-brands .owl-prev:before,
.carousel-brands .owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #aeaeae;
    position: relative;
}

@media (min-width: 1170px) {
    .carousel-brands .owl-prev {
        left: -35px;
    }
}

.carousel-brands .owl-prev:before {
    content: "\f060";
    left: 10px;
}

@media (min-width: 1170px) {
    .carousel-brands .owl-next {
        right: -35px;
    }
}

.carousel-brands .owl-next:before {
    content: "\f061";
    right: 10px;
}

#afterLoginSlider .carousel-control-prev-icon,
#afterLoginSlider .carousel-control-next-icon {
    position: relative;
    filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6);
}

#afterLoginSlider .carousel-control-prev-icon:before,
#afterLoginSlider .carousel-control-next-icon:before {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: 32px;
}

.breadcrumb {
    padding: 1rem 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    position: relative;
    padding-left: 2rem;
    font-size: 0.875rem;
}

.breadcrumb .breadcrumb-item.active {
    color: #000;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 8px;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 2rem;
}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.rounded-border {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.panel {
    padding: 1.2rem;
    background-color: #fff;
}

.sidebar-title {
    font-weight: 600;
}

.alert-success {
    background-color: #f4f4f4;
    color: #3baa34;
}

.category-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

@media (max-width: 767px) {
    .category-list-header {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-wrap: wrap;
    }
}

.category-list-header .title-area .category-title {
    font-size: 1.5rem;
}

.category-list-header .title-area .category-title span {
    display: block;
    font-weight: 400;
    font-size: 1.125rem;
}

.category-list-header .listing-actions {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .category-list-header .listing-actions {
        flex-direction: column;
    }

    .category-list-header .listing-actions .result-preview-option {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .category-list-header .listing-actions .result-preview-option {
        display: none;
    }
}

@media (max-width: 767px) {
    .category-list-header .listing-actions {
        flex-direction: row;
        margin-top: 1.5rem;
    }
}

.result-preview-option {
    text-align: right;
    padding-top: 2px;
}

.result-preview-option .view-btn {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 16px;
}

.result-preview-option .view-btn.active {
    background-position: 0 -42px;
}

.result-preview-option .view-btn.grid-view {
    background-image: url("/storage/__asset/img/grid-view-icon.png");
}

.result-preview-option .view-btn.list-view {
    background-image: url("/storage/__asset/img/list-view-icon.png");
}

@media (min-width: 768px) {
    .sort-option {
        margin-left: 1.75rem;
    }
}

@media (max-width: 767px) {
    .sort-option {
        margin-right: 1.75rem;
    }
}

.sort-option .sort-btn {
    width: 250px;
    height: 34px;
    border: 1px solid #000;
    background-color: transparent;
    font-weight: 500;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: left;
    line-height: 1;
    z-index: -1;
}

.sort-option .sort-btn:after {
    border: 0;
}

.select2-selection--multiple:after{
    content:"";
    position:absolute;
    right:10px;
    top:15px;
    width:0;
    height:0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
   }

@media (max-width: 359px) {
    .sort-option .sort-btn {
        width: 120px;
        font-size: 0.875rem;
    }
}

.category-listing .list-item {
    display: flex;
    padding: 1rem 2rem;
}

@media (max-width: 767px) {
    .category-listing .list-item {
        flex-wrap: wrap;
    }
}

/* .category-listing .list-item .category-item__logo {
    flex: 0 0 110px !important;
    text-align: center !important;
} */

@media (min-width: 992px) {
    .category-listing .list-item .category-item__logo {
        flex: 0 0 150px;
        text-align: left;
    }
}

.category-listing .list-item .category-item__logo img {
    max-width: 100%;
}

.category-listing .list-item .category-item__detail {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .category-listing .list-item .category-item__detail {
        margin-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .category-listing .list-item .category-item__detail {
        margin-left: 2rem;
    }
}

@media (max-width: 767px) {
    .category-listing .list-item .category-item__detail {
        flex-direction: column;
        margin-left: 0.5rem;
    }
}

@media (max-width: 767px) {
    .category-listing .list-item .cta {
        margin-top: 1rem;
    }
}

.category-listing .list-item .cta button {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}

.category-listing .list-item .upto-offer {
    color: #3baa34;
}

@media (min-width: 580px) {
    .category-listing .list-item .upto-offer {
        line-height: 1.5;
    }
}

@media (max-width: 579px) {
    .category-listing .list-item .upto-offer {
        height: 45px;
        margin-top: 5px;
    }
}

.category-listing .list-item .brand-name {
    font-weight: 600;
    display: block;
    color: #000;
}

.category-listing.list-view .list-item {
    border-top: 1px solid #d9d9d9;
}

.category-listing.list-view .category-item__detail {
    flex: 1;
}

@media (min-width: 1200px) {
    .category-listing.list-view .category-item__detail {
        margin-left: 3rem;
    }
}

@media (min-width: 768px) {
    .category-listing.list-view .category-item__detail {
        align-items: center;
    }
}

.category-listing.list-view .available-coupons small {
    display: none;
}

.category-listing.list-view .available-coupons span {
    display: block;
}

@media (min-width: 1200px) {
    .category-listing.list-view .cta button {
        width: 156px;
    }
}

.category-listing.grid-view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}

.category-listing.grid-view .list-item {
    flex: 0 0 50%;
}

@media (max-width: 767px) {
    .category-listing.grid-view .list-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.category-listing.grid-view .category-item__logo {
    height: 120px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .category-listing.grid-view .category-item__logo {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
}

.category-listing.grid-view .category-item__logo img {
    align-self: center;
}

.category-listing.grid-view .category-item__detail {
    flex-direction: column;
}

.category-listing.store-listing.list-view .brand-name {
    display: block;
}

@media (min-width: 768px) {
    .category-listing.store-listing.list-view .brand-name {
        flex: 0 0 150px;
    }
}

@media (min-width: 768px) {
    .category-listing.store-listing.list-view .upto-offer {
        flex: 0 0 15vw;
    }
}

/* @media (min-width: 768px) {
    .category-listing.store-listing.list-view {
      display: flex;
      flex-wrap: wrap;
    }

    .category-listing.store-listing.list-view .upto-offer {
      flex: 0 0 15vw;
    }
  } */

.category-listing.fav-stores .list-item .brand-name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
}

@media not (min-width: 175%) {
    .brand-name {
        height: 38px;
    }
}

.d-block {
    display: block !important;
}

.category-listing.fav-stores .list-item .brand-name span {
    display: block;
}

@media (min-width: 1200px) {
    .category-listing.fav-stores .category-item__detail {
        padding-left: 3rem;
    }
}

.category-listing.fav-stores button {
    width: 8.5rem;
    padding: 0.6rem 0.5rem;
}

.category-listing.fav-stores .remove-icon {
    font-size: 2.5rem;
    color: #afafaf;
}

.category-listing.fav-stores .remove-icon:hover {
    color: #3baa34;
}

.category-listing.other-offers .list-item {
    padding-left: 0;
    padding-right: 0;
}

.category-listing.other-offers .list-item:first-child {
    border-top: 0;
}

.category-listing.other-offers .list-item .upto-offer {
    flex: 0 0 250px;
}

.category-listing.other-offers .list-item .cta {
    flex: 0 0 120px;
}

.category-listing.other-offers .list-item .cta .btn {
    width: 100%;
}

.category-listing.other-offers .category-item__logo img {
    border: 1px solid #ddd;
}

.store-listing .list-item {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 1.3rem 1.7rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.store-listing .list-item .brand-name {
    font-weight: 400;
    font-size: 1rem;
}

.store-listing .list-item .add-to-fav {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.store-listing .list-item .add-to-fav:hover .bi-heart:before {
    color: #3baa34;
}

.store-listing .list-item .bi-heart-fill:before {
    color: #3baa34;
}

.store-listing .upto-offer {
    font-size: 1.125rem;
}

.store-listing.list-view .cta button {
    width: 8.75rem;
}

.store-listing.grid-view .list-item {
    flex-direction: column;
    flex: 0 0 21%;
    text-align: center;
    margin-bottom: 0.95rem;
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
}

@media (max-width: 579px) {
    .store-listing.grid-view .list-item {
        flex: 0 0 calc(50% - 5px);
    }
}

.store-listing.grid-view .list-item:first-child,
.store-listing.grid-view .list-item:nth-child(5n) {
    margin-left: 0;
}

.store-listing.grid-view .category-item__logo {
    border: 0;
    border-radius: 0;
    flex: 0 0 100px;
    margin-bottom: 1.8rem;
}

.store-listing.grid-view .category-item__detail {
    margin-left: 0;
}

.store-listing.grid-view .cta {
    margin-top: 1rem;
}

.store-listing.grid-view .cta button {
    width: 140px;
}

.store-listing.grid-view .available-coupons {
    display: none;
}

.store-listing.grid-view .upto-offer span {
    display: none;
}

.category-banner {
    position: relative;
}

.category-banner .category-name {
    background-color: #fff;
    padding: 0.5rem 1rem;
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

@media (max-width: 579px) {
    .category-banner .category-name {
        font-size: 0.875rem;
    }
}

.category-banner img {
    max-width: 100%;
    height: auto;
}

.sub-cat-links li {
    margin-bottom: 0.75rem;
}

.sub-cat-links li a {
    color: #3e588c;
}

.sidebar .sidebar-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-item .page-link {
    color: #000;
    font-size: 0.875rem;
    width: 39px;
    height: 43px;
    border-color: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    border-color: #3baa34;
    color: #3baa34;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination .page-item:first-child .page-link span,
.pagination .page-item:last-child .page-link span {
    font-size: 20px;
}

@media (max-width: 767px) {
    .pagination-wrap nav {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .main-content {
        margin-top: -6rem;
        position: relative;
        z-index: 1;
    }
}

.title-wrap {
    background-color: #f4f4f4;
    text-align: center;
}

.title-wrap .heading {
    font-size: 1.5rem;
    font-weight: 600;
}

.offers-coupons-list .list-item {
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
}

@media (max-width: 559px) {
    .offers-coupons-list .list-item {
        flex-wrap: wrap;
    }
}

@media (min-width: 560px) {
    .offers-coupons-list .list-item .item-detail {
        flex: 0 0 65%;
    }
}

@media (max-width: 559px) {
    .offers-coupons-list .list-item .item-detail {
        margin-bottom: 1rem;
        width: 100%;
    }
}

.offers-coupons-list .list-item .item-detail .cashback-val {
    font-size: 1rem;
}

.offers-coupons-list .list-item .desc {
    font-size: 1rem;
    margin-bottom: 5px;
}

.offers-coupons-list .list-item .tagline {
    font-size: 1rem;
    color: #3baa34;
}

.offers-coupons-list .list-item .code-expiry {
    color: #929292;
    font-size: 0.875rem;
    display: flex;
    margin-top: 0.5rem;
}

.offers-coupons-list .list-item .code-expiry .code-tag {
    background: #f4f4f4;
    width: 64px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.offers-coupons-list .list-item .code-expiry .expiry-date {
    margin-left: 1rem;
}

@media (min-width: 560px) {
    .offers-coupons-list .list-item .cta {
        flex: 0 0 35%;
        text-align: right;
    }
}

.offers-coupons-list .list-item .cta button {
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    max-width: 175px;
    font-size: 0.875rem;
}

@media (max-width: 559px) {
    .offers-coupons-list .list-item .cta button {
        width: 175px;
    }
}

.track-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.track-panel .title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.track-panel .steps {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 1.2rem;
}

.track-panel .steps .col {
    background-color: #fff;
    border: 1px solid #eaeaea;
    font-size: 0.875rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 1px;
}

.track-panel .more {
    text-align: center;
    font-size: 1rem;
}

.track-panel .more a {
    color: #000;
    position: relative;
}

.track-panel .more a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
}

.related-stores__list .list-item a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

@media (max-width: 991px) {
    .related-stores__list .list-item a {
        flex-wrap: wrap;
    }
}

.related-stores__list .list-item .item-logo {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    height: 77px;
}

@media (min-width: 1200px) {
    .related-stores__list .list-item .item-logo {
        flex: 0 0 100px;
    }
}

@media (max-width: 991px) {
    .related-stores__list .list-item .item-logo {
        flex: 0 0 100%;
        margin-bottom: 0.75rem;
    }
}

.related-stores__list .list-item h6 {
    color: #3baa34;
}

.related-stores__list .list-item p {
    color: #000;
}

.fav-brand {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.fav-brand .brand-logo {
    margin-bottom: 0.6rem;
}

.fav-brand .cashback-val {
    font-size: 1.125rem;
}

.fav-brand .brand-name {
    font-size: 1.125rem;
    margin-bottom: 0.6rem;
}

.fav-brand button {
    margin-top: 1.2rem;
    width: 100%;
    max-width: 195px;
    padding: 0.8rem 0;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.fav-icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}

.fav-icon:hover,
.fav-icon.liked {
    color: #3baa34;
}

.store-listing.grid-view .fav-icon {
    border: 0;
    width: auto;
    height: auto;
    position: absolute;
    transform: none;
    left: auto;
    right: 10px;
    top: 10px;
}

.store-listing.list-view .fav-icon {
    border: 0;
    height: auto;
    width: auto;
    position: absolute;
    transform: none;
    left: auto;
    right: 10px;
    top: 10px;
}

.icon-view {
    width: auto;
}

.store-listing .fav-icon:before {
    content: "\f417";
    font-size: 1rem;
    font-family: bootstrap-icons;
}

.store-listing .fav-icon.liked:before {
    content: "\f415";
}

.store-listing .fav-icon .fas {
    font-size: 0;
}

.verification-panel {
    padding: 2rem 0;
    text-align: center;
}

.verification-panel .verified-icon {
    height: 3.5rem;
    width: 3.5rem;
    background-color: #3baa34;
    color: #fff;
    border-radius: 50%;
    line-height: 3rem;
    font-size: 3.5rem;
    text-align: center;
    margin: auto;
}

.verification-panel .actions {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}

.verification-panel .actions button {
    width: 150px;
}

.error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    width: 100%;
}

.all-categories-listing .cat-title {
    font-size: 1.125rem;
}

.all-categories-listing .category-items {
    margin-top: 0.75rem;
}

.all-categories-listing .category-items li a {
    color: #6f6f6f;
}

.all-categories-listing .category-items li a:hover {
    color: #3baa34;
}

.all-categories-listing .panel {
    margin-bottom: 1rem;
}

.filter-sort .listing-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 579px) {
    .filter-sort.takeaways {
        margin-top: 1rem;
    }

    .filter-sort.takeaways .listing-actions {
        display: block;
    }
}

.alphabet-filter {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
}

@media (max-width: 1199px) {
    .alphabet-filter {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .alphabet-filter li {
        margin: 0 2px 2px;
    }
}

.alphabet-filter li a {
    border: 1px solid #d9d9d9;
    width: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #000;
}

.alphabet-filter li a:hover,
.alphabet-filter li a.active {
    color: #3baa34;
    border-color: #3baa34;
}

.alphabet-filter li.active a {
    color: #3baa34;
    border-color: #3baa34;
}

.blog-navbar {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.blog-navbar .nav-link {
    color: #000;
    font-size: 1.125rem;
    padding: 1.35rem 2rem;
}

.blog-navbar .nav-item.active .nav-link,
.blog-navbar .nav-item:hover .nav-link {
    color: #3baa34;
}

.blog-navbar .nav {
    justify-content: space-around;
}

.blog-page>.row>* {
    margin-bottom: 1.5rem;
}

.blog-box-content {
    border: 1px solid #d9d9d9;
    padding: 1rem;
    border-radius: 5px;
    min-height: 450px;
}

.blog-box-content .blog-img {
    margin-bottom: 1.4rem;
    text-align: center;
}

.blog-box-content .blog-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.blog-box-content .blog-title a {
    color: #000;
}

.blog-box-content .meta-date {
    font-size: 0.875rem;
}

.blog-box-content .excerpt {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    line-height: 120%;
    height: 55px;
}

.blog-box-content .box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-box-content .box-footer .author {
    font-size: 0.875rem;
}

.blog-box-content .box-footer .views,
.blog-box-content .box-footer .comments {
    font-size: 0.75rem;
}

.blog-detail-page .blog-post-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.95rem;
}

.blog-detail-page .meta-date {
    font-size: 0.875rem;
    margin-right: 1.7rem;
}

.blog-detail-page .meta-info {
    font-size: 0.75rem;
}

.blog-detail-page .detail-desc {
    margin-top: 2.75rem;
}

.blog-detail-page .detail-desc p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.blog-detail-page .comment-form-author,
.blog-detail-page .comment-form-email {
    float: left;
    width: calc(50% - 16px);
}

.blog-detail-page .comment-form-author+.comment-form-email {
    margin-left: 32px;
}

.blog-detail-page .comments-area .comment-reply-title {
    font-size: 1.5rem;
    font-weight: 400;
}

.blog-detail-page .comments-area .comment-notes {
    font-size: 0.875rem;
}

.blog-detail-page .comments-area textarea,
.blog-detail-page .comments-area input[type="text"],
.blog-detail-page .comments-area input[type="email"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.875rem 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.blog-detail-page .comments-area button {
    width: 10.938rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2;
}

.blog-detail-page .comments-area .form-action {
    clear: both;
    padding-top: 1rem;
}

.title-filter {
    margin-bottom: 1.5rem;
}

@media (min-width: 580px) {
    .title-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.title-filter .category-title {
    font-size: 1.125rem;
}

.map-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-search .search-wrap {
    border: 2px solid #000;
    border-radius: 1.75rem;
    padding: 1.5rem 1rem 1.5rem 4rem;
    position: relative;
    flex-grow: 1;
}

@media (min-width: 580px) {
    .map-search .search-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 579px) {
    .map-search .search-wrap {
        padding: 1rem 1rem 1rem 2rem;
    }
}

.map-search .search-wrap input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
}

.map-search .search-wrap:before {
    content: "\f3c5";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}

@media (max-width: 579px) {
    .map-search .search-wrap:before {
        left: 15px;
    }
}

.icon-btn {
    border-radius: 50%;
    border: 0;
    width: 84px;
    height: 84px;
    font-size: 2rem;
}

.icon-btn.black {
    background-color: #000;
    color: #fff;
}

.map-area {
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.takeaway-listing .list-item {
    border-radius: 10px;
    margin-bottom: 1rem;
}

.takeaway-listing .takeaway-item__logo {
    height: 240px;
    position: relative;
    border-radius: 0.85rem;
    overflow: hidden;
}

@media (max-width: 579px) {
    .takeaway-listing .takeaway-item__logo {
        height: 138px;
        margin-bottom: 1rem;
    }
}

.takeaway-listing .takeaway-item__logo .logo-wrap {
    height: 76px;
    width: 125px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: absolute;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.takeaway-listing .takeaway-item__logo .logo-wrap img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
}

.takeaway-listing .address {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
}

.takeaway-listing .address:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.takeaway-listing .item-name-tags .store-name {
    font-size: 1.125rem;
}

@media (max-width: 579px) {
    .takeaway-listing .item-name-tags .tags {
        margin: 0.5rem 0;
    }
}

.takeaway-listing .item-name-tags .tags li {
    display: inline-block;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background: #e2e2e2;
}

.takeaway-listing .item-name-tags .tags li a {
    display: block;
    color: #676767;
    font-size: 0.75rem;
}

.takeaway-listing .distance {
    background: url("/frontend/images/car-icon.png") left center no-repeat;
    padding-left: 1.75rem;
}

.takeaway-listing.list-view .list-item {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    border: 1px solid #d9d9d9;
}

.takeaway-listing.list-view .address {
    flex: 0 0 315px;
}

.takeaway-listing.list-view .item-name-tags {
    flex: 0 0 473px;
}

.takeaway-listing.list-view .takeaway-item__logo {
    height: 140px;
    width: 212px;
    border: 1px solid #ddd;
}

.takeaway-listing.grid-view.category-listing {
    justify-content: normal;
}

@media (max-width: 579px) {
    .takeaway-listing.grid-view.category-listing {
        margin-left: 0;
        margin-right: 0;
    }
}

.takeaway-listing.grid-view.category-listing .list-item {
    flex-direction: column;
    border-radius: 15px;
    padding: 0 5px;
}

@media (max-width: 579px) {
    .takeaway-listing.grid-view.category-listing .list-item {
        flex: 0 0 50%;
    }
}

.takeaway-listing.grid-view.category-listing .takeaway-item__logo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 580) {
    .takeaway-listing.grid-view.category-listing .takeaway-item__logo {
        background-size: cover;
    }
}

.takeaway-listing.grid-view.category-listing .category-item__detail {
    margin-left: 0;
}

@media (min-width: 580px) {
    .takeaway-listing.grid-view.category-listing .category-item__detail {
        padding-top: 1rem;
    }
}

.takeaway-listing.grid-view.category-listing>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

@media (max-width: 579px) {
    .takeaway-listing.grid-view.category-listing>* {
        width: 50%;
    }
}

.per-page-select {
    text-align: center;
}

@media (max-width: 767px) {
    .per-page-select {
        margin-top: 2rem;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .per-page-select {
        position: absolute;
        right: 0;
        top: 10px;
    }
}

/*----- Dashboard -----*/
.page-header {
    background: #000;
    border-radius: 0 0 10px 10px;
    padding-left: 2.438rem;
    height: 8.313rem;
}

.page-header .icon-wrap {
    background: #fff;
    border-radius: 10px 10px 0 0;
    width: 6.875rem;
    height: calc(100% - 1.563rem);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 1.75rem;
    margin-top: 1.563rem;
}

.page-header .icon-wrap img {
    align-self: center;
}

.page-header .title-wrap {
    background-color: transparent;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

.page-header .title-wrap .page-title {
    font-size: 1.5rem;
    display: inline;
    position: relative;
}

.page-header .title-wrap .page-title:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c0c0c0;
}

.dashboard__content-area {
    padding-top: 2.063rem;
    padding-bottom: 2.063rem;
}

.dashboard__content-area .main-content {
    margin-top: 0;
}

.dashboard__panel {
    border-radius: 10px;
}

.dashboard__panel .panel-body {
    padding: 1rem;
}

.dashboard__panel .table {
    margin-bottom: 0;
}

.dashboard__panel .table tr:last-child td {
    border-bottom-width: 0;
}

.dashboard__panel .table td {
    font-size: 0.875rem;
    border-bottom-width: 2px;
}

.sub-menu li:not(:last-child) {
    border-bottom: 2px solid #ededed;
}

.sub-menu li.active {
    border-color: #edd3a1;
}

.sub-menu li.active a:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #3baa34;
    position: absolute;
    left: 0;
    top: 0;
}

.sub-menu a {
    position: relative;
}

.site-color {
    color: #3baa34;
}

.dashboard__navbar>ul>li:not(:last-child) {
    border-bottom: 2px solid #ededed;
}

.dashboard__navbar>ul>li.active {
    border-color: #edd3a1;
}

.dashboard__navbar>ul>li.active a:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #3baa34;
    position: absolute;
    left: 0;
    top: 0;
}

.dashboard__navbar>ul>li a {
    position: relative;
    display: block;
    color: #000;
    font-size: 0.875rem;
}

.dashboard__navbar>ul>li a.dropdown:after {
    content: "\f282";
    font-family: "bootstrap-icons";
    font-size: 0.75rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}

.dashboard__navbar>ul>li a.dropdown[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(-90deg);
}

.dashboard__navbar>ul>li a:hover {
    color: #3baa34;
}

.dashboard__navbar>ul>li a:hover:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #3baa34;
    position: absolute;
    left: 0;
    top: 0;
}

.dashboard__navbar .sub-menu {
    background: #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.dashboard__navbar .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.dashboard__navbar .sub-menu li a {
    padding-left: 1.5rem;
    padding-right: 1rem;
    font-size: 0.813rem;
}

.dashboard__navbar .sub-menu.show {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .section-title-wrap .section-title span {
        display: block;
    }
}

.section-title-wrap .section-para {
    font-size: 1rem;
}
.form-ticket{
    text-align: end;
    margin-right: 0px;
    padding-right: 0px;
}
.stats-overview .items-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.stats-overview .stats-overview__item {
    margin-bottom: 1rem;
    padding: 0 3px;
}

@media (min-width: 768px) {
    .stats-overview .stats-overview__item {
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .stats-overview .stats-overview__item {
        flex: 0 0 33.33%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .stats-overview .stats-overview__item {
        flex: 0 0 25%;
    }
}

@media (max-width: 579px) {
    .stats-overview .stats-overview__item {
        flex: 0 0 100%;
    }
}

.stats-overview .info-box {
    border-radius: 10px;
    padding: 25px 20px 20px;
    position: relative;
    border-top-width: 4px;
    border-top-style: solid;
}

.stats-overview .info-box .info-box__title {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.stats-overview .info-box .short-info {
    font-size: 0.813rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    height: 50px;
}

.stats-overview .info-box .totals {
    border-width: 2px 0 0;
    border-style: solid;
    padding-top: 0.7rem;
}

.stats-overview .info-box .totals .amount-number {
    font-size: 1.375rem;
}

.stats-overview .info-box.box-red {
    background-color: #fff4f4;
    border-top-color: #b74e4e;
}

.stats-overview .info-box.box-red .info-box__title,
.stats-overview .info-box.box-red .amount-number {
    color: #b74e4e;
}

.stats-overview .info-box.box-red .totals {
    border-color: #d99b9b;
}

.stats-overview .info-box.box-olive {
    background-color: #fffcf0;
    border-top-color: #9c8d49;
}

.stats-overview .info-box.box-olive .info-box__title,
.stats-overview .info-box.box-olive .amount-number {
    color: #9c8d49;
}

.stats-overview .info-box.box-olive .totals {
    border-color: #9c8d49;
}

.stats-overview .info-box.box-blue {
    background-color: #4379871a;
    border-top-color: #437987;
}

.stats-overview .info-box.box-blue .info-box__title,
.stats-overview .info-box.box-blue .amount-number {
    color: #437987;
}

.stats-overview .info-box.box-blue .totals {
    border-color: #95b6bf;
}

.stats-overview .info-box.box-green {
    background-color: #fbfff3;
    border-top-color: #6f8745;
}

.stats-overview .info-box.box-green .info-box__title,
.stats-overview .info-box.box-green .amount-number {
    color: #6f8745;
}

.stats-overview .info-box.box-green .totals {
    border-color: #b7c49f;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
    border-color: #00000025;
    background-color: #00000025;
    background-image: none;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header {
    border-color: #3baa34;
    background-color: #3baa34;
    color: #fff;
    background-image: none;
}

.text-actions {
    display: flex;
    justify-content: space-between;
}

.text-actions .text-wrap .title-md {
    font-size: 1.125rem;
    font-weight: 600;
}

@media (max-width: 579px) {
    .text-actions .actions {
        display: flex;
        flex-direction: column;
    }

    .text-actions .actions button {
        margin-bottom: 0.25rem;
    }
}

.btn-md {
    font-size: 1rem;
    width: 13rem;
    font-weight: 600;
    padding: 0.75rem;
}

.btn-sm {
    font-size: 0.875rem;
    padding: 0.65rem 0.5rem;
}

@media (min-width: 560px) {
    .btn-sm {
        width: 10rem;
    }
}

.btn-xs {
    font-size: 0.875rem;
    width: 8.75rem;
    padding: 0.65rem 0.5rem;
    text-transform: uppercase;
}

.mega-menu {
    padding: 2rem 0.75rem;
}

@media (min-width: 768px) {
    .mega-menu>.row {
        display: block;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .mega-menu>.row {
        column-count: 3;
    }
}

.mega-menu h6 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mega-menu .col {
    min-width: 250px;
    margin-bottom: 15px;
    display: inline-block;
}

.account-dropdown {
    font-size: 0.875rem;
    min-width: 8.3rem;
}

.account-dropdown a {
    transition: all 0.2s ease-in-out;
}

.account-dropdown a:hover {
    background-color: #3baa34;
    color: #fff;
}

@media (max-width: 991px) {
    .account-dropdown a {
        display: block;
    }

    .account-dropdown a:hover {
        color: #fff;
    }
}

.user-panel {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.85rem;
}

@media (max-width: 991px) {
    .user-panel {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.user-panel .userpic {
    width: 9.063rem;
    height: 9.063rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 0.75rem;
    position: relative;
}

.user-panel .userpic img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top;
    left: 0;
}

.user-panel .user-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
}

.user-panel .user-join-date {
    color: #757575;
    font-size: 0.875rem;
}

.profile-form .form-control {
    font-size: 0.875rem;
    padding: 1.2rem 1.75rem;
    position: relative;
}

.profile-form label {
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .profile-form .actions {
        margin-top: 5.4rem;
    }
}

.profile-form .actions .btn {
    width: 10rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem;
}

.profile-form .dob:after {
    content: "\f073";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #828282;
}

.info-icon {
    cursor: pointer;
}

.multi-entry-control button {
    width: 11.125rem;
    border-radius: 0 5px 5px 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-top: 0.725rem;
    padding-bottom: 0.725rem;
}

.label-md {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.custom-inline-form {
    max-width: 785px;
}

.share-buttons .btn {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    width: 18rem;
    margin: 0 5px;
}

.share-buttons .btn:hover {
    background: none;
    color: #000;
}

.share-buttons .btn:hover .fb-icon {
    color: #1877f2;
}

.share-buttons .btn:hover .tw-icon {
    color: #1da1f2;
}

.at-share-btn-elements {
    margin: 3px 0 3px 0;
}

.at-share-btn {
    padding: 5px 5px 8px 8px;
    color: #fff;
}

.user-form .btn-md {
    width: 10rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem;
}

input[type="file"]::file-selector-button {
    -webkit-appearance: none;
    float: right;
    font-size: 0.875rem;
    border-radius: 4px;
    background: #dcdcdc;
    border: 0;
}

.cashback-table {
    font-size: 0.875rem;
}

.cashback-table th {
    background-color: #f7f6fb;
    border-bottom-width: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.cashback-table th:first-child {
    border-radius: 10px 0 0 0;
}

.cashback-table th:last-child {
    border-radius: 0 10px 0 0;
}

.cashback-table td {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.cashback-table> :not(:first-child) {
    border-top: 0;
}

button#sidebarCollapse {
    width: 6.5rem;
}

button#sidebarCollapse svg {
    width: 0.875rem;
}

@media (max-width: 767px) {
    .adv-filters .col {
        flex: 0 0 50%;
        margin-bottom: 0.5rem;
    }
}

.select-box {
    width: 138px;
    border-radius: 50px;
    height: 34px;
    position: relative;
}

.select-box:before {
    content: "";
    height: 34px;
    width: 138px;
    border: 1px solid #000;
    border-radius: 50px;
    background-color: transparent;
    font-weight: 500;
    position: absolute;
    left: 0;
}

.select-box:after {
    content: "\f282";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.select-box select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    position: relative;
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    background-color: transparent;
}

.select-box select:focus {
    outline: 0;
}

@media (min-width: 992px) {
    .sm-col {
        flex: 0 0 20%;
    }
}

@media (max-width: 991px) {
    .sm-col {
        flex: 0 0 100%;
    }
}

@media (max-width: 991px) {
    .newsletter-col {
        flex: 0 0 100%;
    }
}

.sort-option {
    position: relative;
}

.sort-option:after {
    content: "\f282";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    z-index: -1;
}

@media (max-width: 579px) {
    .sort-option {
        width: 100%;
    }

    .sort-option:first-child {
        margin-bottom: 0.5rem;
    }

    .sort-option .form-control {
        width: 100% !important;
    }
}

#scroll_bar,
#searchform .ui-widget-content {
    overflow-y: scroll;
}

#scroll_bar::-webkit-scrollbar,
#searchform .ui-widget-content::-webkit-scrollbar {
    width: 4px;
}

#scroll_bar::-webkit-scrollbar-track,
#searchform .ui-widget-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

#scroll_bar::-webkit-scrollbar-thumb,
#searchform .ui-widget-content::-webkit-scrollbar-thumb {
    background: #3baa34;
    border-radius: 10px;
}

.mx-h60 {
    max-height: 360px;
}

.coupon-page .coupon-page-text {
    width: 70%;
}

.coupon-page .get_offer_ a {
    width: 9rem;
    margin-top: 0.25rem;
}

.coupon-page .expiry-date {
    font-size: 0.875rem;
    color: #929292;
}

.coupon-page .list-item:first-child {
    border-top: 0;
}

.browse_all_by ul {
    line-height: 1.3;
}

.browse_all_by ul li {
    margin-bottom: 0.75rem;
}

.browse_all_by ul li a {
    color: #3e588c;
}

.coupon-code {
    background: #f4f4f4;
    color: #8e8e8e;
    text-transform: uppercase;
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 1.75;
    height: 28px;
}

.table {
    margin-bottom: 0;
}

.table>*>* {
    vertical-align: middle;
}

.table>*>*:last-child>* {
    border-bottom-width: 0;
}

.profile-pic {
    width: 7.5rem;
    height: 7.5rem;
    position: relative;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top;
}

.table-verticle.table td {
    border-bottom-width: 1px;
}

.my-tickets-box .my-tickets-content {
    padding: 1.5rem;
}

.my-tickets-box .my-tickets-content:not(:first-child, .tickets-reply) {
    border-top: 1px solid #dee2e6;
}

.my-tickets-box .ticket-title {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
}

.my-tickets-box .ticket-status {
    background: #3baa34;
    font-weight: 600;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
    margin-left: 0.5rem;
}

.my-tickets-box .ticket-desc {
    font-size: 0.875rem;
}

.my-tickets-box .ticket-post-date {
    color: #929292;
    font-size: 0.875rem;
    flex: 1;
    text-align: right;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 12px;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.custom-file-upload input[type="file"] {
    border: 0;
    padding: 0;
}

.custom-file-upload input[type="file"]::file-selector-button {
    border-radius: 0.25rem;
    width: 8.3rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #3baa34;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 3px;
    margin-top: 3px;
    transition: background-color 0.2s ease-in-out;
}

.custom-file-upload input[type="file"]::file-selector-button:hover {
    color: #fff;
    background-color: #2b8026;
}

.custom-file-upload input[type="file"]:focus {
    box-shadow: none;
}

.ticket-reply-box .user-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
}

.ticket-reply-box .reply-date {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #757575;
}

.b-r12 {
    border-radius: 0.5rem;
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
}

.b-r12 p {
    margin-bottom: 0;
    padding-left: 8px;
}

.b-r12 .charity_large_banner img {
    border-radius: 0.5rem 0.5rem 0 0;
}

@media (max-width: 575px) {
    .b-r12 .charity_large_banner img {
        width: 100%;
    }
}

.small_banner {
    position: relative;
}

@media (min-width: 580px) {
    .small_banner {
        height: 80px;
        display: flex;
        padding-left: 12px;
        align-items: center;
        margin-top: -20px;
    }
}

@media (max-width: 579px) {
    .small_banner {
        padding: 10px 10px 0 10px;
        min-height: 130px;
        margin-top: -50px;
        text-align: center;
    }

    .small_banner p {
        padding-left: 0;
        margin-top: 5px;
    }
}

.small_banner img {
    background-color: #fff;
    height: 70px;
    border: 1px solid #d9d9d9;
    padding: 4px;
}

.more_charities_ .w_20_ {
    width: 216px;
}

.more_charities_ .w_20_.filter-by {
    border: 1px solid #000;
    border-radius: 50px;
    background-color: transparent;
}

.static p {
    margin-bottom: 0.75rem;
}

.static ul {
    padding-left: 1rem;
    margin-left: 1rem;
    list-style: disc;
}

.login_form_modal .fp-link {
    color: #5c5c5c;
}

.login_form_modal .fp-link:hover {
    color: #000;
}

.cb_app .cb_m_app {
    position: relative;
    /* background-image: url("{{ asset('storage/__asset//img/search-icon.png') }}"); */
    background: url(../../front/images/mobile_frame.png) no-repeat;
    background-size: contain;
}

.cb_app .cb_m_app img {
    padding: 25px 13px 0px;
    border-radius: 50px 50px 0 0;
}

.cb_m_app .owl-dots {
    background: #fff;
    width: 30%;
    padding: 20px 0;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 #00000052;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.cb_m_app .owl-dot {
    border-radius: 50px;
    width: 16px;
    height: 16px;
    background: #8d8d8d;
    display: inline-block;
    margin: 0 4px;
}

.cb_m_app .owl-dot.active {
    background: #3baa34;
}

.cb_m_app .owl-nav.disabled {
    display: none;
}

.cb_app .cb_app_box .col-md-6>h4 {
    color: #3baa34;
    font-size: 20px;
}

@media (min-width: 992px) {
    .cb_app .cb_app_box .col-md-6>p {
        width: 75%;
    }
}

.cb_app .more_benfits_sec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cb_app .more_benfits_sec li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 5px;
}

.cb_app .more_benfits_sec div {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 #00000036;
    min-height: 120px;
}

.cb_app .more_benfits_sec div img {
    max-height: 60px;
}

.cb_app .more_benfits_sec div p {
    margin-bottom: 0;
    margin-left: 10px;
}

.download_aljar_browser_ext_ {
    padding: 3em 0;
}

.download_aljar_browser_ext_ .ext_box_ {
    min-height: 200px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.download_aljar_browser_ext_ .ext_box_ p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #414141;
    margin-top: 10px;
}

.overview-ext {
    background-color: #fff;
    padding: 1.5em;
}

.overview-ext .row .col-lg-4 div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-ext .row .col-lg-4 div p {
    margin-bottom: 0;
    margin-left: 1em;
}

@media (min-width: 992px) {
    .overview-ext .row .col-lg-4 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
        margin: auto;
    }
}

.ext-center-content .btn-default {
    padding: 9px 30px;
}

.ext-center-content span {
    display: block;
    font-size: 14px;
    color: #414141;
    margin: 10px 0;
}

.affiliate-donation .owl-item>div {
    display: flex;
    justify-content: center;
}

.affiliate-donation.owl-carousel .owl-nav {
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.al-menu .btn {
    font-size: 14px;
    padding-right: 1.75rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 41px;
}

@media (min-width: 768px) {
    .payable-balance {
        margin-left: 1rem;
    }
}

.payable-balance p {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
}

.payable-balance p span {
    font-size: 0.75rem;
    display: block;
    text-transform: uppercase;
}

.social-login-buttons ul {
    display: flex;
    justify-content: center;
    margin: 1rem 0 1.5rem;
}

.social-login-buttons ul li {
    margin: 0 0.875rem;
}

.social-login-buttons .bi:before {
    font-size: 1.5rem;
    transition: all 0.2s ease-in-out;
}

.social-login-buttons a:hover .bi:before {
    color: #3baa34;
}

.exit-click-header {
    text-align: center;
    border-bottom: 2px solid #3baa34;
    padding: 1rem 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input [type="number"] {
    -webkit-appearance: none;
    margin: 0;
    appearance: none;
    -moz-appearance: textfield;
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1) {
    .btn {
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .btn {
        font-size: 0.75rem;
    }
}

@media (max-width: 580px) {
    .how-it-works .col {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }
}

.modal-backdrop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.modal.image_modal.fade:not(.show) .modal-backdrop-overlay {
    opacity: 0;
}

.modal.image_modal.show .modal-dialog {
    z-index: 1055;
}

@media (min-width: 580px) {
    .sidebar-cat-menu .sidebar-title {
        margin-bottom: 1rem;
    }
}

@media (max-width: 579px) {
    .sidebar-cat-menu .sub-cat-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .sidebar-cat-menu .sidebar-title {
        position: relative;
    }

    .sidebar-cat-menu .sidebar-title:after {
        content: "\f4fe";
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 20px;
        font-family: bootstrap-icons;
        color: #3baa34;
    }

    .sidebar-cat-menu.active .sub-cat-links {
        max-height: fit-content;
        margin-top: 1rem;
    }

    .sidebar-cat-menu.active .sidebar-title:after {
        content: "\f2ea";
    }
}

.gm-style img {
    width: 100%;
}

@media (max-width: 579px) {

    .before-login .hero,
    .before-login .breadcrumb-bar {
        padding-top: 50px;
    }

    .before-login .login-screen {
        padding-top: 57px;
    }

    .before-login .login-screen .form-img img {
        border-radius: 8px;
    }

    .before-login .profile-sidemenu+.container {
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .before-login .hero, .before-login .breadcrumb-bar {
        padding-top: 50px;
    }
}

.social_block {
    text-align: center;
    margin: 1rem 0 3rem;
}

.social_block a {
    display: inline-block;
    margin: 0 0.25rem;
}

.social_block a:hover {
    filter: invert(62%) sepia(8%) saturate(4162%) hue-rotate(69deg) brightness(85%) contrast(88%);
}

/* // media queries */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles for iPad in landscape orientation */
    .hero .hero-form-container {
        top: 3%;
        max-width: 330px;
        padding: 9px 15px;
    }

    .hero .hero-form-container h2 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }

    .hero .hero-form-container .form-control {
        padding: 0.3rem 1rem;
    }

    .header__middle-area .header-search-col {
        left: 17rem;
        top: 16px;
        width: 56%;
    }

    .header__middle-area .header-search-login {
        top: 79px !important;
    }

    .how-works__single-item {
        display: grid;
    }

    .how-works__single-item .how-works__icon {
        margin: 1rem 2rem;
    }

    .acc-dropdown .acc-btn {
        width: 95%;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .form-container .forgot-pass {
        font-size: 0.775rem;
    }

    .form-container .form .cta {
        margin-top: 1rem;
    }

    .form-container .social-login-buttons {
        display: block;
        margin-top: 0.3rem !important
    }

    .social-buttons {
        margin-top: 1rem !important;
        margin-left: 0rem !important;
    }

    .form-container .form .row input.form-control {
        padding: 1rem 1.15rem 1rem 3rem;
    }

    .form-container .form .row {
        margin-top: 0.4rem !important;
    }

    .form-container .signin-option {
        margin-top: 1rem !important;
    }

    form {
        width: fit-content;
    }

    .header-right .acc-after-login {
        display: none
    }

    .pagination {
        overflow: scroll;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) {
    .hero .hero-form-container {
        top: 16%;
        max-width: 330px;
        padding: 9px 15px;
    }

    .hero .hero-form-container h2 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }

    .hero .hero-form-container .form-control {
        padding: 0.3rem 1rem;
    }

    .header__middle-area .header-search-col {
        top: 87px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header__middle-area .header-search-login {
        top: 89px !important;
    }

    .how-works__single-item {
        display: grid;
    }

    .how-works__single-item .how-works__icon {
        margin: 1rem 2rem;
    }

    .acc-dropdown .acc-btn {
        width: 95%;
        color: #ffffff;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .form-container .forgot-pass {
        font-size: 0.775rem;
    }

    .form-container .form .cta {
        margin-top: 1rem;
    }

    .form-container .social-login-buttons {
        display: block;
        margin-top: 0.3rem !important
    }

    .social-buttons {
        margin-top: 1rem !important;
        margin-left: 0rem !important;
    }

    .form-container .form .row input.form-control {
        padding: 1rem 1.15rem 1rem 3rem;
    }

    .form-container .form .row {
        margin-top: 0.4rem !important;
    }

    .form-container .signin-option {
        margin-top: 1rem !important;
    }

    form {
        width: fit-content;
    }

    .header-right .acc-after-login {
        display: none
    }

    .pagination {
        overflow: scroll;
    }
}
#notification-list {
	width: 300px;
	max-height: 400px;
}

.dropdown-menu > .notify-panel {
	border: none;
	margin: -5px 0;
}

.panel-heading {
    padding: 5px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dedede;
}

.activity-item i {
	float: left;
	margin-top: 25px;
	font-size: 16px;
}

div.activity {
	margin-left: 28px;
}

div.activity-item {
	padding: 7px 12px;
}

#notification-list div.activity-item {
	border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
	font-weight: 600;
}

div.activity span {
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 16px;
}

#notifications i.fa {
	font-size: 17px;
}
.no-notification {
	padding: 10px 5px;
	text-align: center;
}
.notifications-container {
    max-height: 500px;
    overflow-y: auto;
}
.circle{
    position: absolute;
    border-radius: 50%;
    left: 17px;
    top: -2px;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    content: '';
    background: red;
}
.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notification-header strong {
    margin: 0;
}
.notification-header span {
    cursor: pointer;
}

.cuisine-select + .select2-container .select2-selection {
    border-radius: 20px;
}

.required {
    display: inline;
    color: red;
}

.store-detail-fav-icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}

.store-detail-fav-icon:hover,
.store-detail-fav-icon.liked {
    color: #3baa34;
}

.list-style ul{
    padding-left: 1rem;
    margin-left: 1rem;
    list-style: disc;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .al-menu .btn {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 359px){
    .dashboard__icon-style{
        margin-left: 83.3%;
        position: absolute;
        cursor: pointer;
        margin-top: 12px;
    }
    .adorment{
        padding-right: 35px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px){
    .dashboard__icon-style{
        margin-left: 84.3%;
        position: absolute;
        cursor: pointer;
        margin-top: 12px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 413px){
    .dashboard__icon-style{
        margin-left: 86.4%;
        position: absolute;
        cursor: pointer;
        margin-top: 11px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (width: 414px){
    .dashboard__icon-style{
        margin-left: 86.7%;
        position: absolute;
        cursor: pointer;
        margin-top: 12px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (min-width: 415px) and (max-width: 502px){
    .dashboard__icon-style{
        margin-left: 88%;
        position: absolute;
        cursor: pointer;
        margin-top: 11px;
    }
    .adorment{
        padding-right: 35px;
    }
}

@media only screen and (min-width: 503px) and (max-width: 540px){
    .dashboard__icon-style{
        margin-left: 90%;
        position: absolute;
        cursor: pointer;
        margin-top: 10px;
    }
    .adorment{
        padding-right: 35px;
    }
}


@media only screen and (min-width: 541px) and (max-width: 767px){
    .dashboard__icon-style{
        margin-left: 488px;
        position: absolute;
        cursor: pointer;
        margin-top: 12px;
    }
    .adorment{
        padding-right: 35px;
    }
}

@media only screen and (width: 768px){
    .dashboard__icon-style{
        margin-left: 28.7%;
        position: absolute;
        cursor: pointer;
        margin-top: 14px;
    }
    .adorment{
        padding-right: 35px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 819px){
    .dashboard__icon-style{
        margin-left: 660px;
        position: absolute;
        cursor: pointer;
        margin-top: 11px;
    }
    .adorment{
        padding-right: 35px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 888px){
    .dashboard__icon-style{
        margin-left: 660px;
        position: absolute;
        cursor: pointer;
        margin-top: 12px;
    }
    .adorment{
        padding-right: 40px;
    }
}


@media only screen and (min-width: 889px) and (max-width: 991px){
    .dashboard__icon-style{
        margin-left: 219px;
        position: absolute;
        cursor: pointer;
        margin-top: 11px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (width: 912px){
    .dashboard__icon-style{
        margin-left: 665px;
        position: absolute;
        cursor: pointer;
        margin-top: 12px;
    }
    .adorment{
        padding-right: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
    .dashboard__icon-style{
        margin-left: 222px;
        position: absolute;
        cursor: pointer;
        margin-top: 11px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
    .dashboard__icon-style{
        margin-left: 652px;
        position: absolute;
        cursor: pointer;
        margin-top: 11px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1201px){
    .dashboard__icon-style{
        margin-left: 93%;
        position: absolute;
        cursor: pointer;
        margin-top: 13px;
    }
    .adorment{
        padding-right: 40px;
    }
}

@media only screen and (min-width: 889px) and (max-width:1024px){
    .home-icon-style{
        position: absolute;
        margin-top: 8px;
        margin-left: 280px !important;
        cursor: pointer;
    }
    .home-icon-style2{
        position: absolute;
        margin-top: 8px;
        margin-left: 280px !important;
        cursor: pointer;
    }
}

@media only screen and (width: 768px) {
    .home-icon-style{
        position: absolute;
        margin-top: 8px;
        margin-left: 280px !important;
        cursor: pointer;
    }
    .home-icon-style2{
        position: absolute;
        margin-top: 8px;
        margin-left: 280px !important;
        cursor: pointer;
    }
}

@media only screen and (min-width: 280px) and (max-width: 768px){
    .cashout-button{
        display: block !important;
    }
}

.name-fixed-size{
    max-width: 90px;
    min-width: 90px;
}

@media only screen and (min-width: 768px) {
    .float-button {
        float: right !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 359px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 70% !important;
        cursor: pointer;
    }
}

@media only screen and (min-width:360px) and (max-width: 413px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 75% !important;
        cursor: pointer;
    }

    .login-icon-style {
        margin-left: 72% !important;
    }
}


@media only screen and (min-width: 414px) and (max-width: 492px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 77% !important;
        cursor: pointer;
    }

    .login-icon-style {
        margin-left: 74% !important;
    }
}

@media only screen and (min-width: 493px) and (max-width: 767px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 378px !important;
        cursor: pointer;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 260px !important;
        cursor: pointer;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1062px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 35% !important;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1063px) and (max-width: 1199px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 370px !important;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1320px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 28.7% !important;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1320px){
    .icon-style{
        position: absolute;
        margin-top: 22px;
        margin-left: 377px !important;
        cursor: pointer;
    }
}

.reviewer-image{
    width: 90px !important;
}

.list-view li{
    min-height: 180px;
}

.list-bullets ul{
    padding-left: 1rem;
    margin-left: 1rem;
    list-style: disc;
}

@media only screen and (width: 280px){
    .takeaway-brands__item{
        height: 73px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .takeaway-brands__item{
        height: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1220px){
    .takeaway-brands__item{
        height: 138px;
    }
}

@media only screen and (min-width: 1221px) and (max-width: 1320px){
    .takeaway-brands__item{
        height: 152px;
    }
}

@media only screen and (min-width: 1321px) and (max-width: 1390px){
    .takeaway-brands__item{
        height: 158px;
    }
}

@media only screen and (min-width: 1391px) and (max-width: 1700px){
    .takeaway-brands__item{
        height: 200px;
    }
}

@media only screen and (min-width: 1701px) and (max-width: 1800px){
    .takeaway-brands__item{
        height: 210px;
    }
}

@media only screen and (min-width: 1801px) and (max-width: 1960px){
    .takeaway-brands__item{
        height: 229px;
    }
}

@media only screen and (min-width: 1961px) and (max-width: 2100px){
    .takeaway-brands__item{
        height: 253px;
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2300px){
    .takeaway-brands__item{
        height: 280px;
    }
}

.toaster-position{
    position:fixed;
    top:0;
    right:0;
    z-index: 200
}

.break-word {
    word-break: break-word;
}

.password-eye-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: -30px;
    cursor: pointer;
}


.my-cards {
    position: relative;
    background-size: cover;
    background-position:  center;
    overflow: hidden;
    align-items: center;
}
.hover-content{
    background-color: black;
    color: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    padding: 1rem 1rem 2rem 1rem;
    transition: all 0.4s ease 0s;
    height: fit-content;
    width: 100%;
    padding-right: 39px;
}

.my-cards:hover .hover-content {
    opacity: 0.8;
}

.list-view-hover-content {
    background-color: black;
    color: #fff;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 85px;
    width: 20%;
    opacity: 0;
    padding: 1rem 1rem 2rem 1rem;
    transition: all 0.4s ease 0s;
    height: fit-content;
    width: fit-content;
}

.my-cards:hover .list-view-hover-content {
    opacity: 0.8;
}
.ui-notify {
    z-index: 100;
    padding-left: 4px;
    padding-right: 4px;
}
@media screen and (max-width: 768px) {
    .list-view-hover-content {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .list-view-hover-content {
        width: 25%; /* Adjusted width for screens up to 1200px */
    }
    .category-listing.list-view .cta button {
        width: 106px;
    }
}
@media screen and (max-width: 1454px) {
    .list-view-hover-content {
        width: 25%; /* Adjusted width for screens up to 1200px */
    }
    .category-listing.list-view .cta button {
        width: 106px;
    }
}
@media screen and (max-width: 992px) {
    .list-view-hover-content {
        width: 30%; /* Adjusted width for screens up to 992px */
    }
}

@media screen and (max-width: 768px) {
    .list-view-hover-content {
        width: 40%; /* Adjusted width for screens up to 768px */
    }
}

@media screen and (max-width: 576px) {
    .list-view-hover-content {
        display: none;
    }

}
