@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;
    }
}
