
.best-selling-products {
    z-index: 2;
    margin: 73px 0 21px;
  }
  
  @media only screen and (max-width: 767px) {
    .best-selling-products {
        margin-top: 40px;
    }
  }
  
  .best-selling-products::after {
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 351px;
    height: 45px;
    background: url("./../../../assets/images/bg-best-selling-product.png") 0 -1px no-repeat;
    -webkit-background-size: 100% 104%;
    -moz-background-size: 100% 104%;
    -o-background-size: 100% 104%;
    background-size: 100% 104%;
    z-index: -1;
  }
  
  .best-selling-products::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 69px);
    height: -moz-calc(100% - 69px);
    height: calc(100% - 69px);
    background-color: #ffb035;
    z-index: -2;
  }
  
  .best-selling-products-title {
    font-size: 16px;
    font-weight: 500;
    color: #212341;
    line-height: 24px;
    margin-bottom: 44px;
  }
  
  .best-selling-products .swiper {
    padding: 50px 0;
  }
  