.banner-contents-wrappers {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.navbar-area.index-02 {
    padding: 10px 0;
}
.single-category .category-thumb {
    height: 182px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-integration-wrap a {
    position: fixed;
    left: 25px;
    bottom: 75px;
    background-color: #40c351d1;
    z-index: 99;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 375px) {
    .banner-contents .banner-store {
        font-size: 16px !important;
    }
}

.banner-contents .title {
    font-size: 40px;
    line-height: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-contents .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-contents .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .banner-contents .title {
        font-size: 30px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-contents .title {
        font-size: 25px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-contents .title {
        font-size: 20px;
        line-height: 35px;
    }
}

.banner-contents .banner-para {
    line-height: 30px;
    margin-top: 35px;
}
.price-update-through {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    flex-direction: column-reverse;
}
.global-card-contents-flex {
  gap: 0px;
}

.pb-0 .global-card-contents {
    padding: 15px 0 0;
}

    .single-category .category-contents .notification {
        height: 0px;
        width: 0px;
        font-size: 0px;
        right: -20px;
    }