* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* ==========================================  Important css starts from here  ========================================== */

.Product-slider-4_products {
  /* background-color: aqua; */
  min-width: 100%;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .Product-slider-4_products {
      min-width: 50%;
  }
}
@media screen and (min-width: 912px) {
  .Product-slider-4_products {
    /* min-width: 33.3564444%; */
    min-width: 33.3333%;
  }
}
@media screen and (min-width: 1168px) {
  .Product-slider-4_products {
      /* min-width: 25%; */
      min-width: 25%;
  }
}


/* ==========================================  Important css Ends from here  ========================================== */


.Product-slider-3_main_section {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }

  #Product-slider-3-navigator {
    position: absolute;
    top: 46%;
    left: 0px;
    width: 100%;
    background-color: transparent;
    padding: 4px 4px;
    z-index: 1000;
  }

  #Product-slider-3-navigator span button {
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0.5;
    border: 0;
    color: White;
    cursor: pointer;
    transition: 0.2s;
    background-color: transparent;
  }

  #Product-slider-3-navigator span button img{
    pointer-events: none;
    height: 30px;
    width: 25px;

  }

  #Product-slider-3-navigator span button:hover {
    opacity: 1;
    color: rgb(255, 255, 0);
    background-color: rgba(0, 0, 0, 0.5);
  }

  #Product-slider-3 {
    /* background-color: red; */
    display: flex;
    pointer-events: none;
    width: 100%;
    transition: 0.6s;
  }

  .Product-slider-3_products {
    /* background-color: aqua; */
    min-width: 100%;
    transition: 0.6s;
  }
  /* @media screen and (min-width: 768px) {
    .Product-slider-3_products {
        min-width: 50%;
    }
  } */
  @media screen and (min-width: 912px) {
    .Product-slider-3_products {
      /* min-width: 33.3564444%; */
      min-width: 50%;
    }
  }
  @media screen and (min-width: 1168px) {
    .Product-slider-3_products {
        /* min-width: 25%; */
        min-width: 33.3564444%;
    }
  }

