.sovWare__discount-banner {
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FDE68A 0%, #FCA35D 50%, #FDE68A 100%);
}

.sovWare__discount-banner-left-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sovWare__discount-banner__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:7px 16px;
}

.sovWare__discount-banner__text {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 38.038px;
    text-transform: capitalize;
}

.sovWare__discount-banner__text img{
    width: 15px;
    height: 15px;
}

.sovWare__discount-banner__btn a {
    display: inline-flex;
    color: #FFF !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 38.038px;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.sovWare__discount-banner__btn a:hover{
    transform: scale(1.1);
}

.disc-close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    line-height: 18px;
}

.disc-close img{
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 480px) {
   .sovWare__discount-banner__wrapper{
    flex-direction: column;
    gap: 0;
   }
   .disc-close {
    right: 0;
   }
}


/* 
Header Banner */
.mega-deal-pricing {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}