@media only screen and (max-width: 575px) {
    .banner-slider-left-arrow,
    .banner-slider-right-arrow {
        display: none;
    }

    .slick-dots {
        display: none !important;
    }

    .banner-top-promo a img {
        height: 20px;
    }

    .banner-slider .banner-item img {
        height: 170px;
    }

    .track-order-text{
      margin-top: 15px;
    }

    .help-item-wrapper{
        align-items: flex-start !important;
    }

    .footer-bottom{
        margin-bottom: 50px;
    }

    .header{
        padding: 10px 0;
    }

    .sell-on-btn{
        background-color: #343434;
        color: #f3e008 !important;
        border: 1px solid #ccc !important;
    }
    .sell-on-btn:hover{
        background-color: #212121;
    }

    .scroll-top{
        bottom: 65px;
    }

    .flashtimer{
        font-size: 16px;
        margin-left: 0px;
    }

    .flashtimer .time {
        width: 35px;
        height: 35px;
        line-height: 15px;
    }

}


@media (min-width: 100px) {
    .scroll-top.show{
      visibility: visible;
      opacity: .7;
      transform: translateY(0);
    }
}