.banner-deals{
    position: relative;
    background-image: url("https://cdn.tweaking.in/content/wp/tweaking_in/v2/cart/banner-img-01.png");
    min-height: 655px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #01113f;
    padding-top: 70px;
}
.banner-deals:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 275px;
    background-image: url('https://cdn.tweaking.in/content/wp/tweaking_in/v2/cart/bg-img.png');
    content: "";
}
.categoryname {
    color: #73737C;
  }
.new-baged{
    display: none;
}
.add-cart{
    box-shadow: none;
    background-color: #ed1161;
    color: #fff;
}
.cartbutton__side--remove{
    background-color: transparent;
}
.product-wrap{
    margin-top: -148px;
}
.banner-deals p {
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    max-width: 770px;
    margin: 0 auto;

}
.banner-deals img {
    margin-bottom: 30px;
    margin-right: -40px;
}

@media screen and (max-width:1920.99px){
    
}
@media screen and (max-width:1800.99px){
    .banner-deals{
        background-size: 120% auto;
    }
}
@media screen and (max-width:1450.99px){
    .banner-deals {
        background-size: 118% auto;
      }
      .product-dec{min-height: 41px;}
}
@media screen and (max-width:1400.99px){
    .banner-deals {
        background-size: 118% auto;
      }
}
@media screen and (max-width:1350.99px){
    .banner-deals {
        background-size: 118% auto;
    }
}
@media screen and (max-width:1300.99px){
    .banner-deals {
        background-size: 127% auto;
      }
}
@media screen and (max-width:1199.99px){
    .banner-deals {
        background-size: 122% auto;
      }
      .banner-deals img {
        max-width: 100%;
        height: auto;
      }
}
@media screen and (max-width:991.99px){
    .banner-contnet p br {
        display: none;
    }
    .banner-deals {
        background-size: cover;
      }
}
@media screen and (max-width:575.99px){
    .banner-deals img{
        max-width: 80%;
        height: auto;
    }
    .banner-deals{
        padding-bottom: 100px;
        min-height: auto;
        padding-top: 40px;
    }
    .banner-deals p{
        font-size: 17px;
        line-height: 24px;
    }
}