.j-grid.lft-content{
    padding: 10px;
    gap: 10px;
  }
  #statusIndex{
    position: fixed;
  top: 50px;
  right: 10px;
  width: 200px !important;
  z-index: 9;
  }
  .btm-bord span.txt-spn-white{
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border: 1px dashed #000;
  }
  .j-text-body-s-bold.product_offer_price{
    font-size: 25px !important;
    font-weight: bold;
  }
  .stroeImg{
    width: 65px;
    height: auto;
    object-fit: scale-down;
    padding: 5px;
    float: right;
    border-radius: 0px;
  }
  .bg-grad-img {
    position: relative;
    height: 192px;
    z-index: 1;
  }

  .bg-grad-img::before {
    content: "";
    /* background-image: linear-gradient(90deg, #fffcfa 7%, #ff8901 100%) !important; */
    /* background-image: linear-gradient(90deg, #ffffff 7%, #4e6576 100%); */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1;
  }

  .sale-pro-img-item:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    width: 100px;
    height: 160px;
    z-index: -1;
    transform: rotate(21deg) scale(1.3);
    border-radius: 30px;
    box-shadow: 10px 4px #4e6576;
    border-top-left-radius: 0px;
  }
  .or-dv {
    position: relative;
  }

  .or-dv span {
    position: absolute;
    left: 46%;
    top: -19px;
    border: 2px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
  }

  .coupon-card {
    background: rgba(252, 128, 25, 0.06);
    color: #000;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0px;
    position: relative;
    margin-top: 10px;
    border: 1.5px dashed #fc8019;
    font-size: 14px;
    cursor: pointer;
  }

  .icon-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fc8019;
  }

  .swiper-scrollbar {
    display: none;
  }

  .icon-link:hover {
    color: #f65403;
  }

  .j-text-body-xs {

    font-weight: 300;
    text-transform: none;
    font-size: .875rem;
    letter-spacing: -.07px;
    line-height: 1.4285714286;
    color: rgba(255, 255, 255, 0.65);
  }


  .j-text-body-s-bold {
    font-weight: 400;
  text-transform: none;
  font-size: 18px;
  /* letter-spacing: -.08px; */
  line-height: 1.2;
  color: #fff;
  }

  .j-Divider_hr_container__hr {
    background-color: #e0e0e0;
  }

  .j-grid {
    display: grid;
    grid-gap: 0.5rem;
    /* grid-template-columns: 1fr 1.5fr; */
  }

  .j-button-group {
    display: flex;
    gap: 10px;
  }

  .btn-primary.btn-bg-theme,
  .btn-outline-primary.btn-bg-theme {
    font-size: 18px;
    font-weight: 600;
    border-radius: 9999px !important;
  }

  .btn-primary.btn-bg-theme {
    color: #fff;
    background-color: #fc8019;
    border-color: #fc8019;
    box-shadow: none !important;
  }

  .btn-outline-primary.btn-bg-theme {
    color: #fc8019;
    border-color: #fc8019 !important;
    box-shadow: none !important;
    border-radius: 10px;

  }

  .btn-primary.btn-bg-theme:hover,
  .btn-primary.btn-bg-theme:focus,
  .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #f65403;
    color: #fff;
    border-color: #f65403;
  }

  .btn-outline-primary.btn-bg-theme:hover,
  .btn-outline-primary.btn-bg-theme:focus,
  .btn-outline-primary.btn-bg-theme:active {
    background-color: #fc8019 !important;
    color: #fff;
  }

  .j-button-group button {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .StoreSec {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  } 

  /* .StoreSec {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  } */

  .j-card__footer {
    padding: 1rem 0px 0px;
  }


  .box-rounded-custom {
    padding: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
  }

  @media(max-width: 991px) {
    .useradmin .pagetitle h1 {
      font-size: 18px;
    }

  }
  
  .sale-pro-img-item {
    height: 192px;
    position: relative;
    overflow: hidden;
  }
  .sale-pro-img-item .div-bg-img-sec {
    width: 90px;
    height: 90px;
    display: block;
    position: relative;
    transition: all .5s ease-in-out;
    top: -40px;
    left: 10px;
    /* width: 140px;
    height: 140px;
    display: block;
    position: relative; */
    /* transition: all .5s ease-in-out;
    background: rgba(255, 255, 255, .5);
    padding: 5px;
    border-radius: 0px;
    background: rgba(255, 255, 255, .25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .18); */
    transition: all .5s ease-in-out;
    /* margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px; */
    
  }

  .sale-pro-img-item .div-bg-img-sec .bg-cat-img {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    mix-blend-mode: multiply !important;
    margin: auto;
    transition: all .5s ease-in-out;
    border-radius: 0px;
    transition: all .5s ease-in-out;
  }

  .txt-ellips {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: flex;
    height: 30px;
  }

  .txt-ellips .j-text-body-s-bold {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-align: left;
  }
  #BackToTop {
    display: inline-block;
    background-color: #333;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #BackToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
  }
  #BackToTop:hover {
    cursor: pointer;
    background-color: #fc8019;
  }
  #BackToTop:active {
    background-color: #555;
  }
  #BackToTop.show {
    opacity: 1;
    visibility: visible;
  }
  
  .coupon-card.success{
    border: 1.5px dashed #33ba46;
    background: rgb(65, 196, 82);
    color: #fff;
  }
  #status{
    position: absolute;
    top: 4px;
    left: 0px;
  }
  .toggle-sidebar .main-admin .infinity-wrapper.test{
      display: grid; 
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)) !important; 
      /* grid-template-columns: repeat(4, 1fr); */
      grid-gap: 10px;
    }
    .infinity-wrapper .infinity-wrapper.test{
      margin-top: 0px;
    }
    .infinity-wrapper.test{
      display: grid; 
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important; 
      /* grid-template-columns: repeat(4, 1fr); */
      grid-gap: 10px;
      margin-top: 10px;
    }
  
  @media(min-width: 1915px){
    .infinity-wrapper.test{
      grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); 
      /* grid-template-columns: repeat(4, 1fr); */
     
    }
    .toggle-sidebar .main-admin .infinity-wrapper.test{
      grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
    }
  }
  @media(min-width: 2120px){
    .toggle-sidebar .main-admin .infinity-wrapper.test, .infinity-wrapper.test{
      grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
    }
  }
  @media(max-width: 1199px){
  .infinity-wrapper.test{
      grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)); 
      /* grid-template-columns: repeat(4, 1fr); */
      
    }
  }
  .text-right-title{
    width: 138px;
    height: 45px;
  }
  @media(max-width: 575px) {
    .sale-pro-img-item .div-bg-img-sec{
      width: 90px;
      height: 90px;
    }
    .bg-grad-img{
      height: auto;
    }
    .text-right-title{
      width: 138px;
    }
    .infinity-wrapper.test{
      display: grid; 
      grid-template-columns: repeat(auto-fill, minmax(95%, 1fr)); 
      /* grid-template-columns: repeat(4, 1fr); */
      grid-gap: 5px;
    }
    .toggle-sidebar .main-admin .infinity-wrapper.test{
      display: grid; 
      grid-template-columns: repeat(auto-fill, minmax(95%, 1fr)); 
      /* grid-template-columns: repeat(4, 1fr); */
      grid-gap: 5px;
    }
  }
  .logo-bg{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    background-repeat: no-repeat;
  }

  .title-style-four .sc-title-two.custom{
    letter-spacing: 1px !important;
  }