.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 50px);
    top: 38%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(191, 70, 70, 0.45);
    position: absolute;
    left: calc(50% - 40px);
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #ff3550;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }

  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  .customizer{
    z-index : 200 !important;
  }
  /* .handle{
    display: none;
  } */
  .badge-primary{
    border : rgba(0, 0, 0, 0.466) 1px solid;
  }
  /* .zoom:hover {
    max-width: none;
    max-height: none;
    height: 400px;
    width: 400px;
    position:absolute;
  } */

  .search_img{
    width:50px;
  }
  .green_price{
    color:rgb(5, 214, 5);
    font-weight:bold
  }
  #pos .list-grid .list-item .list-thumb img:hover{
    position : fixed;
    z-index: 9;
    max-height: none !important;
    max-width: none !important;
    width: 190px !important;
    height: 190px !important;
  }
  [dir="rtl"] .customizer {
    left: -750px !important;
  }
  [dir=rtl] .customizer.open {
    left: 0 !important;
}