/* New css start */
.abp-promo-admin-banner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.abp-promo-banner-content p {
    font-family: 'Poppins', sans-serif;
    color: #6C4624;
    font-weight: 600;
}

strong#abp-coupon {
    color: #663D1D;
    font-weight: 700;
    font-size: 21px;
}

p.abp-flash-code {
    padding: 8px;
    border: 2px solid #663D1D;
    border-radius: 10px;
    color: #663D1D;
    font-weight: 300;
}

.abp-promo-admin-banner h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    margin: 0;
    color: #663D1D;
    letter-spacing: 1px;
}

.abp-promo-banner-content a {
    background-color: #6C4624;
    color: white !important;
    padding: 14px 26px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
}

.notice.abp-promo-admin-banner {
    margin: unset !important;
    padding: unset !important;
    border: unset;
    background: unset !important;
    box-shadow: unset !important;
}

.abp-promo-discount {
    background-color: #FFD48D;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 10px 10px 20px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abp-promo-admin-banner {
    position: relative;
}

.abp-promo-banner-content-block {
    position: absolute;
    left: 39%;
    transform: translate(-50%, -50%);
    top: 54%;
    margin-left: 3%;
}

.abp-promo-discount span {
    display: block;
    font-size: 17px;
    color: #6C4624;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.abp-promo-discount {
    text-align: center;
}

.abp-promo-discount {
    text-align: center;
    position: absolute;
    right: -168px;
    top: 0;
}

.abp-promo-discount span:nth-child(2) {
    color: #6C4624;
    font-size: 41px;
    line-height: 41px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .abp-promo-admin-banner h3 {
        font-size: 19px;
    }

    p.abp-flash-code {
        padding: 0px 7px;
    }

    .abp-promo-banner-content a {
        padding: 6px 19px;
        margin-top: 7px;
        font-size: 21px;
    }

    strong#abp-coupon {
        font-size: 17px;
    }

    .abp-promo-banner-content p {
        margin: 0;
    }

    .abp-promo-discount {
        width: 108px;
        height: 108px;
    }

    .abp-promo-discount span:nth-child(2) {
        font-size: 26px;
        line-height: 25px;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .abp-promo-admin-banner h3 {
        font-size: 28px;
    }

    p.abp-flash-code {
        padding: 0px 7px;
    }

    .abp-promo-banner-content a {
        font-size: 21px;
    }

    strong#abp-coupon {
        font-size: 21px;
    }
}

@media (max-width: 1919px) and (min-width: 1441px) {
    .abp-promo-admin-banner h3 {
        font-size: 40px;
    }

    p.abp-flash-code {
        padding: 0px 7px;
    }

    .abp-promo-banner-content a {
        font-size: 22px;
    }

    strong#abp-coupon {
        font-size: 21px;
    }
}

@media(min-width:1920px) {
    .abp-promo-admin-banner h3 {
        font-size: 65px;
    }

    p.abp-flash-code {
        padding: 12px 7px;
    }

    .abp-promo-banner-content p {
        font-size: 20px;
        margin-top: 22px !important;
        display: block;
    }

    .abp-promo-banner-content a {
        font-size: 32px;
        padding: 17px 39px;
    }

    strong#abp-coupon {
        font-size: 29px;
    }
}

/* New css end */