#home-page-user-login-icon{
    margin-right: 10px;
}

.explore-filter .form-group
{
    margin-right: 5px;
    width: 400px;
}

#googleMap{
    width:100%;
    height:450px;
}

#reset-search-icon{
    margin-left: 5px;
    padding: 0.2rem 0.4rem;
}

.shop-details-info {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.shop-details-info li{
    list-style-type: none;
}

.community-happenings-details-info li {
    list-style-type: none;
}

.ui-front {
    z-index: 9999 !important;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1560px;
}

#filter-tags-card-body
{
    padding-top: 0;
}

#product-service-filter-tags-group .panel-body
{
    margin-left: 30px;
}

#back-to-top-btn{
    z-index: 9999;
}

.error-wrapper-content {
    min-height: 600px;
}

/* css used for back to top button */
#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: #ffba00;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url("../../../images/icons/cd-top-arrow.svg") no-repeat center 50%;
    background-color: #ffba00;
}

.address-container-div .address {
    line-height: normal;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

#masonry-container {
    margin-bottom: 50px;
}

.search-collapse-div {
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #000;
    padding: 0;
}

#search-collapse-div {
    padding: 0 !important;
}

.collapse-card {
    padding-bottom: 15px;
}


/* ---- .grid-item ---- */

#index-shops-display {
    height: auto;
}

.masonry-card {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.3% - 20px);
}

#shop-display-result-summary {
    padding: 0 15px;
}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #f15a27; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.form-account-wrapper {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 15px 15px 15px;
}

#yuhua-voucher-banner-div {
    cursor: pointer;
}

/* css used for back to top button ends here*/

@media (max-width: 575.98px) {
    .masonry-card {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 576px) {
    .masonry-card {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 768px)  {
    .masonry-card {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 992px) {
    .masonry-card {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 1200px) {
    .masonry-card {
        width: calc(33.3% - 20px);
    }
    .navbar-expand-xl{
        padding: 0 !important;
    }

    #googleMap{
        width:100%;
        height: 500px;
    }

    .shop-details-info {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .shop-details-info li{
        list-style-type: none;
    }
}