.addedImg #profile-img-tag {
    height: 97px;
    width: 97px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.05);
    text-indent: 99px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    outline: none;
}
.addedImg .profile-img-tag-one,.addedImg .profile-img-tag-two,.addedImg .profile-img-tag-three,.addedImg .profile-img-tag-four {
    height: 153px;
    width: 121px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.05);
    text-indent: 99px;
    cursor: pointer;
    margin-top: -27px;
    position: relative;
    z-index: 9;
    outline: none;
    margin-left: -2px;
}
.addedImg .pImage {
    color: #b1b1b1;
    font-size: 30px;
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    /* top: 24px; */
    bottom: 0;
}
/* .products-nearby .product-wrap{
    width:18%!important;
} */

.support-chat-card {
    background-color: #F18A21;
}

.support-chat-card h3 {
    color: #fff !important;
}
.checked {
    color: orange !important;
}
.hot-deals .main-image-wrap img {
    /*max-width: 100%;*/
    /* height:150px !important;
    width:150px !important; */
    height:120px !important;
    width:120px !important;
    border-radius: 50%;
}
.star-btn-sml {
    border-radius: 12px;
    background-color: #0AAD90;
    display: inline-block!important;
    color: #FFFFFF!important;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 2px 10px;
    margin-left: 4px;
  }
/* .categories-block .main-image-wrap:hover {
    border: 1px solid #F7F7F7;
    background-color: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.16);
} */
.categories-block .main-image-wrap {
    border-radius: 6px;
   /*  background-color: #FBFBFB; */
    min-height: 155px;
    transition: all .2s ease-in-out 0s;
    outline: none;
    border: 1px solid transparent;
}
.categories-block .main-image-wrap img {
    height: 90px;
}
.offers-wrap .carousel-control-next-icon {
    transform: rotate(180deg);
}
.location-autocomplete {
    position: relative;
}

.location-autocomplete input {
    padding: 2px 2px 2px 23px;
    background: rgb(0 0 0 / .5);
    color: #fff;
    border: 1px solid #434343;
    font-size: 13px;
}
.location-autocomplete img {
    position: absolute;
    left: 4px;
    top: 4px;
    filter: brightness(0) invert(1);
    height: 18px;
}

.filter-attributes-scroll {
    max-height: 118px;
    overflow-y: auto;
}
.type-phone .iti {
    width: 100%;
}


.loader {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 2222;
}
.backDrop {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.15s linear 0s;
    z-index: 1111;
}
.loader-modal-content {
    background: none;
    border: 0px;
    box-shadow: none;
    color: #fff;
}
.loader-img {
    width: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.grayscale {
    filter: grayscale(100%);
}
