
.top-selling-products-two-heading {
    margin-bottom: 74px;
    background-image: -webkit-linear-gradient(181.9deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
    background-image: -moz-linear-gradient(181.9deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
    background-image: -o-linear-gradient(181.9deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
    background-image: linear-gradient(268.1deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
    -webkit-border-radius: 40px 0px 40px 40px;
    -moz-border-radius: 40px 0px 40px 40px;
    border-radius: 40px 0px 40px 40px;
    padding: 11px 161px 8px 110px;
  }
  
  .top-selling-products-two-heading::before,
  .top-selling-products-two-heading::after {
    position: absolute;
    width: 182px;
    height: 160px;
    right: -31px;
    bottom: 13px;
    background: url("./../../../assets/images/new-two/gifts.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .top-selling-products-two-heading::before {
    right: -27px;
    bottom: 3px;
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  
  .top-selling-products-two-heading .title,
  .top-selling-products-two-heading .sub-title {
    font-size: 23px;
    line-height: 35px;
  }
  
  .top-selling-products-two-heading .title {
    font-weight: bold;
    color: #000;
  }
  
  .top-selling-products-two-heading .title span {
    direction: ltr;
    background-image: -webkit-linear-gradient(180.84deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
    background-image: -moz-linear-gradient(180.84deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
    background-image: -o-linear-gradient(180.84deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
    background-image: linear-gradient(269.16deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-right: 12px;
  }
  
  .top-selling-products-two-heading .sub-title {
    font-weight: 300;
    color: #dd2029;
  }
  
  .top-selling-products-two-heading .btn {
    font-weight: bold;
    line-height: 24px;
    padding: 7px 18px;
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px;
  }
  
  .top-selling-products-two-heading .btn i {
    font-size: 8px;
    margin-right: 9px;
  }
  
  .top-selling-products-two .swiper-button-next,
  .top-selling-products-two .swiper-button-prev {
    right: auto;
    -webkit-transform: translate(40px, 48px);
    -moz-transform: translate(40px, 48px);
    -ms-transform: translate(40px, 48px);
    -o-transform: translate(40px, 48px);
    transform: translate(40px, 48px);
  }
  
  .top-selling-products-two .swiper-button-prev {
    left: 40px;
  }
  
  @media only screen and (max-width: 767px) {
    .top-selling-products-two-heading {
        padding: 11px 20px 8px;
    }
  
    .top-selling-products-two-heading::before,
    .top-selling-products-two-heading::after {
        content: none;
    }
  
    .top-selling-products-two .swiper-button-next,
    .top-selling-products-two .swiper-button-prev {
        -webkit-transform: translate(32px, 62px);
        -moz-transform: translate(32px, 62px);
        -ms-transform: translate(32px, 62px);
        -o-transform: translate(32px, 62px);
        transform: translate(32px, 62px);
    }
  }
  