/* .blink_me {
    animation: blinker 1s linear infinite;
    color:red;
   
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
     
    }
  } */

  .b2b_discount {
    float: right;
    background-color: #33b335cc;
    padding: 5px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
  }
  
  .special_disc {
    color: #33b335cc;
    text-align: center;
    font-weight: 500;
  }
  