
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.idx-str-info-card .card-body ul li {
    margin-bottom: 1rem !important;
}

.idx-str-info-card .card-body ul li a:hover {
    text-decoration: none;
}

.idx-str-info-card {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border: none;
}

.input-group .inp-search {
    min-height: 40px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e0e0e0;
}

.input-group .search-icn-btn {
    border-color: transparent;
    min-height: 40px;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 991px) {
    .idx-str-srch-loc-btn {
        padding: 0.48rem 0.5rem;
    }

    .large-space {
        min-height: 290px;
    }

    .search-input > .row > .col-lg-10 > .row > .col-lg-3:nth-child(3) {
        padding-left: 15px;
    }

    .search-input > .row > .col-lg-10 > .row > .col-lg-3:nth-child(2),
    .search-input > .row > .col-lg-10 > .row > .col-lg-3:nth-child(4) {
        padding-right: 15px;
    }

    .search-input > .row > .col-lg-2 {
        padding-left: 15px;
        display: flex;
        justify-content: center;
    }

    .idx-str-info-list {
        flex-direction: column;
    }
}

.map-blk {
    height: 500px;
}

.col-call-btn:hover {
    color: #383838;
    border: 1px solid #383838;
}

.col-call-btn {
    border: 1px solid #191919;
    color: #191919;
}

.idx-str-info-card-header {
    padding: 10px 16px 29px;
    border-bottom: none !important;
    perspective: 1000px;
}

.idx-info-card-str-name.card a,
.idx-str-info-card-header a:hover {
    text-decoration: none;
}

.brand-data {
    width: 100%;
    height: 75%;
    position: relative;
    transform-style: preserve-3d;
}

.idx-info-card-str-name.card {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    transform-origin: bottom;
    background: 0 0 !important;
    border: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.idx-info-card-str-name.card a {
    font-size: 1.2rem;
}

.g-review svg {
    width: 18px;
    margin-right: 5px;
    margin-top: -5px;
}

.g-stars ul {
    justify-content: center;
}

.g-review span {
    font-weight: 600;
}

.new-sec {
    background-color: #f3efef;
}

.tags-data {
    margin-bottom: 20px;
}

.tags-data li {
    padding: 0 !important;
    border-radius: 4px;
    display: inline-flex;
    height: 30px;
    margin: 0 !important;
    align-items: center;
}

.tags-data li h4 {
    font-size: 1rem;
    text-transform: capitalize;
    line-height: 1.4;
}

.tags-data li h4 span.str-tag-name {
    padding: 0 8px !important;
}

.tags-data li a:hover h4 span.str-tag-name {
    padding: 0 8px !important;
    color: #000;
}

.str-tag .tags-data h3 {
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.new-sec .content-side p {
    margin-bottom: 20px !important;
}

.new-sec .content-side p:last-child {
    margin-bottom: 10px !important;
    font-size: 12px;
}

.new-sec .content-side .images {
    display: flex;
    margin-bottom: 10px;
}

.new-sec .content-side .images img {
    margin-right: 20px;
}

.new-sec .map iframe {
    width: 100%;
    height: 188px;
}

.stores-links ul li {
    margin-bottom: 10px;
}

.stores-links ul li a {
    color: #000;
    font-size: 0.8375rem;
}

.stores-links ul li a i.flaticon-right-arrow-angle {
    color: #9e9b9b;
    font-size: 10px;
}

.stores-links ul li a:hover,
.stores-links ul li a:hover i.flaticon-right-arrow-angle,
.unlimited-fashion ul li a:hover {
    color: var(--primaryclr);
}

.unlimited-fashion img {
    margin-bottom: 15px;
}

.unlimited-fashion h6 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.unlimited-fashion ul {
    display: flex;
    flex-wrap: wrap;
}

.unlimited-fashion ul li {
    height: 30px;
}

.unlimited-fashion ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.8375rem;
}

.unlimited-fashion ul li a span {
    padding: 0 10px;
}

@media (max-width: 767px) {
    section.bannerblock
        > .container-fluid.bg-color-3
        > .row
        > .col-lg-6.py-3:nth-child(2n + 2) {
        padding-left: 15px;
        padding-top: 0 !important;
    }

    .map,
    .new-sec .content-side {
        margin-bottom: 38px;
    }

    .form-field,
    .unlimited-fashion {
        margin-top: 20px;
    }
}

.form-field form h6 {
    color: #000;
    font-weight: 600;
}

.card-footer .idx-info-card-str-status,
.form-field form .form-group {
}

.form-field form .form-group button.btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 0 25px;
}

.form-field form .form-group button.btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.form-field form .form-group button.btn i {
    margin-top: 10px;
}

.form-field form .form-group input {
    border-radius: 0;
    padding: 20px 0;
}

.idx-info-card-str-status span {
    border-radius: 4px;
    padding: 4px 0px;
    font-size: 0.8375rem;
}

.map-height {
    height: 450px;
}

.new-sec .btns {
    text-align: center;
}

.new-sec .btns .virtual-store-btn {
    background-color: #fff;
    color: var(--primaryclr);
    padding: 8px 25px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 0;
}

.new-sec .btns .virtual-store-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
}

.new-sec .btns .virtual-store-btn img {
    margin-left: 6px;
}

@media (max-width: 768px) {
    .idx-info-card-str-status span,
    .unlimited-fashion ul li a {
        font-size: 12px;
    }

    .g-review,
    .idx-info-card-str-call-btn,
    .idx-info-card-str-dir-btn,
    .idx-info-card-str-web-btn,
    .idx-str-info-card .card-body ul li,
    .idx-str-locality,
    .idx-str-srch-btn,
    .nearby,
    .stores-links ul li a,
    .tags-data li h4 {
    }

    .g-review svg,
    .g-stars ul li img {
        width: 13px;
    }

    .new-sec .content-side p:last-child {
        font-size: 10px;
    }

    .g-rating {
        width: 100%;
    }

    .g-stars ul {
        justify-content: end;
    }

    .share-data a > i {
        font-size: 18px;
    }

    .idx-str-info-card-header {
        padding: 10px 16px 18px;
    }

    .qrcodeq canvas {
        width: 68px !important;
        height: 68px !important;
    }
}

@media (min-width: 767px) and (max-width: 1180px) {
    .g-rating {
        width: auto;
    }

    .g-stars ul {
        justify-content: end;
    }
}

.nearby span img.landmark {
    width: auto;
    height: 15px;
    margin-top: -7px;
    margin-right: 11px;
}

.mapstore {
    color: #fff !important;
    background: var(--primaryclr) !important;
    border: 1px solid var(--primaryclr) !important;
}

.f-rgt {
    font-weight: 600;
    font-size: 16px;
}

.footer-sec .vmart-content {
    display: flex;
    margin-bottom: 20px;
}

.footer-sec .vmart-content .images {
    margin-right: 15px;
}

.footer-sec .vmart-content .images img {
    width: 72px;
}

@media (max-width: 991px) {
    .footer-sec .vmart-content .images img {
        width: 80px;
        margin-left: 0px;
    }
}

.footer-sec .vmart-content .content p {
    font-size: 1rem;
    /* font-size: 20px; */
    /* width: 78%; */
}

@media (max-width: 1199px) {
    .footer-sec .vmart-content .content p {
        width: 87%;
    }
}

@media (max-width: 991px) {
    .footer-sec .vmart-content .content p {
        width: 100%;
    }
}

.footer-sec .limeroad-content {
    display: flex;
    margin-bottom: 20px;
}

.footer-sec .limeroad-content .images {
    margin-right: 15px;
}

.footer-sec .limeroad-content .images img {
    width: 60px;
    /* margin-left: 12px; */
}

@media (max-width: 991px) {
    .footer-sec .limeroad-content .images img {
        width: 70px;
        margin-left: 0px;
    }
}

.footer-sec .limeroad-content .content p {
    font-size: 18px;

    font-weight: bold;
    margin-bottom: 10px;
}

.footer-sec .limeroad-content .content img {
    width: 115px;
}

.footer-sec .limeroad-content .content .google-play {
    gap: 20px;
    /* text-align: center; */
}

.footer-sec .limeroad-content .content .google-play .g-play {
    margin-right: 15px;
}

.footer-sec .unlimited-content {
    display: flex;
    /* margin-bottom: 20px; */
}

.footer-sec .unlimited-content .images {
    margin-right: 15px;
}

.footer-sec .unlimited-content .images img {
    width: 58px;
    /* margin-left: 20px; */
}

@media (max-width: 991px) {
    .footer-sec .unlimited-content .images img {
        width: 68px;
        margin-left: 0px;
    }
}

.footer-sec .unlimited-content .content .fashion-destination {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.unlimited-content .content span p {
    margin-bottom: 0px;
}

.unlimited-content .content span,
ul {
    font-size: 1rem;
}

.footer-sec .links ul h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.footer-sec .links ul li {
    list-style: none;
    margin-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-sec .links ul li a {
    font-size: 17px;
}

.footer-sec .stores {
    text-align: center;
}

.footer-sec .stores h4 {
    font-size: 22px;

    margin-bottom: 0px;
    font-weight: bold;
}

.footer-sec .stores p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer-sec .unlimited-content .tags-data li {
    padding: 0 !important;
    border-radius: 4px;
    /* display: inline-flex; */
    height: 25px;
    margin: 0 !important;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 490px) {
    .footer-sec .unlimited-content .tags-data li {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 366px) {
    .footer-sec .unlimited-content .tags-data li {
        margin-bottom: 55px !important;
    }
}

.footer-sec .unlimited-content .tags-data li a {
    text-decoration: underline !important;
    font-size: 1rem;
}

.footer-sec .unlimited-content .tags-data li span {
    /* padding: 0 10px; */
    font-size: 15px;
}

.footer-sec .unlimited-content .tags-data .fashion-destination {
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 9px;
}

.footer-sec .unlimited-content .tags-data span .presence-state {
    margin-bottom: 0;
    font-size: 1rem;
}

/* footer search box code */

.footer-sec form .form-group {
    display: block;
    position: relative;
    margin-top: 40px;
}

.footer-sec form .form-group input {
    border-radius: 20px;
    padding: 20px 10px;
}

/* .footer-sec form .form-group input::placeholder{
    font-size: 12px;
} */
.footer-sec form .form-group button {
    background-color: #000;
    color: #fff;
    position: absolute;
    /* left: -43px; */
    top: 6px;
    right: 0.8375rem;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* right: -309px;
    top: -36px; */
}

.footer-sec form .form-group button:hover {
    background-color: var(--primaryclr);
    border: 2px solid var(--primaryclr);
}

.footer-sec form .form-group button img {
    position: relative;
    top: -3px;
}

@media (max-width: 767px) {
    .footer-sec .vmart-content .content p {
        margin-bottom: 0px;
    }

    .footer-sec .vmart-content {
        margin-bottom: 20px;
    }

    .footer-sec .unlimited-content {
        margin-top: 20px;
    }

    .footer-sec form .form-group {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-sec .links ul li {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer_city_state {
    background-color: #f2f2f2;
}


/* -------------------------------------------- */

@media (max-width: 575px) {
    .str-tag .tags-data h3 {
        font-size: 18px;
    }

    .store-info {
        display: flex;
        justify-content: center;
    }
}

/* ---------------------------------- */
.idx-str-info-card .brand-data .g-rating .g-stars {
    margin-top: 3px;
}

.idx-str-info-card .brand-data .g-rating .g-stars li img {
    margin-right: 2px;
}

.store-info {
    display: flex;
}

.store-info h4 {
    margin: 10px 10px 10px 0px;
}

.store-info p {
    margin: 15px 0px 10px 0px;
}

.badge-open i {
    color: #000;
}

.card-footer .badge-open i {
    color: var(--primaryclr);
}

@media screen and (max-width: 1024px) {
    .idx-info-card-str-dir-btn,
    .idx-info-card-str-web-btn {
        font-size: 0.8375rem;
    }
}

.card a.stretched-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.card-footer {
    z-index: 2;
    position: relative;
}

.share-data {
    z-index: 2;
    position: relative;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .footer-sec .stores .store-info {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .carousel-banner .carousel-item ul {
        width: 100% !important;
    }

    .google.d-flex.align-items-top {
        align-items: flex-start !important;
    }

    .store-header .container.mt-n5 {
        margin-top: 1rem !important;
    }

    .carousel-banner .carousel-control-prev,
    .carousel-banner .carousel-control-next {
        width: 1.6rem;
        height: 1.6rem;
    }

    .footer-sec .stores {
        text-align: left;
    }

    .media-left {
        text-align: left !important;
    }

    .media-left p {
        font-weight: 700;
    }
}

.btn.search-icn-btn:hover {
    background-color: var(--primaryclr) !important;
    color: #fff !important;
}

.fr {
    float: right;
}

.fr a {
    font-size: 0.8375rem;
    color: #00f;
    font-weight: 400;
}

.fr a:hover {
    text-decoration: underline;
}

.colorblue {
    font-size: 0.8375rem;
    color: #00f;
    margin-top: 4px !important;
}


.gm-style-iw-ch{
    display: none;
}
.gm-style-iw-chr {
    position: absolute;
    right: 0%
}
.gm-style-iw.gm-style-iw-c{
    max-width: 390px !important;
    overflow-x: hidden;
}
.mapinfo-window.tablemap tr td{
    padding: 0.2rem !important;
}