﻿@charset "UTF-8";

@font-face {
    font-family: "BwMitga-Regular";
    src: url("../../fonts-new/BwMitga-Regular.woff2") format("woff2"), url("../../fonts-new/BwMitga-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BwMitga-Light";
    src: url("../../fonts-new/BwMitga-Light.woff2") format("woff2"), url("../../fonts-new/BwMitga-Light.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BwMitga-Bold";
    src: url("../../fonts-new/BwMitga-BwMitga-Bold.woff2") format("woff2"), url("../../fonts-new/BwMitga-BwMitga-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BwMitga-Black";
    src: url("../../fonts-new/BwMitga-Black.woff2") format("woff2"), url("../../fonts-new/BwMitga-Black.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'BwMitga-Regular';
}

* {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        color: white !important;
    }

.user-list-right-side {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

input::placeholder {
    font-size: 12px;
}

.mobileList {
    display: none;
}

.close-list-btn {
    display: none;
    width: 94px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.32px;
    background: #D9D9D9;
}

.view-list-btn {
    display: flex;
    /*display: none;*/
    width: 92px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #0ECF97;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    float: left;
    margin-right: 5px;
}

.viewbtn {
    display: none;
}


.user-list-resturants {
    width: 94%;
    max-width: 1220px;
    margin: 50px auto 20px;
}

.empty-list {
    max-width: 100%;
}

.user-list-left-side, .user-list-right-side {
    flex-grow: 1;
    min-width: 45%;
}

.nav-left-side {
    display: flex;
    align-items: center;
}


.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bd-text {
    margin-right: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26.13px;
    color: black;
}

.back-btn {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.gift-card-section {
    padding: 24px 20px 24px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #070d20 0%, #2d354e 61.68%);
    gap: 12px;
}

.merchant-text {
    font-weight: 900;
    font-size: 34px;
    line-height: 27px;
    color: white;
    letter-spacing: -0.32px;
}

.gr-text {
    color: #0ecf97;
    font-weight: 700;
}

.gcd-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 45px;
    padding: 8px;
}

.btn-secondary-custom {
    width: 284px;
    /* height: 37px; */
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    border: none;
    padding-left: 35px;
}

.nav-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.btn {
    padding: 8px, 14px, 8px, 14px !important;
}

.navigation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    /*background-image: url('/img/Consumer/New/search container-bg.svg');*/
    height: 118px;
}

.nav-input-wrapper {
    position: relative;
}

.nav-input {
    width: 284px;
    /* height: 38px; */
    padding: 8px 13px 8px 35px;
    background-color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    /* border-radius: 12px !important;*/
    color: black;
    border: none;
    outline: none;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px; /* WebKit prefix for older iOS versions */
    appearance: none;
    -webkit-appearance: none;
}

.lsb {
    width: 250px;
    /* height: 38px; */
    padding: 8px 4px 8px 35px;
    background-color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: black;
    border: none;
    outline: none;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px; /* WebKit prefix for older iOS versions */
    appearance: none;
    -webkit-appearance: none;
}

    .lsb:hover {
        color: black;
    }

.merchant-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    gap: 20px;
    padding: 14px 100px;
    font-weight: 500;
}

.all-merchant-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.merchant-item {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    height: 228px;
    /*height: 335px;*/
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    /*  max-width:260px;*/
}

.img-1 {
    background-image: url("/img/Consumer/New/image restaurants.svg");
}

.img-2 {
    background-image: url("/img/Consumer/New/image hotels.svg");
}

.img-3 {
    background-image: url("/img/Consumer/New/image golf.svg");
}

.img-4 {
    background-image: url("/img/Consumer/New/image entertainment.svg");
}

.img-5 {
    background-image: url("/img/Consumer/New/image health wellness.svg");
}

.img-6 {
    background: linear-gradient(180deg, #070d20 16.72%, #2e364f 100%);
}

.mi-text {
    color: white;
    font-size: 18px;
    font-weight: 900;
    /*line-height: 29.24px;*/
    line-height: normal;
    text-align: left;
}

.merchant-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#footer .main-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#footer .User-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px;
    width: 281px;
    border-radius: 8px;
    border-style: none;
    background-color: #0ecf97;
    color: #000
}

#footer .User-list-item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px;
    width: 281px;
    border-radius: 8px;
    border-style: none;
    background-color: #fff;
}

#footer .main-button-container {
    padding: 18px 18px 18px 18px;
}

#footer .footer-main {
    display: flex;
    justify-content: center;
    gap: 150px;
    padding: 40px;
}

#footer .card-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: white;
}
/*# sourceMappingURL=style.css.map */
.footer-wrapper {
    background: linear-gradient(180deg, #070d20 0%, #2d354e 61.68%);
    /* height: 354px; */
}

@media (max-width: 1440px) {
    .merchant-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1200px) {
    .abc {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1024px) {
    .merchant-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 800px) {
    .merchant-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 50px;
    }

    .footer-main {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .merchant-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 30px;
    }

    .mi-text {
        font-size: 16px !important;
    }

    .navigation-section {
        flex-direction: column;
    }

    .main-nav {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .starting p {
        font-size: 14px !important;
    }
    .secondtype-address p {
        font-size: 11px;
    }

    .logo {
        width: 111.25px;
    }

    .bd-text {
        margin-right: 8px;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: black;
    }

    .gift-logo {
        width: 20px;
    }

    .back-btn {
        width: 22.5px;
    }

    .gcd-text {
        font-size: 14px;
        line-height: 27px;
        letter-spacing: -0.32px;
    }

    .gc-logo {
        width: 44px;
    }

    .User-list-item {
        width: 182px !important;
        font-size: 12px !important;
    }

    .User-list-item-area {
        width: 182px !important;
        font-size: 12px !important;
    }

    .footer-main {
        gap: 50px !important;
    }

    .footer-content-heading {
        font-size: 18px;
        font-weight: 700;
    }

    .footer-inner-content {
        font-size: 12px;
    }
}


@media(max-width:600px) {
    .merchant-container {
        grid-template-columns: 1fr;
        padding: 10px 30px;
    }
}

.footer-left-side {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}



.name-logo {
    font-size: 32px;
    color: #0acf97;
    font-weight: 500;
}

.brand-white {
    font-weight: 300;
    margin-left: 1px;
    color: #fff;
}

.brand-white, .name-logo {
    font-family: "BwMitga-Regular" !important;
}


/*Search result page*/
.gift-card-inner {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    gap: 12px;
    /*flex-direction:column;*/
}

.gift-card-content {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 75% */
    letter-spacing: -0.32px;
    color: white;
}

.sp-txet {
    color: #F6DC9C !important;
}

.gift-card-wrapper {
    padding: 20px 24px 20px 24px;
    background: linear-gradient(180deg, #070d20 0%, #2d354e 61.68%);
    background-size: cover;
    background-position: center;
}

.best-gift-text {
    color: #000;
    text-align: center;
    font-family: "BwMitga-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    letter-spacing: -0.32px;
    height: 45px;
    padding: 8px;
}

.btn-secondary-custom {
    width: 284px;
    height: 37px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px 0px 0px 12px;
    border: none;
    padding-left: 35px;
}

.nav-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.btn {
    padding: 8px, 14px, 8px, 14px !important;
}

.navigation-wrapper {
    /*background-image: url("/img/Consumer/New/Pattern Default Container.svg");*/
}

.navigation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: 118px;
}

.nav-input-wrapper {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 50%;
    /*  right: 10px;*/
    left: 10px;
    transform: translateY(-50%);
}

.local-btn {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 9px 9px 0px;
    padding: 8px 12px;
    gap: 8px;
    background: #F6DC9C
}

.dropdown {
    display: flex;
    align-items: center;
}

.main-wrapper-productionmaster {
    padding-left: 100px;
    padding-right: 100px;
}

.search-term-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    height: 37px;
    padding: 8px 12px 8px 12px;
    border-radius: 9px;
    background: #F6DC9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
}

.search-term {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.resturabt-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*    width: 166px;*/
    background-color: #2D354E;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    margin-top: 12px;
    border-radius: 9px;
    padding: 8px 12px;
}

.inner-stensils {
    display: flex;
    align-items: center;
}

.filter {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
    gap: 8px;
}

.filter-section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pm-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 176px;
    height: 37px;
    padding: 8px 12px;
    border-radius: 9px;
    background: #D9D9D9;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
}

.form-select-custom {
    /*padding: 8px 12px;*/
    border-radius: 9px;
    background-color: #D9D9D9;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    border: none;
}

.merchantType {
    background: #2D354E;
    color: white;
}

.Buttons-Section {
    display: flex !important;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 18px;
}

.form-select-wrapper {
    display: flex;
    gap: 8px;
}

    .form-select-wrapper .form-select-custom {
        min-width: 176px;
    }

.ab-btn {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    height: 37px;
    border-radius: 9px;
    background: #494949;
    padding: 8px 12px;
}

.attribute-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 10px;
}

.result-text {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
}

.left-side-sort {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sort {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    padding: 8px 12px;
    border-radius: 9px;
    /*background: #D9D9D9;*/
    gap: 8px;
    width: 122px;
}

.right-side-sort {
    color: #CDB271;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/*.form-check-input:checked {
    background-color: #CDB271;
    border-color: #CDB271;
}*/

.sort-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.sort-icon {
    width: 18px;
    height: 18px;
}

.dg-card-1 {
    color: #A1A1A1;
    text-align: center;
    font-family: "BwMitga-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 29.24px; /* 162.447% */
    letter-spacing: -0.446px;
    width: 298px;
    height: 230px;
    border-radius: 12px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-card-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 29px;
}

/*.filter-icon-mob {
    display: none;
}*/

.form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #CDB271;
}

.pizza-spots-content {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 95.455% */
    letter-spacing: -0.32px;
    margin-bottom: 15px;
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
}

.pizza-spots {
    padding: 38px;
}

.pizza-cards {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.chever-icon {
    width: 44px;
    height: 44px;
    display: none;
}

.secandory-custom {
    padding: 18px;
}

.sc-content {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 95.455% */
    letter-spacing: -0.32px;
}

.more-like-btn {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    height: 32px;
    padding: 8px 12px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #D9D9D9;
    float: right;
    display: flex;
    align-items: center;
}

    .more-like-btn:hover {
        color: #000 !important;
    }

.secandory-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.secandory-custom {
    background-image: url("/img/Consumer/New/secandory-bg.svg");
}

.sc-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 1080px) {
    .main-wrapper-productionmaster {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .navigation-section {
        flex-direction: column;
        height: 220px;
    }

    .nav-input {
        font-size: 12px;
        width: 378px;
    }

    .btn-secondary-custom {
        width: 200px;
        font-size: 12px;
    }

    .gift-card-content, .merchant-text {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .search-term {
        display: none;
    }

    .Buttons-Section {
        display: none;
    }

    .attribute-btn {
        /*display: none;*/
    }

    .main-wrapper-productionmaster {
        padding: 14px;
    }

    .dg-card-1 {
        width: 362px;
        height: 200px;
    }

    .filter-icon-web {
        /*display: none;*/
    }

    /*.filter-icon-mob {
        display: block;
    }*/

    .gift-card-content, .merchant-text {
        font-size: 23px;
    }
}

/* Detail Page*/

.wrapper-merchant-detail {
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 32px;
}

.wishlist-inner {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.miller-content {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 87.5% */
    letter-spacing: -0.32px;
}

.miller-wrapper {
    width: 434px;
}

.wishlist-sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 18px;
}

.address-text {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
    width: 198px;
}

.gct-content {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
    width: 100%;
}
.secondtype-giftcardType {
    font-size: 11px;
}

.gc-btn {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    border-radius: 8px;
    background: #E3E3E3;
    width: 68px;
    padding: 2px 8px;
}
.secondtype-giftcard {
    background: white;
}

.gc-btn-inner {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

.buy-now-btn {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 116.667% */
    letter-spacing: -0.32px;
    display: inline-flex;
    height: 46px;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #2D354E;
}

.secondtype-buy-btn {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 116.667% */
    letter-spacing: -0.32px;
    display: inline-flex;
    height: 37px;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #2D354E;
}



.gift-card-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.mob-map {
    display: none;
}

.merchant-img {
    width: 100%;
}

.web-map {
    width: 100%;
}

.nav-input-wrapper-location {
    position: relative;
}

.nav-input-location {
    width: 284px;
    /* height: 38px; */
    padding: 8px 13px 8px 35px;
    background-color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 4px;
    color: black;
    border: none;
    outline: none;
}

.search-icon-location {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.location-content {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 105% */
    letter-spacing: -0.32px;
}

.location-section {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 32px;
    padding-bottom: 32px;
    background: linear-gradient(180deg, #B7B7B7 0%, #E3E3E3 19.16%), #E3E3E3;
}

.location-sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.state-head {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 116.667% */
    letter-spacing: -0.32px;
    margin-bottom: 11px;
}

.state-pa {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.32px;
}

.state-inner {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.state-sec {
    display: flex;
    align-items: center;
    gap: 100px;
}

.lbn-btn {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
    display: flex;
    width: 92px;
    height: 27px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #2D354E;
}

.location-bn-btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.location-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cities-state-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#map {
    height: 98%;
    width: 100%;
    margin: 0 0 30px 0;
}

.navigateBtn {
    position: absolute;
    top: 10px;
    left: 186px;
    display: none;
}

.hideDisplay {
    display: none !important;
}

.location-btm {
    display: block !important;
}

.btn-lbn {
    float: right;
}

.add_icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.public-list-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    position: sticky;
    top: 82px;
    z-index: 10;
    background: white;
}

.copyLst {
    display: flex;
}

.copyLstMobile {
    display: none;
}

@media (max-width: 500px) {
  /*  .navigateBtn {
        margin-left: 205px;
    }*/

    .copyLst {
        display: none;
    }

    .copyLstMobile {
        display: flex;
    }



    .sp-gc-txt {
        display: none;
    }

    .location-content {
        font-size: 18px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }

    .miller-content {
        line-height: normal;
        font-size: 20px;
    }

    .public-list-btns {
        top: 71px;
    }
}

@media (max-width: 1080px) {
    .mob-map {
        display: block;
    }

    .web-map {
        display: none;
    }

    .wrapper-merchant-detail {
        padding-left: 20px;
        padding-right: 20px;
    }

    .location-section {
        padding-left: 34px;
        padding-right: 34px;
    }

    .state-head {
        font-size: 12px;
    }

    .state-pa {
        font-size: 14px;
    }

    .cities-state-inner {
        font-size: 14px;
    }

    .lbn-btn {
        font-size: 10px;
        width: 61px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    input::placeholder {
        font-size: 9px;
    }
    .wrapper-merchant-detail {
        grid-template-columns: 1fr;
    }

    .mob-map {
        width: 100%;
    }

    .city-location.mob-off {
        display: none;
    }

    .location-content {
        font-size: 14px;
    }

    .nav-input-location {
        width: 171px;
        height: 26px;
    }

    .location-bn-btn {
        gap: 11px;
    }

    .state-inner {
        gap: 11px;
    }

    .cities-state-inner {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .location-sec-head {
        margin-bottom: 16px;
    }

    .buy-now-btn {
        font-size: 14px;
        height: 37px;
        white-space: nowrap;
    }
}




/*End Detail page*/

/* User list*/

.user-listings {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 83px;
    padding: 24px 20px;
    background: linear-gradient(180deg, #070D20 0%, #2D354E 61.68%);
}

.listing-content {
    color: #FFF;
    font-family: "BwMitga-Regular";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 95.455% */
    letter-spacing: -0.32px;
}

/*.sp-text {
    color: #0ECF97;
}*/

.login-content {
    color: #000;
    text-align: center;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.32px;
    margin-top: 10px;
    position: sticky;
    top: 70px;
    z-index: 10;
    background: white;
}

.public-btn {
    color: #fff;
    text-align: center;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.32px;
    border-radius: 9px;
    background: #2D354E;
    display: flex;
    width: 116px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.private-btn {
    display: flex;
    width: 116px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    border-radius: 9px;
    background: #DEDEDE;
}

.fav-btn {
    display: flex;
    width: 116px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #DEDEDE;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
}


.ulr-cobtent {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
}

.copy-link-btn-act {
    display: flex;
    width: 94px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    white-space: nowrap;
}

.resturant-link-1 {
    display: flex;
    width: 100%;
    padding: 10px 42px 22px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: #D9D9D9;
    position: relative;
}

.resturant-link {
    display: flex;
    width: 100%;
    padding: 10px 42px 9px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.copy-link-btn {
    display: flex;
    width: 94px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 175% */
    letter-spacing: -0.32px;
    background: #D9D9D9;
    white-space: nowrap;
}

.miller-sec-inner {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.miller-res-content {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.32px;
}

.resturant-locations {
    display: flex;
    gap: 8px;
    position: relative;
}

.location-content-user-list {
    color: #000;
    font-family: "BwMitga-Regular";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 190.909% */
    letter-spacing: -0.32px;
}

.user-list-resturants {
    display: flex;
    justify-content: center;
    gap: 47px;
    margin-top: 57px;
}

@media (max-width: 1080px) {
    .listing-content {
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .resturant-link {
        width: 100%;
    }

    .resturant-link-1 {
        width: 100%;
    }

    .user-list-resturants {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .view-list-btn {
        display: flex;
        width: 92px;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: #0ECF97;
        color: #000;
        font-family: "BwMitga-Regular";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px; /* 175% */
        letter-spacing: -0.32px;
    }

    .user-list-resturants {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fav-btn {
        display: none;
    }

    .login-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .resturant-link {
        width: 100%;
    }

    .resturant-link-1 {
        width: 100%;
    }

    .link-btns {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .user-list-resturants {
        margin-top: 20px;
    }
}

/*End User list*/


/* custom by Athar*/
ul.dropdown-menu.show {
    width: 100%;
}

.IncludeChainLocalFeel, .AreaType {
    cursor: pointer;
}


.areas {
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}

    .areas .img-wrap {
        position: relative;
    }

.content {
    position: absolute;
    padding: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
}

.area-name {
    display: flex;
    justify-content: space-between;
    width: clamp(170px, 82% + 10px, 420px);
}

.areas .img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.area-name .place {
    font-family: "BwMitga-Regular";
    font-weight: 600;
    color: black;
    padding: 6px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    /* word-break: break-all; */
    word-break: break-word;
}
    .area-name .place.secondtype-name {
        background: none;
        color:white;
    }

    .starting p {
        margin-bottom: 0;
        font-family: "BwMitga-Regular";
        font-size: 14px;
    }

.secondtype-address p {
    font-size: 11px;
}



.tile-label {
    color: #FFF;
}

.temp {
    visibility: hidden;
}

.hidden {
    display: none;
}

.heart-toggle.active {
    background-image: url('../../img/Consumer/New/Primary-white.svg');
}

.heart-toggle {
    background-image: url(../../img/Consumer/hearttt.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    /*top: 14px;*/
    bottom:15px;
    z-index: 100;
}
.heart-toggle-black {
    background-image: url('../../img/Consumer/New/User List Add Button.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    /*top: 14px;*/
    bottom: 15px;
    z-index: 100;
}
.heart-toggle-black.active {
    background-image: url('../../img/Consumer/New/heart selected.svg');
}

    .heart-toggle.action {
        background-image: url(../../img/Consumer/New/ellipsis-vertical.svg);
        top: 14px;
        bottom: initial;
        z-index: 100;
        background-size: initial;
        height:22px;
        right:0;
    }
    .heart-toggle.close {
        background-image: none;
        top: 14px;
        bottom: initial;
        z-index: 100;
        background-size: initial;
        height: 22px;
    }

.form-select-custom option {
    /*padding: 10px;*/
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

.detail-heart {
    background-image: url('../../img/Consumer/New/User List Add Button.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 5px;
    min-width: 30px;
    margin-left: 5px;
}

    .detail-heart.active {
        background-image: url('../../img/Consumer/New/heart selected.svg');
    }

.footer-wrapper a {
    color: white;
}

.Createmodal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 82px;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.Create-modal-content {
    background-color: #fff !important;
    margin: 2% auto;
    /* width: 400px !important; */
    width: 60% !important;
    border: none !important;
}

    .Create-modal-content .create {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f4f7fe;
        padding: 12px 20px;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
    }

.account-wall {
    padding: 0 24px;
    box-shadow: 0px 0px 16px rgba(107, 119, 138, 0.18);
}

    .account-wall button, .account-wall input[type=submit], .account-wall button:hover {
        background-color: #2764E2;
        color: #fff;
    }

        .account-wall button, .account-wall input[type=submit], .account-wall button:hover {
            background-color: #2764E2;
            color: #fff;
        }

    .account-wall a {
        color: #007bff;
    }

    .account-wall a {
        color: #0056b3;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.User-list-item-area {
    color: black !important;
}

.remember {
    display: flex;
    justify-content: space-between;
}

.model {
    display: none;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .1 ) url('../../img/waiting.gif') 50% 50% no-repeat;
}

.select-type {
    display: flex;
    background: #2D354E;
    border-radius: 9px;
    padding-left: 8px;
    margin-top: 5px;
}
/* End custom by Athar*/
@media (max-width: 1200px) {
    .merchant-item {
        height: 200px;
    }
}

@media (max-width: 1080px) {
    .merchant-item {
        height: 200px;
    }
}

.dropdown-toggle {
    margin-top: 8px;
    background: #E3E3E3;
}


.landingForm {
    position: sticky;
    top: 82px;
    z-index: 9999;
}
/*.navigation-section {
    position: sticky;
    top: 82px;
    z-index: 9999;
}*/

.navigation-section.newClass {
    position: fixed;
    width: 100%;
    left: 0;
    top: 82px;
    /*background: yellow;*/
    z-index: 9999;
    transition: all 5s ease-in-out
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/*.lsb{
    position:relative;
}*/
.dropdown.search-wrap svg {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 135px;
    cursor: pointer;
}

.cancelLsb {
    right: 118px !important;
}

.cancelMsb {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
}

.landingCancelLsb {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 9px;
    cursor: pointer;
}


/*Banner images conditonal*/
.bannerResturant {
    background-image: url("/img/Consumer/New/Banners/restaurants_desktop_banner_merchant.jpg");
}

.bannerHotel {
    background-image: url("/img/Consumer/New/Banners/restaurants_desktop_banner_merchant.jpg");
}

.bannerGolf {
    background-image: url("/img/Consumer/New/Banners/golf_desktop_banner_merchant.jpg");
}

.bannerEntertainment {
    background-image: url("/img/Consumer/New/Banners/entertainment_desktop_banner_merchant.jpg");
}

.bannerHealth {
    background-image: url("/img/Consumer/New/Banners/entertainment_desktop_banner_merchant.jpg")
}

.bannerAll {
    background: linear-gradient(180deg, #070d20 0%, #2d354e 61.68%);
}

.mapToggle {
    display: none;
}


.deleteListBtn {
    position: absolute;
    right: 20px;
}

.location-section-inner {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    right: 100px;
    position: absolute;
    top: -5px;
}

.map-section {
    display: flex;
}

@media (max-width: 768px) {
    .dataTables_wrapper div.dataTables_filter {
        right: 20px;
    }

    .swicthListTypeBtn {
        display: none !important;
    }

    .viewbtn {
        display: flex;
    }

    .resturant-link-1 .viewbtn {
        display: none;
    }

    .close-list-btn {
        display: flex;
    }

    .sp-mb-add-loc {
        display: none;
    }

    .location-section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fullview {
        display: none;
    }

    .mobileList {
        display: flex;
    }


    .map-section {
        display: none;
    }

    .navigateBtn {
        left: 215px;
    }
}

@media (max-width: 500px) {
    .dataTables_wrapper div.dataTables_filter {
        top: -3px;
        width: 200px;
        overflow: hidden;
    }

    .location-content {
        font-size: 12px;
    }

    .bannerResturant {
        background-image: url("/img/Consumer/New/Banners/restaurants_mobile_banner_merchant.jpg");
    }

    .bannerHotel {
        background-image: url("/img/Consumer/New/Banners/restaurants_mobile_banner_merchant.jpg");
    }

    .bannerGolf {
        background-image: url("/img/Consumer/New/Banners/golf_mobile_banner_merchant.jpg");
    }

    .bannerEntertainment {
        background-image: url("/img/Consumer/New/Banners/entertainment_mobile_banner_merchant.jpg");
    }

    .bannerHealth {
        background-image: url("/img/Consumer/New/Banners/entertainment_mobile_banner_merchant.jpg")
    }

    .bannerAll {
        background: linear-gradient(180deg, #070d20 0%, #2d354e 61.68%);
    }

    .form-select-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

        .form-select-wrapper .form-select-custom {
            min-width: initial;
            width: 48%;
        }

    .select-type {
        margin-top: 0;
    }

    .recordsCount {
        width: 75px;
    }

    .sort {
        width: 89px;
        padding: 8px 2px;
    }


    .location-section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .deleteListBtn {
        margin-left: 305px;
    }

    /*.resturant-link-1 {
        background:white;
    }*/
    /* .copy-link-btn, .copy-link-btn-act {
        background: #D9D9D9;
    }*/
}

@media (max-width: 768px) {
    .mapToggle {
        margin-left: auto;
        padding-right: 7px;
        display: block;
    }

    .map-section {
        position: relative;
        min-height: 400px;
        margin-bottom: 10px;
    }


    .bannerResturant {
        background-image: url("/img/Consumer/New/Banners/restaurants_tablet_banner_merchant.jpg");
    }

    .bannerHotel {
        background-image: url("/img/Consumer/New/Banners/restaurants_tablet_banner_merchant.jpg");
    }

    .bannerGolf {
        background-image: url("/img/Consumer/New/Banners/golf_mobile_banner_merchant.jpg");
    }

    .bannerEntertainment {
        background-image: url("/img/Consumer/New/Banners/entertainment_tablet_banner_merchant.jpg");
    }

    .bannerHealth {
        background-image: url("/img/Consumer/New/Banners/entertainment_tablet_banner_merchant.jpg")
    }

    .bannerAll {
        background: linear-gradient(180deg, #070d20 0%, #2d354e 61.68%);
    }

    .navigation-section {
        top: 70px;
    }

        .navigation-section.newClass {
            top: 70px;
        }
}

/*End Banner images conditonal*/

/*Search images conditonal*/
.searchResturant {
    /*background-image: url("/img/Consumer/New/FilterSection/pattern merchant restaurants.jpg");*/
    background-image: url("/img/Consumer/New/Pattern Default Container.svg");
}

.searchHotel {
    background-image: url("/img/Consumer/New/FilterSection/pattern-merchant-hotels.svg");
}

.searchGolf {
    background-image: url("/img/Consumer/New/FilterSection/pattern-merchant-golf-courses.svg");
}

.searchEntertainment {
    background-image: url("/img/Consumer/New/FilterSection/pattern-merchant-entertainment.svg");
}

.searchHealth {
    background-image: url("/img/Consumer/New/FilterSection/pattern-merchant-health-wellness.svg");
}

.searchAll {
    background-image: url("/img/Consumer/New/search container-bg.svg");
}
/*End Search images conditonal*/

/*Them color*/
.themeBgResturant {
    background: #F6DC9C;
}

.themeBgHotel {
    background: #CDDBFF;
}

.themeBgGolf {
    background: #8AEBBF;
}

.themeBgEntertainment {
    background: #DEC2F7;
}

.themeBgHealth {
    background: #B2E7FB;
}

.themeBgAll {
    background: #2D354E;
    color: white;
}

    .themeBgAll::placeholder {
        color: white; /* Change to your desired color */
    }

.themeBgResturant::placeholder, .themeBgHotel::placeholder, .themeBgGolf::placeholder, .themeBgEntertainment::placeholder, .themeBgHealth::placeholder {
    color: black; /* Change to your desired color */
}


/*.form-check-input:checked {
    background-color: #CDB271;
    border-color: #CDB271;
}*/

.switchResturant:checked {
    background-color: #CDB271;
    border-color: #CDB271;
}

.switchHotel:checked {
    background-color: #CDDBFF;
    border-color: #CDDBFF;
}

.switchGolf:checked {
    background-color: #8AEBBF;
    border-color: #8AEBBF;
}


.switchHealth:checked {
    background-color: #B2E7FB;
    border-color: #B2E7FB;
}

.switchEntertainment:checked {
    background-color: #DEC2F7;
    border-color: #DEC2F7;
}

.switchAll:checked {
    background-color: #2D354E;
    border-color: #2D354E;
}


/*Theme font color*/
.themeClrResturant {
    color: #CDB271 !important;
}

.themeClrHotel {
    color: #CDDBFF;
}

.themeClrGolf {
    color: #8AEBBF;
}

.themeClrEntertainment {
    color: #DEC2F7;
}

.themeClrHealth {
    color: #B2E7FB;
}

.themeClrAll {
    color: #2D354E;
}

/* End Theme color*/



.merchantType {
    /* For Firefox */
    -moz-appearance: none;
    /* For Chrome, Safari, and Opera */
    -webkit-appearance: none;
    appearance: none;
    /* Define custom arrow background image */
    background: url('data:image/svg+xml,%3Csvg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.92975 14.6459C9.26134 14.9775 9.79753 14.9775 10.1256 14.6459L16.902 7.87301C17.2336 7.54142 17.2336 7.00523 16.902 6.67717C16.5704 6.34911 16.0342 6.34558 15.7062 6.67717L9.53296 12.8504L3.35623 6.67365C3.02464 6.34206 2.48846 6.34206 2.1604 6.67365C1.83233 7.00523 1.82881 7.54142 2.1604 7.86948L8.92975 14.6459Z" fill="white"/%3E%3C/svg%3E') no-repeat right center/18px 18px; /* Change to your desired color */
    color: white; /* Change the color of the text */
    background-position: right .75rem center;
}

.arrowPointer {
    cursor: pointer
}

.User-list-item-area:hover {
    color: black !important;
}

.main-nav, .merchant-container, .wrapper-merchant-detail, .location-section-inner, .main-wrapper-productionmaster {
    max-width: 1600px;
    margin: 0 auto !important;
    width: 100%;
}

.gc-logo {
    height: 44px;
}

.top-nav {
    background: white;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.container.merchants {
    max-width: 1600px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 1400px) {
    .container.merchants {
        max-width: 1600px !important;
    }
}

.searchField {
    width: 90%;
    max-width: 360px;
}

    .searchField .nav-input {
        width: 100%;
    }

    .searchField .IncludeChainLocalFeel, .AreaType {
        white-space: nowrap;
    }



.page-item.active .page-link {
    background-color: #2D354E;
    border-color: #2D354E;
}

.map-section {
    position: relative;
}


.merchant-detail-img {
    width: 116px;
    height: 75px;
    border-radius: 12px;
    background: lightgray 50%/cover no-repeat;
}

.empty-list {
    margin: 20px 0 20px;
    text-align: center;
}



/* Modal Content/Box */
.modal-content {
    background-color: #fff !important;
    margin: 15% auto;
    /* 15% from the top and centered */
    width: 400px !important;
    /* Could be more or less, depending on screen size */
    border: none !important;
}

    .modal-content .create {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f4f7fe;
        padding: 12px 20px;
    }

        .modal-content .create p {
            font-size: 14px;
            line-height: 17px;
            font-family: "BwMitga-Regular";
            font-weight: 600;
        }

        .modal-content .create img {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

    .modal-content .text-field input {
        padding: 9px 0 9px 15px;
        width: 330px;
        border: none;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0px 4px 12px rgba(39, 100, 226, 0.05);
        border-radius: 3px;
    }

    .modal-content .text-field label {
        margin-bottom: .5rem;
    }


    .modal-content .list-info {
        font-size: 16px;
        line-height: 14px;
        font-family: "HKGrotesk-Medium";
        color: #000000;
        opacity: 0.3;
    }

    .modal-content .btn-div {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        padding: 24px 20px 20px 0;
    }

    .modal-content .create-btn {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
    }


.ml-3 {
    margin-left: 1rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary {
    border-color: #2D354E;
    background-color: #2D354E;
    color: #FFF;
}

    .btn-primary:hover {
        border-color: #2D354E;
        background-color: #2D354E;
    }


.drop-menu {
    max-width: 266px;
    width: 100%;
}

    .drop-menu .dropdown-item {
        cursor: pointer;
    }

    .drop-menu .drop-btn {
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

        .drop-menu .drop-btn .create {
            margin-right: 10px;
            padding: 8px 18px !important;
            /*color: #fff;*/
            background: #E3E3E3;
            font-size: 12px;
            line-height: 14px;
            text-transform: uppercase;
            font-weight: 700;
        }

.dropdown-item:hover {
    background-color: #2D354E;
}

.btn-primary:focus {
    border-color: #2D354E;
    background-color: #2D354E;
    color: #FFF;
}

.ulr-content {
    font-weight: 700;
}


.fav-btn.active .favImg {
    content: url("/img/consumer/new/heart-selected-white.svg");
}

.addList {
    line-height: 20px;
    border-radius: 8px
}


.custom-page {
    height: 243px;
    padding-top: 54px;
    padding-bottom: 20px;
}

/*custom pages*/
@media (max-width: 768px) {
    .custom-wrapper {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cheese-trail-wrapper {
        height: 305px;
    }

    .nav-input-custom {
        width: 335px;
    }
}



@media (max-width: 500px) {
    .cheese-trail-wrapper {
        height: 305px;
    }

    .btn-secondary-custom {
        width: 226px;
        font-size: 12px;
    }

    .nav-input-custom {
        width: 335px;
    }

    .local-btn-custom {
        font-weight: 500;
        gap: 6px;
    }

    .cheese-trail {
        font-size: 23px;
    }

    .custom-page {
        height: auto;
        padding-top: 30px;
    }
}
/**/



@media (max-width: 767px) {
    .merchent-row img {
        height: 28px !important;
    }

    .merchent-row .col {
        flex: 1 1 20% !important;
        text-align: center !important;
    }

    .merchent-row strong {
        font-size: 10px !important;
        line-height: normal !important;
        font-weight: normal !important;
    }
}