/* second section slider */

.product-slider-container {
  /* padding: 0 15px; */
  outline: none;
  position: relative;
}

.slider-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.slider-prev-btn,
.bestseller-prev-btn,
.new-brand-prev-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 0%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.slider-prev-btn-firstsection{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 0%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.slider-next-btn,
.bestseller-next-btn,
.new-brand-next-btn {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 25%;
  right: 0%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.slider-next-btn-firstsection{
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 25%;
  right: 0%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.bestseller-next-btn,
.bestseller-prev-btn,
.new-brand-prev-btn,
.new-brand-next-btn {
  background-color: #000 !important;
}

.brand-product-slider {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
}

.slider {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/* third section slider */

.third-section-slider {
  /* padding: 0 15px; */
  outline: none;
  position: relative;
}

.thirdSec-slider {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
}

.third-sec-slider-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 3%;
}

.thirdSec-slider-prev-btn,
.thirdSec-slider-next-btn {
  cursor: pointer;
}

.slick-dots {
  position: static;
}

.slick-dots li button::before {
  font-size: 14px;
}

/* Ambassador Slider */

.amassadors-slider-container {
  padding-top: 1%;
}

.ambassador-slider {
  min-height: 550px !important;
  display: flex;
}

.ambassadors-slider-prev-btn,
.influencer-slider-prev-btn,
.artist-slider-prev-btn {
  top: 35%;
}

.ambassadors-slider-next-btn,
.influencer-slider-next-btn,
.artist-slider-next-btn {
  top: 35%;
}

/* fifth section slider */

.fifthSec-slider-container {
  position: relative;
}

.fifthSec-slider {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
}

.fifthSec-slider-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.fifthSec-slider-prev-btn,
.third-section-slider-prev-btn,
.fourth-section-slider-prev-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 29%;
  left: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.fifthSec-slider-next-btn,
.third-section-slider-next-btn,
.fourth-section-slider-next-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 29%;
  right: 0%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 1600px) {
  /* second section slider */

  .slider-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .slider-prev-btn,
  .bestseller-prev-btn {
    width: 40px;
    height: 40px;
  }

  .new-brand-next-btn {
    width: 40px;
    height: 40px;
  }

  .new-brand-prev-btn {
    width: 40px;
    height: 40px;
  }

  .new-brand-prev-btn svg {
    width: 20px;
    height: 20px;
  }

  .new-brand-next-btn svg {
    width: 20px;
    height: 20px;
  }

  .slider-prev-btn svg,
  .bestseller-prev-btn svg {
    width: 20px;
    height: 20px;
  }

  .slider-next-btn,
  .bestseller-next-btn {
    width: 40px;
    height: 40px;
  }

  .slider-next-btn svg,
  .bestseller-next-btn svg {
    width: 20px;
    height: 20px;
  }

  .slider {
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;
  }

  .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
  }

  .slick-active {
    opacity: 1;
  }

  .slick-current {
    opacity: 1;
  }

  /* third section slider */

  .third-sectiom-image {
    height: 300px;
  }

  .third-section-card-heading {
    font-size: 16px;
  }

  .third-sec-card-link {
    font-size: 14px;
    margin-right: 8px;
  }

  .third-section-card-desc {
    font-size: 11px;
  }

  .third-sec-slider-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 3%;
  }

  .slick-dots {
    position: static;
  }

  .slick-dots li button::before {
    font-size: 12px;
  }

  /* Ambassador Slider */

  .amassadors-slider-container {
    padding-top: 1%;
  }
  .ambassador-slider {
    min-height: 450px !important;
    display: flex;
  }

  .influencer-slider {
    min-height: 450px !important;
    display: flex;
  }

  .artists-slider {
    min-height: 450px !important;
    display: flex;
  }


  .ambassadors-slider-prev-btn {
    top: 30%;
  }

  .ambassadors-slider-next-btn {
    top: 30%;
  }

  /* fifth section slider */

  .fifthSec-slider-container {
    position: relative;
  }

  .fifthSec-slider {
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;
  }

  .fifthSec-slider-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fifthSec-slider-prev-btn {
    width: 40px;
    height: 40px;
  }

  .fifthSec-slider-prev-btn svg {
    width: 20px;
    height: 20px;
  }

  .fifthSec-slider-next-btn {
    width: 40px;
    height: 40px;
  }

  .fifthSec-slider-next-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .slider-btn {
    /* display: none; */
  }

  .product-slider-container {
    padding: 0 5px;
  }

 
  .bestseller-prev-btn {
    width: 30px;
    height: 30px;
    top: 17%;
  }

  .slider-prev-btn-firstsection{
    width: 30px;
    height: 30px;
    top: 17%;
  }

  .slider-prev-btn{
    width: 30px;
    height: 30px;
    top: 29%;
  }

  .new-brand-next-btn {
    width: 30px;
    height: 30px;
  }

  .new-brand-prev-btn {
    width: 30px;
    height: 30px;
  }

  .new-brand-prev-btn svg {
    width: 15px;
    height: 15px;
  }

  .new-brand-next-btn svg {
    width: 15px;
    height: 15px;
  }

  .slider-prev-btn-firstsection svg,
  .bestseller-prev-btn svg {
    width: 15px;
    height: 15px;
  }

 
  .bestseller-next-btn {
    width: 30px;
    height: 30px;
    top: 17%;
  }
  .slider-next-btn-firstsection{
    width: 30px;
    height: 30px;
    top: 17%;
  }

  .slider-next-btn{
    width: 30px;
    height: 30px;
    top: 29%;
  }

  .slider-next-btn-firstsection svg,
  .bestseller-next-btn svg {
    width: 15px;
    height: 15px;
  }

  .fifthSec-slider-prev-btn {
    width: 30px;
    height: 30px;
    top: 20%;
  }

  .fifthSec-slider-prev-btn svg {
    width: 15px;
    height: 15px;
  }

  .fifthSec-slider-next-btn {
    width: 30px;
    height: 30px;
    top: 20%;
  }

  .fifthSec-slider-next-btn svg {
    width: 15px;
    height: 15px;
  }

  .third-section-slider-prev-btn svg{
    width: 15px;
    height: 15px;
  }

  .fourth-section-slider-prev-btn svg{
    width: 15px;
    height: 15px;
  }

   .third-section-slider-prev-btn, .fourth-section-slider-prev-btn{
    width: 30px;
    height: 30px;
    top: 20%;
   }

   .third-section-slider-next-btn svg{
    width: 15px;
    height: 15px;
   }

   .fourth-section-slider-next-btn svg{
    width: 15px;
    height: 15px;
   }

 .third-section-slider-next-btn,.fourth-section-slider-next-btn{

  width: 30px;
  height: 30px;
  top: 20%;

  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {



.product-slider-container {
  padding: 0 5px;
  
  
}

  .slider-btn {
    /* display: none; */
  }

  .new-brand-next-btn,
  .bestseller-next-btn,
  .fifthSec-slider-next-btn {
    width: 30px;
    height: 30px;
    /* top: 15%; */
  }

  .new-brand-prev-btn,
  .bestseller-prev-btn,
  .fifthSec-slider-prev-btn {
    width: 30px;
    height: 30px;
    /* top: 15%; */
  }

  .new-brand-prev-btn svg,
  .bestseller-prev-btn svg .fifthSec-slider-prev-btn svg {
    width: 15px;
    height: 15px;
  }

  .new-brand-next-btn svg,
  .bestseller-next-btn svg,
  .fifthSec-slider-next-btn svg {
    width: 15px;
    height: 15px;
  }

  
  .bestseller-prev-btn {
    width: 30px;
    height: 30px;
    top: 19%;
  }



  .slider-prev-btn-firstsection{
    width: 30px;
    height: 30px;
    top: 19% !important;
  }

  .new-brand-next-btn {
    width: 30px;
    height: 30px;
    top: 19%;
  }

  .new-brand-prev-btn {
    width: 30px;
    height: 30px;
    top: 19%;
  }

  .new-brand-prev-btn svg {
    width: 15px;
    height: 15px;
  }

  .new-brand-next-btn svg {
    width: 15px;
    height: 15px;
  }

  .thirdSec-slider-prev-btn svg,
.thirdSec-slider-next-btn svg {
  width: 30px;
}

.ambassadors-slider-prev-btn{
  top: 30%;
  width: 30px;
  height: 30px;
}

.ambassadors-slider-prev-btn svg{
  width: 15px;
  height: 15px;
}

.ambassadors-slider-next-btn svg{
  width: 15px;
  height: 15px;
}

  .ambassadors-slider-next-btn{
    top: 30%;
    width: 30px;
    height: 30px;
  }

  .slider-prev-btn-firstsection svg,
  .bestseller-prev-btn svg {
    width: 15px;
    height: 15px;
  }
  .slider-next-btn {
    width: 30px;
    height: 30px;
    top: 30%;
}

.second-sec-slider-prev {
  top : 19% !important;
}

.second-sec-slider-next {
  top: 19% !important;
}
  
.slider-prev-btn {
  width: 30px;
  height:30px;
  top: 30%;
}

.third-section-slider-next-btn{
  width: 30px;
  height: 30px;
}

.third-section-slider-prev-btn{
  width: 30px;
  height: 30px;
}

.third-section-slider-prev-btn svg{
  width: 15px;
  height: 15px;
}

.third-section-slider-next-btn svg{

width: 15px;
height: 15px;

}


.fourth-section-slider-next-btn{
  width: 30px;
  height: 30px;
  top: 32%;
}

.fourth-section-slider-prev-btn{
  width: 30px;
  height: 30px;
  top: 32%;
}

.fourth-section-slider-prev-btn svg{
  width: 15px;
  height: 15px;
}

.fourth-section-slider-next-btn svg{

width: 15px;
height: 15px;

}

.slider-prev-btn svg{
  width: 15px;
  height: 15px;
}

.slider-next-btn svg{
  width: 15px;
  height: 15px;
}

  .bestseller-next-btn {
    width: 30px;
    height: 30px;
    top: 19%;
  }

  .slider-next-btn-firstsection{
    width: 30px;
    height: 30px;
    top: 19% !important;
  }

  .slider-next-btn-firstsection svg,
  .bestseller-next-btn svg {
    width: 15px;
    height: 15px;
  }

  .fifthSec-slider-prev-btn {
    width: 30px;
    height: 30px;
    top: 22%;
  }

  .fifthSec-slider-prev-btn svg {
    width: 15px;
    height: 15px;
  }

  .fifthSec-slider-next-btn {
    width: 30px;
    height: 30px;
    top: 22%;
  }

  .fifthSec-slider-next-btn svg {
    width: 15px;
    height: 15px;
  }
}
