#loader_overlay {
    background: var(--bs-secondary-bg);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader_overlay .spinner, .spinner-div {
    height: 3.5rem;
    width: 3.5rem;
}

.of-scale-down {
    object-fit: scale-down;
  }
  
  .of-cover {
    object-fit: cover;
  }
  
  .height-15rem {
    height: 15rem !important; /* Use !important to override Bootstrap if necessary */
  }
  .width-10rem{
  width: 10rem;
  }.width-5rem{
  width: 5rem;
  }
  
  
  
  
  
  #chat_notifications_container, #general_notifications_container {
    height: 90%;
    max-height: 50vh;
    overflow-y: scroll;
    scrollbar-width: none;
    margin-bottom: 5rem;
  }
  
  
  .cart_dropdown.active,
  .messages_panel.active,
  .notification_panel.active,
  .search-type-drowpdown.active,
  .user-nav__dropdown.active {
      opacity: 1;
      scrollbar-width: none;
      transform: translateY(-10px);
      visibility: visible;
  }
  
  .cart_dropdown,
  .messages_panel,
  .notification_panel,
  .search-type-drowpdown,
  .user-nav__dropdown {
      background-color: var(--bs-secondary-bg);
      border-radius: 1rem;
      box-shadow: -1px 2px 4px 1px #00000054;
      list-style: none;
      opacity: 0;
      overflow-y: scroll;
      position: fixed;
      top: 7.3rem;
      transform: translateY(10px);
      transition: .5s;
      visibility: hidden;
      z-index: 5
  }
  
  @media (max-width:37rem) {
  
      .messages_panel,
      .notification_panel {
          max-height: calc(80vh - 200px)
      }
  
      .cart_dropdown,
      .messages_panel,
      .notification_panel,
      .search-type-drowpdown,
      .user-nav__dropdown {
          min-width: 20rem !important;
          top: 8.5rem
      }
  }
  
  .cart_dropdown {
      height: 50vh !important;
      max-width: 20rem;
      right: 1rem !important
  }
  
  .notification_panel {
      min-height: 20rem;
      overflow-y: scroll;
      max-height: 80vh;
      width: 20rem;
      right: 1rem !important;
      z-index: 100
  }
  
  .search-type-drowpdown {
      height: max-content !important;
      overflow: hidden;
      right: -2rem !important;
      top: 4.25rem;
      width: 22rem !important
  }
  
  .search-type-item {
    background-color: var(--bs-secondary-bg);
      cursor: pointer
  }
  
  .search-type-drowpdown .search-type-item:hover {
      background-color: var(--body-color)
  }
  
  #catid,
  #result_list,
  #result_list a,
  .search__input:focus+.search__button {
    background-color: var(--bs-secondary-bg);
  }
  
  #general_notifications_container::-webkit-scrollbar,
  .notification_panel::-webkit-scrollbar {
      display: none;
      scrollbar-width: none
  }
  
  .user-nav__dropdown {
      height: max-content
  }
  
  .messages_panel,
  .user-nav__dropdown {
      width: 20rem;
      overflow-y: scroll;
      max-height: 80vh;
      right: 1rem !important;
      z-index: 100
  }
  
  .messages_panel {
      min-height: 20rem
  }
  
  .user-nav__dropdown__item {
      border-bottom: .5px solid #80808040;
      font-size: 1.4rem;
      padding: 1rem 5rem
  }
  
  #chat_notifications_container,
  #general_notifications_container {
      height: 90%;
      max-height: 50vh;
      overflow-y: scroll;
      scrollbar-width: none;
      margin-bottom: 5rem
  }
  
  .cookie-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2f3640;
    bottom: -100%;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, .39);
    color: #f5f6fa;
    left: 0;
    padding: 0 32px;
    position: fixed;
    right: 0;
    transition: .4s;
    z-index: 50000;
  }
  .cookie-btn {
    background: #e84118;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    padding: 12px 48px;
}
.cookie-btn, .cookie-container a {
    color: #f5f6fa;
}
.justify-self-center{
    justify-self: center !important;
}


#search, #search_field_sm, .search__form_particular, .user-nav__options {
    position: relative;
}
.search-close {
    color: var(--navbar-color);
    font-size: 2rem;
    font-weight: 700;
    left: 0.5rem;
    /* margin-left: -4rem; */
    top: -0.05rem;
}
#nav-search {
    background-color: var(--bs-secondary-bg);
}
.search__input {
    border: none;
    border-radius: 1rem;
    color: inherit;
    font-family: inherit;
    font-size: 1.2rem;
    margin: auto 0;
    padding: 1rem 2px;
    transition: .2s;
    width: 100%;
}

.padding-search {
    box-shadow: 0 0 0 1px rgba(81, 79, 79, .265);
    padding: 1.5rem !important;
}
.nav-product-search-result, .pincode-result, .user-product-search-result {
    background:var(--bs-secondary-bg);
    border-radius: 1rem;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .1);
    max-height: 0;
    overflow-y: scroll;
    position: absolute;
    scrollbar-width: none;
    top: 5rem;
    transition: .5s;
    width: 100%;
    z-index: 8;
}
.nav-rt-nav {
    background-color: var(--bs-secondary-bg);
    right: 2rem;
    width: 4rem;
}
.nav-rt, .nav-rt-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.search-type-drowpdown {
    height: max-content !important;
    overflow: hidden;
    top: 3rem;
    width: 10rem !important;
}
button.search-icon {
    background: transparent;
    border: none;
}

.search-icon {
    display: block;
    position: relative;
    width: 15px;
}
.menu-icon-nav, .menu-icon-nav:after, .menu-icon-nav:before {
    background-color: var(--navbar-color) !important;
}
.menu-icon {
    background-color: var(--icon-color);
    display: block;
    height: 2px;
    position: relative;
    width: 12px;
}

.sm-show{
    display: none !important;
}
@media (max-width:36.25em) {
    .sm-show {
        display:block !important;
    }
}

@media (max-width: 37.5em) {
    .search__input {
        padding: 1.2rem 10px;
        width: 100%;
    }
}

@media (max-width: 37.5em) {
    .search {
        flex: 0 0 100%;
        left: .75rem;
        margin-top: 1rem;
        order: 1;
        padding: .5rem;
        top: 1.25rem;
        transition: .5s;
        width: 97% !important;
        z-index: 9999;
    }
}

@media (max-width: 37.5em) {
    #search, .search {
        position: absolute;
    }
}

@media (max-width: 37.5em) {
    #search_field_sm, .search {
        opacity: 0;
        visibility: hidden;
    }
}

.show-search {
    display: flex;
    margin: 5px -5px;
    opacity: 1;
    padding: 0;
    visibility: visible;
    z-index: 9999;
}
@media (max-width: 37.5em) {
    .padding-search {
        padding: 1.4rem !important;
        padding-left: 2rem !important;
    }
}


.userproduct_popup {
    background-color: rgba(0, 0, 0, .85);
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 30000;
}
.fadeOut, .userproduct_popup {
    opacity: 0;
    visibility: hidden;
}
.userproduct_popup__content {
    background-color:      var(--bs-secondary-bg);
    ;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .15);
    cursor: pointer;
    max-height: 80%;
    left: 50%;
    opacity: 0;
    overflow: scroll;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(.75);
    transition: .25s;
    width: 75%;
}
.popup, .popup-announcement, .popup-post, .popup__image, .popup__video, .popup_confirm, .popup_location, .popup_prod {
    background-color: rgba(0, 0, 0, .85);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 30002;
}
.popup__content, .popup__content_image, .popup__content_prod, .popup__content_video {
    padding: 3rem;
    background-color:     var(--bs-secondary-bg);
    ;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .15);
    display: flex;
    height: 80%;
    justify-content: center;
    left: 50%;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(.75);
    transition: .3s;
    width: 80%;
}
.popup_confirm {
    z-index: 40000;
}
.popup_confirm__content, .popup_location__content {
    background-color:      var(--bs-secondary-bg);

    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    max-height: 50%;
    opacity: 0;
    overflow-y: scroll;
    overflow: hidden;
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(.75);
    transition: .3s;
    width: 50%;
}
.cover_image {
    height: 100%;
    object-fit: fill;
    width: 100%;
}
.cropper-hidden {
    display: none !important;
}
.userdetails__userimage {
    border-radius: 50%;
    cursor: pointer;
    height: 20rem;
    width: 20rem;
}

.confirm_button_image {
    display: none;
    justify-content: center;
    width: 100%;
}
.d-none_{
    display: none;
}
.notification_panel__foot_redirect {
    align-content: center;
    align-items: center;
    border-top: 1px solid var(--border-color);
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 5rem;
    position: absolute;
    width: 100%;
}


.clear-selected-images {
    align-items: center;
    border-radius: 2rem;
    color: var(--bs-secondary-bg);
    
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    height: 4rem;
    justify-content: center;
    padding: 1.5rem;
    position: absolute;
    right: 4rem;
    top: -1rem;
    transition: .5s;
    width: 4rem;
    z-index: 500;
    display:none;
}

.popup__close {
    align-items: center;
    border-radius: 2rem;
    background-color: var(--bs-secondary-bg);
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    font-weight: 200;
    height: 1.5rem;
    justify-content: center;
    padding: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: .5s;
    width: 1.5rem;
    z-index: 500;
    font-weight: 400;
}
.popup__close:hover {
    background: white
}

.popup__close:active {
    background: #5f5b5b6c
}
#cancel-popup .popup__close {
    z-index: 1 !important
}
.pointer{cursor:pointer;}



.shop-img-delete {
    line-height: 3rem;
    align-items: center;
    background: var(--bs-secondary-bg);
    border-radius: 50%;
    display: flex;
    font-size: 1.5rem;
    height: 2.5rem;
    justify-content: center;
    padding: .5rem;
    right: 1rem;
    top: 1rem;
    width: 2.5rem
}
.old-shop-images img {
    height: 15rem;
    object-fit: scale-down;
    width: 15rem
}

@media (max-width:56.5rem) {
    .old-shop-images img {
        height: 5rem;
        object-fit: scale-down;
        width: 5rem
    }
}
.justify-content-right{
    justify-content:right;
}

#fetchedLocation img, #popup-userproduct-image, .object-fit-scale-down {
    height: 100%;
    object-fit: scale-down;
    width: 100%;
}


.nav-product-search-result.active,
.pincode-result.active,
.user-product-search-result.active {
    display: block !important;
    max-height: 31rem !important
}

.nav-product-search-result.search-type-item {
    background: var(--bs-secondary-bg) !important;
}

.nav-product-search-result.active {
    border: 1px solid rgba(0, 0, 0, .15)
}

.pincode-result-shop {
    top: 4rem !important;
}

.pincode-result {
    top: 5.8rem;
}
.nav-product-search-result, .pincode-result, .user-product-search-result {
    background:var(--bs-secondary-bg);
    border-radius: 1rem;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .1);
    max-height: 0;
    overflow-y: scroll;
    position: absolute;
    scrollbar-width: none;
    top: 2.5rem;
    transition: .5s;
    width: 100%;
    z-index: 8;
}
.absolute{
    position:absolute;
}
.relative{
    position:relative;
}
.top-3rem{
    top:3rem;
}

.all-feat, .all-user-prod, .brand-info {
    background:var(--bs-secondary-bg);
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    visibility: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 75;
}

.all-user-prod-sub {
    margin-top: 4% !important;
}
.all-feat-sub, .all-user-prod-sub, .brand-info-sub {
    align-content: center;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    transition: .5s;
}

#popup__close_pincode {
    background: #020202;
    color: white;
    font-size: 2rem;
    font-weight: 400;
    top: 5vh;
}

::-webkit-scrollbar {
    overflow-y: hidden;
    scrollbar-width: none;
    width: 8px
}

.popup__content_childcomments .replyInput, .popup__content_childcomments {
    border-top: 1px solid #8080804d;
}
.d-block{
display: block !important;
}
.profile-image-small {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    margin: 0 .5rem;
}
.show-all-feat {
    opacity: 1;
    transition: .5s;
    visibility: visible;
    overflow-y: scroll;
    overflow-x: hidden;
}

.translate-y-20-px {
    transform: translateY(-20px)
}

  