 .discount-label {
        margin-left: 20px;
        padding:4px; 
        padding-left: 10px;
        position:relative;
       width:65px;
       -webkit-border-radius:0 4px 0 4px;
       -moz-border-radius:0 4px 0 4px;
       border-radius:0 4px 4px 0;
       
       }
       
       .discount-label:after { 
       
           right: 100%; 
           border: solid transparent; content: " "; 
           height: 0; 
           width: 0; 
           position: absolute;
           border-color: rgba(136, 183, 213, 0);
            
           border-width: 13px;
           top: 75%; 
           margin-top: -20px;} 
       
           .discount-label:before {
         content: '';
         z-index: 2;
         position: absolute;
         top: 42%;
         right: 100%;
         width: 7px;
         height: 7px;
         opacity: .95;
         background: #ffffff;
         border-radius: 7px;
         -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
         box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
       
       }
       
       
           .discount-label span {
             color:#ffffff;
         font-size:15px;
       text-align:center;
         font-family:"Raleway",Helvetica;
       
       }
       
       
       .red{ 
       background-color:#e61919; 
       }
       
       .red:after{ 
       border-right-color:#e61919; 
         
       }