    .flashSaleCounter-main .fs-img{
        display: block;
        max-height: 66px;
        padding: 2px 20px;
        align-self: center;
    }
    .flashSaleCounter-main .fs-ptext{
        padding: 10px 10px 10px 0;
        font-weight: bold;
        align-self: center;
        font-size: 16px;
        line-height: 18px;
    }
    .flashSaleCounter-main .fs-counter-box{
        padding: 0 20px;
    }
    .flashSaleCounter-main #flashSaleCounterEnd{
        display: none;
    }
    .flashSaleCounter-main .fs-counter{
        font-size: 32px;
        line-height: 38px;
        margin: 0;
        
    }
    .flashSaleCounter-main .fs-small{
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        text-align: center;
    }
    .flashSaleCounter-main{
        background: black;
        border-top: 2px solid #D698B9;
        border-bottom: 2px solid #D698B9;
        box-shadow: inset 0px 0px 50px #C73687;
        min-height: 70px;
        color: white;
    }
    .fs-d-flex{
        display: flex;
        justify-content: center;
        align-self: center;
        flex-wrap: wrap;
    }
    @media (max-width: 767px){
        .saleCounter{
            flex: 1 0 100%;
        }
        .flashSaleCounter-main .fs-counter-box {
            padding: 0 10px 10px;
            flex: 1 0 100%;
        }
        .flashSaleCounter-main .fs-ptext{
            padding: 10px;
        }
    }
.flashSaleCounter-main .btn.btn-link::after{
    border-left-color: white;
}
.flashSaleCounter-main .btn.btn-link:hover, 
.flashSaleCounter-main .btn.btn-link:focus{
    color: white;
}