  /* css for sale starts here */

  @font-face {
    font-family: "Belgan Aesthetic";
    src: url(../assets/fonts/belgant-aesthetic.otf);
}
  .sale-sort-mobile {
      display: none;
  }

  .sale-sort-desktop {
      display: block;
  }

  .sales-text {
      font-family: 'Rufina';
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      color: #FFFFFF;
  }

  .sale-shopping-outer-box {
      display: flex;
      flex-direction: row;
      padding-top: 2%;
      /* margin-top: 13%; */

  }

  .sale-shopping-menu {
      display: flex;
      flex-direction: column;
      margin: 2%;
      width: 24%;
      /* height: 100px; */
      /* align-items: center; */
  }


  /* .sale-menu-heading>h1 {
      font-family: 'Belgan Aesthetic';
      font-style: normal;
      font-weight: 400;
      font-size: 200%;
      line-height: 100%;
      margin-left: 10%;
      letter-spacing: 0.035em;
      color: #FFFFFF;
  } */
  .sale-menu-heading >h2 {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 200%;
    line-height: 100%;
    margin-left: 10%;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

  .sale-menu-heading>h3 {
      font-family: 'Belgan Aesthetic';
      font-style: normal;
      font-weight: 400;
      font-size: 300%;
      line-height: 100%;
      letter-spacing: 0.035em;
      color: #FFD915;
  }

  .sale-menu-links {
      display: flex;
      flex-direction: column;
      /* padding-left: 15%; */
      width: 80%;
  }

  .sale-menu-links>a {
      /* display: block; */
      padding: 14px;
      text-decoration: none;
      font-family: 'Rufina';
      font-style: normal;
      font-weight: 400;
      font-size: 100%;
      line-height: 30px;
      color: #BDF1E3;

  }

  .sale-shopping-main {
      /* display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
      width: 100%;
      /* margin-bottom: 50px; */
  }

  .sale-shop-item-div {
      display: flex;
      height: 100%;
      width: 100%;
      margin-bottom: 80px;
      flex-wrap: wrap;
      /* justify-content: center; */
  }


  .sale-shop-item {
      /* margin: 2% 2% 5% 0; */
      margin-right: 50px;
      margin-bottom: 100px;
      display: flex;
      flex-direction: column;
  }

  .sale-shop-div-one {
      width: 50%;
  }

  .sale-shop-div-two {
      margin-top: 100px;
      width: 50%;
  }

  .sale-item-img {
      width: 100%;
      height: 75%;
      position: relative;
  }

  .sale-item-img>img {

      /* width: 300px; */
      /* height: 500px; */

      width: 100%;
      /* height: 700px; */
      height: 90vh;


  }

  .sale-cart-bg {
      background-color: #11342B;
      height: 50px;
      width: 60px;
      right: 0;
      position: absolute;
      border: none;
  }

  .sale-sort-by {
      display: block;
      background-color: transparent;
      font-family: 'Rufina';
      font-style: normal;
      font-weight: 400;
      font-size: 90%;
      line-height: 30px;
      color: #FFFFFF;
      border: 2px solid #004E39;

  }

  .sale-sort-by>option {
      color: white;
      background-color: #006A4E;

  }

  .sale-carousal-div {
      height: 70vh;
      width: 100%;
      margin-bottom: 5px;
  }

  .sale-carousal-img {
      /* width: 31%;
    height: 50vh; */
      width: 33.33%;
      height: 70vh;
      padding: .2rem;
  }

  .sale-carousal-img>img {
      width: 100%;
      height: 100%;
  }

  .sale-carousal-img:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0);
  }

  .sale-carousal-img:hover::before {
      background-color: rgba(0, 0, 0, 0.5);
  }

  .sale-carousal-img button {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      opacity: 0;
      background: rgba(0, 0, 0, 0.51);
      border: 2px solid #FFFFFF;
      font-family: 'Rufina';
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 20px;
      text-align: center;
      color: #FFFFFF;
  }

  .sale-carousal-img:hover button {
      opacity: 1;
  }

  @media (max-width: 768px) {
      .sale-sort-mobile {
          display: block;
          width: 100%;
      }

      .sale-sort-desktop {
          display: none;
      }

      .sale-shop-div-one {
          width: 100%;
      }

      .sale-shop-div-two {
          margin-top: unset;
          width: 100%;
      }

      .sale-shop-item {
          margin-right: 0;
          margin-bottom: 60px;
          display: flex;
          flex-direction: column;
      }

      .sale-shopping-outer-box {
          flex-direction: column;
      }

      .sale-shopping-menu {

          display: flex;
          margin: 2%;
          width: unset;
          align-items: center;
          flex-direction: column;
      }

      .sale-menu-links {
          width: 100%;
          overflow-x: scroll;
          display: flex;
          flex-direction: row;
          padding-left: unset;
          width: 100%;
          margin: 20px 0 ;
      }

      .sale-menu-heading>h3 {
          font-size: 200%;
      }
      .sale-carousal-div {
        height: 25vh;
    }
      .sale-carousal-img {
        height: 25vh;
    }
      .sale-menu-links>a {
          /* display: block; */
          padding: unset;
          padding-inline: 25px;

          text-decoration: none;
          font-family: 'Rufina';
          font-style: normal;
          font-weight: 400;
          font-size: 100%;
          line-height: 30px;
          color: #BDF1E3;
      }

      .sale-item-img>img {

          width: 100%;
          height: 500px;

      }

      .sale-shop-item-div {

          margin-bottom: unset;

      }
  }



  /* css for sale ends here */