.pop-catgs {
    background: #DF2881 !important;
}

.deal-of-the-day-banner-mobile{
    display: none;
}


@media screen and (max-width: 760px){
    .desktop-banner{
        display: none;
    }
    .mobile-banner{
        display: block;
    }

    .deal-of-the-day-banner-desktop{
        display: none;
    }
    .deal-of-the-day-banner-mobile {
        display: block;
    }
}


.count-down {
    margin-top: 16px;
    margin-right: 7px;
    padding: 5px;
    text-align: right;
    font-weight: 900;
    font-size: 20px;
}
.count_down_number {
    background-color: black;
    color: white;
    border-radius: 40%;
    text-align: center;
    padding: 5px 7px 5px 7px;
}

.deal-of-the-day-banner-desktop .count_down_number {
    padding: 10px 15px 10px 15px;
}
.deal-of-the-day-banner-mobile .count_down_number {
    padding: 5px 7px 5px 7px;
}
.deal-of-the-day-banner {
    background-color: #FFEDA0CC;
    padding: 20px;
    padding-top: 10px;
}
.deal-of-the-day-header{
    color: black;
    font-weight: 900;
}

.deal-of-the-day-banner-desktop .deal-of-the-day-header{
    font-size: 40px;
}

.deal-of-the-day-banner-mobile .deal-of-the-day-header{
    font-size: 20px;
}

.deal-of-the-day-banner .count-down {
    text-align: center;
}

.deal-of-the-day-banner-desktop .count-down {
    font-size: 35px;
}
.deal-of-the-day-banner-mobile .count-down {
    font-size: 15px;
}

.deal-of-the-day-banner .row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dod-image{
    padding: 15px;
    margin-right: 30%;
    position: absolute;
}

.dod-image > img{
    width: 128px;
    height: 128px;
    transform: rotate(+15.47deg);
}

.header-and-count-down{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    .atab {
        font-size: 18px !important;
    }
    .count_down_number{
        font-size: 15px  !important;
    }
    .deal-of-the-day-banner-mobile .dod-image{
        margin-right: 60%;
        top: 5px;
    }
    .dod-image > img{
        width: 67px !important;
        height: 65px !important;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 760px){
    .deal-of-the-day-banner-desktop .dod-image {
        top: 2px;
        margin-right: 60%;
    }
    .deal-of-the-day-banner-desktop .deal-of-the-day-header{
        font-weight: 900;
        font-size: 30px;
    }
    .deal-of-the-day-banner-desktop .count_down_number{
        font-size: 30px !important;
    }
    .count_down_number{
        font-size: 15px  !important;
    }
}