.loadere {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../images/loading-grey.gif') 50% 50% no-repeat #1a1a1a;
    background-size: 5%;
    opacity: 1;
  } 
  @media (min-width: 200px) and (max-width: 768px) {
    .ticket-count {
        position: fixed;
        display: block !important;
        right: 0;
        float: right;
        background: #f14100;
        z-index: 5000;
        height: 50px;
        width: 40px;
        border-radius: 5px 0 0 5px;
        text-align: center;
        color: #fff;
        border: 2px solid #000000;
        font-weight: 700;
        border-right: none;
    }
}
