
.top-selling-products-three-heading {
    max-width: 481px;
    margin-bottom: 74px;
  }
  
  .top-selling-products-three-heading .title {
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    margin-bottom: 21px;
  }
  
  .top-selling-products-three-heading .title b {
    font-weight: 900;
  }
  
  .top-selling-products-three-heading .sub-title {
    font-size: 12px;
    color: #919191;
    line-height: 31px;
  }
  
  .top-selling-products-three-item {
    padding: 0 27px 16px 0;
  }
  
  .top-selling-products-three-item::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 154px;
    background: #4442a3 url("./../../../assets/images/new-two/bg-06.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -2;
  }
  
  .top-selling-products-three-item img {
    width: 223px;
    height: 291px;
  }
  
  .top-selling-products-three-item .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 900;
  }
  
  .swiper-slide:nth-child(even) .top-selling-products-three-item::before {
    background-color: #60008c;
  }
  
  .top-selling-products-three .swiper-slide>* {
    opacity: 0.09;
  }
  
  .top-selling-products-three .swiper-slide-visible>* {
    opacity: 1;
  }
  
  .top-selling-products-three .swiper-button-next,
  .top-selling-products-three .swiper-button-prev {
    -webkit-transform: translateY(-72px);
    -moz-transform: translateY(-72px);
    -ms-transform: translateY(-72px);
    -o-transform: translateY(-72px);
    transform: translateY(-72px);
  }
  
  .top-selling-products-three .swiper-button-next::after,
  .top-selling-products-three .swiper-button-prev::after {
    content: "\e96c";
    font-family: "icomoon";
    font-size: 26px;
    color: #4442a3;
  }
  
  .top-selling-products-three .swiper-button-prev::after {
    content: "\e96b";
  }
  
  @media only screen and (max-width: 1199px) {
    .top-selling-products-three-item img {
        width: 100%;
        height: auto;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .top-selling-products-three-item {
        margin: 0 auto;
        max-width: fit-content;
    }
  
    .top-selling-products-three-item img {
        width: 198px !important;
        height: 259px !important;
        margin-right: 0 !important;
    }
  
    .top-selling-products-three .swiper-button-next,
    .top-selling-products-three .swiper-button-prev {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
  }
  